Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps the prod-minor-versions group with 11 updates in the / directory:

Package From To
@tanstack/react-query 5.90.2 5.90.12
cookies-next 6.1.0 6.1.1
formik 2.4.6 2.4.9
i18next 25.5.3 25.7.2
next-i18next 15.4.2 15.4.3
pino 10.0.0 10.1.0
react 19.2.0 19.2.1
react-dom 19.2.0 19.2.1
react-focus-on 3.10.0 3.10.1
react-i18next 16.0.0 16.4.0
sharp 0.34.4 0.34.5

Updates @tanstack/react-query from 5.90.2 to 5.90.12

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-persist-client@​5.90.12

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.9
    • @​tanstack/react-query@​5.90.10

@​tanstack/react-query@​5.90.12

Patch Changes

  • Updated dependencies [72d8ac5]:
    • @​tanstack/query-core@​5.90.12

@​tanstack/react-query-persist-client@​5.90.11

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.8
    • @​tanstack/react-query@​5.90.9

@​tanstack/react-query@​5.90.11

Patch Changes

  • Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (#9886)

  • Updated dependencies [c01b150]:

    • @​tanstack/query-core@​5.90.11

@​tanstack/react-query-persist-client@​5.90.10

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.7
    • @​tanstack/react-query@​5.90.8

@​tanstack/react-query@​5.90.10

Patch Changes

@​tanstack/react-query-persist-client@​5.90.9

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.6
    • @​tanstack/react-query@​5.90.7

@​tanstack/react-query@​5.90.9

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/react-query's changelog.

5.90.12

Patch Changes

  • Updated dependencies [72d8ac5]:
    • @​tanstack/query-core@​5.90.12

5.90.11

Patch Changes

  • Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (#9886)

  • Updated dependencies [c01b150]:

    • @​tanstack/query-core@​5.90.11

5.90.10

Patch Changes

5.90.9

Patch Changes

  • Updated dependencies [08b211f]:
    • @​tanstack/query-core@​5.90.9

5.90.8

Patch Changes

  • Updated dependencies [c0ec9fe]:
    • @​tanstack/query-core@​5.90.8

5.90.7

Patch Changes

  • Updated dependencies [b4cd121]:
    • @​tanstack/query-core@​5.90.7

5.90.6

Patch Changes

  • Updated dependencies [1638c02]:
    • @​tanstack/query-core@​5.90.6

... (truncated)

Commits

Updates cookies-next from 6.1.0 to 6.1.1

Release notes

Sourced from cookies-next's releases.

v6.1.1

What's Changed

New Contributors

Full Changelog: andreizanik/cookies-next@v6.1.0...v6.1.1

Commits
  • c390d35 6.1.1
  • f34d527 Merge pull request #109 from mowhcen/fix/reactive-cookie-hook-options
  • 40eff44 refactor: simplify reactive cookie functions by removing unused options param...
  • 61c804f fix: update reactive cookie functions to accept options parameter
  • See full diff in compare view

Updates formik from 2.4.6 to 2.4.9

Release notes

Sourced from formik's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #4042 1de45de Thanks @​copilot-swe-agent! - Replace JSX.IntrinsicElements with React.JSX.IntrinsicElements for React 19 compatibility. The global JSX namespace was removed in React 19, so we now use React.JSX.IntrinsicElements instead.
Commits
  • 91475ad Merge pull request #4053 from jaredpalmer/changeset-release/main
  • 920f107 Version Packages
  • 8f9d04d fix: jsx ref for react 19 (#4051)
  • ddfae3f Merge pull request #4045 from jaredpalmer/changeset-release/main
  • 741c9d4 Version Packages
  • f7f8f53 Upgrade changesets/action to v1.5.3 and npm packages (#4043)
  • 7fca4b2 Merge pull request #4044 from jaredpalmer/copilot/upgrade-to-latest-turborepo
  • c8e5527 Add .turbo to .gitignore and remove cached files
  • 488dbec Upgrade turborepo from 1.9.9 to 2.6.0 with initial configuration changes
  • dc03941 Initial plan
  • Additional commits viewable in compare view

Updates i18next from 25.5.3 to 25.7.2

Release notes

Sourced from i18next's releases.

v25.7.2

  • fix: Invalid overwrite of default value for overloadTranslationOptionHandler 2374.

v25.7.1

  • TS: remove wrong signature 2372.

v25.7.0

  • Enhance cloneInstance to create a new interpolator if interpolation options are passed in. This will address 2371.

v25.6.3

  • chore: dependency updates 2368

v25.6.2

  • types: export InterpolationMap

v25.6.1

  • fix: createInstance does not exist on an instance #2366

v25.6.0

  • feat: exists() method now respects returnObjects option - returns false when accessing an object key with returnObjects: false, enabling detection of object vs string keys 2359

    Note: This is a potential behavior change. If you were previously calling exists() with returnObjects: false on object keys, those calls will now return false instead of true. This enables developers to detect whether a key points to an object or string value.

Changelog

Sourced from i18next's changelog.

25.7.2

  • fix: Invalid overwrite of default value for overloadTranslationOptionHandler 2374.

25.7.1

  • TS: remove wrong signature 2372.

25.7.0

  • Enhance cloneInstance to create a new interpolator if interpolation options are passed in. This will address 2371.

25.6.3

  • chore: dependency updates 2368

25.6.2

  • types: export InterpolationMap

25.6.1

  • fix: createInstance does not exist on an instance 2366

25.6.0

  • feat: exists() method now respects returnObjects option - returns false when accessing an object key with returnObjects: false, enabling detection of object vs string keys 2359

    Note: This is a potential behavior change. If you were previously calling exists() with returnObjects: false on object keys, those calls will now return false instead of true. This enables developers to detect whether a key points to an object or string value.

Commits

Updates next-i18next from 15.4.2 to 15.4.3

Release notes

Sourced from next-i18next's releases.

v15.4.3

  • types: fix: WithTranslation type from next-i18next is not generic (TS error) #2329
Changelog

Sourced from next-i18next's changelog.

15.4.3

  • types: fix: WithTranslation type from next-i18next is not generic (TS error) #2329
Commits
  • 0aa33a7 15.4.3
  • bd9b016 types: fix: WithTranslation type from next-i18next is not generic (TS error) ...
  • 74d0c48 since this language change is done on client side we need to update the lang ...
  • 3f72b8d ci
  • aca8ab5 ci
  • 7c122f3 ci
  • 423d0e4 ci
  • ac704bd ci
  • 29187a8 since this language change is done on client side we need to update the lang ...
  • 8a4fd52 replace 1 ternary operator with nullish coalescing operator (#2323)
  • Additional commits viewable in compare view

Updates pino from 10.0.0 to 10.1.0

Release notes

Sourced from pino's releases.

v10.1.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v10.0.0...v10.1.0

Commits

Updates react from 19.2.0 to 19.2.1

Release notes

Sourced from react's releases.

19.2.1 (December 3rd, 2025)

React Server Components

Changelog

Sourced from react's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

Commits

Updates react-dom from 19.2.0 to 19.2.1

Release notes

Sourced from react-dom's releases.

19.2.1 (December 3rd, 2025)

React Server Components

Changelog

Sourced from react-dom's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

Commits

Updates react-focus-on from 3.10.0 to 3.10.1

Changelog

Sourced from react-focus-on's changelog.

3.10.1 (2025-11-30)

Bug Fixes

  • correct SSR for 'default-enabled' locks (3568707)
Commits

Updates react-i18next from 16.0.0 to 16.4.0

Changelog

Sourced from react-i18next's changelog.

16.4.0

  • <Trans count> prop: optional - infer count from children 1891

16.3.5

  • fix runaway effect in useTranslation 1888 by 1889

16.3.4

  • Fix: avoid the "ref is not a prop" warning when a user ref is placed on an element inside <Trans> 1887, by still trying to fix element.ref access issue with react 19 1846

16.3.3

  • improve useTranslation to fix "Maximum update depth exceeded" but still support new react-compiler 1885 1863

16.3.2

  • fix: avoid "Uncaught TypeError: Cannot redefine property: __original"

16.3.1

  • revert fix: Incosistent behaviour of Trans and t. Trans set defaultValue when t call doesn't set the field. 1876 f22d478

16.3.0

  • fix: add i18n wrapper for React Compiler and React.memo compatibility 1884

16.2.4

  • try to fix "Trans component do not render anymore children as default value in test environment" 1883 by also respecting 1876

16.2.3

  • fix hyphened component break issue 1882

16.2.2

  • fix trans component break with less than sign 1880, closes 1734

16.2.1

  • fix regression in v16.2.0: bindI18nStore does not work correctly 1879

16.2.0

  • try to address: useTranslation hook violates React's rules of hooks by conditionally calling inner hooks 1863

16.1.6

... (truncated)

Commits

Updates sharp from 0.34.4 to 0.34.5

Release notes

Sourced from sharp's releases.

v0.34.5

  • Upgrade to libvips v8.17.3 for upstream bug fixes.

  • Add experimental support for prebuilt Linux RISC-V 64-bit binaries.

  • Support building from source with npm v12+, deprecate --build-from-source flag. #4458

  • Add support for BigTIFF output. #4459 @​throwbi

  • Improve error messaging when only warnings issued. #4465

  • Simplify ICC processing when retaining input profiles. #4468

v0.34.5-rc.1

  • Upgrade to libvips v8.17.3 for upstream bug fixes.

  • Add experimental support for prebuilt Linux RISC-V 64-bit binaries.

  • Support building from source with npm v12+, deprecate --build-from-source flag. #4458

  • Add support for BigTIFF output. #4459 @​throwbi

  • Improve error messaging when only warnings issued. #4465

  • Simplify ICC processing when retaining input profiles. #4468

v0.34.5-rc.0

  • Upgrade to libvips v8.17.3 for upstream bug fixes.

  • Add experimental support for prebuilt Linux RISC-V 64-bit binaries.

  • Support building from source with npm v12+, deprecate --build-from-source flag. #4458

  • Add support for BigTIFF output. #4459 @​throwbi

  • Improve error messaging when only warnings issued. #4465

... (truncated)

Commits
  • e062456 Release v0.34.5
  • 6450c70 Prerelease v0.34.5-rc.1
  • f7c95d1 TypeScript: consolidate a few enum-like properties
  • ef86a75 Prerelease v0.34.5-rc.0
  • 6c1e840 Use structured binding for tuples where possible
  • e1628d8 Simplify ICC processing when retaining input profiles #4468
  • 4f9f817 Linter: apply all recommended biome settings
  • 09d5aa8 Docs: update internal and libvips doc links
  • 040b73c Upgrade to libvips v8.17.3
  • 1f2f33d Ensure licensing headers are retained by code bundlers
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…th 11 updates

Bumps the prod-minor-versions group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.2` | `5.90.12` |
| [cookies-next](https://github.com/andreizanik/cookies-next) | `6.1.0` | `6.1.1` |
| [formik](https://github.com/jaredpalmer/formik) | `2.4.6` | `2.4.9` |
| [i18next](https://github.com/i18next/i18next) | `25.5.3` | `25.7.2` |
| [next-i18next](https://github.com/i18next/next-i18next) | `15.4.2` | `15.4.3` |
| [pino](https://github.com/pinojs/pino) | `10.0.0` | `10.1.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.1` |
| [react-focus-on](https://github.com/theKashey/react-focus-on) | `3.10.0` | `3.10.1` |
| [react-i18next](https://github.com/i18next/react-i18next) | `16.0.0` | `16.4.0` |
| [sharp](https://github.com/lovell/sharp) | `0.34.4` | `0.34.5` |



Updates `@tanstack/react-query` from 5.90.2 to 5.90.12
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/[email protected]/packages/react-query)

Updates `cookies-next` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/andreizanik/cookies-next/releases)
- [Commits](andreizanik/cookies-next@v6.1.0...v6.1.1)

Updates `formik` from 2.4.6 to 2.4.9
- [Release notes](https://github.com/jaredpalmer/formik/releases)
- [Commits](https://github.com/jaredpalmer/formik/compare/[email protected]@2.4.9)

Updates `i18next` from 25.5.3 to 25.7.2
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.5.3...v25.7.2)

Updates `next-i18next` from 15.4.2 to 15.4.3
- [Release notes](https://github.com/i18next/next-i18next/releases)
- [Changelog](https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/next-i18next@v15.4.2...v15.4.3)

Updates `pino` from 10.0.0 to 10.1.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v10.0.0...v10.1.0)

Updates `react` from 19.2.0 to 19.2.1
- [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.1/packages/react)

Updates `react-dom` from 19.2.0 to 19.2.1
- [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.1/packages/react-dom)

Updates `react-focus-on` from 3.10.0 to 3.10.1
- [Release notes](https://github.com/theKashey/react-focus-on/releases)
- [Changelog](https://github.com/theKashey/react-focus-on/blob/master/CHANGELOG.md)
- [Commits](theKashey/react-focus-on@v3.10.0...v3.10.1)

Updates `react-i18next` from 16.0.0 to 16.4.0
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v16.0.0...v16.4.0)

Updates `sharp` from 0.34.4 to 0.34.5
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.34.4...v0.34.5)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: cookies-next
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: formik
  dependency-version: 2.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: i18next
  dependency-version: 25.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-versions
- dependency-name: next-i18next
  dependency-version: 15.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: pino
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-versions
- dependency-name: react
  dependency-version: 19.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: react-dom
  dependency-version: 19.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: react-focus-on
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: react-i18next
  dependency-version: 16.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-versions
- dependency-name: sharp
  dependency-version: 0.34.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 8, 2025
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