-
Notifications
You must be signed in to change notification settings - Fork 16
fix(deps): update all non-major dependencies #1520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
cb68383 to
154bc05
Compare
77465cc to
963cfb9
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
963cfb9 to
9f8ddec
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
9f8ddec to
b824e91
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
b824e91 to
109ec06
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
109ec06 to
2136061
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
2136061 to
2055998
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
2055998 to
7357374
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
7357374 to
2b5bf20
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
2b5bf20 to
ed63cbd
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
ed63cbd to
1cf4524
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
1cf4524 to
e9a728d
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
fa786e8 to
935ab60
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
935ab60 to
15ca652
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
15ca652 to
9fbe258
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
9fbe258 to
8d688d9
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
8d688d9 to
dae3331
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
dae3331 to
8810376
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
8810376 to
e1ea900
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
e1ea900 to
40ce3e7
Compare
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
Replaced TypeScript error suppression comments with ESLint directives to improve code clarity regarding known compatibility issues between NestJS and Fastify plugins. This change enhances maintainability and aligns with best practices for handling TypeScript errors.
|
Claude finished @renovate[bot]'s task —— View job PR Review: Dependency UpdatesReviewing this dependency update PR for code quality, security, performance, and potential issues. Todo List:
Review SummaryThis is a standard renovate-generated dependency update PR that focuses on minor and patch version updates only, which significantly reduces the risk of breaking changes. Here's my comprehensive analysis: ✅ Positive Aspects1. Safe Update Strategy
2. Code Quality ImprovementsThe /**------------------------------------------------------------------------
* ! Fastify Type Compatibility
*
* There are known type issues with fastify plugin registration in nestjs.
* These don't affect runtime functionality, but will cause type errors.
*
* See: https://github.com/nestjs/nest/issues/13219
*------------------------------------------------------------------------**/This follows the repo's guideline of only adding comments when needed for clarity. 3. Dependency Resolution
|
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
This plugin has been deployed to Cloudflare R2 and is available for testing. |
🤖 I have created a release *beep* *boop* --- ## [4.11.0](v4.10.0...v4.11.0) (2025-07-28) ### Features * tailwind v4 ([#1522](#1522)) ([2c62e0a](2c62e0a)) * **web:** install and configure nuxt ui ([#1524](#1524)) ([407585c](407585c)) ### Bug Fixes * add missing breakpoints ([#1535](#1535)) ([f5352e3](f5352e3)) * border color incorrect in tailwind ([#1544](#1544)) ([f14b74a](f14b74a)) * **connect:** omit extraneous fields during connect config validation ([#1538](#1538)) ([45bd736](45bd736)) * **deps:** pin dependencies ([#1528](#1528)) ([a74d935](a74d935)) * **deps:** pin dependency @nuxt/ui to 3.2.0 ([#1532](#1532)) ([8279531](8279531)) * **deps:** update all non-major dependencies ([#1510](#1510)) ([1a8da6d](1a8da6d)) * **deps:** update all non-major dependencies ([#1520](#1520)) ([e2fa648](e2fa648)) * inject Tailwind CSS into client entry point ([#1537](#1537)) ([86b6c4f](86b6c4f)) * make settings grid responsive ([#1463](#1463)) ([9dfdb8d](9dfdb8d)) * **notifications:** gracefully handle & mask invalid notifications ([#1529](#1529)) ([05056e7](05056e7)) * truncate log files when they take up more than 5mb of space ([#1530](#1530)) ([0a18b38](0a18b38)) * use async for primary file read/writes ([#1531](#1531)) ([23b2b88](23b2b88)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | Age | Confidence | Type | Update | |---|---|---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | [`9.31.0` -> `9.32.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.31.0/9.32.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [@graphql-tools/merge](https://redirect.github.com/ardatan/graphql-tools) ([source](https://redirect.github.com/ardatan/graphql-tools/tree/HEAD/packages/merge)) | [`9.0.24` -> `9.1.1`](https://renovatebot.com/diffs/npm/@graphql-tools%2fmerge/9.0.24/9.1.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [@graphql-tools/schema](https://redirect.github.com/ardatan/graphql-tools) ([source](https://redirect.github.com/ardatan/graphql-tools/tree/HEAD/packages/schema)) | [`10.0.23` -> `10.0.25`](https://renovatebot.com/diffs/npm/@graphql-tools%2fschema/10.0.23/10.0.25) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [@graphql-tools/utils](https://redirect.github.com/ardatan/graphql-tools) ([source](https://redirect.github.com/ardatan/graphql-tools/tree/HEAD/packages/utils)) | [`10.8.6` -> `10.9.1`](https://renovatebot.com/diffs/npm/@graphql-tools%2futils/10.8.6/10.9.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | peerDependencies | minor | | [@graphql-tools/utils](https://redirect.github.com/ardatan/graphql-tools) ([source](https://redirect.github.com/ardatan/graphql-tools/tree/HEAD/packages/utils)) | [`10.8.6` -> `10.9.1`](https://renovatebot.com/diffs/npm/@graphql-tools%2futils/10.8.6/10.9.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [@graphql-tools/utils](https://redirect.github.com/ardatan/graphql-tools) ([source](https://redirect.github.com/ardatan/graphql-tools/tree/HEAD/packages/utils)) | [`10.8.6` -> `10.9.1`](https://renovatebot.com/diffs/npm/@graphql-tools%2futils/10.8.6/10.9.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | pnpm.overrides | minor | | [@graphql-tools/utils](https://redirect.github.com/ardatan/graphql-tools) ([source](https://redirect.github.com/ardatan/graphql-tools/tree/HEAD/packages/utils)) | [`10.8.6` -> `10.9.1`](https://renovatebot.com/diffs/npm/@graphql-tools%2futils/10.8.6/10.9.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [@internationalized/number](https://redirect.github.com/adobe/react-spectrum) | [`3.6.3` -> `3.6.4`](https://renovatebot.com/diffs/npm/@internationalized%2fnumber/3.6.3/3.6.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [@manypkg/cli](https://redirect.github.com/Thinkmill/manypkg) ([source](https://redirect.github.com/Thinkmill/manypkg/tree/HEAD/packages/cli)) | [`0.24.0` -> `0.25.0`](https://renovatebot.com/diffs/npm/@manypkg%2fcli/0.24.0/0.25.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [@nestjs/common](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/common)) | [`11.1.3` -> `11.1.5`](https://renovatebot.com/diffs/npm/@nestjs%2fcommon/11.1.3/11.1.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | peerDependencies | patch | | [@nestjs/common](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/common)) | [`11.1.3` -> `11.1.5`](https://renovatebot.com/diffs/npm/@nestjs%2fcommon/11.1.3/11.1.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@nestjs/common](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/common)) | [`11.1.3` -> `11.1.5`](https://renovatebot.com/diffs/npm/@nestjs%2fcommon/11.1.3/11.1.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [@nestjs/core](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/core)) | [`11.1.3` -> `11.1.5`](https://renovatebot.com/diffs/npm/@nestjs%2fcore/11.1.3/11.1.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | peerDependencies | patch | | [@nestjs/core](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/core)) | [`11.1.3` -> `11.1.5`](https://renovatebot.com/diffs/npm/@nestjs%2fcore/11.1.3/11.1.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@nestjs/core](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/core)) | [`11.1.3` -> `11.1.5`](https://renovatebot.com/diffs/npm/@nestjs%2fcore/11.1.3/11.1.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [@nestjs/platform-fastify](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/platform-fastify)) | [`11.1.3` -> `11.1.5`](https://renovatebot.com/diffs/npm/@nestjs%2fplatform-fastify/11.1.3/11.1.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [@nestjs/testing](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/testing)) | [`11.1.3` -> `11.1.5`](https://renovatebot.com/diffs/npm/@nestjs%2ftesting/11.1.3/11.1.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@nuxt/eslint](https://redirect.github.com/nuxt/eslint) ([source](https://redirect.github.com/nuxt/eslint/tree/HEAD/packages/module)) | [`1.5.2` -> `1.7.1`](https://renovatebot.com/diffs/npm/@nuxt%2feslint/1.5.2/1.7.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [@nuxt/ui](https://ui.nuxt.com) ([source](https://redirect.github.com/nuxt/ui)) | [`3.2.0` -> `3.3.0`](https://renovatebot.com/diffs/npm/@nuxt%2fui/3.2.0/3.3.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [@pinia/nuxt](https://pinia.vuejs.org/ssr/nuxt.html) ([source](https://redirect.github.com/vuejs/pinia)) | [`0.11.1` -> `0.11.2`](https://renovatebot.com/diffs/npm/@pinia%2fnuxt/0.11.1/0.11.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [@rollup/rollup-linux-x64-gnu](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.45.1` -> `4.46.1`](https://renovatebot.com/diffs/npm/@rollup%2frollup-linux-x64-gnu/4.45.1/4.46.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | optionalDependencies | minor | | [@storybook/addon-docs](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/docs) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/docs)) | [`9.0.17` -> `9.0.18`](https://renovatebot.com/diffs/npm/@storybook%2faddon-docs/9.0.17/9.0.18) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@storybook/addon-links](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/links) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/links)) | [`9.0.17` -> `9.0.18`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/9.0.17/9.0.18) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@storybook/builder-vite](https://redirect.github.com/storybookjs/storybook/tree/next/code/builders/builder-vite/#readme) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/builders/builder-vite)) | [`9.0.17` -> `9.0.18`](https://renovatebot.com/diffs/npm/@storybook%2fbuilder-vite/9.0.17/9.0.18) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@storybook/vue3-vite](https://redirect.github.com/storybookjs/storybook/tree/next/code/frameworks/vue3-vite) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/frameworks/vue3-vite)) | [`9.0.17` -> `9.0.18`](https://renovatebot.com/diffs/npm/@storybook%2fvue3-vite/9.0.17/9.0.18) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@swc/core](https://swc.rs) ([source](https://redirect.github.com/swc-project/swc)) | [`1.12.14` -> `1.13.2`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.12.14/1.13.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [@types/bun](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bun) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun)) | [`1.2.18` -> `1.2.19`](https://renovatebot.com/diffs/npm/@types%2fbun/1.2.18/1.2.19) | [](https://docs.renovatebot.com/merge-confidence/) | [](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.16.4` -> `22.16.5`](https://renovatebot.com/diffs/npm/@types%2fnode/22.16.4/22.16.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](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.37.0` -> `8.38.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.37.0/8.38.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [@vitejs/plugin-vue](https://redirect.github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)) | [`6.0.0` -> `6.0.1`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/6.0.0/6.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@vueuse/components](https://redirect.github.com/vueuse/vueuse/tree/main/packages/components#readme) ([source](https://redirect.github.com/vueuse/vueuse/tree/HEAD/packages/components)) | [`13.5.0` -> `13.6.0`](https://renovatebot.com/diffs/npm/@vueuse%2fcomponents/13.5.0/13.6.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [@vueuse/core](https://redirect.github.com/vueuse/vueuse) ([source](https://redirect.github.com/vueuse/vueuse/tree/HEAD/packages/core)) | [`13.5.0` -> `13.6.0`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/13.5.0/13.6.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [@vueuse/core](https://redirect.github.com/vueuse/vueuse) ([source](https://redirect.github.com/vueuse/vueuse/tree/HEAD/packages/core)) | [`13.5.0` -> `13.6.0`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/13.5.0/13.6.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [@vueuse/integrations](https://redirect.github.com/vueuse/vueuse/tree/main/packages/integrations#readme) ([source](https://redirect.github.com/vueuse/vueuse/tree/HEAD/packages/integrations)) | [`13.5.0` -> `13.6.0`](https://renovatebot.com/diffs/npm/@vueuse%2fintegrations/13.5.0/13.6.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [@vueuse/nuxt](https://redirect.github.com/vueuse/vueuse/tree/main/packages/nuxt#readme) ([source](https://redirect.github.com/vueuse/vueuse/tree/HEAD/packages/nuxt)) | [`13.5.0` -> `13.6.0`](https://renovatebot.com/diffs/npm/@vueuse%2fnuxt/13.5.0/13.6.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [dotenv](https://redirect.github.com/motdotla/dotenv) | [`17.2.0` -> `17.2.1`](https://renovatebot.com/diffs/npm/dotenv/17.2.0/17.2.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`9.31.0` -> `9.32.0`](https://renovatebot.com/diffs/npm/eslint/9.31.0/9.32.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [eslint-config-prettier](https://redirect.github.com/prettier/eslint-config-prettier) | [`10.1.5` -> `10.1.8`](https://renovatebot.com/diffs/npm/eslint-config-prettier/10.1.5/10.1.8) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [eslint-plugin-n](https://redirect.github.com/eslint-community/eslint-plugin-n) | [`17.21.0` -> `17.21.2`](https://renovatebot.com/diffs/npm/eslint-plugin-n/17.21.0/17.21.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [eslint-plugin-prettier](https://redirect.github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.5.1/5.5.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [eslint-plugin-storybook](https://redirect.github.com/storybookjs/storybook/code/lib/eslint-plugin#readme) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin)) | [`9.0.17` -> `9.0.18`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/9.0.17/9.0.18) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [inquirer](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/inquirer/README.md) ([source](https://redirect.github.com/SBoudrias/Inquirer.js)) | [`12.7.0` -> `12.8.2`](https://renovatebot.com/diffs/npm/inquirer/12.7.0/12.8.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [jiti](https://redirect.github.com/unjs/jiti) | [`2.4.2` -> `2.5.1`](https://renovatebot.com/diffs/npm/jiti/2.4.2/2.5.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [jiti](https://redirect.github.com/unjs/jiti) | [`2.4.2` -> `2.5.1`](https://renovatebot.com/diffs/npm/jiti/2.4.2/2.5.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | overrides | minor | | [jose](https://redirect.github.com/panva/jose) | [`6.0.11` -> `6.0.12`](https://renovatebot.com/diffs/npm/jose/6.0.11/6.0.12) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | peerDependencies | patch | | [jose](https://redirect.github.com/panva/jose) | [`6.0.11` -> `6.0.12`](https://renovatebot.com/diffs/npm/jose/6.0.11/6.0.12) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [jose](https://redirect.github.com/panva/jose) | [`6.0.11` -> `6.0.12`](https://renovatebot.com/diffs/npm/jose/6.0.11/6.0.12) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [lucide-vue-next](https://lucide.dev) ([source](https://redirect.github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next)) | [`0.525.0` -> `0.528.0`](https://renovatebot.com/diffs/npm/lucide-vue-next/0.525.0/0.528.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [marked](https://marked.js.org) ([source](https://redirect.github.com/markedjs/marked)) | [`16.0.0` -> `16.1.1`](https://renovatebot.com/diffs/npm/marked/16.0.0/16.1.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [nest-commander](https://nest-commander.jaymcdoniel.dev) ([source](https://redirect.github.com/jmcdo29/nest-commander/tree/HEAD/pacakges/nest-commander)) | [`3.17.0` -> `3.18.0`](https://renovatebot.com/diffs/npm/nest-commander/3.17.0/3.18.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | `22.17.0` -> `22.17.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | patch | | [node](https://redirect.github.com/actions/node-versions) | `22.17.0` -> `22.17.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | uses-with | patch | | [node](https://redirect.github.com/nodejs/node) | `22.17.0-bookworm-slim` -> `22.17.1-bookworm-slim` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | final | patch | | [reka-ui](https://redirect.github.com/unovue/reka-ui) | [`2.3.2` -> `2.4.0`](https://renovatebot.com/diffs/npm/reka-ui/2.3.2/2.4.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [storybook](https://storybook.js.org) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/core)) | [`9.0.17` -> `9.0.18`](https://renovatebot.com/diffs/npm/storybook/9.0.17/9.0.18) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [tw-animate-css](https://redirect.github.com/Wombosvideo/tw-animate-css) | [`1.3.5` -> `1.3.6`](https://renovatebot.com/diffs/npm/tw-animate-css/1.3.5/1.3.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.37.0` -> `8.38.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.37.0/8.38.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [validate-npm-package-name](https://redirect.github.com/npm/validate-npm-package-name) | [`6.0.1` -> `6.0.2`](https://renovatebot.com/diffs/npm/validate-npm-package-name/6.0.1/6.0.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`7.0.4` -> `7.0.6`](https://renovatebot.com/diffs/npm/vite/7.0.4/7.0.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.5.17` -> `3.5.18`](https://renovatebot.com/diffs/npm/vue/3.5.17/3.5.18) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.5.17` -> `3.5.18`](https://renovatebot.com/diffs/npm/vue/3.5.17/3.5.18) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | peerDependencies | patch | | [vue-i18n](https://redirect.github.com/intlify/vue-i18n/tree/master/packages/vue-i18n#readme) ([source](https://redirect.github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n)) | [`11.1.9` -> `11.1.11`](https://renovatebot.com/diffs/npm/vue-i18n/11.1.9/11.1.11) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [vue-tsc](https://redirect.github.com/vuejs/language-tools) ([source](https://redirect.github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | [`3.0.1` -> `3.0.4`](https://renovatebot.com/diffs/npm/vue-tsc/3.0.1/3.0.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [vuetify](https://vuetifyjs.com) ([source](https://redirect.github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify)) | [`3.9.0` -> `3.9.2`](https://renovatebot.com/diffs/npm/vuetify/3.9.0/3.9.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [wrangler](https://redirect.github.com/cloudflare/workers-sdk) ([source](https://redirect.github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler)) | [`4.24.3` -> `4.26.0`](https://renovatebot.com/diffs/npm/wrangler/4.24.3/4.26.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | --- <details> <summary>eslint/eslint (@​eslint/js)</summary> [`v9.32.0`](https://redirect.github.com/eslint/eslint/compare/v9.31.0...50de1ced9df2b1ee48ee6843c8cfe0f5d8edbc27) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.31.0...v9.32.0) </details> <details> <summary>ardatan/graphql-tools (@​graphql-tools/merge)</summary> [`v9.1.1`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/merge/CHANGELOG.md#911) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) - [#​7298](https://redirect.github.com/ardatan/graphql-tools/pull/7298) [`984d542`](https://redirect.github.com/ardatan/graphql-tools/commit/984d542b95cbe717b8853f6922218a1edbc59122) Thanks [@​jdolle](https://redirect.github.com/jdolle)! - dependencies updates: - Removed dependency [`@theguild/federation-composition@^0.19.0` ↗︎](https://www.npmjs.com/package/@​theguild/federation-composition/v/0.19.0) (from `dependencies`) - [#​7298](https://redirect.github.com/ardatan/graphql-tools/pull/7298) [`984d542`](https://redirect.github.com/ardatan/graphql-tools/commit/984d542b95cbe717b8853f6922218a1edbc59122) Thanks [@​jdolle](https://redirect.github.com/jdolle)! - Fix "Named export 'OperationTypeNode' not found" - Updated dependencies \[[`32d0457`](https://redirect.github.com/ardatan/graphql-tools/commit/32d0457f3fae53b408bd8de459bf4541fcc14a23)]: - [@​graphql-tools/utils](https://redirect.github.com/graphql-tools/utils)@​10.9.1 [`v9.1.0`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/merge/CHANGELOG.md#910) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) - [#​7249](https://redirect.github.com/ardatan/graphql-tools/pull/7249) [`e5f98c2`](https://redirect.github.com/ardatan/graphql-tools/commit/e5f98c231ba2ba8a317539bac761f4f26e8b56b2) Thanks [@​jdolle](https://redirect.github.com/jdolle)! - Support repeatable [@​link-ed](https://redirect.github.com/link-ed) federation directives; fix merging non-identical, repeatable directives - [#​7249](https://redirect.github.com/ardatan/graphql-tools/pull/7249) [`e5f98c2`](https://redirect.github.com/ardatan/graphql-tools/commit/e5f98c231ba2ba8a317539bac761f4f26e8b56b2) Thanks [@​jdolle](https://redirect.github.com/jdolle)! - dependencies updates: - Added dependency [`@theguild/federation-composition@^0.16.0` ↗︎](https://www.npmjs.com/package/@​theguild/federation-composition/v/0.16.0) (to `dependencies`) - [#​7276](https://redirect.github.com/ardatan/graphql-tools/pull/7276) [`3c21496`](https://redirect.github.com/ardatan/graphql-tools/commit/3c214963309373641433d62230c5fffeaa2c61eb) Thanks [@​renovate](https://redirect.github.com/apps/renovate)! - dependencies updates: - Updated dependency [`@theguild/federation-composition@^0.19.0` ↗︎](https://www.npmjs.com/package/@​theguild/federation-composition/v/0.19.0) (from `^0.16.0`, in `dependencies`) - Updated dependencies \[[`22af985`](https://redirect.github.com/ardatan/graphql-tools/commit/22af98581e983079ec7e53677b905d3d03117524), [`53db005`](https://redirect.github.com/ardatan/graphql-tools/commit/53db00540c2549748afdeeb65bb45a6c45ce57d3)]: - [@​graphql-tools/utils](https://redirect.github.com/graphql-tools/utils)@​10.9.0 </details> <details> <summary>ardatan/graphql-tools (@​graphql-tools/schema)</summary> [`v10.0.25`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/schema/CHANGELOG.md#10025) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) - Updated dependencies \[[`984d542`](https://redirect.github.com/ardatan/graphql-tools/commit/984d542b95cbe717b8853f6922218a1edbc59122), [`984d542`](https://redirect.github.com/ardatan/graphql-tools/commit/984d542b95cbe717b8853f6922218a1edbc59122), [`32d0457`](https://redirect.github.com/ardatan/graphql-tools/commit/32d0457f3fae53b408bd8de459bf4541fcc14a23)]: - [@​graphql-tools/merge](https://redirect.github.com/graphql-tools/merge)@​9.1.1 - [@​graphql-tools/utils](https://redirect.github.com/graphql-tools/utils)@​10.9.1 [`v10.0.24`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/schema/CHANGELOG.md#10024) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) - Updated dependencies \[[`e5f98c2`](https://redirect.github.com/ardatan/graphql-tools/commit/e5f98c231ba2ba8a317539bac761f4f26e8b56b2), [`3c21496`](https://redirect.github.com/ardatan/graphql-tools/commit/3c214963309373641433d62230c5fffeaa2c61eb), [`e5f98c2`](https://redirect.github.com/ardatan/graphql-tools/commit/e5f98c231ba2ba8a317539bac761f4f26e8b56b2), [`22af985`](https://redirect.github.com/ardatan/graphql-tools/commit/22af98581e983079ec7e53677b905d3d03117524), [`53db005`](https://redirect.github.com/ardatan/graphql-tools/commit/53db00540c2549748afdeeb65bb45a6c45ce57d3)]: - [@​graphql-tools/merge](https://redirect.github.com/graphql-tools/merge)@​9.1.0 - [@​graphql-tools/utils](https://redirect.github.com/graphql-tools/utils)@​10.9.0 </details> <details> <summary>ardatan/graphql-tools (@​graphql-tools/utils)</summary> [`v10.9.1`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1091) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) - [`32d0457`](https://redirect.github.com/ardatan/graphql-tools/commit/32d0457f3fae53b408bd8de459bf4541fcc14a23) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Fix oneOf handling [`v10.9.0`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1090) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) - [#​7281](https://redirect.github.com/ardatan/graphql-tools/pull/7281) [`53db005`](https://redirect.github.com/ardatan/graphql-tools/commit/53db00540c2549748afdeeb65bb45a6c45ce57d3) Thanks [@​EmrysMyrddin](https://redirect.github.com/EmrysMyrddin)! - Add optional `subgraphName` preoperty to the `ExecutionRequest` interface for usage in Gateways like Hive Gateway. - [#​7282](https://redirect.github.com/ardatan/graphql-tools/pull/7282) [`22af985`](https://redirect.github.com/ardatan/graphql-tools/commit/22af98581e983079ec7e53677b905d3d03117524) Thanks [@​renovate](https://redirect.github.com/apps/renovate)! - Support `@oneOf` directive </details> <details> <summary>adobe/react-spectrum (@​internationalized/number)</summary> [`v3.6.4`](https://redirect.github.com/adobe/react-spectrum/compare/@internationalized/[email protected]...@internationalized/[email protected]) [Compare Source](https://redirect.github.com/adobe/react-spectrum/compare/@internationalized/[email protected]...@internationalized/[email protected]) </details> <details> <summary>Thinkmill/manypkg (@​manypkg/cli)</summary> [`v0.25.0`](https://redirect.github.com/Thinkmill/manypkg/blob/HEAD/packages/cli/CHANGELOG.md#0250) [Compare Source](https://redirect.github.com/Thinkmill/manypkg/compare/@manypkg/[email protected]...@manypkg/[email protected]) - [#​254](https://redirect.github.com/Thinkmill/manypkg/pull/254) [`2c06ac0`](https://redirect.github.com/Thinkmill/manypkg/commit/2c06ac09397b825dc3cae3c29a1f08bbd09a4ab1) Thanks [@​cjkihl](https://redirect.github.com/cjkihl)! - Add Bun support - Updated dependencies \[[`2c06ac0`](https://redirect.github.com/Thinkmill/manypkg/commit/2c06ac09397b825dc3cae3c29a1f08bbd09a4ab1)]: - [@​manypkg/get-packages](https://redirect.github.com/manypkg/get-packages)@​3.1.0 </details> <details> <summary>nestjs/nest (@​nestjs/common)</summary> [`v11.1.5`](https://redirect.github.com/nestjs/nest/compare/v11.1.4...9bb0560e79743cc0bd2ce198c65e21332200c3ad) [Compare Source](https://redirect.github.com/nestjs/nest/compare/v11.1.4...v11.1.5) [`v11.1.4`](https://redirect.github.com/nestjs/nest/compare/v11.1.3...1f101ac8b0a5bb5b97a7caf6634fcea8d65196e0) [Compare Source](https://redirect.github.com/nestjs/nest/compare/v11.1.3...v11.1.4) </details> <details> <summary>nestjs/nest (@​nestjs/core)</summary> [`v11.1.5`](https://redirect.github.com/nestjs/nest/compare/v11.1.4...9bb0560e79743cc0bd2ce198c65e21332200c3ad) [Compare Source](https://redirect.github.com/nestjs/nest/compare/v11.1.4...v11.1.5) [`v11.1.4`](https://redirect.github.com/nestjs/nest/releases/tag/v11.1.4) [Compare Source](https://redirect.github.com/nestjs/nest/compare/v11.1.3...v11.1.4) - `platform-fastify` - [#​15385](https://redirect.github.com/nestjs/nest/pull/15385) fix(testing): auto-init fastify adapter for middleware registration ([@​mag123c](https://redirect.github.com/mag123c)) - `core`, `testing` - [#​15405](https://redirect.github.com/nestjs/nest/pull/15405) fix(core): fix race condition in class dependency resolution ([@​hajekjiri](https://redirect.github.com/hajekjiri)) - `core` - [#​15333](https://redirect.github.com/nestjs/nest/pull/15333) fix(core): Make flattenRoutePath return a valid module ([@​gentunian](https://redirect.github.com/gentunian)) - `microservices` - [#​15305](https://redirect.github.com/nestjs/nest/pull/15305) fix(microservices): Revisit RMQ pattern matching with wildcards ([@​getlarge](https://redirect.github.com/getlarge)) - [#​15250](https://redirect.github.com/nestjs/nest/pull/15250) fix(constants): update RMQ\_DEFAULT\_QUEUE to an empty string ([@​EeeasyCode](https://redirect.github.com/EeeasyCode)) - `platform-fastify` - [#​14789](https://redirect.github.com/nestjs/nest/pull/14789) feat(fastify): add decorator for custom schema ([@​piotrfrankowski](https://redirect.github.com/piotrfrankowski)) - `common`, `core`, `microservices`, `platform-express`, `platform-fastify`, `websockets` - [#​15386](https://redirect.github.com/nestjs/nest/pull/15386) feat: enhance introspection capabilities ([@​kamilmysliwiec](https://redirect.github.com/kamilmysliwiec)) - `core` - [#​15374](https://redirect.github.com/nestjs/nest/pull/15374) feat: supporting fine async storage control ([@​Farenheith](https://redirect.github.com/Farenheith)) - `platform-ws` - [#​15350](https://redirect.github.com/nestjs/nest/pull/15350) chore(deps): bump ws from 8.18.2 to 8.18.3 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - `platform-fastify` - [#​15278](https://redirect.github.com/nestjs/nest/pull/15278) chore(deps): bump fastify from 5.3.3 to 5.4.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - Alexey Filippov ([@​SocketSomeone](https://redirect.github.com/SocketSomeone)) - EFIcats ([@​ext4cats](https://redirect.github.com/ext4cats)) - Edouard Maleix ([@​getlarge](https://redirect.github.com/getlarge)) - JaeHo Jang ([@​mag123c](https://redirect.github.com/mag123c)) - Jiri Hajek ([@​hajekjiri](https://redirect.github.com/hajekjiri)) - Kamil Mysliwiec ([@​kamilmysliwiec](https://redirect.github.com/kamilmysliwiec)) - Khan / 이창민 ([@​EeeasyCode](https://redirect.github.com/EeeasyCode)) - Peter F. ([@​piotrfrankowski](https://redirect.github.com/piotrfrankowski)) - Sebastian ([@​gentunian](https://redirect.github.com/gentunian)) - Thiago Oliveira Santos ([@​Farenheith](https://redirect.github.com/Farenheith)) - jochong ([@​jochongs](https://redirect.github.com/jochongs)) </details> <details> <summary>nestjs/nest (@​nestjs/platform-fastify)</summary> [`v11.1.5`](https://redirect.github.com/nestjs/nest/releases/tag/v11.1.5) [Compare Source](https://redirect.github.com/nestjs/nest/compare/v11.1.4...v11.1.5) - `platform-express` - [#​15425](https://redirect.github.com/nestjs/nest/pull/15425) chore(deps): bump multer from 2.0.1 to 2.0.2 in /packages/platform-express ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) [`v11.1.4`](https://redirect.github.com/nestjs/nest/releases/tag/v11.1.4) [Compare Source](https://redirect.github.com/nestjs/nest/compare/v11.1.3...v11.1.4) - `platform-fastify` - [#​15385](https://redirect.github.com/nestjs/nest/pull/15385) fix(testing): auto-init fastify adapter for middleware registration ([@​mag123c](https://redirect.github.com/mag123c)) - `core`, `testing` - [#​15405](https://redirect.github.com/nestjs/nest/pull/15405) fix(core): fix race condition in class dependency resolution ([@​hajekjiri](https://redirect.github.com/hajekjiri)) - `core` - [#​15333](https://redirect.github.com/nestjs/nest/pull/15333) fix(core): Make flattenRoutePath return a valid module ([@​gentunian](https://redirect.github.com/gentunian)) - `microservices` - [#​15305](https://redirect.github.com/nestjs/nest/pull/15305) fix(microservices): Revisit RMQ pattern matching with wildcards ([@​getlarge](https://redirect.github.com/getlarge)) - [#​15250](https://redirect.github.com/nestjs/nest/pull/15250) fix(constants): update RMQ\_DEFAULT\_QUEUE to an empty string ([@​EeeasyCode](https://redirect.github.com/EeeasyCode)) - `platform-fastify` - [#​14789](https://redirect.github.com/nestjs/nest/pull/14789) feat(fastify): add decorator for custom schema ([@​piotrfrankowski](https://redirect.github.com/piotrfrankowski)) - `common`, `core`, `microservices`, `platform-express`, `platform-fastify`, `websockets` - [#​15386](https://redirect.github.com/nestjs/nest/pull/15386) feat: enhance introspection capabilities ([@​kamilmysliwiec](https://redirect.github.com/kamilmysliwiec)) - `core` - [#​15374](https://redirect.github.com/nestjs/nest/pull/15374) feat: supporting fine async storage control ([@​Farenheith](https://redirect.github.com/Farenheith)) - `platform-ws` - [#​15350](https://redirect.github.com/nestjs/nest/pull/15350) chore(deps): bump ws from 8.18.2 to 8.18.3 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - `platform-fastify` - [#​15278](https://redirect.github.com/nestjs/nest/pull/15278) chore(deps): bump fastify from 5.3.3 to 5.4.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - Alexey Filippov ([@​SocketSomeone](https://redirect.github.com/SocketSomeone)) - EFIcats ([@​ext4cats](https://redirect.github.com/ext4cats)) - Edouard Maleix ([@​getlarge](https://redirect.github.com/getlarge)) - JaeHo Jang ([@​mag123c](https://redirect.github.com/mag123c)) - Jiri Hajek ([@​hajekjiri](https://redirect.github.com/hajekjiri)) - Kamil Mysliwiec ([@​kamilmysliwiec](https://redirect.github.com/kamilmysliwiec)) - Khan / 이창민 ([@​EeeasyCode](https://redirect.github.com/EeeasyCode)) - Peter F. ([@​piotrfrankowski](https://redirect.github.com/piotrfrankowski)) - Sebastian ([@​gentunian](https://redirect.github.com/gentunian)) - Thiago Oliveira Santos ([@​Farenheith](https://redirect.github.com/Farenheith)) - jochong ([@​jochongs](https://redirect.github.com/jochongs)) </details> <details> <summary>nestjs/nest (@​nestjs/testing)</summary> [`v11.1.5`](https://redirect.github.com/nestjs/nest/compare/v11.1.4...9bb0560e79743cc0bd2ce198c65e21332200c3ad) [Compare Source](https://redirect.github.com/nestjs/nest/compare/v11.1.4...v11.1.5) [`v11.1.4`](https://redirect.github.com/nestjs/nest/compare/v11.1.3...1f101ac8b0a5bb5b97a7caf6634fcea8d65196e0) [Compare Source](https://redirect.github.com/nestjs/nest/compare/v11.1.3...v11.1.4) </details> <details> <summary>nuxt/eslint (@​nuxt/eslint)</summary> [`v1.7.1`](https://redirect.github.com/nuxt/eslint/releases/tag/v1.7.1) [Compare Source](https://redirect.github.com/nuxt/eslint/compare/v1.7.0...v1.7.1) - Include `eslint-typegen.d.ts` in `nuxt.node.d.ts`, close [#​596](https://redirect.github.com/nuxt/eslint/issues/596) - by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/nuxt/eslint/issues/596](https://redirect.github.com/nuxt/eslint/issues/596) [<samp>(ab74e)</samp>](https://redirect.github.com/nuxt/eslint/commit/ab74efd) GitHub](https://redirect.github.com/nuxt/eslint/compare/v1.7.0...v1.7.1) [`v1.7.0`](https://redirect.github.com/nuxt/eslint/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/nuxt/eslint/compare/v1.6.0...v1.7.0) - Upgrade eslint-plugin-unicorn - by [@​antfu](https://redirect.github.com/antfu) [<samp>(b3b7d)</samp>](https://redirect.github.com/nuxt/eslint/commit/b3b7d93) GitHub](https://redirect.github.com/nuxt/eslint/compare/v1.6.0...v1.7.0) [`v1.6.0`](https://redirect.github.com/nuxt/eslint/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/nuxt/eslint/compare/v1.5.2...v1.6.0) - Bring back `eslint-plugin-import-x` as default, close [#​590](https://redirect.github.com/nuxt/eslint/issues/590) - by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/nuxt/eslint/issues/590](https://redirect.github.com/nuxt/eslint/issues/590) [<samp>(e43d6)</samp>](https://redirect.github.com/nuxt/eslint/commit/e43d6de) GitHub](https://redirect.github.com/nuxt/eslint/compare/v1.5.2...v1.6.0) </details> <details> <summary>nuxt/ui (@​nuxt/ui)</summary> [`v3.3.0`](https://redirect.github.com/nuxt/ui/blob/HEAD/CHANGELOG.md#330-2025-07-24) [Compare Source](https://redirect.github.com/nuxt/ui/compare/v3.2.0...v3.3.0) - **CommandPalette:** add `footer` slot ([#​4457](https://redirect.github.com/nuxt/ui/issues/4457)) ([63730d6](https://redirect.github.com/nuxt/ui/commit/63730d684b4ab652b66b4b1a4daf664d434e2f58)) - **Drawer:** add `nested` prop ([e2695ee](https://redirect.github.com/nuxt/ui/commit/e2695ee7e42777df5403755ded1053f76dae5aaf)), closes [#​4320](https://redirect.github.com/nuxt/ui/issues/4320) - **FileUpload:** new component ([#​4564](https://redirect.github.com/nuxt/ui/issues/4564)) ([35dbe6c](https://redirect.github.com/nuxt/ui/commit/35dbe6c2ab2297a9cb12fc8a35fff22555a20f34)) - **Input/Textarea:** add `default-value` prop ([#​4404](https://redirect.github.com/nuxt/ui/issues/4404)) ([fb9e7bb](https://redirect.github.com/nuxt/ui/commit/fb9e7bb85602ecec1f83cd148dffbfb5e99d5714)) - **InputMenu:** emit `remove-tag` event ([#​4511](https://redirect.github.com/nuxt/ui/issues/4511)) ([6ca7c8b](https://redirect.github.com/nuxt/ui/commit/6ca7c8b7bfa248b586a8d4cd888c8e7d09267230)) - **InputTags:** add `max-length` prop ([b96a1cc](https://redirect.github.com/nuxt/ui/commit/b96a1ccbabd07d5f7dfc85bd03714629bb2ce2e7)), closes [#​4405](https://redirect.github.com/nuxt/ui/issues/4405) - **Kbd:** add `color` prop & `soft` variant ([#​4549](https://redirect.github.com/nuxt/ui/issues/4549)) ([f336600](https://redirect.github.com/nuxt/ui/commit/f33660035f71a0e62a3446fbdb8c601efecdadfe)) - **module:** add `theme.defaultVariants` option ([#​4400](https://redirect.github.com/nuxt/ui/issues/4400)) ([35f90b9](https://redirect.github.com/nuxt/ui/commit/35f90b9920c16acf6540ef57366a9e0ac8f9c478)) - **Popover:** add `reference` prop ([b00e07f](https://redirect.github.com/nuxt/ui/commit/b00e07f13df34fa528d6349e0172845c37ab8906)) - **Table:** add `footer` support to display column summary ([#​4194](https://redirect.github.com/nuxt/ui/issues/4194)) ([c355cac](https://redirect.github.com/nuxt/ui/commit/c355cacd43ad6404cb923b49c04932caeead6113)) - **Table:** add `style` to table and column `meta` ([#​4513](https://redirect.github.com/nuxt/ui/issues/4513)) ([1db21d1](https://redirect.github.com/nuxt/ui/commit/1db21d1b00964362ff5c98c45bc44568a9a61706)) - **Table:** add row `hover` event ([f903ec3](https://redirect.github.com/nuxt/ui/commit/f903ec396f8cc478507d54eac43297e7cc2ef3d8)), closes [#​2435](https://redirect.github.com/nuxt/ui/issues/2435) - **Table:** add support for `colspan` and `rowspan` ([#​4460](https://redirect.github.com/nuxt/ui/issues/4460)) ([7ef1933](https://redirect.github.com/nuxt/ui/commit/7ef19333f03beb8e49f64b9887de446d313e8501)) - **Table:** add support for context menu ([f62c5ec](https://redirect.github.com/nuxt/ui/commit/f62c5ec20c7dafa9d7fdf860b6cd72ce2887e7b9)), closes [#​4259](https://redirect.github.com/nuxt/ui/issues/4259) - **Tabs:** add badge on items ([#​4553](https://redirect.github.com/nuxt/ui/issues/4553)) ([62ab016](https://redirect.github.com/nuxt/ui/commit/62ab01655ca8494a2856477f9724ea27d541e9ff)) - **Toast:** progress bar with Progress component ([ec569e4](https://redirect.github.com/nuxt/ui/commit/ec569e427ba0a05ae29c4453fff3a60801966e37)) - **Tooltip:** add `reference` prop ([69a7b95](https://redirect.github.com/nuxt/ui/commit/69a7b957d5ecc0b26d63112ebb20765a85874993)), closes [#​4430](https://redirect.github.com/nuxt/ui/issues/4430) - **Button/Link:** merge `active-class` / `inactive-class` with app config ([#​4446](https://redirect.github.com/nuxt/ui/issues/4446)) ([9debce7](https://redirect.github.com/nuxt/ui/commit/9debce737cc779229713cd19b03e6167dfd3ea8e)) - **Button:** add `active` styles to behave like `hover` on mobile ([df8f202](https://redirect.github.com/nuxt/ui/commit/df8f20232fd367469deb1b46a3888811cbf0b5e7)), closes [#​991](https://redirect.github.com/nuxt/ui/issues/991) - **Carousel/Tree:** add type to button elements for accessibility ([#​4493](https://redirect.github.com/nuxt/ui/issues/4493)) ([fc24e03](https://redirect.github.com/nuxt/ui/commit/fc24e03cc4b0d38dd4f64d739eeaf18de5e744e0)) - **Carousel:** add `aria-current` attribute to active dot ([#​4447](https://redirect.github.com/nuxt/ui/issues/4447)) ([1ba8a55](https://redirect.github.com/nuxt/ui/commit/1ba8a55bcb7220500a20864ea99c93bdfca82ee5)) - **Carousel:** improve accessibility ([55e06e9](https://redirect.github.com/nuxt/ui/commit/55e06e97e7739d7f08cfd15425a4be10596e6d6a)), closes [#​4494](https://redirect.github.com/nuxt/ui/issues/4494) - **Carousel:** resolve plugins with page transitions ([#​4380](https://redirect.github.com/nuxt/ui/issues/4380)) ([3b67d54](https://redirect.github.com/nuxt/ui/commit/3b67d54833462760406786d9ba8a18eea2a8bde0)) - **ColorPicker:** update color conversion logic ([#​4550](https://redirect.github.com/nuxt/ui/issues/4550)) ([6b6ec8c](https://redirec </details> --- 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/unraid/api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Eli Bosley <[email protected]>
🤖 I have created a release *beep* *boop* --- ## [4.11.0](v4.10.0...v4.11.0) (2025-07-28) ### Features * tailwind v4 ([#1522](#1522)) ([2c62e0a](2c62e0a)) * **web:** install and configure nuxt ui ([#1524](#1524)) ([407585c](407585c)) ### Bug Fixes * add missing breakpoints ([#1535](#1535)) ([f5352e3](f5352e3)) * border color incorrect in tailwind ([#1544](#1544)) ([f14b74a](f14b74a)) * **connect:** omit extraneous fields during connect config validation ([#1538](#1538)) ([45bd736](45bd736)) * **deps:** pin dependencies ([#1528](#1528)) ([a74d935](a74d935)) * **deps:** pin dependency @nuxt/ui to 3.2.0 ([#1532](#1532)) ([8279531](8279531)) * **deps:** update all non-major dependencies ([#1510](#1510)) ([1a8da6d](1a8da6d)) * **deps:** update all non-major dependencies ([#1520](#1520)) ([e2fa648](e2fa648)) * inject Tailwind CSS into client entry point ([#1537](#1537)) ([86b6c4f](86b6c4f)) * make settings grid responsive ([#1463](#1463)) ([9dfdb8d](9dfdb8d)) * **notifications:** gracefully handle & mask invalid notifications ([#1529](#1529)) ([05056e7](05056e7)) * truncate log files when they take up more than 5mb of space ([#1530](#1530)) ([0a18b38](0a18b38)) * use async for primary file read/writes ([#1531](#1531)) ([23b2b88](23b2b88)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR contains the following updates:
9.31.0->9.32.09.0.24->9.1.110.0.23->10.0.2510.8.6->10.9.110.8.6->10.9.110.8.6->10.9.110.8.6->10.9.13.6.3->3.6.40.24.0->0.25.011.1.3->11.1.511.1.3->11.1.511.1.3->11.1.511.1.3->11.1.511.1.3->11.1.511.1.3->11.1.511.1.3->11.1.511.1.3->11.1.51.5.2->1.7.13.2.0->3.3.00.11.1->0.11.24.45.1->4.46.19.0.17->9.0.189.0.17->9.0.189.0.17->9.0.189.0.17->9.0.181.12.14->1.13.21.2.18->1.2.1922.16.4->22.16.58.37.0->8.38.06.0.0->6.0.113.5.0->13.6.013.5.0->13.6.013.5.0->13.6.013.5.0->13.6.013.5.0->13.6.017.2.0->17.2.19.31.0->9.32.010.1.5->10.1.817.21.0->17.21.25.5.1->5.5.39.0.17->9.0.1812.7.0->12.8.22.4.2->2.5.12.4.2->2.5.16.0.11->6.0.126.0.11->6.0.126.0.11->6.0.120.525.0->0.528.016.0.0->16.1.13.17.0->3.18.022.17.0->22.17.122.17.0->22.17.122.17.0-bookworm-slim->22.17.1-bookworm-slim2.3.2->2.4.09.0.17->9.0.181.3.5->1.3.68.37.0->8.38.06.0.1->6.0.27.0.4->7.0.63.5.17->3.5.183.5.17->3.5.1811.1.9->11.1.113.0.1->3.0.43.9.0->3.9.24.24.3->4.26.0Release Notes
eslint/eslint (@eslint/js)
v9.32.0Compare Source
ardatan/graphql-tools (@graphql-tools/merge)
v9.1.1Compare Source
Patch Changes
#7298
984d542Thanks @jdolle! - dependencies updates:
@theguild/federation-composition@^0.19.0↗︎(from
dependencies)#7298
984d542Thanks @jdolle! - Fix "Named export 'OperationTypeNode' not found"
Updated dependencies
[
32d0457]:v9.1.0Compare Source
Minor Changes
e5f98c2Thanks @jdolle! - Support repeatable @link-ed federation directives;
fix merging non-identical, repeatable directives
Patch Changes
#7249
e5f98c2Thanks @jdolle! - dependencies updates:
@theguild/federation-composition@^0.16.0↗︎(to
dependencies)#7276
3c21496Thanks @renovate! - dependencies updates:
@theguild/federation-composition@^0.19.0↗︎(from
^0.16.0, independencies)Updated dependencies
[
22af985,53db005]:ardatan/graphql-tools (@graphql-tools/schema)
v10.0.25Compare Source
Patch Changes
[
984d542,984d542,32d0457]:v10.0.24Compare Source
Patch Changes
[
e5f98c2,3c21496,e5f98c2,22af985,53db005]:ardatan/graphql-tools (@graphql-tools/utils)
v10.9.1Compare Source
Patch Changes
32d0457Thanks @ardatan! - Fix oneOf handling
v10.9.0Compare Source
Minor Changes
53db005Thanks @EmrysMyrddin! - Add optional
subgraphNamepreopertyto the
ExecutionRequestinterface for usage in Gateways like Hive Gateway.Patch Changes
22af985Thanks @renovate! - Support
@oneOfdirectiveadobe/react-spectrum (@internationalized/number)
v3.6.4Compare Source
Thinkmill/manypkg (@manypkg/cli)
v0.25.0Compare Source
Minor Changes
2c06ac0Thanks @cjkihl! - Add Bun supportPatch Changes
2c06ac0]:nestjs/nest (@nestjs/common)
v11.1.5Compare Source
v11.1.4Compare Source
nestjs/nest (@nestjs/core)
v11.1.5Compare Source
v11.1.4Compare Source
v11.1.4 (2025-07-16)
Bug fixes
platform-fastifycore,testingcoremicroservicesEnhancements
platform-fastifycommon,core,microservices,platform-express,platform-fastify,websocketscoreDependencies
platform-wsplatform-fastifyCommitters: 11
nestjs/nest (@nestjs/platform-fastify)
v11.1.5Compare Source
v11.1.5 (2025-07-18)
Dependencies
platform-expressv11.1.4Compare Source
v11.1.4 (2025-07-16)
Bug fixes
platform-fastifycore,testingcoremicroservicesEnhancements
platform-fastifycommon,core,microservices,platform-express,platform-fastify,websocketscoreDependencies
platform-wsplatform-fastifyCommitters: 11
nestjs/nest (@nestjs/testing)
v11.1.5Compare Source
v11.1.4Compare Source
nuxt/eslint (@nuxt/eslint)
v1.7.1Compare Source
🐞 Bug Fixes
eslint-typegen.d.tsinnuxt.node.d.ts, close #596 - by @antfu in https://github.com/nuxt/eslint/issues/596 (ab74e)View changes on GitHub
v1.7.0Compare Source
🚀 Features
View changes on GitHub
v1.6.0Compare Source
🐞 Bug Fixes
eslint-plugin-import-xas default, close #590 - by @antfu in https://github.com/nuxt/eslint/issues/590 (e43d6)View changes on GitHub
nuxt/ui (@nuxt/ui)
v3.3.0Compare Source
Features
footerslot (#4457) (63730d6)nestedprop (e2695ee), closes #4320default-valueprop (#4404) (fb9e7bb)remove-tagevent (#4511) (6ca7c8b)max-lengthprop (b96a1cc), closes #4405colorprop &softvariant (#4549) (f336600)theme.defaultVariantsoption (#4400) (35f90b9)referenceprop (b00e07f)footersupport to display column summary (#4194) (c355cac)styleto table and columnmeta(#4513) (1db21d1)hoverevent (f903ec3), closes #2435colspanandrowspan(#4460) (7ef1933)referenceprop (69a7b95), closes #4430Bug Fixes
active-class/inactive-classwith app config (#4446) (9debce7)activestyles to behave likehoveron mobile (df8f202), closes #991aria-currentattribute to active dot (#4447) (1ba8a55)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.