Skip to content

build(deps): bump the minor-and-patch group in /mobile with 5 updates - #2246

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/mobile/minor-and-patch-8de462e7b9
Sep 12, 2026
Merged

github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/mobile/minor-and-patch-8de462e7b9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group in /mobile with 5 updates:

Package From To
expo 57.0.19 57.0.21
expo-router 57.0.18 57.0.20
i18next 26.4.1 26.4.2
react-native-worklets 0.12.1 0.12.2
babel-preset-expo 57.0.10 57.0.11

Updates expo from 57.0.19 to 57.0.21

Commits

Updates expo-router from 57.0.18 to 57.0.20

Commits

Updates i18next from 26.4.1 to 26.4.2

Release notes

Sourced from i18next's releases.

v26.4.2

  • fix: $&, $`, $' and $$ inside a nested value ($t(key)) now stay literal. nest() handed the resolved value straight to String.replace as the replacement argument, so those sequences were read as replacement patterns: $& re-inserted the $t(...) match, $` / $' inserted the text before / after it, and $$ collapsed to $. Through t() the $& case was worse than a wrong string: the nested lookup resets the shared nesting regexp, so the re-inserted $t(...) was matched again on every pass and t() never returned — also under the default escapeValue: true when the value arrives via a variable forwarded through nesting options ($t(key, { "name": "{{name}}" }) with a name containing $&). The value is now $-escaped at the String.replace call, the same guard interpolate() already has, and a non-string value returned by a formatter in the nesting chain ($t(key, myFormat)) is stringified before that. Nested values are still not HTML-escaped (#854). Thanks @​mahirhir (#2447).
Changelog

Sourced from i18next's changelog.

26.4.2

  • fix: $&, $`, $' and $$ inside a nested value ($t(key)) now stay literal. nest() handed the resolved value straight to String.replace as the replacement argument, so those sequences were read as replacement patterns: $& re-inserted the $t(...) match, $` / $' inserted the text before / after it, and $$ collapsed to $. Through t() the $& case was worse than a wrong string: the nested lookup resets the shared nesting regexp, so the re-inserted $t(...) was matched again on every pass and t() never returned — also under the default escapeValue: true when the value arrives via a variable forwarded through nesting options ($t(key, { "name": "{{name}}" }) with a name containing $&). The value is now $-escaped at the String.replace call, the same guard interpolate() already has, and a non-string value returned by a formatter in the nesting chain ($t(key, myFormat)) is stringified before that. Nested values are still not HTML-escaped (#854). Thanks @​mahirhir (#2447).
Commits
  • 4dba50f 26.4.2
  • e436b62 build
  • d955fb0 fix: stringify formatter results in nested values, changelog v26.4.2
  • dfafa3c fix: keep replacement patterns literal in nested values (#2447)
  • 3c9981e chore: keep dev-only and local files out of the npm package
  • See full diff in compare view

Updates react-native-worklets from 0.12.1 to 0.12.2

Release notes

Sourced from react-native-worklets's releases.

Worklets - 0.12.2

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.12.1...worklets-0.12.2

Commits
  • 6704d75 release(Worklets): 0.12.2
  • f16418f cherry-pick(worklets-0.12-stable): release the Synchronizable lock when a set...
  • f35355d cherry-pick(worklets-0.12-stable): Crash when handling proto (#10451) (#1...
  • 1f8fb80 Update CHANGELOG.md
  • 9b1d63e Update CHANGELOG.md
  • b586755 Update CHANGELOG.md
  • 7f64cab fix(Worklets): release the Synchronizable lock when a setter throws (#10331)
  • 7d41acc fix(Worklets): Crash when handling proto (#10451)
  • ce9875d fix(worklets): stop AnimationFrameQueue when WorkletsModule is invalidated (#...
  • See full diff in compare view

Updates babel-preset-expo from 57.0.10 to 57.0.11

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

Bumps the minor-and-patch group in /mobile with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `57.0.19` | `57.0.21` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `57.0.18` | `57.0.20` |
| [i18next](https://github.com/i18next/i18next) | `26.4.1` | `26.4.2` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.12.1` | `0.12.2` |
| [babel-preset-expo](https://github.com/expo/expo/tree/HEAD/packages/babel-preset-expo) | `57.0.10` | `57.0.11` |


Updates `expo` from 57.0.19 to 57.0.21
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-router` from 57.0.18 to 57.0.20
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-router)

Updates `i18next` from 26.4.1 to 26.4.2
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v26.4.1...v26.4.2)

Updates `react-native-worklets` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-worklets/CHANGELOG.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.12.2/packages/react-native-worklets)

Updates `babel-preset-expo` from 57.0.10 to 57.0.11
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/babel-preset-expo)

---
updated-dependencies:
- dependency-name: expo
  dependency-version: 57.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: expo-router
  dependency-version: 57.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: i18next
  dependency-version: 26.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-native-worklets
  dependency-version: 0.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: babel-preset-expo
  dependency-version: 57.0.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Sep 12, 2026
@github-actions
github-actions Bot merged commit d727361 into main Sep 12, 2026
7 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/mobile/minor-and-patch-8de462e7b9 branch September 12, 2026 07: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.

0 participants