Skip to content

Bump the production-dependencies-major group across 1 directory with 27 updates - #1385

Open
dependabot[bot] wants to merge 1 commit into
supporter_level_goalfrom
dependabot/npm_and_yarn/production-dependencies-major-d35513af70
Open

Bump the production-dependencies-major group across 1 directory with 27 updates#1385
dependabot[bot] wants to merge 1 commit into
supporter_level_goalfrom
dependabot/npm_and_yarn/production-dependencies-major-d35513af70

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown

Bumps the production-dependencies-major group with 27 updates in the / directory:

Package From To
bignumber.js 9.0.0 11.1.5
chart.js 2.1.4 4.5.1
color 3.1.0 5.0.3
cookie 0.7.1 2.0.1
cropperjs 1.0.0-beta.2 2.1.1
csstype 2.6.20 3.2.3
i18n-js 3.0.3 4.5.3
imagesloaded 4.1.1 5.0.0
immutable 3.8.3 5.1.9
jquery 1.11.1 4.0.0
marked 0.7.0 18.0.7
mobx 4.3.1 6.16.1
mobx-react 5.4.3 9.2.2
mobx-react-devtools 5.0.1 6.1.1
mobx-utils 5.0.1 6.1.1
moment-range 2.2.0 4.0.2
percent 1.1.1 2.2.0
query-string 4.2.2 9.4.1
react 16.14.0 19.2.8
react-aria-modal 3.0.1 5.0.2
react-dom 16.3.3 19.2.8
react-intl 2.4.0 10.1.18
react-transition-group 2.9.0 4.4.5
snabbdom 0.3.0 3.6.4
superagent 7.1.5 10.3.0
uuid 2.0.2 14.0.1
validator 9.4.1 13.15.35

Updates bignumber.js from 9.0.0 to 11.1.5

Release notes

Sourced from bignumber.js's releases.

v11.1.3

v11.1 adds a few useful improvements around formatting, parsing, rounding, and interoperability.

BigNumber.sum() now returns zero when called with no arguments, which makes patterns like BigNumber.sum(...arr) work cleanly even when the array is empty.

BigNumber.sum(...[]).toString()      // "0"

toBigInt() has been added, so BigNumber values can now be converted directly to native BigInt values.

new BigNumber("123.9").toBigInt(BigNumber.ROUND_DOWN)        // 123n

There is also a new BigNumber.fromFormat() method for parsing formatted strings back into BigNumber values.

const options =  {  prefix"€",  groupSeparator".",  decimalSeparator"," }
BigNumber.fromFormat("€1.234.567,89", options).toString()      // "1234567.89"

Negative decimal places are now supported by decimalPlaces(), toFixed(), and toFormat(), making it easier to round to tens, hundreds, and thousands etc.

new BigNumber("1234.5").toFormat(-2)      // "1,200"

toFormat() has also been expanded to support minimum and maximum decimal places, and per-call formatting options now fall back to the configured global FORMAT values for anything not explicitly overridden.

new BigNumber("12.3456789").toFormat([2, 5])      // "12.34568"

This release also includes a fix for slow hexadecimal integer base conversion when DECIMAL_PLACES is very large, plus improved TypeScript API test coverage.

Changelog

Sourced from bignumber.js's changelog.

11.1.5

  • 05/07/26
  • #409 toFraction returning a sub-optimal rational approximation.

11.1.4

  • 16/06/26
  • [BUGFIX] #407 Fix toFormat duplicating the fraction when groupSize is 0.

11.1.3

  • 05/06/26
  • #406 Fix EXPONENTIAL_AT default value documentation.

11.1.2

  • 30/05/26
  • [BUGFIX] #405 Fix invalid toFormat output for -0.

11.1.1

  • 02/05/26
  • Docs: fix version number and decimalPlaces API description.

11.1.0

  • 30/04/26
  • #401 BigNumber.sum: return zero if there are no arguments.
  • #352 Add toBigInt method.
  • #286 Add fromFormat method.
  • #262 decimalPlaces, toFixed and toFormat: support negative decimal places.
  • #260 toFormat: support minimum/maximum decimal places.
  • toFormat: fallback to FORMAT for each property not in options.
  • [BUGFIX] #342 Large DECIMAL_PLACES causing slow hex integer base conversion.
  • Typescript: add test_api.ts to improved typed API test coverage.

