Skip to content

fix(deps): update all non-major dependencies#1304

Merged
JohannesKlauss merged 1 commit intomainfrom
renovate/all-minor-patch
Jan 14, 2026
Merged

fix(deps): update all non-major dependencies#1304
JohannesKlauss merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 30, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.37.09.39.2 age confidence
@testing-library/react 16.3.016.3.1 age confidence
@types/node (source) 24.7.224.10.8 age confidence
@types/react (source) 19.2.219.2.8 age confidence
@types/react-dom (source) 19.2.119.2.3 age confidence
@vitejs/plugin-react (source) 5.0.45.1.2 age confidence
globals 16.4.016.5.0 age confidence
jsdom 27.0.027.4.0 age confidence
react (source) 19.1.119.2.3 age confidence
react-dom (source) 19.1.119.2.3 age confidence
vite (source) 7.1.117.3.1 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features
  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)
Bug Fixes
  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)
Chores
testing-library/react-testing-library (@​testing-library/react)

v16.3.1

Compare Source

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.2

Compare Source

v5.1.1

Compare Source

Update code to support newer rolldown-vite (#​976)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

v5.1.0

Compare Source

Add @vitejs/plugin-react/preamble virtual module for SSR HMR (#​890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#​930)

Rolldown 1.0.0-beta.44+ removed the top-level jsx option in favor of transform.jsx. This plugin now uses the transform.jsx option to support Rolldown 1.0.0-beta.44+.

sindresorhus/globals (globals)

v16.5.0

Compare Source


jsdom/jsdom (jsdom)

v27.4.0

Compare Source

  • Added TextEncoder and TextDecoder.
  • Improved decoding of HTML bytes by using the new @exodus/bytes package; it is now much more correct. (ChALkeR)
  • Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for <meta charset> or using the parent frame's encoding.
  • Fixed a memory leak when Ranges were used and then the elements referred to by those ranges were removed.

v27.3.0

Compare Source

  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)

v27.2.0

Compare Source

  • Added CSSGroupingRule, CSSNestedDeclarations, CSSConditionRule, CSSContainerRule, CSSScopeRule, CSSSupportsRule, CSSLayerBlockRule, and CSSLayerStatementRule to jsdom Windows. (acemir)
  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
  • Fixed @import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <link> or <style> element. (acemir)

v27.1.0

Compare Source

  • Improved CSS parsing by switching to @acemir/cssom, including support for nested selectors, nested declarations, layer statements, and improved at-rule validation. (acemir)
  • Fixed some selector cache invalidation issues where changes to attributes were not being picked up. (asamuzaK)
  • Fixed package.json "engines" field to reflect the new minimum Node.js versions needed to run jsdom, as noted in the changelog for v27.0.1.

v27.0.1

Compare Source

  • Fixed some regressions in CSS selectors. Most such regression fixes were done in a minor update of a dependency, and thus available for all fresh installs of v27.0.0. However, one related to class="" attribute changes is only possible with a new version of jsdom. (asamuzaK)
facebook/react (react)

v19.2.3: 19.2.3 (December 11th, 2025)

Compare Source

React Server Components

v19.2.2: 19.2.2 (December 11th, 2025)

Compare Source

React Server Components

v19.2.1: 19.2.1 (December 3rd, 2025)

Compare Source

React Server Components

v19.2.0

Compare Source

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features
  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.
Notable changes
  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId
All Changes
React
React DOM
React Server Components
React Reconciler

v19.1.4: 19.1.4 (December 11th, 2025)

Compare Source

React Server Components

v19.1.3: 19.1.3 (December 11th, 2025)

Compare Source

React Server Components

v19.1.2: 19.1.2 (December 3rd, 2025)

Compare Source

React Server Components
vitejs/vite (vite)

v7.3.1

Compare Source

Please refer to CHANGELOG.md for details.

v7.3.0

Compare Source

Please refer to CHANGELOG.md for details.

v7.2.7

Compare Source

v7.2.6

Compare Source

7.2.6 (2025-12-01)

v7.2.4

Compare Source

Bug Fixes

v7.2.3

Compare Source

Bug Fixes
Performance Improvements
Miscellaneous Chores

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes
Code Refactoring

v7.2.0

Compare Source

Bug Fixes
  • css: fallback to sass when sass-embedded platform binary is missing (#​21002) (b1fd616)
  • module-runner: make getBuiltins response JSON serializable (#​21029) (ad5b3bf)
  • types: add undefined to optional properties for exactOptionalProperties type compatibility (#​21040) (2833c55)
Miscellaneous Chores

v7.1.12

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "after 10pm on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel bot commented Nov 30, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
react-hotkeys-hook Ready Ready Preview, Comment Jan 14, 2026 2:01pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d1eb909 to 549a42f Compare December 1, 2025 09:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 549a42f to 06b2f0c Compare December 3, 2025 18:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 06b2f0c to bf535e0 Compare December 8, 2025 04:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf535e0 to cb5989c Compare December 8, 2025 10:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cb5989c to a7a0676 Compare December 8, 2025 14:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a7a0676 to 8a647c6 Compare December 9, 2025 00:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a647c6 to fa4707f Compare December 10, 2025 19:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fa4707f to 3e0e4df Compare December 11, 2025 21:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e0e4df to cd64346 Compare December 12, 2025 03:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd64346 to 504e5cb Compare December 13, 2025 03:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 504e5cb to 385c188 Compare December 14, 2025 01:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 385c188 to 3d34a8f Compare December 15, 2025 11:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d34a8f to 97a315f Compare December 15, 2025 17:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 97a315f to 94188de Compare December 17, 2025 15:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 643e4fc to 73e885a Compare January 3, 2026 16:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73e885a to cc08b0d Compare January 7, 2026 09:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cc08b0d to 7b5725f Compare January 8, 2026 17:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b5725f to 3f49bfa Compare January 10, 2026 01:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f49bfa to 720bc9a Compare January 10, 2026 05:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 720bc9a to 4e38594 Compare January 10, 2026 12:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e38594 to 0a1e66d Compare January 10, 2026 17:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a1e66d to cded513 Compare January 13, 2026 15:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cded513 to 12b9c01 Compare January 14, 2026 13:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 12b9c01 to b541f4d Compare January 14, 2026 13:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b541f4d to b9c65dd Compare January 14, 2026 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b9c65dd to c2e4f06 Compare January 14, 2026 13:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c2e4f06 to 842f2e1 Compare January 14, 2026 13:59
@JohannesKlauss JohannesKlauss merged commit f2b7192 into main Jan 14, 2026
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 14, 2026 15:35
simonknittel added a commit to simonknittel/sam that referenced this pull request Jan 27, 2026
This PR contains the following updates:

| Package | Change | Age | Confidence | Type | Update | Pending |
|---|---|---|---|---|---|---|
|
[@aws-sdk/client-dynamodb](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-dynamodb)
([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb))
| [`3.968.0` ->
`3.971.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-dynamodb/3.968.0/3.971.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-dynamodb/3.971.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-dynamodb/3.968.0/3.971.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | `3.975.0` (+2) |
|
[@aws-sdk/client-eventbridge](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-eventbridge)
([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge))
| [`3.968.0` ->
`3.971.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-eventbridge/3.968.0/3.971.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-eventbridge/3.971.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-eventbridge/3.968.0/3.971.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | `3.975.0` (+2) |
|
[@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3)
([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3))
| [`3.968.0` ->
`3.971.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.968.0/3.971.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.971.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-s3/3.968.0/3.971.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | `3.975.0` (+2) |
|
[@aws-sdk/client-ssm](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-ssm)
([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm))
| [`3.968.0` ->
`3.971.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-ssm/3.968.0/3.971.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-ssm/3.971.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-ssm/3.968.0/3.971.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | `3.975.0` (+2) |
|
[@aws-sdk/s3-request-presigner](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/packages/s3-request-presigner)
([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner))
| [`3.968.0` ->
`3.971.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fs3-request-presigner/3.968.0/3.971.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fs3-request-presigner/3.971.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fs3-request-presigner/3.968.0/3.971.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | `3.975.0` (+2) |
| [@paralleldrive/cuid2](https://redirect.github.com/ericelliott/cuid2)
| [`3.0.6` ->
`3.1.0`](https://renovatebot.com/diffs/npm/@paralleldrive%2fcuid2/3.0.6/3.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@paralleldrive%2fcuid2/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@paralleldrive%2fcuid2/3.0.6/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | `3.3.0` (+1) |
| [@tanstack/eslint-plugin-query](https://tanstack.com/query)
([source](https://redirect.github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query))
| [`5.91.2` ->
`5.91.3`](https://renovatebot.com/diffs/npm/@tanstack%2feslint-plugin-query/5.91.2/5.91.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2feslint-plugin-query/5.91.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2feslint-plugin-query/5.91.2/5.91.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
| [@tanstack/react-query](https://tanstack.com/query)
([source](https://redirect.github.com/TanStack/query/tree/HEAD/packages/react-query))
| [`5.90.16` ->
`5.90.19`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/5.90.16/5.90.19)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-query/5.90.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-query/5.90.16/5.90.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | `5.90.20` |
|
[@types/aws-lambda](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda))
| [`8.10.159` ->
`8.10.160`](https://renovatebot.com/diffs/npm/@types%2faws-lambda/8.10.159/8.10.160)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2faws-lambda/8.10.160?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2faws-lambda/8.10.159/8.10.160?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`22.19.6` ->
`22.19.7`](https://renovatebot.com/diffs/npm/@types%2fnode/22.19.6/22.19.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.19.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.19.6/22.19.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`8.53.0` ->
`8.53.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.53.0/8.53.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.53.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/8.53.0/8.53.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | `8.54.0` |
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`8.53.0` ->
`8.53.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.53.0/8.53.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/8.53.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/8.53.0/8.53.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | `8.54.0` |
| [actions/setup-node](https://redirect.github.com/actions/setup-node) |
`v6.1.0` -> `v6.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fsetup-node/v6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fsetup-node/v6.1.0/v6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| action | minor | |
|
[eslint-config-next](https://nextjs.org/docs/app/api-reference/config/eslint)
([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next))
| [`16.1.1` ->
`16.1.4`](https://renovatebot.com/diffs/npm/eslint-config-next/16.1.1/16.1.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/16.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/16.1.1/16.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | `16.1.5` |
| [next](https://nextjs.org)
([source](https://redirect.github.com/vercel/next.js)) | [`16.1.1` ->
`16.1.4`](https://renovatebot.com/diffs/npm/next/16.1.1/16.1.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/next/16.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/16.1.1/16.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | `16.1.5` |
| [node](https://redirect.github.com/nodejs/node) | `22.21.1-bookworm`
-> `22.22.0-bookworm` |
[![age](https://developer.mend.io/api/mc/badges/age/docker/node/22.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/node/22.21.1/22.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| final | minor | |
| [oven-sh/setup-bun](https://redirect.github.com/oven-sh/setup-bun) |
`v2.1.0` -> `v2.1.2` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/oven-sh%2fsetup-bun/v2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/oven-sh%2fsetup-bun/v2.1.0/v2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| action | patch | |
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) | [`3.7.4` ->
`3.8.0`](https://renovatebot.com/diffs/npm/prettier/3.7.4/3.8.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.7.4/3.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | `3.8.1` |
| [react-error-boundary](https://react-error-boundary-lib.vercel.app/)
([source](https://redirect.github.com/bvaughn/react-error-boundary)) |
[`6.0.3` ->
`6.1.0`](https://renovatebot.com/diffs/npm/react-error-boundary/6.0.3/6.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-error-boundary/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-error-boundary/6.0.3/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | |
| [react-hotkeys-hook](https://react-hotkeys-hook.vercel.app/)
([source](https://redirect.github.com/JohannesKlauss/react-keymap-hook))
| [`5.2.1` ->
`5.2.3`](https://renovatebot.com/diffs/npm/react-hotkeys-hook/5.2.1/5.2.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-hotkeys-hook/5.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-hotkeys-hook/5.2.1/5.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | |

---

### Release Notes

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-dynamodb)</summary>

###
[`v3.971.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#39710-2026-01-16)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.970.0...v3.971.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-dynamodb](https://redirect.github.com/aws-sdk/client-dynamodb)

###
[`v3.970.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#39700-2026-01-15)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.969.0...v3.970.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-dynamodb](https://redirect.github.com/aws-sdk/client-dynamodb)

###
[`v3.969.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#39690-2026-01-14)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.968.0...v3.969.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-dynamodb](https://redirect.github.com/aws-sdk/client-dynamodb)

</details>

<details>
<summary>aws/aws-sdk-js-v3
(@&#8203;aws-sdk/client-eventbridge)</summary>

###
[`v3.971.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-eventbridge/CHANGELOG.md#39710-2026-01-16)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.970.0...v3.971.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-eventbridge](https://redirect.github.com/aws-sdk/client-eventbridge)

###
[`v3.970.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-eventbridge/CHANGELOG.md#39700-2026-01-15)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.969.0...v3.970.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-eventbridge](https://redirect.github.com/aws-sdk/client-eventbridge)

###
[`v3.969.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-eventbridge/CHANGELOG.md#39690-2026-01-14)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.968.0...v3.969.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-eventbridge](https://redirect.github.com/aws-sdk/client-eventbridge)

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-s3)</summary>

###
[`v3.971.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#39710-2026-01-16)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.970.0...v3.971.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3)

###
[`v3.970.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#39700-2026-01-15)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.969.0...v3.970.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3)

###
[`v3.969.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#39690-2026-01-14)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.968.0...v3.969.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3)

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-ssm)</summary>

###
[`v3.971.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ssm/CHANGELOG.md#39710-2026-01-16)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.970.0...v3.971.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-ssm](https://redirect.github.com/aws-sdk/client-ssm)

###
[`v3.970.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ssm/CHANGELOG.md#39700-2026-01-15)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.969.0...v3.970.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-ssm](https://redirect.github.com/aws-sdk/client-ssm)

###
[`v3.969.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ssm/CHANGELOG.md#39690-2026-01-14)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.968.0...v3.969.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-ssm](https://redirect.github.com/aws-sdk/client-ssm)

</details>

<details>
<summary>aws/aws-sdk-js-v3
(@&#8203;aws-sdk/s3-request-presigner)</summary>

###
[`v3.971.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#39710-2026-01-16)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.970.0...v3.971.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/s3-request-presigner](https://redirect.github.com/aws-sdk/s3-request-presigner)

###
[`v3.970.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#39700-2026-01-15)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.969.0...v3.970.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/s3-request-presigner](https://redirect.github.com/aws-sdk/s3-request-presigner)

###
[`v3.969.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#39690-2026-01-14)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.968.0...v3.969.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/s3-request-presigner](https://redirect.github.com/aws-sdk/s3-request-presigner)

</details>

<details>
<summary>ericelliott/cuid2 (@&#8203;paralleldrive/cuid2)</summary>

###
[`v3.1.0`](https://redirect.github.com/ericelliott/cuid2/compare/v3.0.6...499df75f294e0af2d79ca64f7d896df75857364c)

[Compare
Source](https://redirect.github.com/ericelliott/cuid2/compare/v3.0.6...499df75f294e0af2d79ca64f7d896df75857364c)

</details>

<details>
<summary>TanStack/query (@&#8203;tanstack/eslint-plugin-query)</summary>

###
[`v5.91.3`](https://redirect.github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5913)

[Compare
Source](https://redirect.github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.91.2...@tanstack/eslint-plugin-query@5.91.3)

##### Patch Changes

- exhaustive-deps rule fixed for vue files
([#&#8203;10011](https://redirect.github.com/TanStack/query/pull/10011))

</details>

<details>
<summary>TanStack/query (@&#8203;tanstack/react-query)</summary>

###
[`v5.90.19`](https://redirect.github.com/TanStack/query/blob/HEAD/packages/react-query/CHANGELOG.md#59019)

[Compare
Source](https://redirect.github.com/TanStack/query/compare/@tanstack/react-query@5.90.18...@tanstack/react-query@5.90.19)

##### Patch Changes

- Updated dependencies
\[[`53fc74e`](https://redirect.github.com/TanStack/query/commit/53fc74ebb16730bd3317f039a69c6821386bae93)]:
-
[@&#8203;tanstack/query-core](https://redirect.github.com/tanstack/query-core)@&#8203;5.90.19

###
[`v5.90.18`](https://redirect.github.com/TanStack/query/blob/HEAD/packages/react-query/CHANGELOG.md#59018)

[Compare
Source](https://redirect.github.com/TanStack/query/compare/@tanstack/react-query@5.90.17...@tanstack/react-query@5.90.18)

##### Patch Changes

- Updated dependencies
\[[`dea1614`](https://redirect.github.com/TanStack/query/commit/dea1614aaad5c572cf43cea54b64ac09dc4d5b41)]:
-
[@&#8203;tanstack/query-core](https://redirect.github.com/tanstack/query-core)@&#8203;5.90.18

###
[`v5.90.17`](https://redirect.github.com/TanStack/query/blob/HEAD/packages/react-query/CHANGELOG.md#59017)

[Compare
Source](https://redirect.github.com/TanStack/query/compare/@tanstack/react-query@5.90.16...@tanstack/react-query@5.90.17)

##### Patch Changes

- Updated dependencies
\[[`269351b`](https://redirect.github.com/TanStack/query/commit/269351b8ce4b4846da3d320ac5b850ee6aada0d6)]:
-
[@&#8203;tanstack/query-core](https://redirect.github.com/tanstack/query-core)@&#8203;5.90.17

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v8.53.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8531-2026-01-19)

[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.53.0...v8.53.1)

##### 🩹 Fixes

- **utils:** make RuleCreator root defaultOptions optional
([#&#8203;11956](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11956))
- **eslint-plugin:** \[consistent-indexed-object-style] skip fixer if
interface is a default export
([#&#8203;11951](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11951))

##### ❤️ Thank You

- Cameron
- Yukihiro Hasegawa [@&#8203;y-hsgw](https://redirect.github.com/y-hsgw)

You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v8.53.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8531-2026-01-19)

[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.53.0...v8.53.1)

This was a version bump only for parser to align it with other projects,
there were no code changes.

You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.

</details>

<details>
<summary>actions/setup-node (actions/setup-node)</summary>

###
[`v6.2.0`](https://redirect.github.com/actions/setup-node/releases/tag/v6.2.0)

[Compare
Source](https://redirect.github.com/actions/setup-node/compare/v6.1.0...v6.2.0)

##### What's Changed

##### Documentation

- Documentation update related to absence of Lockfile by
[@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) in
[#&#8203;1454](https://redirect.github.com/actions/setup-node/pull/1454)
- Correct mirror option typos by
[@&#8203;MikeMcC399](https://redirect.github.com/MikeMcC399) in
[#&#8203;1442](https://redirect.github.com/actions/setup-node/pull/1442)
- Readme update on checkout version v6 by
[@&#8203;deining](https://redirect.github.com/deining) in
[#&#8203;1446](https://redirect.github.com/actions/setup-node/pull/1446)
- Readme typo fixes
[@&#8203;munyari](https://redirect.github.com/munyari) in
[#&#8203;1226](https://redirect.github.com/actions/setup-node/pull/1226)
- Advanced document update on checkout version v6 by
[@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#&#8203;1468](https://redirect.github.com/actions/setup-node/pull/1468)

##### Dependency updates:

- Upgrade
[@&#8203;actions/cache](https://redirect.github.com/actions/cache) to
v5.0.1 by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in
[#&#8203;1449](https://redirect.github.com/actions/setup-node/pull/1449)

##### New Contributors

- [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars)
made their first contribution in
[#&#8203;1454](https://redirect.github.com/actions/setup-node/pull/1454)
- [@&#8203;MikeMcC399](https://redirect.github.com/MikeMcC399) made
their first contribution in
[#&#8203;1442](https://redirect.github.com/actions/setup-node/pull/1442)
- [@&#8203;deining](https://redirect.github.com/deining) made their
first contribution in
[#&#8203;1446](https://redirect.github.com/actions/setup-node/pull/1446)
- [@&#8203;munyari](https://redirect.github.com/munyari) made their
first contribution in
[#&#8203;1226](https://redirect.github.com/actions/setup-node/pull/1226)

**Full Changelog**:
<actions/setup-node@v6...v6.2.0>

</details>

<details>
<summary>vercel/next.js (eslint-config-next)</summary>

###
[`v16.1.4`](https://redirect.github.com/vercel/next.js/releases/tag/v16.1.4)

[Compare
Source](https://redirect.github.com/vercel/next.js/compare/v16.1.3...v16.1.4)

> \[!NOTE]
> This release is backporting bug fixes. It does **not** include all
pending features/changes on canary.

##### Core Changes

- Only filter next config if experimental flag is enabled
([#&#8203;88733](https://redirect.github.com/vercel/next.js/issues/88733))

##### Credits

Huge thanks to [@&#8203;mischnic](https://redirect.github.com/mischnic)
for helping!

###
[`v16.1.3`](https://redirect.github.com/vercel/next.js/releases/tag/v16.1.3)

[Compare
Source](https://redirect.github.com/vercel/next.js/compare/v16.1.2...v16.1.3)

> \[!NOTE]
> This release is backporting bug fixes. It does **not** include all
pending features/changes on canary.

##### Core Changes

- Fix linked list bug in LRU deleteFromLru
([#&#8203;88652](https://redirect.github.com/vercel/next.js/issues/88652))
- Fix relative same host redirects in node middleware
([#&#8203;88253](https://redirect.github.com/vercel/next.js/issues/88253))

##### Credits

Huge thanks to [@&#8203;acdlite](https://redirect.github.com/acdlite)
and [@&#8203;ijjk](https://redirect.github.com/ijjk) for helping!

###
[`v16.1.2`](https://redirect.github.com/vercel/next.js/releases/tag/v16.1.2)

[Compare
Source](https://redirect.github.com/vercel/next.js/compare/v16.1.1...v16.1.2)

> \[!NOTE]
> This release is backporting bug fixes. It does **not** include all
pending features/changes on canary.

##### Core Changes

- Turbopack: Update to swc\_core v50.2.3
([#&#8203;87841](https://redirect.github.com/vercel/next.js/issues/87841))
([#&#8203;88296](https://redirect.github.com/vercel/next.js/issues/88296))
- Fixes a crash when processing mdx files with multibyte characters.
([#&#8203;87713](https://redirect.github.com/vercel/next.js/issues/87713))
- Turbopack: [mimalloc](https://microsoft.github.io/mimalloc/) upgrade
and enabling it on musl
([#&#8203;88503](https://redirect.github.com/vercel/next.js/issues/88503))
([#&#8203;87815](https://redirect.github.com/vercel/next.js/issues/87815))
([#&#8203;88426](https://redirect.github.com/vercel/next.js/issues/88426))
- Fixes [a significant performance
issue](https://redirect.github.com/vercel/next.js/pull/88426) on
musl-based Linux distributions (e.g. Alpine in Docker) related to musl's
allocator.
- Other platforms have always used mimalloc, but we previously did not
use mimalloc on musl because of compilation issues that have since been
resolved.

##### Credits

Huge thanks to [@&#8203;mischnic](https://redirect.github.com/mischnic)
for helping!

</details>

<details>
<summary>nodejs/node (node)</summary>

###
[`v22.22.0`](https://redirect.github.com/nodejs/node/releases/tag/v22.22.0):
2026-01-13, Version 22.22.0 &#x27;Jod&#x27; (LTS),
@&#8203;marco-ippolito

[Compare
Source](https://redirect.github.com/nodejs/node/compare/v22.21.1...v22.22.0)

This is a security release.

##### Notable Changes

lib:

- (CVE-2025-59465) add TLSSocket default error handler
- (CVE-2025-55132) disable futimes when permission model is enabled
  lib,permission:
- (CVE-2025-55130) require full read and write to symlink APIs
  src:
- (CVE-2025-59466) rethrow stack overflow exceptions in async\_hooks
  src,lib:
- (CVE-2025-55131) refactor unsafe buffer creation to remove zero-fill
toggle
  tls:
- (CVE-2026-21637) route callback exceptions through error handlers

##### Commits

-
\[[`6badf4e6f4`](https://redirect.github.com/nodejs/node/commit/6badf4e6f4)]
- **deps**: update c-ares to v1.34.6 (Node.js GitHub Bot)
[#&#8203;60997](https://redirect.github.com/nodejs/node/pull/60997)
-
\[[`37509c3ff0`](https://redirect.github.com/nodejs/node/commit/37509c3ff0)]
- **deps**: update undici to 6.23.0 (Matteo Collina)
[nodejs-private/node-private#791](https://redirect.github.com/nodejs-private/node-private/pull/791)
-
\[[`eb8e41f8db`](https://redirect.github.com/nodejs/node/commit/eb8e41f8db)]
- **(CVE-2025-59465)** **lib**: add TLSSocket default error handler
(RafaelGSS)
[nodejs-private/node-private#797](https://redirect.github.com/nodejs-private/node-private/pull/797)
-
\[[`ebbf942a83`](https://redirect.github.com/nodejs/node/commit/ebbf942a83)]
- **(CVE-2025-55132)** **lib**: disable futimes when permission model is
enabled (RafaelGSS)
[nodejs-private/node-private#748](https://redirect.github.com/nodejs-private/node-private/pull/748)
-
\[[`6b4849583a`](https://redirect.github.com/nodejs/node/commit/6b4849583a)]
- **(CVE-2025-55130)** **lib,permission**: require full read and write
to symlink APIs (RafaelGSS)
[nodejs-private/node-private#760](https://redirect.github.com/nodejs-private/node-private/pull/760)
-
\[[`ddadc31f09`](https://redirect.github.com/nodejs/node/commit/ddadc31f09)]
- **(CVE-2025-59466)** **src**: rethrow stack overflow exceptions in
async\_hooks (Matteo Collina)
[nodejs-private/node-private#773](https://redirect.github.com/nodejs-private/node-private/pull/773)
-
\[[`d4d9f3915f`](https://redirect.github.com/nodejs/node/commit/d4d9f3915f)]
- **(CVE-2025-55131)** **src,lib**: refactor unsafe buffer creation to
remove zero-fill toggle (Сковорода Никита Андреевич)
[nodejs-private/node-private#759](https://redirect.github.com/nodejs-private/node-private/pull/759)
-
\[[`25d6799df6`](https://redirect.github.com/nodejs/node/commit/25d6799df6)]
- **(CVE-2026-21637)** **tls**: route callback exceptions through error
handlers (Matteo Collina)
[nodejs-private/node-private#796](https://redirect.github.com/nodejs-private/node-private/pull/796)

</details>

<details>
<summary>oven-sh/setup-bun (oven-sh/setup-bun)</summary>

###
[`v2.1.2`](https://redirect.github.com/oven-sh/setup-bun/releases/tag/v2.1.2)

[Compare
Source](https://redirect.github.com/oven-sh/setup-bun/compare/v2.1.1...v2.1.2)

`oven-sh/setup-bun` is the github action for setting up Bun.

#### What's Changed

- fix: default token only on public github instance by
[@&#8203;xhyrom](https://redirect.github.com/xhyrom) in
[#&#8203;157](https://redirect.github.com/oven-sh/setup-bun/pull/157)

**Full Changelog**:
<oven-sh/setup-bun@v2...v2.1.2>

###
[`v2.1.1`](https://redirect.github.com/oven-sh/setup-bun/releases/tag/v2.1.1)

[Compare
Source](https://redirect.github.com/oven-sh/setup-bun/compare/v2.1.0...v2.1.1)

`oven-sh/setup-bun` is the github action for setting up Bun.

#### What's Changed

- feat: implement wildcard resolution into the action by
[@&#8203;xhyrom](https://redirect.github.com/xhyrom) in
[#&#8203;93](https://redirect.github.com/oven-sh/setup-bun/pull/93)
- feat: fallback arm64 to x64 architecture for win32 platform by
[@&#8203;xhyrom](https://redirect.github.com/xhyrom) in
[#&#8203;131](https://redirect.github.com/oven-sh/setup-bun/pull/131)
- feat: use packageManager from package.json as default bun version by
[@&#8203;xhyrom](https://redirect.github.com/xhyrom) in
[#&#8203;152](https://redirect.github.com/oven-sh/setup-bun/pull/152)
- bump the `form-data` dependency to version v4.0.5 due to
<GHSA-fjxv-7rqg-78g4> by
[@&#8203;Jarred-Sumner](https://redirect.github.com/Jarred-Sumner)

**Full Changelog**:
<oven-sh/setup-bun@v2.1.0...v2.1.1>

</details>

<details>
<summary>prettier/prettier (prettier)</summary>

###
[`v3.8.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#380)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.7.4...3.8.0)


[diff](https://redirect.github.com/prettier/prettier/compare/3.7.4...3.8.0)

🔗 [Release Notes](https://prettier.io/blog/2026/01/14/3.8.0)

</details>

<details>
<summary>bvaughn/react-error-boundary (react-error-boundary)</summary>

###
[`v6.1.0`](https://redirect.github.com/bvaughn/react-error-boundary/releases/tag/6.1.0)

[Compare
Source](https://redirect.github.com/bvaughn/react-error-boundary/compare/6.0.3...6.1.0)

-
[#&#8203;235](https://redirect.github.com/bvaughn/react-error-boundary/issues/235):
Fix error type (`Error` -> `unknown`)
- Export `getErrorMessage` helper method

</details>

<details>
<summary>JohannesKlauss/react-keymap-hook (react-hotkeys-hook)</summary>

###
[`v5.2.3`](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/releases/tag/v5.2.3)

[Compare
Source](https://redirect.github.com/JohannesKlauss/react-keymap-hook/compare/8c0f32cd3f1d5b24fc93e603235ca9490df10b44...v5.2.3)

#### What's Changed

- chore(deps): update dependency vite to v7.1.11 \[security] by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[JohannesKlauss/react-hotkeys-hook#1296](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1296)
- feat: add metadata support for hotkeys by
[@&#8203;pkulcsarnr](https://redirect.github.com/pkulcsarnr) in
[JohannesKlauss/react-hotkeys-hook#1299](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1299)
- chore(deps): update dependency vitest to v4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[JohannesKlauss/react-hotkeys-hook#1307](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1307)
- chore(deps): update actions/setup-node action to v6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[JohannesKlauss/react-hotkeys-hook#1306](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1306)
- chore(deps): update actions/checkout action to v6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[JohannesKlauss/react-hotkeys-hook#1305](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1305)
- fix(deps): update all non-major dependencies by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[JohannesKlauss/react-hotkeys-hook#1304](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1304)
- Try to prevent events firing incorrectly when using `useKey: true` by
[@&#8203;matiastucci](https://redirect.github.com/matiastucci) in
[JohannesKlauss/react-hotkeys-hook#1275](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1275)

#### New Contributors

- [@&#8203;pkulcsarnr](https://redirect.github.com/pkulcsarnr) made
their first contribution in
[JohannesKlauss/react-hotkeys-hook#1299](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1299)
- [@&#8203;matiastucci](https://redirect.github.com/matiastucci) made
their first contribution in
[JohannesKlauss/react-hotkeys-hook#1275](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1275)

**Full Changelog**:
<JohannesKlauss/react-hotkeys-hook@v5.2.1...v5.2.3>

###
[`v5.2.2`](https://redirect.github.com/JohannesKlauss/react-keymap-hook/compare/v5.2.1...8c0f32cd3f1d5b24fc93e603235ca9490df10b44)

[Compare
Source](https://redirect.github.com/JohannesKlauss/react-keymap-hook/compare/v5.2.1...8c0f32cd3f1d5b24fc93e603235ca9490df10b44)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 7am on Tuesday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant