Skip to content

chore(deps): bump the npm-patches group across 1 directory with 11 updates - #76

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-patches-60c2cdfb7e
Open

chore(deps): bump the npm-patches group across 1 directory with 11 updates#76
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-patches-60c2cdfb7e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-patches group with 11 updates in the / directory:

Package From To
@react-native-community/slider 5.2.0 5.2.1
@rn-primitives/portal 1.5.2 1.5.3
i18next 26.4.0 26.4.2
nativewind 4.2.2 4.2.6
react 19.2.3 19.2.8
@types/react 19.2.17 19.2.18
react-dom 19.2.3 19.2.8
react-i18next 17.0.10 17.0.13
react-native-code-highlighter 1.3.0 1.3.1
react-native-svg 15.15.4 15.15.5
react-test-renderer 19.2.3 19.2.8

Updates @react-native-community/slider from 5.2.0 to 5.2.1

Release notes

Sourced from @​react-native-community/slider's releases.

v5.2.1: Fix for thumbImage prop not working on RN v0.84

This release brings the fix for the issue #773 with Slider not rendering the thumb's image, when running on iOS with react-native v0.84 or later. The fix was implemented and delivered by @​arron-kukadia in #821 💪

Thank you!

Commits
  • 8ff5ca2 Release: v5.2.1 (#824)
  • 1137e4a chore(deps-dev): bump fast-xml-parser from 5.9.3 to 5.10.1 in /package (#822)
  • a9da426 fix(ios): load thumbImage/trackImage without the legacy bridge on bridgeless ...
  • d719827 Fix the typings on the package to be consumed in example
  • 93fc1a2 Update example app to the latest stable react-native
  • 01f947f Run npm audit for majority of vulenrabilities
  • 9e07a48 Update node modules lockfile
  • See full diff in compare view

Updates @rn-primitives/portal from 1.5.2 to 1.5.3

Updates i18next from 26.4.0 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).

v26.4.1

  • fix(types): the selector-form keyPrefix overload of getFixedT() is now available under enableSelector: 'strict'. Its constraint was gated on true | 'optimize' only, so under 'strict' it collapsed to never, the overload dropped out, and the returned t silently lost its keyPrefix scope (t(($) => $.deep) failed with Property 'deep' does not exist on type '{}'). The same call already typechecked under true and 'optimize'. Thanks @​hovelopin (#2446).
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).

26.4.1

  • fix(types): the selector-form keyPrefix overload of getFixedT() is now available under enableSelector: 'strict'. Its constraint was gated on true | 'optimize' only, so under 'strict' it collapsed to never, the overload dropped out, and the returned t silently lost its keyPrefix scope (t(($) => $.deep) failed with Property 'deep' does not exist on type '{}'). The same call already typechecked under true and 'optimize'. Thanks @​hovelopin (#2446).
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
  • c057ee0 26.4.1
  • 02e3e16 changelog v26.4.1
  • 6f198f2 fix(types): allow selector keyPrefix in getFixedT under enableSelector 'stric...
  • See full diff in compare view

Updates nativewind from 4.2.2 to 4.2.6

Release notes

Sourced from nativewind's releases.

nativewind@4.2.6

Patch Changes

  • Updated dependencies [eb31af8]
    • react-native-css-interop@0.2.6

nativewind@4.2.5

Patch Changes

  • Updated dependencies [64c9f04]
    • react-native-css-interop@0.2.5

nativewind@4.2.4

Patch Changes

  • 3138724: Add Roninidevs Nativewind banner to the top of the README
  • f69ec4c: Update repository and bugs URLs from marklawlor/nativewind to nativewind/nativewind
  • Updated dependencies [3138724]
  • Updated dependencies [f69ec4c]
    • react-native-css-interop@0.2.4

nativewind@4.2.3

Patch Changes

  • Updated dependencies [af3cdd0]
    • react-native-css-interop@0.2.3
Commits
  • d5cfd40 Version Packages
  • eb31af8 chore(changeset): patch react-native-css-interop for the Metro 0.83+ haste fix
  • f234ea5 fix(react-native-css-interop): emit modifiedFiles with a relative path for Me...
  • 758d6e4 docs: link README banner to ronindevs.com (v4) (#1811)
  • 666dd4b Add Ronin Software credit to the README (#1808)
  • 97321ff Version Packages (#1806)
  • 64c9f04 Add changeset for react-native-css-interop metro-file-map forward compatibili...
  • 4555938 [v4] fix(react-native-css-interop): Add metro-file-map forward compatibility ...
  • e831069 Version Packages (#1742)
  • 3138724 docs: add Roninidevs Nativewind banner to README (#1789)
  • Additional commits viewable in compare view

Updates react from 19.2.3 to 19.2.8

Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

19.2.7 (June 1st, 2026)

React Server Components

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

Changelog

Sourced from react's changelog.

19.2.7 (June 1, 2026)

React Server Components

19.2.6 (May 6, 2026)

React Server Components

19.2.5 (March 18, 2026)

React Server Components

19.2.4 (Jan 26, 2026)

React Server Components

Commits
Maintainer changes

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


Updates @types/react from 19.2.17 to 19.2.18

Commits

Updates react-dom from 19.2.3 to 19.2.8

Release notes

Sourced from react-dom's releases.

19.2.8 (July 21st, 2026)

React Server Components

19.2.7 (June 1st, 2026)

React Server Components

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

Changelog

Sourced from react-dom's changelog.

19.2.7 (June 1, 2026)

React Server Components

19.2.6 (May 6, 2026)

React Server Components

19.2.5 (March 18, 2026)

React Server Components

19.2.4 (Jan 26, 2026)

React Server Components

Commits
Maintainer changes

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


Updates react-i18next from 17.0.10 to 17.0.13

Changelog

Sourced from react-i18next's changelog.

17.0.13

  • fix(types): the selector-form keyPrefix overload of useTranslation() is now available under enableSelector: 'strict'. useTranslation was gated on true | 'optimize' only, so under 'strict' it resolved to the legacy signature and the selector overload disappeared entirely (keyPrefix: ($) => $.ns.foo failed with Type '($: any) => any' is not assignable to type 'undefined'). Trans already handled all three modes. Companion to the same fix for getFixedT in i18next#2446. Thanks @​hovelopin (#1930).

17.0.12

  • fix(IcuTrans): key-less icu.macro nodes (<Trans>Welcome, {name}!</Trans>, <Select>, <Plural> without i18nKey) rendered an empty string since 17.0.0. The macro now emits <IcuTrans defaultTranslation="…"> without a key and IcuTrans passed undefined to t(), which returns ''. Like Trans, IcuTrans now uses defaultTranslation as the key when i18nKey is not provided.

17.0.11

  • chore: html-parse-stringify updated to ^4.0.1. The parser powering <Trans> is now actively maintained under the i18next org (i18next/html-parse-stringify) after years without upstream releases. 4.x brings modern dual ESM/CJS packaging with an exports map, zero runtime dependencies, reworked TypeScript types and a long list of parser fixes (literal < in text, multiline/CRLF attribute values, comments containing >, doctype handling, quote-aware bracket handling).
  • refactor(Trans): the internal escapeLiteralLessThan scanner (~80 lines) is replaced by the parser's new allowedTags option with identical semantics: only numbered tags, kept basic HTML tags and known component names are parsed as markup, any other tag-shaped sequence in the translation stays literal text. Rendered output is unchanged (all 493 tests pass, including the #1880 and #1893 escaping cases).
Commits
  • addf646 17.0.13
  • 7c634ee changelog v17.0.13
  • 5ceefb0 fix(types): allow selector keyPrefix in useTranslation under enableSelector '...
  • aa7ba52 chore(examples): require activesupport >= 7.2.3.1 in the RN Gemfiles
  • ec0bb4e chore(examples): drop react_native_windows and the RN Gemfile.locks
  • aa5fc43 build
  • ea721fb 17.0.12
  • 6c2a71e fix(IcuTrans): use defaultTranslation as key when no i18nKey is given
  • 258c96d chore(examples): upgrade all example apps off unmaintained toolchains
  • b8677c8 chore: update dependencies to close dependabot alerts
  • Additional commits viewable in compare view

Updates react-native-code-highlighter from 1.3.0 to 1.3.1

Release notes

Sourced from react-native-code-highlighter's releases.

Release 1.3.1

1.3.1 (2026-09-03)

Bug Fixes

  • deps: update dependency react-syntax-highlighter to v15.6.6 (b33b7d0)

Release Notes

Full Changelog: gmsgowtham/react-native-code-highlighter@v1.3.0...v1.3.1

Commits
  • 7f0e8e7 chore: release 1.3.1
  • 29c8393 Merge pull request #373 from gmsgowtham/renovate/react-monorepo
  • cf7fbe2 Merge pull request #376 from gmsgowtham/renovate/testing-library-monorepo
  • 0a5ea4b chore(deps): update dependency @​testing-library/react-native to v13.3.3
  • 5d8e4f2 chore(deps): update dependency @​types/react to v18.3.31
  • e8ea024 Merge pull request #379 from gmsgowtham/renovate/actions-cache-6.x
  • 11ab0dc Merge pull request #378 from gmsgowtham/renovate/biomejs-biome-2.x
  • 3284e05 chore(deps): update actions/cache action to v6
  • f59eb00 chore(deps): update dependency @​biomejs/biome to v2.5.12
  • 27bc40b Merge pull request #377 from gmsgowtham/renovate/typescript-5.x
  • Additional commits viewable in compare view

Updates react-native-svg from 15.15.4 to 15.15.5

Release notes

Sourced from react-native-svg's releases.

v15.15.5

This release includes minor fixes and improvements across all platforms, along with the OIDC setup.

What's Changed

New Contributors

Full Changelog: software-mansion/react-native-svg@v15.15.4...v15.15.5

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-native-svg since your current version.


Updates @types/react from 19.2.17 to 19.2.18

Commits

Updates react-test-renderer from 19.2.3 to 19.2.8

Release notes

Sourced from react-test-renderer's releases.

19.2.8 (July 21st, 2026)

React Server Components

19.2.7 (June 1st, 2026)

React Server Components

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

Changelog

Sourced from react-test-renderer's changelog.

19.2.7 (June 1, 2026)

React Server Components

19.2.6 (May 6, 2026)

React Server Components

19.2.5 (March 18, 2026)

React Server Components

19.2.4 (Jan 26, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-test-renderer since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 7, 2026
…dates

Bumps the npm-patches group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@react-native-community/slider](https://github.com/callstack/react-native-slider) | `5.2.0` | `5.2.1` |
| @rn-primitives/portal | `1.5.2` | `1.5.3` |
| [i18next](https://github.com/i18next/i18next) | `26.4.0` | `26.4.2` |
| [nativewind](https://github.com/nativewind/nativewind) | `4.2.2` | `4.2.6` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.8` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.17` | `19.2.18` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.8` |
| [react-i18next](https://github.com/i18next/react-i18next) | `17.0.10` | `17.0.13` |
| [react-native-code-highlighter](https://github.com/gmsgowtham/react-native-code-highlighter) | `1.3.0` | `1.3.1` |
| [react-native-svg](https://github.com/software-mansion/react-native-svg) | `15.15.4` | `15.15.5` |
| [react-test-renderer](https://github.com/react/react/tree/HEAD/packages/react-test-renderer) | `19.2.3` | `19.2.8` |



Updates `@react-native-community/slider` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/callstack/react-native-slider/releases)
- [Commits](callstack/react-native-slider@v5.2.0...v5.2.1)

Updates `@rn-primitives/portal` from 1.5.2 to 1.5.3

Updates `i18next` from 26.4.0 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.0...v26.4.2)

Updates `nativewind` from 4.2.2 to 4.2.6
- [Release notes](https://github.com/nativewind/nativewind/releases)
- [Changelog](https://github.com/nativewind/nativewind/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nativewind/nativewind/compare/nativewind@4.2.2...nativewind@4.2.6)

Updates `react` from 19.2.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)

Updates `@types/react` from 19.2.17 to 19.2.18
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.2.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-i18next` from 17.0.10 to 17.0.13
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v17.0.10...v17.0.13)

Updates `react-native-code-highlighter` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/gmsgowtham/react-native-code-highlighter/releases)
- [Commits](gmsgowtham/react-native-code-highlighter@v1.3.0...v1.3.1)

Updates `react-native-svg` from 15.15.4 to 15.15.5
- [Release notes](https://github.com/software-mansion/react-native-svg/releases)
- [Commits](software-mansion/react-native-svg@v15.15.4...v15.15.5)

Updates `@types/react` from 19.2.17 to 19.2.18
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-test-renderer` from 19.2.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-test-renderer)

---
updated-dependencies:
- dependency-name: "@react-native-community/slider"
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: "@rn-primitives/portal"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: i18next
  dependency-version: 26.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: nativewind
  dependency-version: 4.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: react-i18next
  dependency-version: 17.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: react-native-code-highlighter
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: react-native-svg
  dependency-version: 15.15.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: react-test-renderer
  dependency-version: 19.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-patches-60c2cdfb7e branch from 249ca32 to 4e4d232 Compare September 8, 2026 10:11
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