Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2025

Bumps the dev-dependencies-minor-patch group with 17 updates:

Package From To
knip 5.66.1 5.66.2
lint-staged 16.2.4 16.2.5
openai 6.5.0 6.6.0
svelte 5.41.0 5.41.1
@cloudflare/workers-types 4.20251011.0 4.20251014.0
@nestjs/common 11.1.6 11.1.7
@nestjs/core 11.1.6 11.1.7
@nestjs/platform-express 11.1.6 11.1.7
@nestjs/platform-fastify 11.1.6 11.1.7
@nestjs/testing 11.1.6 11.1.7
@tanstack/router-core 1.133.15 1.133.20
@astrojs/check 0.9.4 0.9.5
astro 5.14.6 5.14.7
@tanstack/react-router 1.133.15 1.133.20
@tanstack/react-router-devtools 1.133.15 1.133.20
@tanstack/react-router-ssr-query 1.133.16 1.133.20
@tanstack/react-start 1.133.15 1.133.20

Updates knip from 5.66.1 to 5.66.2

Release notes

Sourced from knip's releases.

Release 5.66.2

  • Fix negated patterns from package.json#exports (related to #1308) (2464f3704a11b0c6d1f71a1850f4fa928e6c623f)
  • Entries in rsbuild config are production entries (resolves #1309) (9eebc5574aa964f12a91f9bc8bb415f79c35aeed)
  • Add label for entry paths from package.json (42370b27eff932c25d2abfabb5313b20a65fbed5)
Commits
  • 7afe34e Release 5.66.2
  • 42370b2 Add label for entry paths from package.json
  • 9eebc55 Entries in rsbuild config are production entries (resolves #1309)
  • 2464f37 Fix negated patterns from package.json#exports (related to #1308)
  • See full diff in compare view

Updates lint-staged from 16.2.4 to 16.2.5

Release notes

Sourced from lint-staged's releases.

v16.2.5

Patch Changes

  • #1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.
Changelog

Sourced from lint-staged's changelog.

16.2.5

Patch Changes

  • #1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.
Commits
  • 1f6a326 chore(changeset): release
  • 6ab937c ci: use separate caches for MSYS2 and Cygwin
  • 6d71384 fix: catch errors when calling spawn
  • 64e482b build(deps): update dev dependencies
  • 7e65124 fix: log spawn failure error
  • 9e02d9d fix: handle error when spawning of configured task fails
  • See full diff in compare view

Updates openai from 6.5.0 to 6.6.0

Release notes

Sourced from openai's releases.

v6.6.0

6.6.0 (2025-10-20)

Full Changelog: v6.5.0...v6.6.0

Features

  • api: Add responses.input_tokens.count (520c8a9)

Bug Fixes

  • api: internal openapi updates (d4aaef9)
Changelog

Sourced from openai's changelog.

6.6.0 (2025-10-20)

Full Changelog: v6.5.0...v6.6.0

Features

  • api: Add responses.input_tokens.count (520c8a9)

Bug Fixes

  • api: internal openapi updates (d4aaef9)
Commits

Updates svelte from 5.41.0 to 5.41.1

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: place let: declarations before {@const} declarations (#16985)

  • fix: improve each_key_without_as error (#16983)

  • chore: centralise branch management (#16977)

Changelog

Sourced from svelte's changelog.

5.41.1

Patch Changes

  • fix: place let: declarations before {@const} declarations (#16985)

  • fix: improve each_key_without_as error (#16983)

  • chore: centralise branch management (#16977)

Commits

Updates @cloudflare/workers-types from 4.20251011.0 to 4.20251014.0

Commits

Updates @nestjs/common from 11.1.6 to 11.1.7

Release notes

Sourced from @​nestjs/common's releases.

v11.1.7 (2025-10-21)

Bug fixes

Enhancements

  • common, platform-socket.io, websockets
  • common
    • #15705 fix(core): resolve extras in configurable module builder async methods (@​mag123c)
  • common, core
  • core
  • microservices
    • #15598 feat(errors): add InvalidTcpDataReceptionException for handling TCP receive errors​ (@​ghyghoo8)

Dependencies

Committers: 9

Commits
  • ee1b347 chore(@​nestjs) publish v11.1.7 release
  • 33d6cb5 chore: update readme
  • 6f35185 Merge pull request #15543 from kim-sung-jee/feature/websockets-manual-ack
  • cbf82f6 fix(common): resolve extras in configurable module builder async methods
  • 5586038 Merge pull request #15503 from mag123c/feat/add-forceconsole-option-to-logger
  • e3e744b Add color allowance check to console logger options
  • a117a2a Export isColorAllowed function for external use
  • 730eb72 chore(deps): bump load-esm from 1.0.2 to 1.0.3
  • 6559c97 feat(ws): add ack decorator
  • 4d9c188 feat(ws): add explore ack param
  • Additional commits viewable in compare view

Updates @nestjs/core from 11.1.6 to 11.1.7

Release notes

Sourced from @​nestjs/core's releases.

v11.1.7 (2025-10-21)

Bug fixes

Enhancements

  • common, platform-socket.io, websockets
  • common
    • #15705 fix(core): resolve extras in configurable module builder async methods (@​mag123c)
  • common, core
  • core
  • microservices
    • #15598 feat(errors): add InvalidTcpDataReceptionException for handling TCP receive errors​ (@​ghyghoo8)

Dependencies

Committers: 9

Commits
  • ee1b347 chore(@​nestjs) publish v11.1.7 release
  • 33d6cb5 chore: update readme
  • 82b4f07 Merge pull request #15622 from nestjs/renovate/path-to-regexp-8.x
  • 5586038 Merge pull request #15503 from mag123c/feat/add-forceconsole-option-to-logger
  • fada0a7 Merge pull request #15588 from at7211/feat/enhance-dependency-error-messages
  • fc72d1e fix(deps): update dependency path-to-regexp to v8.3.0
  • 2d20ef9 fix(core): improve dependency resolution error messages
  • 7f05dd1 fix(core): prevent lifecycle hook on non-instantiated transient service
  • bd82272 fix(core): check isresolved flag for transient lifecycle hooks
  • 1d44f34 fix(core): skip lifecycle hooks for non-instantiated transient services
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 11.1.6 to 11.1.7

Release notes

Sourced from @​nestjs/platform-express's releases.

v11.1.7 (2025-10-21)

Bug fixes

Enhancements

  • common, platform-socket.io, websockets
  • common
    • #15705 fix(core): resolve extras in configurable module builder async methods (@​mag123c)
  • common, core
  • core
  • microservices
    • #15598 feat(errors): add InvalidTcpDataReceptionException for handling TCP receive errors​ (@​ghyghoo8)

Dependencies

Committers: 9

Commits

Updates @nestjs/platform-fastify from 11.1.6 to 11.1.7

Release notes

Sourced from @​nestjs/platform-fastify's releases.

v11.1.7 (2025-10-21)

Bug fixes

Enhancements

  • common, platform-socket.io, websockets
  • common
    • #15705 fix(core): resolve extras in configurable module builder async methods (@​mag123c)
  • common, core
  • core
  • microservices
    • #15598 feat(errors): add InvalidTcpDataReceptionException for handling TCP receive errors​ (@​ghyghoo8)

Dependencies

Committers: 9

Commits
  • ee1b347 chore(@​nestjs) publish v11.1.7 release
  • 33d6cb5 chore: update readme
  • a9e1c7d fix: correct parameter type in routeconstraints decorator
  • 70a8e2f chore(deps): bump fastify from 5.6.0 to 5.6.1
  • fc72d1e fix(deps): update dependency path-to-regexp to v8.3.0
  • 291bdee chore(deps): bump fastify from 5.5.0 to 5.6.0
  • 7efd4aa chore(deps): bump fastify from 5.4.0 to 5.5.0
  • See full diff in compare view

Updates @nestjs/testing from 11.1.6 to 11.1.7

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.7 (2025-10-21)

Bug fixes

Enhancements

  • common, platform-socket.io, websockets
  • common
    • #15705 fix(core): resolve extras in configurable module builder async methods (@​mag123c)
  • common, core
  • core
  • microservices
    • #15598 feat(errors): add InvalidTcpDataReceptionException for handling TCP receive errors​ (@​ghyghoo8)

Dependencies

Committers: 9

Commits

Updates @tanstack/router-core from 1.133.15 to 1.133.20

Release notes

Sourced from @​tanstack/router-core's releases.

v1.133.20

Version 1.133.20 - 10/20/25, 11:21 PM

Changes

Fix

  • router-core: add support for handling any kind of empty _splat consistently (#5510) (3eccdeb) by Paul Sachs

Other

  • (57f1b79) by Tanner Linsley

Packages

  • @​tanstack/router-core@​1.133.20
  • @​tanstack/react-router@​1.133.20
  • @​tanstack/solid-router@​1.133.20
  • @​tanstack/solid-router-ssr-query@​1.133.20
  • @​tanstack/react-router-ssr-query@​1.133.20
  • @​tanstack/router-ssr-query-core@​1.133.20
  • @​tanstack/zod-adapter@​1.133.20
  • @​tanstack/valibot-adapter@​1.133.20
  • @​tanstack/arktype-adapter@​1.133.20
  • @​tanstack/router-devtools@​1.133.20
  • @​tanstack/solid-router-devtools@​1.133.20
  • @​tanstack/react-router-devtools@​1.133.20
  • @​tanstack/router-devtools-core@​1.133.20
  • @​tanstack/router-generator@​1.133.20
  • @​tanstack/router-cli@​1.133.20
  • @​tanstack/router-plugin@​1.133.20
  • @​tanstack/router-vite-plugin@​1.133.20
  • @​tanstack/solid-start@​1.133.20
  • @​tanstack/solid-start-client@​1.133.20
  • @​tanstack/solid-start-server@​1.133.20
  • @​tanstack/start-client-core@​1.133.20
  • @​tanstack/start-server-core@​1.133.20
  • @​tanstack/start-storage-context@​1.133.20
  • @​tanstack/react-start@​1.133.20
  • @​tanstack/react-start-client@​1.133.20
  • @​tanstack/react-start-server@​1.133.20
  • @​tanstack/start-plugin-core@​1.133.20
  • @​tanstack/start-static-server-functions@​1.133.20

v1.133.19

Version 1.133.19 - 10/20/25, 10:56 PM (Manual Release)

Changes

Docs

... (truncated)

Commits

Updates @astrojs/check from 0.9.4 to 0.9.5

Changelog

Sourced from @​astrojs/check's changelog.

0.9.5

Patch Changes

  • d415d4e: When no errors or warnings are detected, display "0 errors" or "0 warnings" in a dimmed color on the console instead of red or yellow.
Commits
Maintainer changes

This version was pushed to npm by matthewp, a new releaser for @​astrojs/check since your current version.


Updates astro from 5.14.6 to 5.14.7

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

  • #14582 7958c6b Thanks @​florian-lefebvre! - Fixes a regression that caused Actions to throw errors while loading

  • #14567 94500bb Thanks @​matthewp! - Fixes the actions endpoint to return 404 for non-existent actions instead of throwing an unhandled error

  • #14566 946fe68 Thanks @​matthewp! - Fixes handling malformed cookies gracefully by returning the unparsed value instead of throwing

    When a cookie with an invalid value is present (e.g., containing invalid URI sequences), Astro.cookies.get() now returns the raw cookie value instead of throwing a URIError. This aligns with the behavior of the underlying cookie package and prevents crashes when manually-set or corrupted cookies are encountered.

  • #14142 73c5de9 Thanks @​P4tt4te! - Updates handling of CSS for hydrated client components to prevent duplicates

  • #14576 2af62c6 Thanks @​aprici7y! - Fixes a regression that caused Astro.site to always be undefined in getStaticPaths()

Changelog

Sourced from astro's changelog.

5.14.7

Patch Changes

  • #14582 7958c6b Thanks @​florian-lefebvre! - Fixes a regression that caused Actions to throw errors while loading

  • #14567 94500bb Thanks @​matthewp! - Fixes the actions endpoint to return 404 for non-existent actions instead of throwing an unhandled error

  • #14566 946fe68 Thanks @​matthewp! - Fixes handling malformed cookies gracefully by returning the unparsed value instead of throwing

    When a cookie with an invalid value is present (e.g., containing invalid URI sequences), Astro.cookies.get() now returns the raw cookie value instead of throwing a URIError. This aligns with the behavior of the underlying cookie package and prevents crashes when manually-set or corrupted cookies are encountered.

  • #14142 73c5de9 Thanks @​P4tt4te! - Updates handling of CSS for hydrated client components to prevent duplicates

  • #14576 2af62c6 Thanks @​aprici7y! - Fixes a regression that caused Astro.site to always be undefined in getStaticPaths()

Commits

Updates @tanstack/react-router from 1.133.15 to 1.133.20

Release notes

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

v1.133.20

Version 1.133.20 - 10/20/25, 11:21 PM

Changes

Fix

  • router-core: add support for handling any kind of empty _splat consistently (#5510) (3eccdeb) by Paul Sachs

Other

  • (57f1b79) by Tanner Linsley

Packages

  • @​tanstack/router-core@​1.133.20
  • @​tanstack/react-router@​1.133.20
  • @​tanstack/solid-router@​1.133.20
  • @​tanstack/solid-router-ssr-query@​1.133.20
  • @​tanstack/react-router-ssr-query@​1.133.20
  • @​tanstack/router-ssr-query-core@​1.133.20
  • @​tanstack/zod-adapter@​1.133.20
  • @​tanstack/valibot-adapter@​1.133.20
  • @​tanstack/arktype-adapter@​1.133.20
  • @​tanstack/router-devtools@​1.133.20
  • @​tanstack/solid-router-devtools@​1.133.20
  • @​tanstack/react-router-devtools@​1.133.20
  • @​tanstack/router-devtools-core@​1.133.20
  • @​tanstack/router-generator@​1.133.20
  • @​tanstack/router-cli@​1.133.20
  • @​tanstack/router-plugin@​1.133.20
  • @​tanstack/router-vite-plugin@​1.133.20
  • @​tanstack/solid-start@​1.133.20
  • @​tanstack/solid-start-client@​1.133.20
  • @​tanstack/solid-start-server@​1.133.20
  • @​tanstack/start-client-core@​1.133.20
  • @​tanstack/start-server-core@​1.133.20
  • @​tanstack/start-storage-context@​1.133.20
  • @​tanstack/react-start@​1.133.20
  • @​tanstack/react-start-client@​1.133.20
  • @​tanstack/react-start-server@​1.133.20
  • @​tanstack/start-plugin-core@​1.133.20
  • @​tanstack/start-static-server-functions@​1.133.20

v1.133.19

Version 1.133.19 - 10/20/25, 10:56 PM (Manual Release)

Changes

Docs

... (truncated)

Commits

Updates @tanstack/react-router-devtools from 1.133.15 to 1.133.20

Release notes

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

v1.133.20

Version 1.133.20 - 10/20/25, 11:21 PM

Changes

Fix

  • router-core: add support for handling any kind of empty _splat consistently (#5510) (3eccdeb) by Paul Sachs

Other

  • (57f1b79) by Tanner Linsley

Packages

  • @​tanstack/router-core@​1.133.20
  • @​tanstack/react-router@​1.133.20
  • @​tanstack/solid-router@​1.133.20
  • @​tanstack/solid-router-ssr-query@​1.133.20
  • @​tanstack/react-router-ssr-query@​1.133.20
  • @​tanstack/router-ssr-query-core@​1.133.20
  • @​tanstack/zod-adapter@​1.133.20
  • @​tanstack/valibot-adapter@​1.133.20
  • @​tanstack/arktype-adapter@​1.133.20
  • @​tanstack/router-devtools@​1.133.20
  • @​tanstack/solid-router-devtools@​1.133.20
  • @​tanstack/react-router-devtools@​1.133.20
  • @​tanstack/router-devtools-core@​1.133.20
  • @​tanstack/router-generator@​1.133.20
  • @​tanstack/router-cli@​1.133.20
  • @​tanstack/router-plugin@​1.133.20
  • @​tanstack/router-vite-plugin@​1.133.20
  • @​tanstack/solid-start@​1.133.20
  • @​tanstack/solid-start-client@​1.133.20
  • @​tanstack/solid-start-server@​1.133.20
  • @​tanstack/start-client-core@​1.133.20
  • @​tanstack/start-server-core@​1.133.20
  • @​tanstack/start-storage-context@​1.133.20
  • @​tanstack/react-start@​1.133.20
  • @​tanstack/react-start-client@​1.133.20
  • @​tanstack/react-start-server@​1.133.20
  • @​tanstack/start-plugin-core@​1.133.20
  • @​tanstack/start-static-server-functions@​1.133.20

v1.133.19

Version 1.133.19 - 10/20/25, 10:56 PM (Manual Release)

Changes

Docs

... (truncated)

Commits

Updates @tanstack/react-router-ssr-query from 1.133.16 to 1.133.20

Release notes

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

v1.133.20

Version 1.133.20 - 10/20/25, 11:21 PM

Changes

Fix

  • router-core: add support for handling any kind of empty _splat consistently (#5510) (3eccdeb) by Paul Sachs

Other

  • (57f1b79) by Tanner Linsley

Packages

…updates

Bumps the dev-dependencies-minor-patch group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.66.1` | `5.66.2` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.4` | `16.2.5` |
| [openai](https://github.com/openai/openai-node) | `6.5.0` | `6.6.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.41.0` | `5.41.1` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20251011.0` | `4.20251014.0` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.6` | `11.1.7` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.6` | `11.1.7` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.1.6` | `11.1.7` |
| [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) | `11.1.6` | `11.1.7` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.1.6` | `11.1.7` |
| [@tanstack/router-core](https://github.com/TanStack/router/tree/HEAD/packages/router-core) | `1.133.15` | `1.133.20` |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.9.4` | `0.9.5` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.14.6` | `5.14.7` |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.133.15` | `1.133.20` |
| [@tanstack/react-router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools) | `1.133.15` | `1.133.20` |
| [@tanstack/react-router-ssr-query](https://github.com/TanStack/router/tree/HEAD/packages/react-router-ssr-query) | `1.133.16` | `1.133.20` |
| [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start) | `1.133.15` | `1.133.20` |


Updates `knip` from 5.66.1 to 5.66.2
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.66.2/packages/knip)

Updates `lint-staged` from 16.2.4 to 16.2.5
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.2.4...v16.2.5)

Updates `openai` from 6.5.0 to 6.6.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v6.5.0...v6.6.0)

Updates `svelte` from 5.41.0 to 5.41.1
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `@cloudflare/workers-types` from 4.20251011.0 to 4.20251014.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `@nestjs/common` from 11.1.6 to 11.1.7
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.7/packages/common)

Updates `@nestjs/core` from 11.1.6 to 11.1.7
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.7/packages/core)

Updates `@nestjs/platform-express` from 11.1.6 to 11.1.7
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.7/packages/platform-express)

Updates `@nestjs/platform-fastify` from 11.1.6 to 11.1.7
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.7/packages/platform-fastify)

Updates `@nestjs/testing` from 11.1.6 to 11.1.7
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.7/packages/testing)

Updates `@tanstack/router-core` from 1.133.15 to 1.133.20
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.133.20/packages/router-core)

Updates `@astrojs/check` from 0.9.4 to 0.9.5
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/HEAD/packages/astro-check)

Updates `astro` from 5.14.6 to 5.14.7
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro)

Updates `@tanstack/react-router` from 1.133.15 to 1.133.20
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.133.20/packages/react-router)

Updates `@tanstack/react-router-devtools` from 1.133.15 to 1.133.20
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.133.20/packages/react-router-devtools)

Updates `@tanstack/react-router-ssr-query` from 1.133.16 to 1.133.20
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.133.20/packages/react-router-ssr-query)

Updates `@tanstack/react-start` from 1.133.15 to 1.133.20
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.133.20/packages/react-start)

---
updated-dependencies:
- dependency-name: knip
  dependency-version: 5.66.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: lint-staged
  dependency-version: 16.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: openai
  dependency-version: 6.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: svelte
  dependency-version: 5.41.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20251014.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/platform-fastify"
  dependency-version: 11.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/router-core"
  dependency-version: 1.133.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@astrojs/check"
  dependency-version: 0.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: astro
  dependency-version: 5.14.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.133.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/react-router-devtools"
  dependency-version: 1.133.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/react-router-ssr-query"
  dependency-version: 1.133.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.133.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 21, 2025
@vercel
Copy link

vercel bot commented Oct 21, 2025

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

Project Deployment Preview Comments Updated (UTC)
orpc Ready Ready Preview Comment Oct 21, 2025 9:41am

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

@coderabbitai
Copy link

coderabbitai bot commented Oct 21, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Oct 21, 2025
@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 21, 2025

More templates

@orpc/arktype

npm i https://pkg.pr.new/@orpc/arktype@1122

@orpc/client

npm i https://pkg.pr.new/@orpc/client@1122

@orpc/contract

npm i https://pkg.pr.new/@orpc/contract@1122

@orpc/experimental-durable-iterator

npm i https://pkg.pr.new/@orpc/experimental-durable-iterator@1122

@orpc/hey-api

npm i https://pkg.pr.new/@orpc/hey-api@1122

@orpc/interop

npm i https://pkg.pr.new/@orpc/interop@1122

@orpc/json-schema

npm i https://pkg.pr.new/@orpc/json-schema@1122

@orpc/nest

npm i https://pkg.pr.new/@orpc/nest@1122

@orpc/openapi

npm i https://pkg.pr.new/@orpc/openapi@1122

@orpc/openapi-client

npm i https://pkg.pr.new/@orpc/openapi-client@1122

@orpc/otel

npm i https://pkg.pr.new/@orpc/otel@1122

@orpc/experimental-publisher

npm i https://pkg.pr.new/@orpc/experimental-publisher@1122

@orpc/react

npm i https://pkg.pr.new/@orpc/react@1122

@orpc/react-query

npm i https://pkg.pr.new/@orpc/react-query@1122

@orpc/experimental-react-swr

npm i https://pkg.pr.new/@orpc/experimental-react-swr@1122

@orpc/server

npm i https://pkg.pr.new/@orpc/server@1122

@orpc/shared

npm i https://pkg.pr.new/@orpc/shared@1122

@orpc/solid-query

npm i https://pkg.pr.new/@orpc/solid-query@1122