11.0.0

  • 14/04/26
  • Add STRICT configuration option: if true (default), throw an exception on invalid input. if false, return NaN on invalid input.
  • toFraction: return [1, 0] for Infinity and [0, 0] for NaN.
  • Support underscores as separators.
  • If a base is supplied, reject non-finite values and base prefixes.

10.0.2

  • 24/02/26

... (truncated)

Commits

Updates chart.js from 2.1.4 to 4.5.1

Release notes

Sourced from chart.js's releases.

v4.5.1

Essential Links

Bugs Fixed

  • #12098 Do not notify plugins after their uninstall function has been called
  • #12096 Sync Doughnut chart legend options to legend plugin
  • #12097 Attempt fixing charts shrinking on certain zoom values in Chrome

Types

  • #12122 fix(types): add drawingArea to RadialLinearScale
  • #12120 fix(types): allow null for line chart point values (#12027)
  • #12099 Add data.datasets[].tooltip.callbacks to Typescript types

Development

  • #12132 Bump version to 4.5.1
  • #12118 Bump actions/setup-node from 4 to 5

Thanks to @​LeeLenaleee, @​anshukushwaha07, @​bojidar-bg, @​dependabot[bot] and dependabot[bot]

v4.5.0

Essential Links

Enhancements

  • #11470 Fix min js two renames
  • #12054 [fix] #12048 - Add selfJoin option for doughnut graphs
  • #12058 feature: make above/below colors in filler plugin work with pivoted line charts

Bugs Fixed

  • #12070 Fix: display stacked bar with multiple x-Axis

Types

  • #12064 Document requirement of 'this' when calling tick formatters

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by chartjs-ci, a new releaser for chart.js since your current version.


Updates color from 3.1.0 to 5.0.3

Release notes

Sourced from color's releases.

5.0.3

Full Changelog: Qix-/color@5.0.2...5.0.3

5.0.2

Functionally identical release to 5.0.0.

Version 5.0.1 is compromised. Please see debug-js/debug#1005.

5.0.0

What's Changed

New Contributors

Full Changelog: Qix-/color@4.2.3...5.0.0

4.2.3

Patch Release 4.2.3

  • 957531fee48e2bceb0eae567cab6820c6cd9da27 mention .hex() is lossy (#244)
  • d00bd1aa371c8313dd4fa29140b0249984ec70fc Correct the limits on XYZ model
  • 4ac13152eaf814f611b77c86d14dd98c7d33d90a mark the package as side-effects free (#189)
  • f34a0baee81b4d9bea9c2ffc13abb334cb52f803 use correct WCAG luminance constant (fixes #248)
  • 9dcc3b7190083a999eb932f8ca696988ace96da7 update YIQ formula constants (fixes #107, ref chartjs/chartjs-color#2)
  • 5696221711e97781c459ac3022f22db68c614a17 remove numeric separators
    • Not sure why I had such a strong stance on this. I see now how annoying and terrible they are. Apologies to everyone who was affected, this was a bad decision on my part.
  • b26040e44c5b91aaddd766334ed767c8c32f4f19 remove bitchy issue template

Thanks to @​csandman, @​zdenekkostal, @​technobuddha, and @​maranomynet for their contributions!

4.2.2

Patch Release 4.2.2

  • 406d384e39cdc7d7fceabf10f34209f27d57376c contast ratio level AAA is above 7:1
  • c7b8e759f384748e906943c09255ec8779ebbb6d fix linting issues
  • 5df6f50f139f2e01e54c5240cc4a19216cd476f0 don't compute valpha based on faulty argument counts (fixes #250)

Thanks to @​shfshanyue for their contribution!

4.2.1

Patch Release 4.2.1

NOTE: This is a metadata patch that changes no functionality of the library itself.

  • Restrict node version to ">=12.5.0" #236

... (truncated)

Commits

Updates cookie from 0.7.1 to 2.0.1

Release notes

Sourced from cookie's releases.

v2.0.1

Improved:

  • Small performance improvement by incrementing = index while parsing set-cookie (jshttp/cookie#280)

v2.0.0

Important: This release moves the package to ESM only. In node 22+ you can require(esm), and older node versions are not supported.

Changed

  • Switch to ESM (jshttp/cookie#273)
  • Remove deprecated code paths (jshttp/cookie#272)
    • The old parse and stringify methods have been renamed: parseCookie and stringifySetCookie
    • stringifySetCookie only supports object mode (e.g. { name: "", value: "" })

Improvements

Fixed

  • Omit leading semicolon when stringifying cookies with skipped values (#267)

v1.1.1

Fixed

  • Overwrite value in passed in options (#253) c66147c
    • When value was provided in serialize(key, value, { value }) the value in options was used instead of the value passed as an argument

jshttp/cookie@v1.1.0...v1.1.1

v1.1.0

Added:

  • Add stringifyCookie and parseSetCookie methods (#244, #214)
  • Rename existing methods for clarity (old method names remain for backward compatibility)
    • parseparseCookie
    • serializestringifySetCookie
  • Add side effects field (#245) 00b0327

jshttp/cookie@v1.0.2...v1.1.0

v1.0.2

Fixed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for cookie since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates cropperjs from 1.0.0-beta.2 to 2.1.1

Release notes

Sourced from cropperjs's releases.

v2.1.1

See CHANGELOG.md for details.

v2.1.0

What's Changed

New Contributors

Full Changelog: fengyuanchen/cropperjs@v2.0.1...v2.1.0

v2.0.1

What's Changed

New Contributors

Full Changelog: fengyuanchen/cropperjs@v2.0.0...v2.0.1

v2.0.0

Full Changelog: fengyuanchen/cropperjs@v2.0.0-rc.2...v2.0.0

v2.0.0-rc

Features

  • CropperImage
    • Add a new property: initial-center-size.
  • CropperSelection
    • Add a new property: linked => dynamic.

Breaking Changes

  • CropperImage
    • Change the default value of the rotatable property from true to false.
    • Change the default value of the scalable property from true to false.
    • Change the default value of the skewable property from true to false.
    • Change the default value of the translatable property from true to false.

Full Changelog: fengyuanchen/cropperjs@v2.0.0-beta.5...v2.0.0-rc

v2.0.0-rc.0

Breaking Changes

  • CropperSelection

... (truncated)

Changelog

Sourced from cropperjs's changelog.

2.1.1 (2026-04-06)

  • chore: update dependencies (d3af648)
  • fix(element-image): always center the image, even if it is neither translatable nor scalable (a03c93a), closes #1292
  • fix(element-shade): re-render the shade on window resize (26de54d)
  • fix(element-shade): use window.devicePixelRatio to calculate the correct outline width (b32a975), closes #1284
  • fix(element-viewer): fix incorrect preview size when using SVG image format in Safari (acc8771), closes #1290
  • ci: add workflow for creating release (3034097)
  • ci: add workflow for publishing package to npm (a2e2fcd)
  • ci: update GitHub Actions to use latest versions of checkout and setup-node actions (ba945ab)
  • docs: add Hello World example (a586dcb), closes #1282

2.1.0 (2025-10-19)

  • build: release v2.1.0 (268be1a)
  • docs: fix value of free aspect ratio (5b4e96f), closes #1274
  • refactor(element-shade): use selection itself when default prevented (0673f15)
  • fix(element-image): ensure the image is fully rendered (5afd8f3), closes #1168
  • fix(element-selection): get correct event target in shadow DOM (#1276) (e64d6c3), closes #1276
  • fix(element-shade): fix shade size when selection changes (98c101c)
  • fix(element): call attachShadow only if shadowRoot does not exist (75cabcf), closes #1217
  • feat(cropperjs): add destroy method (6a933e3), closes #1271

2.0.1 (2025-07-25)

  • build: add missing /dist paths (42dba8b)
  • build: release v2.0.1 (6b8e5ff)
  • fix: correct require.node.default export and explicitly export package.json (#1259) (97f8787), closes #1259
  • fix: set crossorigin attribute on cropper image element (#1253) (f11026c), closes #1253
  • fix(cropper-selection): improve selection movement logic for better user experience (e7e3510)
  • fix(cropperjs): fix container query issue when in a custom element (4fea6fd)
  • fix(cropperjs): inherit additional attributes from HTMLImageElement (cb5a341)
  • fix(element-image): add missing attributes (type declarations) (2e46715), closes #1233
  • fix(element-shade): get data from event.detail when the selection is dynamic (f6b2847)
  • fix(element-shade): get data from event.detail when there are multiple selections (09fd9ca)
  • fix(element-shade): prevent shade from "glitching" when pulling selection too far (#1242) (2dab6ff), closes #1242 #1078
  • fix(element-viewer): fix selection query issue when in a custom element (aecee79), closes #1245
  • fix(element-viewer): transform the image by the selection offset after the next DOM update cycle (04a2c8b), closes #1258
  • test(cropper): remove support for HTMLCanvasElement and improve container handling in tests (91d5ab3)
  • test(cropperjs): add container option to getCropperSelections test (69a0ab6)
  • refactor(element-shade): rename selection event handler for better readability (c960217)
  • docs: explain that jQuery Cropper only available for Cropper.js 1.0 now (3df9b20)

2.0.0 (2025-03-01)

... (truncated)

Commits
  • 0bbb4de build: release 2.1.1
  • 268be1a build: release v2.1.0
  • 6a933e3 feat(cropperjs): add destroy method
  • 6b8e5ff build: release v2.0.1
  • 42dba8b build: add missing /dist paths
  • 97f8787 fix: correct require.node.default export and explicitly export package.json (...
  • 91d5ab3 test(cropper): remove support for HTMLCanvasElement and improve container han...
  • 69a0ab6 test(cropperjs): add container option to getCropperSelections test
  • cb5a341 fix(cropperjs): inherit additional attributes from HTMLImageElement
  • f11026c fix: set crossorigin attribute on cropper image element (#1253)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for cropperjs since your current version.


Updates csstype from 2.6.20 to 3.2.3

Commits
  • ecfa619 v3.2.3
  • f2162b5 Remove Npm lock files from tests and fixtures
  • b78a229 Fix security flaws
  • 3b73450 Resolve syntaxes with comma separator and prevent reoccurring data types by s...
  • be03ec8 Rename Release It config
  • 286abd8 Release 3.2.2
  • 02e9251 Add Release It script
  • 8408a59 Ignore comma in CSS syntax for now
  • c9051e1 v3.2.1
  • c3a6cc1 Revert type module and rename .js -> .mjs instead
  • Additional commits viewable in compare view
Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


Updates i18n-js from 3.0.3 to 4.5.3

Changelog

Sourced from i18n-js's changelog.

v4.5.3 - Mar 4, 2026

  • [Fixed] Handle BigNumber raising when receiving invalid numbers by default on v10.

v4.5.2 - Feb 5, 2026

  • [Fixed] Fix numberToHuman separator not applied when stripInsignificantZeros is false.
  • [Fixed] Add support for pluralized units on numberToHuman.

v4.5.1 - Dec 13, 2024

  • [Added] Add utc?: boolean as an optional parameter to I18n#localize. This makes dates be rendered using getUTC* functions instead.

v4.5.0 - Oct 15, 2024

  • [Removed] Remove I18n#availableLocales, as it's no used anywhere.
  • [Changed] I18n.t now replaces all instances of a placeholder in a translation.

v4.4.3 - Feb 15, 2024

  • [Changed] Revert exports change back, as it has caused way too much friction.

v4.4.2 - Feb 12, 2024

  • [Fixed] Add imports for react-native.

v4.4.1 - Feb 11, 2024

  • [Fixed] Reference full file path as the types import.

v4.4.0 - Feb 10, 2024

  • [Fixed] I18n#formatNumber now formats numbers with default options, conforming to the API described on the readme file.
  • [Fixed] Fix entrypoints, making them point the correct files.
  • [Fixed] Changed translations lookup to support keys containing dots (.) when using custom separators.
  • [Changed] Updated I18n#update and I18n#store to support translations that use custom separators and dots (.).

v4.3.2 - Sep 10, 2023

  • [Changed] Move esbuild dependency to development instead.

v4.3.1 - Sep 10, 2023

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by fnando, a new releaser for i18n-js since your current version.


Updates imagesloaded from 4.1.1 to 5.0.0

Release notes

Sourced from imagesloaded's releases.

v4.1.4

Check for non-zero naturalWidth; Fixes bug with metafizzy/infinite-scroll#671

Commits

Updates immutable from 3.8.3 to 5.1.9

Release notes

Sourced from immutable's releases.

v5.1.9

What's Changed

Full Changelog: immutable-js/immutable-js@v5.1.8...v5.1.9

v5.1.8

What's Changed

Full Changelog: immutable-js/immutable-js@v5.1.7...v5.1.8

v5.1.7

What's Changed

internal

New Contributors

Full Changelog: immutable-js/immutable-js@v5.1.6...v5.1.7

v5.1.6

What's Changed

... (truncated)

Changelog

Sourced from immutable's changelog.

5.1.9

  • fix(List): a List grown past 32 elements while all its values are undefined no longer reads those values back as null (affected get, iteration, toArray, equals and hashCode)

5.1.8

4.3.9

5.1.7

  • fix(Repeat): lastIndexOf returned size instead of size - 1 by @​chatman-media in immutable-js/immutable-js#2227. Fixes CVE CVE-2026-29063
  • fix(IndexedCollection): has(index) on a lazy Seq of unknown size now checks index existence instead of searching for a value equal to the index #2203
  • [TypeScript]: reduce/reduceRight without an initial value now infer the result type from the collection's values when the reducer returns a value (e.g. list.reduce((a, b) => a + b) infers number), matching Array#reduce. Previously an explicit type argument was required. #2205

5.1.6

  • fix(reverseFactory): read reversedSequence.size in __iterator instead of this #2196

5.1.5

  • Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable

5.1.4

Documentation

Internal

... (truncated)

Commits
  • 329f7a6 5.1.9
  • 21fabd9 changelog
  • 009164f Merge pull request #2235 from immutable-js/fix/avoid-null-when-setsize33
  • 5b65bfb fix(List): preserve undefined values when grown past 32 elements
  • 50bf39e Update CHANGELOG.md for versions 5.1.8 and 4.3.9
  • 6496539 5.1.8
  • 808a83a Merge commit from fork
  • e51d49f perf(Map): index large hash-collision buckets for faster lookups
  • 25c58b0 fix typescript in tests
  • a1a1ee4 Merge commit from fork
  • Additional commits viewable in compare view

Updates jquery from 1.11.1 to 4.0.0

Release notes

Sourced from jquery's releases.

Release 4.0.0

Changelog

https://blog.jquery.com/2026/01/17/jquery-4-0-0/

Ajax

  • Don't treat array data as binary (992a1911)
  • Allow processData: true even for binary data (ce264e07)
  • Support binary data (including FormData) (a7ed9a7b)
  • Support headers for script transport even when cross-domain (#5142, 6d136443)
  • Support null as success functions in jQuery.get (#4989, 74978b7e)
  • Don't auto-execute scripts unless dataType provided (#4822, 025da4dd)
  • Make responseJSON work for erroneous same-domain JSONP requests (

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 19, 2026
@dependabot
dependabot Bot requested a review from wwahammy as a code owner July 19, 2026 00:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 19, 2026
…27 updates

Bumps the production-dependencies-major group with 27 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bignumber.js](https://github.com/MikeMcl/bignumber.js) | `9.0.0` | `11.1.5` |
| [chart.js](https://github.com/chartjs/Chart.js) | `2.1.4` | `4.5.1` |
| [color](https://github.com/Qix-/color) | `3.1.0` | `5.0.3` |
| [cookie](https://github.com/jshttp/cookie) | `0.7.1` | `2.0.1` |
| [cropperjs](https://github.com/fengyuanchen/cropperjs/tree/HEAD/packages/cropperjs) | `1.0.0-beta.2` | `2.1.1` |
| [csstype](https://github.com/frenic/csstype) | `2.6.20` | `3.2.3` |
| [i18n-js](https://github.com/fnando/i18n) | `3.0.3` | `4.5.3` |
| [imagesloaded](https://github.com/desandro/imagesloaded) | `4.1.1` | `5.0.0` |
| [immutable](https://github.com/immutable-js/immutable-js) | `3.8.3` | `5.1.9` |
| [jquery](https://github.com/jquery/jquery) | `1.11.1` | `4.0.0` |
| [marked](https://github.com/markedjs/marked) | `0.7.0` | `18.0.7` |
| [mobx](https://github.com/mobxjs/mobx) | `4.3.1` | `6.16.1` |
| [mobx-react](https://github.com/mobxjs/mobx) | `5.4.3` | `9.2.2` |
| [mobx-react-devtools](https://github.com/mobxjs/mobx-react-devtools) | `5.0.1` | `6.1.1` |
| [mobx-utils](https://github.com/mobxjs/mobx-utils) | `5.0.1` | `6.1.1` |
| [moment-range](https://github.com/rotaready/moment-range) | `2.2.0` | `4.0.2` |
| [percent](https://github.com/zdroid/percent) | `1.1.1` | `2.2.0` |
| [query-string](https://github.com/sindresorhus/query-string) | `4.2.2` | `9.4.1` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `16.14.0` | `19.2.8` |
| [react-aria-modal](https://github.com/davidtheclark/react-aria-modal) | `3.0.1` | `5.0.2` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `16.3.3` | `19.2.8` |
| [react-intl](https://github.com/formatjs/formatjs) | `2.4.0` | `10.1.18` |
| [react-transition-group](https://github.com/reactjs/react-transition-group) | `2.9.0` | `4.4.5` |
| [snabbdom](https://github.com/snabbdom/snabbdom) | `0.3.0` | `3.6.4` |
| [superagent](https://github.com/ladjs/superagent) | `7.1.5` | `10.3.0` |
| [uuid](https://github.com/uuidjs/uuid) | `2.0.2` | `14.0.1` |
| [validator](https://github.com/validatorjs/validator.js) | `9.4.1` | `13.15.35` |



Updates `bignumber.js` from 9.0.0 to 11.1.5
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/main/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v9.0.0...v11.1.5)

Updates `chart.js` from 2.1.4 to 4.5.1
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v2.1.4...v4.5.1)

Updates `color` from 3.1.0 to 5.0.3
- [Release notes](https://github.com/Qix-/color/releases)
- [Commits](Qix-/color@3.1.0...5.0.3)

Updates `cookie` from 0.7.1 to 2.0.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.7.1...v2.0.1)

Updates `cropperjs` from 1.0.0-beta.2 to 2.1.1
- [Release notes](https://github.com/fengyuanchen/cropperjs/releases)
- [Changelog](https://github.com/fengyuanchen/cropperjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fengyuanchen/cropperjs/commits/v2.1.1/packages/cropperjs)

Updates `csstype` from 2.6.20 to 3.2.3
- [Release notes](https://github.com/frenic/csstype/releases)
- [Commits](frenic/csstype@v2.6.20...v3.2.3)

Updates `i18n-js` from 3.0.3 to 4.5.3
- [Changelog](https://github.com/fnando/i18n/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fnando/i18n/commits/v4.5.3)

Updates `imagesloaded` from 4.1.1 to 5.0.0
- [Release notes](https://github.com/desandro/imagesloaded/releases)
- [Commits](desandro/imagesloaded@v4.1.1...v5.0.0)

Updates `immutable` from 3.8.3 to 5.1.9
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v3.8.3...v5.1.9)

Updates `jquery` from 1.11.1 to 4.0.0
- [Release notes](https://github.com/jquery/jquery/releases)
- [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md)
- [Commits](jquery/jquery@1.11.1...4.0.0)

Updates `marked` from 0.7.0 to 18.0.7
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](markedjs/marked@v0.7.0...v18.0.7)

Updates `mobx` from 4.3.1 to 6.16.1
- [Release notes](https://github.com/mobxjs/mobx/releases)
- [Commits](https://github.com/mobxjs/mobx/compare/4.3.1...mobx@6.16.1)

Updates `mobx-react` from 5.4.3 to 9.2.2
- [Release notes](https://github.com/mobxjs/mobx/releases)
- [Commits](https://github.com/mobxjs/mobx/commits/mobx-react@9.2.2)

Updates `mobx-react-devtools` from 5.0.1 to 6.1.1
- [Release notes](https://github.com/mobxjs/mobx-react-devtools/releases)
- [Changelog](https://github.com/mobxjs/mobx-react-devtools/blob/master/CHANGELOG.md)
- [Commits](mobxjs/mobx-react-devtools@5.0.1...6.1.1)

Updates `mobx-utils` from 5.0.1 to 6.1.1
- [Changelog](https://github.com/mobxjs/mobx-utils/blob/master/CHANGELOG.md)
- [Commits](mobxjs/mobx-utils@5.0.1...v6.1.1)

Updates `moment-range` from 2.2.0 to 4.0.2
- [Release notes](https://github.com/rotaready/moment-range/releases)
- [Changelog](https://github.com/rotaready/moment-range/blob/master/CHANGELOG.md)
- [Commits](rotaready/moment-range@2.2.0...v4.0.2)

Updates `percent` from 1.1.1 to 2.2.0
- [Release notes](https://github.com/zdroid/percent/releases)
- [Commits](https://github.com/zdroid/percent/commits)

Updates `query-string` from 4.2.2 to 9.4.1
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](sindresorhus/query-string@v4.2.2...v9.4.1)

Updates `react` from 16.14.0 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

Updates `react-aria-modal` from 3.0.1 to 5.0.2
- [Release notes](https://github.com/davidtheclark/react-aria-modal/releases)
- [Changelog](https://github.com/davidtheclark/react-aria-modal/blob/master/CHANGELOG.md)
- [Commits](davidtheclark/react-aria-modal@3.0.1...5.0.2)

Updates `react-dom` from 16.3.3 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)

Updates `react-intl` from 2.4.0 to 10.1.18
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/v2.4.0...react-intl@10.1.18)

Updates `react-transition-group` from 2.9.0 to 4.4.5
- [Release notes](https://github.com/reactjs/react-transition-group/releases)
- [Changelog](https://github.com/reactjs/react-transition-group/blob/master/CHANGELOG.md)
- [Commits](reactjs/react-transition-group@v2.9.0...v4.4.5)

Updates `snabbdom` from 0.3.0 to 3.6.4
- [Release notes](https://github.com/snabbdom/snabbdom/releases)
- [Changelog](https://github.com/snabbdom/snabbdom/blob/master/CHANGELOG.md)
- [Commits](snabbdom/snabbdom@v0.3.0...v3.6.4)

Updates `superagent` from 7.1.5 to 10.3.0
- [Release notes](https://github.com/ladjs/superagent/releases)
- [Changelog](https://github.com/forwardemail/superagent/blob/master/HISTORY.md)
- [Commits](forwardemail/superagent@v7.1.5...v10.3.0)

Updates `uuid` from 2.0.2 to 14.0.1
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/commits/v14.0.1)

Updates `validator` from 9.4.1 to 13.15.35
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@9.4.1...13.15.35)

---
updated-dependencies:
- dependency-name: bignumber.js
  dependency-version: 11.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: chart.js
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: color
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: cookie
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: cropperjs
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: csstype
  dependency-version: 3.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: i18n-js
  dependency-version: 4.5.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: imagesloaded
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: immutable
  dependency-version: 5.1.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: jquery
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: marked
  dependency-version: 18.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: mobx
  dependency-version: 6.16.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: mobx-react
  dependency-version: 9.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: mobx-react-devtools
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: mobx-utils
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: moment-range
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: percent
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: query-string
  dependency-version: 9.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: react-aria-modal
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: react-intl
  dependency-version: 10.1.18
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: react-transition-group
  dependency-version: 4.4.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: snabbdom
  dependency-version: 3.6.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: superagent
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: uuid
  dependency-version: 14.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
- dependency-name: validator
  dependency-version: 13.15.35
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the production-dependencies-major group with 27 updates Bump the production-dependencies-major group across 1 directory with 27 updates Aug 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-major-d35513af70 branch from 56f6067 to d9184e6 Compare August 1, 2026 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants