Skip to content

fix: bump the all-deps group across 1 directory with 23 updates - #1826

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/all-deps-fb3f1195a0
Open

fix: bump the all-deps group across 1 directory with 23 updates#1826
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/all-deps-fb3f1195a0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the all-deps group with 23 updates in the / directory:

Package From To
currency-symbol-map 4.0.4 5.1.0
final-form 4.20.10 5.0.1
final-form-arrays 3.1.0 4.0.1
final-form-calculate 1.3.2 2.0.0
final-form-focus 1.1.2 2.0.0
react-final-form 6.5.9 7.0.1
react-final-form-arrays 3.1.4 5.0.0
redux-actions 2.6.5 3.0.3
redux-observable 1.2.0 2.0.0
axe-core 4.1.4 4.13.0
eslint-plugin-jest 24.7.0 29.16.1
husky 1.3.1 9.1.7
react 18.3.1 19.2.8
react-dom 18.3.1 19.2.8
react-intl 7.1.14 10.1.20
react-redux 8.1.3 9.3.0
react-router-dom 5.3.4 7.18.2
react-transition-group 2.9.0 4.4.5
redux 4.2.1 5.0.1
regenerator-runtime 0.13.11 0.14.1
rxjs 6.6.7 7.8.2
stylelint 9.10.1 17.14.1
stylelint-config-standard 18.3.0 40.0.0

Updates currency-symbol-map from 4.0.4 to 5.1.0

Release notes

Sourced from currency-symbol-map's releases.

v5.1.0

  • Add CNH Currency mapping (#82)

v5.0.1

  • upgraded linter and improved code formatting (#63)

v5.0.0

  • added some missing currencies (#61)
  • fixed the BTC symbol (#50)
  • fixed the KZT symbol (#52)
  • fixed the SGD symbol (#55)
  • added TypeScript typings (#53)
  • upgraded test libraries & added extra test cases (#62)
Commits
Maintainer changes

This version was pushed to npm by namenyi, a new releaser for currency-symbol-map since your current version.


Updates final-form from 4.20.10 to 5.0.1

Release notes

Sourced from final-form's releases.

v5.0.1

A big batch of bug fixes that have accumulated since the v5.0.0 release. No breaking changes.

New

  • ignoreUnregister config option — Fields that unregister will have their values ignored during validation and submission, without needing destroyOnUnmount. Useful for multi-step forms. (#500)

Bug Fixes

Validation

  • Fixed async validation race condition — per-field async promises are now tracked individually so stale results from previous runs can't overwrite current ones (#513, fixes #509)
  • Fixed infinite loop when an async validation promise rejects — the stale promise is now cleared so it can't retry forever (#530, fixes #166)
  • Fixed validation not running correctly when a field has both array-level and item-level validators (#524, fixes #482)
  • Fixed crash when a field is unregistered while validation is in-flight (#531, fixes #186)
  • Fixed crash when getValidators encounters an undefined field (#532, fixes #158)

Submission

  • Fixed beforeSubmit not being called before the sync errors check — it can now prevent submission even when there are no sync errors (#522)
  • Fixed submitErrors being wiped when sync validation fails after a failed submission (#521, fixes #437)

Field State

  • Fixed keepDirtyOnReinitialize not working correctly with array fields (#538, fixes #366)
  • Fixed modified flag not being cleared after reset() / initialize() (#536, fixes #317)
  • Fixed dirty state not being tracked for unregistered FieldArray fields (#528, fixes #487)
  • Fixed crash when unregistering a field that had been renamed (#533, fixes #191)
  • Fixed initialValues not updating when a field's initialValue prop changes (#543, fixes #988)

Values / setIn

  • Fixed decimal, negative, and zero-padded numbers being treated as array indexes instead of object keys (e.g., values["1.5"] no longer becomes an array) (#526)
  • Fixed string error values being lost when removing nested field keys in setIn (#527)
  • Fixed setIn crashing on undefined state (#535, fixes #909)
  • Fixed inability to register fields with reserved property names like constructor (#520)

TypeScript

  • FormState.values is now correctly typed as non-optional (#502)
  • Fixed return type of submit function in type declarations (#499)
  • Fixed isEqual initialization TypeScript error (#517)
  • Added types field to package.json for better tooling compatibility (#518)
  • blur, change, and focus are now guaranteed to always be functions (#519, fixes #472)

v5.0.0

This release has converted the entire library from Flow to TypeScript.

There should be NO BREAKING CHANGES, but because so much code was touched, I'm bumping to a major version out of precaution.

Read more here: Final Form goes to TypeScript

v5.0.0-3

  • Better support for useSyncExternalStore (#498) e5cad94

... (truncated)

Commits
  • 89f45a2 chore: release v5.0.1 (#550)
  • 07e353a ci: add npm publish workflow on GitHub release (#549)
  • c7555ee Fix #988: Update initialValues when field initialValue prop changes (#543)
  • 4abbb6d Fix #317: Clear field modified flag after reset/initialize (#536)
  • c264d12 Fix #366: keepDirtyOnReinitialize with array fields (#538)
  • 18e1cc2 Test: regression test for dirty state after destroyOnUnregister re-registrati...
  • 0a1a3eb Test: regression tests for submitting not stuck when onSubmit returns Promise...
  • b37441e Fix #158: Guard against undefined field in getValidators (#532)
  • 9637154 Fix #186: Prevent crash when field unregistered during validation (#531)
  • d9e9e28 Fix #166: Clear async validation promise on rejection to prevent infinite loo...
  • Additional commits viewable in compare view

Updates final-form-arrays from 3.1.0 to 4.0.1

Release notes

Sourced from final-form-arrays's releases.

v4.0.1

Bug fixes since v4.0.0. No breaking changes.

Bug Fixes

  • Fixed field state not being reset at the correct insertion index in insert and unshift (#103, fixes #44)
  • Fixed empty array not being preserved when removing the last item (#104, fixes #95)
  • Fixed field functions not being preserved when moving fields with different shapes (#105, fixes #51)
  • Fixed removeBatch using lexicographic instead of numeric sort, causing wrong items to be removed (#102, fixes #97)

v4.0.0

This release has converted the entire library from Flow to TypeScript.

There should be NO BREAKING CHANGES, but because so much code was touched, I'm bumping to a major version out of precaution.

Read more here: Final Form goes to TypeScript

v4.0.0-1

  • fix peer dep 982b820

final-form/final-form-arrays@v4.0.0-0...v4.0.0-1

v4.0.0-0

  • remove flow stuff d67f80a
  • Fix npm -ci 2082904
  • husky 9b89223
  • Convert to TypeScript (#99) 30133eb

final-form/final-form-arrays@v3.1.0...v4.0.0-0

Commits
  • 6232a3d chore: release v4.0.1 (#109)
  • 9fba63e fix: replace rollup-plugin-typescript2 with @​rollup/plugin-typescript for rol...
  • d812bb5 Add regression test for #49 (remove mutator after move) (#107)
  • fd5a7b6 ci: add npm publish workflow on GitHub release (#108)
  • ed07005 Fix #97: Use numeric sort in removeBatch to fix wrong item removal (#102)
  • 33ba997 Test: Regression test for data preservation after remove (#165) (#106)
  • 1c8f6ec Fix #51: Preserve field functions when moving fields with different shapes (#...
  • f45dc05 Fix #95: Preserve empty array when removing last item (#104)
  • 656916f Fix #44: Reset field state at insertion index in insert/unshift (#103)
  • b115aa3 Migrate from bundlesize to size-limit (#100)
  • Additional commits viewable in compare view

Updates final-form-calculate from 1.3.2 to 2.0.0

Release notes

Sourced from final-form-calculate's releases.

v2.0.0

This release has converted the entire library from Flow to TypeScript.

There should be NO BREAKING CHANGES, but because so much code was touched, I'm bumping to a major version out of precaution.

Read more here: Final Form goes to TypeScript

v2.0.0-0

  • Convert to TypeScript (#61) 11f7b16

final-form/final-form-calculate@v1.3.2...v2.0.0-0

Commits

Updates final-form-focus from 1.1.2 to 2.0.0

Release notes

Sourced from final-form-focus's releases.

v2.0.0

This release has converted the entire library from Flow to TypeScript.

There should be NO BREAKING CHANGES, but because so much code was touched, I'm bumping to a major version out of precaution.

Read more here: Final Form goes to TypeScript

v2.0.0-0

  • Convert to TypeScript (#40) adf44af
  • Updated funding c26b46e
  • Create FUNDING.yml 8d1895e

final-form/final-form-focus@v1.1.2...v2.0.0-0

Commits

Updates react-final-form from 6.5.9 to 7.0.1

Release notes

Sourced from react-final-form's releases.

v7.0.1

Bug fixes since v7.0.0. No breaking changes.

Bug Fixes

  • Fixed useField returning the form's initialValues instead of the field's initial value on first render (#1060, fixes #1050)
  • Fixed type="select" with multiple not defaulting to [] (#1061)
  • Fixed React Native compatibility by removing the HTMLElement constraint (#1065)
  • Fixed destroyOnUnregister losing initial values when used in StrictMode (#1069)
  • Fixed checkbox and radio checked logic — was incorrectly using format instead of parse (#1074, fixes #974)
  • Fixed field name prop shadowing DOM properties (#1077, fixes #871)
  • Fixed FormSpy onChange not being called with initial state on mount (#1076)
  • Fixed field name and value falling out of sync when the name prop changes dynamically (#1078, fixes #869)
  • Fixed overwriting getter-only properties when spreading props in renderComponent (#1056, fixes #1055)
  • Fixed spreading of lazy state in FormSpy render props (#1059)
  • Fixed input prop override being ignored in the Field component (#1066)

Documentation

  • Added v7.0.0 migration guide for TypeScript users (#1064)

v7.0.0

This release has converted the entire library from Flow to TypeScript.

There should be NO BREAKING CHANGES, but because so much code was touched, I'm bumping to a major version out of precaution.

Read more here: Final Form goes to TypeScript

v7.0.0-0

  • Migrate to TypeScript (#1047) 875f4ce
  • Add React 19 to peer dependencies (#1046) b7f56df
  • Merge pull request #1017 from final-form/dependabot/npm_and_yarn/qs-6.5.3 43952cb
  • Merge pull request #1024 from final-form/dependabot/npm_and_yarn/follow-redirects-1.15.2 4f80b93
  • Bump follow-redirects from 1.14.4 to 1.15.2 57c7248
  • Merge pull request #1023 from final-form/dependabot/npm_and_yarn/axios-and-github-build-0.21.4 586555e
  • Bump axios and github-build f386587
  • Bump qs from 6.5.2 to 6.5.3 adf8184
  • Merge pull request #1019 from final-form/dependabot/npm_and_yarn/json5-1.0.2 527c9cb
  • Merge pull request #972 from Karadjordje/main 04019ac
  • Bump json5 from 1.0.1 to 1.0.2 3a465cf
  • Update ReactFinalForm.js c113dd8

final-form/react-final-form@v6.5.9...v7.0.0-0

Commits
  • 4271873 fix: add null guards on formState.values in getIn calls (TS2345) (#1088)
  • 3b98a99 chore: release v7.0.1 (#1087)
  • eba34f5 ci: add npm publish workflow on GitHub release (#1086)
  • 890df94 Fix #984: useField returns stale values when sibling updates form in useEffec...
  • fcea1a1 Test: regression tests for #914 (nested validator loop) and #850 (update duri...
  • 0e9c411 Test: regression test for nested Field with validator infinite loop (#914) (#...
  • f3803b0 Test: regression tests for submitting stuck on Promise<void> onSubmit (#903) ...
  • ec8ce81 Fix #869: Synchronize field name and value when name changes dynamically (#1078)
  • e82df67 fix: Call onChange with initial state in useEffect for FormSpy (#1076)
  • c035cf6 Fix: Prevent field name from shadowing DOM properties (fixes #871) (#1077)
  • 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 react-final-form-arrays from 3.1.4 to 5.0.0

Release notes

Sourced from react-final-form-arrays's releases.

v5.0.0

Breaking Change

Default FieldArray subscription changed from 'all' to {length, value, error}.

Previously, FieldArray subscribed to the entire form state by default, causing the whole array to re-render on any form change. The new default subscribes only to length, value, and error — which is what virtually all FieldArray usages actually need, and results in significantly better performance.

Migration: If you rely on other subscription fields (e.g. dirty, touched, active) in your FieldArray children, pass an explicit subscription prop:

<FieldArray name="friends" subscription={{ length: true, value: true, error: true, dirty: true }}>

Bug Fixes

  • Fixed lazy getters in the meta object not being preserved (#188)
  • Fixed types not being correctly exposed in the build output (#186)
  • Fixed whole-form validation being triggered unnecessarily when no field-level validation is provided (#162)
  • Fixed async validate returning a Promise object as ARRAY_ERROR instead of awaiting it (#193, fixes #176)

Updated Peer Dependencies

  • final-form: ^5.0.1
  • final-form-arrays: ^4.0.1
  • react-final-form: ^7.0.1

v4.0.0

This release has converted the entire library from Flow to TypeScript.

There should be NO BREAKING CHANGES, but because so much code was touched, I'm bumping to a major version out of precaution.

Read more here: Final Form goes to TypeScript

v4.0.0-1

  • update ffarrays dep 6087b9e

final-form/react-final-form-arrays@v4.0.0-0...v4.0.0-1

v4.0.0-0

  • Convert to TypeScript (#183) 3b52ad2

final-form/react-final-form-arrays@v3.1.4...v4.0.0-0

Commits
  • abe54d9 chore: release v5.0.0 (#197)
  • b8937b2 ci: add npm publish workflow on GitHub release (#196)
  • b2e169c Fix #176: Await async validate to prevent Promise as ARRAY_ERROR (#193)
  • 31808dd Perf: change default FieldArray subscription from 'all' to {length, value, er...
  • 9f231a9 Test: add regression tests for form.getFieldState data preservation after rem...
  • c365924 Migrate from bundlesize to size-limit (#192)
  • c9f6268 Avoid whole-form validation when no field validation is provided. (#162)
  • 586e6ea fix types exposure in build process (#186)
  • 34cb258 Fix #167: Preserve lazy getters in meta object (#188)
  • 7a44bcf Add CODEOWNERS - require @​erikras approval for all PRs
  • Additional commits viewable in compare view

Updates redux-actions from 2.6.5 to 3.0.3

Release notes

Sourced from redux-actions's releases.

v3.0.0

  • Build: Use modern build stack based on Vite (#386, #388)
  • CI: Use Github Actions (#387)
  • Breaking Changes: ESM only and default export, dropped CommonJS/UMD builds
Commits

Updates redux-observable from 1.2.0 to 2.0.0

Changelog

Sourced from redux-observable's changelog.

2.0.0 (2021-06-24)

2.0.0 brings support for RxJS v7, newer TypeScript support, and a few bug fixes (see previous pre-releases.) Of note is BREAKING CHANGE that action$.ofType() has been removed in favor of a pipeable operator you can import import { ofType } from 'redux-observable';

2.0.0-rc.2 (2021-05-11)

Bug Fixes

  • dependencies: rxjs and tslib are now listed as dependencies (#748) (e1580d7)

2.0.0-rc.1 (2021-05-07)

Bug Fixes

  • types: Type system now requires ofType operator to have at least one action type passed in, fixes #689 (#690) (72182ec)

Features

  • ofType: Add warning for nullsy typescloses #607 (ecf3f21)
  • rxjs7: add rxjs 7 compatibility (a4932a1), closes #735

BREAKING CHANGES

  • rxjs7: Uses typescript 4.2.2 and tslib 2.1.0 (same libs as rxjs 7). @​typescript-eslint/eslint-plugin and @​typescript-eslint/parser has been updated to 4.22.0 to run linter properly with new ts version, new troublesome linter rules added.

2.0.0-alpha.0 (2019-11-14)

feature

  • ofType: Type inference for ofType, removal of ActionsObservable in favor of just Observable (#681) (16f083d)

  • Convert project to Typescript and add es2015 build target (#672) (ba4699e), closes #672

BREAKING CHANGES

  • ofType: ActionsObservable existed so we could provide an ofType() method to the prototype of action$, before RxJS had pipeable operators. Now that pipeable operators have been out for quite some time we are removing ActionsObservable in favor or using the pipeable ofType() instead.
// BEFORE
function someEpic(action$) {
  return action$
    .ofType('PING')
    .mapTo({ type: 'PONG' });
}
</tr></table> 

... (truncated)

Commits
  • 57368e9 chore(publish): v2.0.0
  • 7c2d9f3 chore(package-lock): update lockfile to latest
  • 38af2ed Update README.md (#750)
  • 9dbf561 chore(publish): v2.0.0-rc.2
  • e1580d7 fix(dependencies): rxjs and tslib are now listed as dependencies (#748)
  • a955b78 chore: remove travis as we are using github actions now
  • ac09109 chore(publish): v2.0.0-rc.1
  • e6a5946 chore(npm): depend on the npm package directly so we control which version is...
  • 97502c2 chore(eslint): add void return types to console utils
  • 6a6518c Merge pull request #747 from eltiodelsofa/master
  • Additional commits viewable in compare view

Updates axe-core from 4.1.4 to 4.13.0

Release notes

Sourced from axe-core's releases.

Release 4.13.0

In summary, this release adds:

  1. Support Element Internals: A modern way for building accessible component libraries Axe-core is the first accessibility tool to support this major new web feature! Thanks to RedHat and Adobe for working with us to figure out the right way forward.

  2. A new Swedish translation, thanks to our a community contribution

  3. A new Finish contribution (not open source), thanks to our Scandinavian partner

  4. 10 False positives closed, including all the critical ones!

  5. And 13 updates to get Axe-core consistent with the latest web standards

This release is one of the bigger changes we've done in a few years, so likely issue numbers are going to change in adopting this version.

Features

  • aria-actions: add aria-actions to allowed ARIA attributes (#5200) (029655d), closes #4584 #5199, references #5215 #5215
  • aria-allowed-attr: flag deprecated ARIA attributes as needs-review (#5246) (518f3cc), closes #3341
  • aria-prohibited-attr: allow many elements to be named and disallow label and body from being named (#5259) (d8b1ea5)
  • aria-roles: add sectionheader and sectionfooter roles (#5238) (c36c109), closes #4734, references #4734
  • aria/get-aria-value: new function to get aria values of a node (#5109) (a7d8f3e), references #5042
  • aria/has-attr-value: new function to check if node has aria value (#5136) (61f2624), references #5109
  • aria: support role=image as equivalent to role=img (#5248) (5aa8aaf), closes #4656, references #5272
  • checks/aria: support ARIA element internals properties (#5172) (9b7f754)
  • checks/label: support ARIA element internals properties (#5170) (21c5f8b)
  • checks/navigation: support ARIA element internals properties (#5167) (2c3a98f)
  • commons/aria: support ARIA element internals properties (#5171) (31f09e7)
  • commons/dom: support ARIA element internals properties (#5163) (f0a12cf)
  • commons/forms: support ARIA element internals properties (#5165) (27a4686)
  • commons/matches/fromPrimative: deprecate in favor of correct spelling (#5270) (31cfb2e)
  • commons/text: support ARIA element internals properties (#5169) (e841a33)
  • commons/text: support form-associated labels via element internals (#5182) (57cfe0a), closes #5045, references #5170 #5039 #5151 #5039
  • dom/getResolvedRefs: new function to get the resolved virtual nodes of idrefs (#5151) (489cdea), references #5109
  • element-internals: enable ElementInternals by default (#5284) (2740d42), closes #5277
  • i18n: Add Swedish locale (#5190) (dcd13f2), references #5189
  • matches: add inSectioningContent, hasChild, and isSummaryForDetails matches (#5262) (c47cdcd)
  • rules: support ARIA element internals properties (#5168) (065baf7)
  • standards/ariaAttrs: add caseInsensitive property for attributes (#5224) (bcd791c)

Bug Fixes

  • aria-allowed-role: allow roles on a non-details summary (#5242) (3bd9875), closes #3911, references #3443 #3911
  • aria-allowed-role: restrict figure roles with child figcaption (#5240) (178a635), closes #3443
  • aria-prohibited-attr: visible aria-labelledby requires review only (#5285) (fd6fa9f)
  • axe.d.ts: make enabled property of RuleMetadata optional (#5129) (90fce18)
  • color-contrast: fix various stacking context bugs (#5214) (d5e5b04), references #8 #5213

... (truncated)

Changelog

Sourced from axe-core's changelog.

4.13.0 (2026-08-05)

Features

  • aria-actions: add aria-actions to allowed ARIA attributes (#5200) (029655d), closes #4584 #5199, references #5215 #5215
  • aria-allowed-attr: flag deprecated ARIA attributes as needs-review (#5246) (518f3cc), closes #3341
  • aria-prohibited-attr: allow many elements to be named and disallow label and body from being named (#5259) (d8b1ea5)
  • aria-roles: add sectionheader and sectionfooter roles (#5238) (c36c109), closes #4734, references #4734
  • aria/get-aria-value: new function to get aria values of a node (#5109) (a7d8f3e), references #5042
  • aria/has-attr-value: new function to check if node has aria value (#5136) (61f2624), references #5109
  • aria: support role=image as equivalent to role=img (#5248) (5aa8aaf), closes #4656, references #5272
  • checks/aria: support ARIA element internals properties (#5172) (9b7f754)
  • checks/label: support ARIA element internals properties (#5170) (21c5f8b)
  • checks/navigation: support ARIA element internals properties (#5167) (2c3a98f)
  • commons/aria: support ARIA element internals properties (#5171) (31f09e7)
  • commons/dom: support ARIA element internals properties (#5163) (f...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 16, 2026
@psmagin
psmagin requested a review from a team July 20, 2026 07:08
@dependabot dependabot Bot changed the title fix: bump the all-deps group with 23 updates fix: bump the all-deps group across 1 directory with 23 updates Jul 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-deps-fb3f1195a0 branch from 4617936 to 6a6517c Compare July 26, 2026 18:15
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-deps-fb3f1195a0 branch 2 times, most recently from 09ac8ca to 0f9b870 Compare August 5, 2026 14:37
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-deps-fb3f1195a0 branch from 0f9b870 to 8f84793 Compare August 9, 2026 18:15
Bumps the all-deps group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [currency-symbol-map](https://github.com/bengourley/currency-symbol-map) | `4.0.4` | `5.1.0` |
| [final-form](https://github.com/final-form/final-form) | `4.20.10` | `5.0.1` |
| [final-form-arrays](https://github.com/final-form/final-form-arrays) | `3.1.0` | `4.0.1` |
| [final-form-calculate](https://github.com/final-form/final-form-calculate) | `1.3.2` | `2.0.0` |
| [final-form-focus](https://github.com/final-form/final-form-focus) | `1.1.2` | `2.0.0` |
| [react-final-form](https://github.com/final-form/react-final-form) | `6.5.9` | `7.0.1` |
| [react-final-form-arrays](https://github.com/final-form/react-final-form-arrays) | `3.1.4` | `5.0.0` |
| [redux-actions](https://github.com/redux-utilities/redux-actions) | `2.6.5` | `3.0.3` |
| [redux-observable](https://github.com/redux-observable/redux-observable) | `1.2.0` | `2.0.0` |
| [axe-core](https://github.com/dequelabs/axe-core) | `4.1.4` | `4.13.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `24.7.0` | `29.16.1` |
| [husky](https://github.com/typicode/husky) | `1.3.1` | `9.1.7` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `18.3.1` | `19.2.8` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.2.8` |
| [react-intl](https://github.com/formatjs/formatjs) | `7.1.14` | `10.1.20` |
| [react-redux](https://github.com/reduxjs/react-redux) | `8.1.3` | `9.3.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `5.3.4` | `7.18.2` |
| [react-transition-group](https://github.com/reactjs/react-transition-group) | `2.9.0` | `4.4.5` |
| [redux](https://github.com/reduxjs/redux) | `4.2.1` | `5.0.1` |
| [regenerator-runtime](https://github.com/facebook/regenerator) | `0.13.11` | `0.14.1` |
| [rxjs](https://github.com/reactivex/rxjs) | `6.6.7` | `7.8.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `9.10.1` | `17.14.1` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `18.3.0` | `40.0.0` |



Updates `currency-symbol-map` from 4.0.4 to 5.1.0
- [Release notes](https://github.com/bengourley/currency-symbol-map/releases)
- [Commits](bengourley/currency-symbol-map@v4.0.4...v5.1.0)

Updates `final-form` from 4.20.10 to 5.0.1
- [Release notes](https://github.com/final-form/final-form/releases)
- [Commits](final-form/final-form@v4.20.10...v5.0.1)

Updates `final-form-arrays` from 3.1.0 to 4.0.1
- [Release notes](https://github.com/final-form/final-form-arrays/releases)
- [Commits](final-form/final-form-arrays@v3.1.0...v4.0.1)

Updates `final-form-calculate` from 1.3.2 to 2.0.0
- [Release notes](https://github.com/final-form/final-form-calculate/releases)
- [Commits](final-form/final-form-calculate@v1.3.2...v2.0.0)

Updates `final-form-focus` from 1.1.2 to 2.0.0
- [Release notes](https://github.com/final-form/final-form-focus/releases)
- [Commits](final-form/final-form-focus@v1.1.2...v2.0.0)

Updates `react-final-form` from 6.5.9 to 7.0.1
- [Release notes](https://github.com/final-form/react-final-form/releases)
- [Commits](final-form/react-final-form@v6.5.9...v7.0.1)

Updates `react-final-form-arrays` from 3.1.4 to 5.0.0
- [Release notes](https://github.com/final-form/react-final-form-arrays/releases)
- [Commits](final-form/react-final-form-arrays@v3.1.4...v5.0.0)

Updates `redux-actions` from 2.6.5 to 3.0.3
- [Release notes](https://github.com/redux-utilities/redux-actions/releases)
- [Changelog](https://github.com/redux-utilities/redux-actions/blob/master/docs/Changelog.md)
- [Commits](redux-utilities/redux-actions@v2.6.5...v3.0.3)

Updates `redux-observable` from 1.2.0 to 2.0.0
- [Changelog](https://github.com/redux-observable/redux-observable/blob/main/CHANGELOG.md)
- [Commits](redux-observable/redux-observable@v1.2.0...v2.0.0)

Updates `axe-core` from 4.1.4 to 4.13.0
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md)
- [Commits](dequelabs/axe-core@v4.1.4...v4.13.0)

Updates `eslint-plugin-jest` from 24.7.0 to 29.16.1
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v24.7.0...v29.16.1)

Updates `husky` from 1.3.1 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v1.3.1...v9.1.7)

Updates `react` from 18.3.1 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-dom` from 18.3.1 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 7.1.14 to 10.1.20
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@7.1.14...react-intl@10.1.20)

Updates `react-redux` from 8.1.3 to 9.3.0
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v8.1.3...v9.3.0)

Updates `react-router-dom` from 5.3.4 to 7.18.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.2/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.2/packages/react-router-dom)

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 `redux` from 4.2.1 to 5.0.1
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.2.1...v5.0.1)

Updates `regenerator-runtime` from 0.13.11 to 0.14.1
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.11...regenerator-runtime@0.14.1)

Updates `rxjs` from 6.6.7 to 7.8.2
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@6.6.7...7.8.2)

Updates `stylelint` from 9.10.1 to 17.14.1
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@9.10.1...17.14.1)

Updates `stylelint-config-standard` from 18.3.0 to 40.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@18.3.0...40.0.0)

---
updated-dependencies:
- dependency-name: axe-core
  dependency-version: 4.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: currency-symbol-map
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: eslint-plugin-jest
  dependency-version: 29.15.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: final-form
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: final-form-arrays
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: final-form-calculate
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: final-form-focus
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: husky
  dependency-version: 9.1.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: react-final-form
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: react-final-form-arrays
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: react-intl
  dependency-version: 10.1.17
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: react-redux
  dependency-version: 9.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: react-router-dom
  dependency-version: 7.18.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: react-transition-group
  dependency-version: 4.4.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: redux
  dependency-version: 5.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: redux-actions
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: redux-observable
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: regenerator-runtime
  dependency-version: 0.14.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: rxjs
  dependency-version: 7.8.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: stylelint
  dependency-version: 17.14.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: stylelint-config-standard
  dependency-version: 40.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-deps-fb3f1195a0 branch from 8f84793 to f593619 Compare August 16, 2026 18:15
@sonarqubecloud

Copy link
Copy Markdown

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