Skip to content

build(deps): bump the production-dependencies group across 1 directory with 5 updates#27

Merged
hugefiver merged 1 commit intomasterfrom
dependabot/npm_and_yarn/production-dependencies-adb3f344b2
Apr 28, 2026
Merged

build(deps): bump the production-dependencies group across 1 directory with 5 updates#27
hugefiver merged 1 commit intomasterfrom
dependabot/npm_and_yarn/production-dependencies-adb3f344b2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
i18next 26.0.3 26.0.5
jotai 2.19.0 2.19.1
react 19.2.4 19.2.5
react-dom 19.2.4 19.2.5
react-i18next 17.0.2 17.0.3

Updates i18next from 26.0.3 to 26.0.5

Release notes

Sourced from i18next's releases.

v26.0.5

  • fix: cloneInstance().changeLanguage() no longer fails to update language state when the target language is not yet loaded — a race between init()'s deferred load() and the user's changeLanguage() could overwrite isLanguageChangingTo, causing setLngProps to be skipped 2422

v26.0.4

  • fix(types): inline formatting options like {{price, currency(EUR)}} are now correctly resolved to their base format type (e.g. number for currency) instead of falling back to string 2378
Changelog

Sourced from i18next's changelog.

26.0.5

  • fix: cloneInstance().changeLanguage() no longer fails to update language state when the target language is not yet loaded — a race between init()'s deferred load() and the user's changeLanguage() could overwrite isLanguageChangingTo, causing setLngProps to be skipped 2422

26.0.4

  • fix(types): inline formatting options like {{price, currency(EUR)}} are now correctly resolved to their base format type (e.g. number for currency) instead of falling back to string 2378
Commits

Updates jotai from 2.19.0 to 2.19.1

Release notes

Sourced from jotai's releases.

v2.19.1

This release includes several small refactors to improve performance.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.19.0...v2.19.1

Commits
  • 1fae772 2.19.1
  • 7924a8b chore(deps): update dev dependencies (#3306)
  • aa61ef5 test: add spec for #3296 (#3305)
  • 91ffe6d refactor(types): prefer no-any (#3304)
  • e0afc70 fix(internals): check if atom has onMount property before queueing processOnM...
  • b2aafbc fix(internals): check if atom has dependencies before doing mountDependencies...
  • 9b72d0e refactor: flushPending improve performance (#3285)
  • a6392f1 refactor(internals): reduce recomputeInvalidatedAtoms overhead (performance) ...
  • 280f3a0 refactor(internals): replace nextDeps with prevDeps (#3278)
  • 7e07e1b fix(vanilla/utils/atomWithObservable): use symbol index signature to avoid 'S...
  • Additional commits viewable in compare view

Updates react from 19.2.4 to 19.2.5

Release notes

Sourced from react's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates react-dom from 19.2.4 to 19.2.5

Release notes

Sourced from react-dom's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates react-i18next from 17.0.2 to 17.0.3

Changelog

Sourced from react-i18next's changelog.

17.0.3

  • fix: avoid invalid prop on React.Fragment inside <Trans /> 1914
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 5 updates

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

| Package | From | To |
| --- | --- | --- |
| [i18next](https://github.com/i18next/i18next) | `26.0.3` | `26.0.5` |
| [jotai](https://github.com/pmndrs/jotai) | `2.19.0` | `2.19.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.5` |
| [react-i18next](https://github.com/i18next/react-i18next) | `17.0.2` | `17.0.3` |



Updates `i18next` from 26.0.3 to 26.0.5
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v26.0.3...v26.0.5)

Updates `jotai` from 2.19.0 to 2.19.1
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.19.0...v2.19.1)

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

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

Updates `react-i18next` from 17.0.2 to 17.0.3
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v17.0.2...v17.0.3)

---
updated-dependencies:
- dependency-name: i18next
  dependency-version: 26.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: jotai
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-i18next
  dependency-version: 17.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 16, 2026
@hugefiver hugefiver merged commit c2ac517 into master Apr 28, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-adb3f344b2 branch April 28, 2026 12:54
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.

1 participant