@orpc/standard-server

npm i https://pkg.pr.new/@orpc/standard-server@1122

@orpc/standard-server-aws-lambda

npm i https://pkg.pr.new/@orpc/standard-server-aws-lambda@1122

@orpc/standard-server-fetch

npm i https://pkg.pr.new/@orpc/standard-server-fetch@1122

@orpc/standard-server-node

npm i https://pkg.pr.new/@orpc/standard-server-node@1122

@orpc/standard-server-peer

npm i https://pkg.pr.new/@orpc/standard-server-peer@1122

@orpc/svelte-query

npm i https://pkg.pr.new/@orpc/svelte-query@1122

@orpc/tanstack-query

npm i https://pkg.pr.new/@orpc/tanstack-query@1122

@orpc/trpc

npm i https://pkg.pr.new/@orpc/trpc@1122

@orpc/valibot

npm i https://pkg.pr.new/@orpc/valibot@1122

@orpc/vue-colada

npm i https://pkg.pr.new/@orpc/vue-colada@1122

@orpc/vue-query

npm i https://pkg.pr.new/@orpc/vue-query@1122

@orpc/zod

npm i https://pkg.pr.new/@orpc/zod@1122

commit: a8a6aa8

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 22, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-minor-patch-55c200edcd branch October 22, 2025 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant