Skip to content

chore(deps-dev): bump the dev-dependencies-minor-patch group with 14 updates#1409

Merged
unnoq merged 1 commit intomainfrom
dependabot/npm_and_yarn/dev-dependencies-minor-patch-2b774bf53c
Feb 5, 2026
Merged

chore(deps-dev): bump the dev-dependencies-minor-patch group with 14 updates#1409
unnoq merged 1 commit intomainfrom
dependabot/npm_and_yarn/dev-dependencies-minor-patch-2b774bf53c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

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

Package From To
@cloudflare/vitest-pool-workers 0.12.8 0.12.9
msw 2.12.7 2.12.8
typescript 5.8.3 5.9.3
@ai-sdk/react 3.0.70 3.0.71
ai 6.0.68 6.0.69
vitepress-plugin-llms 1.10.0 1.11.0
@nestjs/common 11.1.12 11.1.13
@nestjs/core 11.1.12 11.1.13
@nestjs/platform-express 11.1.12 11.1.13
@nestjs/platform-fastify 11.1.12 11.1.13
@nestjs/testing 11.1.12 11.1.13
@cloudflare/vite-plugin 1.21.2 1.23.0
@scalar/api-reference-react 0.8.46 0.8.48
wrangler 4.60.0 4.62.0

Updates @cloudflare/vitest-pool-workers from 0.12.8 to 0.12.9

Release notes

Sourced from @​cloudflare/vitest-pool-workers's releases.

@​cloudflare/vitest-pool-workers@​0.12.9

Patch Changes

Changelog

Sourced from @​cloudflare/vitest-pool-workers's changelog.

0.12.9

Patch Changes

Commits

Updates msw from 2.12.7 to 2.12.8

Release notes

Sourced from msw's releases.

v2.12.8 (2026-02-03)

Bug Fixes

  • update @mswjs/interceptors to fix a memory leak (#2659) (e5e905f60c4ad8dd621e720cde26390c84104362) @​kettanaito
  • update rettime (#2657) (3a7b4510138bc6e7ab5078f53e623d6a25cfd9ac) @​kettanaito
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for msw since your current version.


Updates typescript from 5.8.3 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
  • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
  • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
  • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
  • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • 5be3346 Bump version to 5.9.2 and LKG
  • ad825f2 Bump version to 5.9.1-rc and LKG
  • 463a5bf Update LKG
  • Additional commits viewable in compare view

Updates @ai-sdk/react from 3.0.70 to 3.0.71

Release notes

Sourced from @​ai-sdk/react's releases.

@​ai-sdk/react@​3.0.71

Patch Changes

  • Updated dependencies [d659305]
    • ai@6.0.69
Commits

Updates ai from 6.0.68 to 6.0.69

Release notes

Sourced from ai's releases.

ai@6.0.69

Patch Changes

  • d659305: fix(ai): auto-populate originalMessages in createAgentUIStream
Commits

Updates vitepress-plugin-llms from 1.10.0 to 1.11.0

Release notes

Sourced from vitepress-plugin-llms's releases.

v1.11.0

    🩹 Fixes

   💖 Contributors

     View changes on GitHub
Commits
  • eb53905 chore: release v1.11.0
  • 1910de3 docs: fix "Formatted with oxfmt" badge
  • 6fbc587 chore: don't git blame commit 1f99ab806fd418a2594b8f537f7384a7e4025de6
  • 1f99ab8 chore(formatting): format everything with oxfmt
  • 84b82fa refactor: ⚓ migrate from Biome to oxlint and oxfmt (oxc)
  • 12791d1 fix: 🪟 fix rewrites path resolution on Windows
  • a67c2d6 tests: globally preload @/utils/logger module mocks
  • 10fa7a0 🍃 ci: use slim Ubuntu runners
  • See full diff in compare view

Updates @nestjs/common from 11.1.12 to 11.1.13

Release notes

Sourced from @​nestjs/common's releases.

v11.1.13 (2026-02-03)

Bug fixes

  • common
    • #16230 fix(common): Fix skipping maxArrayLength and maxStringLength option (@​chojs23)

Enhancements

Dependencies

Committers: 6

Commits
  • e3a958a chore(release): publish v11.1.13 release
  • d88856c test(common): add unit tests for class serializer interceptor
  • a1f6162 Merge pull request #16202 from som14062005/fix/issue-16195
  • 8222634 refactor: move built-in types to module-level constant
  • 979a8e2 fix(common): Fix skipping maxArrayLength and maxStringLength option
  • 8fb17f5 fix(common): exclude built-in primitives from strip proto keys
  • 16296b9 fix(common): exclude built-in primitives from strip proto keys
  • See full diff in compare view

Updates @nestjs/core from 11.1.12 to 11.1.13

Release notes

Sourced from @​nestjs/core's releases.

v11.1.13 (2026-02-03)

Bug fixes

  • common
    • #16230 fix(common): Fix skipping maxArrayLength and maxStringLength option (@​chojs23)

Enhancements

Dependencies

Committers: 6

Commits
  • e3a958a chore(release): publish v11.1.13 release
  • db9494a perf(core): use set instead of array for module registry lookup
  • 909b504 test(core): add unit tests for discovery service
  • See full diff in compare view

Updates @nestjs/platform-express from 11.1.12 to 11.1.13

Release notes

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

v11.1.13 (2026-02-03)

Bug fixes

  • common
    • #16230 fix(common): Fix skipping maxArrayLength and maxStringLength option (@​chojs23)

Enhancements

Dependencies

Committers: 6

Commits
  • e3a958a chore(release): publish v11.1.13 release
  • 58c761a fix(deps): update dependency cors to v2.8.6
  • See full diff in compare view

Updates @nestjs/platform-fastify from 11.1.12 to 11.1.13

Release notes

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

v11.1.13 (2026-02-03)

Bug fixes

  • common
    • #16230 fix(common): Fix skipping maxArrayLength and maxStringLength option (@​chojs23)

Enhancements

Dependencies

Committers: 6

Commits
  • e3a958a chore(release): publish v11.1.13 release
  • fba0de7 fix(deps): update dependency fastify to v5.7.4
  • e2ef54b fix(deps): update dependency fastify to v5.7.2
  • 4fa9409 fix(deps): update dependency fastify to v5.7.1
  • ffddbfe chore(deps): bump fastify from 5.6.2 to 5.7.0
  • See full diff in compare view

Updates @nestjs/testing from 11.1.12 to 11.1.13

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.13 (2026-02-03)

Bug fixes

  • common
    • #16230 fix(common): Fix skipping maxArrayLength and maxStringLength option (@​chojs23)

Enhancements

Dependencies

Committers: 6

Commits

Updates @cloudflare/vite-plugin from 1.21.2 to 1.23.0

Release notes

Sourced from @​cloudflare/vite-plugin's releases.

@​cloudflare/vite-plugin@​1.23.0

Minor Changes

  • #11697 67a4ab1 Thanks @​jamesopstad! - Add experimental.prerenderWorker option to the plugin config.

    This enables configuring a dedicated Worker for prerendering at build time. This is an experimental feature and may change or be removed at any time.

  • #12214 4db3864 Thanks @​jamesopstad! - Use Hook Filters to optimize plugin performance with Vite 8. This skips unnecessary Rust-to-JS calls with Rolldown powered Vite.

Patch Changes

@​cloudflare/vite-plugin@​1.22.1

Patch Changes

@​cloudflare/vite-plugin@​1.22.0

Minor Changes

Patch Changes

Changelog

Sourced from @​cloudflare/vite-plugin's changelog.

1.23.0

Minor Changes

  • #11697 67a4ab1 Thanks @​jamesopstad! - Add experimental.prerenderWorker option to the plugin config.

    This enables configuring a dedicated Worker for prerendering at build time. This is an experimental feature and may change or be removed at any time.

  • #12214 4db3864 Thanks @​jamesopstad! - Use Hook Filters to optimize plugin performance with Vite 8. This skips unnecessary Rust-to-JS calls with Rolldown powered Vite.

Patch Changes

1.22.1

Patch Changes

1.22.0

Minor Changes

Patch Changes

Commits

Updates @scalar/api-reference-react from 0.8.46 to 0.8.48

Changelog

Sourced from @​scalar/api-reference-react's changelog.

0.8.48

Patch Changes

Updated Dependencies

  • @​scalar/api-reference@​1.44.11

0.8.47

Patch Changes

Updated Dependencies

  • @​scalar/api-reference@​1.44.10

    • #8016: feat: move history and auth into their own store
  • @​scalar/types@​0.6.2

Commits

Updates wrangler from 4.60.0 to 4.62.0

Release notes

Sourced from wrangler's releases.

wrangler@4.62.0

Minor Changes

  • #12064 964a39d Thanks @​G4brym! - Add AI Search OAuth scopes to login

    Adds ai-search:write and ai-search:run OAuth scopes to the default login scopes, enabling wrangler to authenticate with AI Search APIs.

  • #11867 253a85d Thanks @​rahulsuresh-git! - Add wrangler r2 bucket local-uploads command to manage local uploads for R2 buckets

    When enabled, object data is written to the nearest region first, then asynchronously replicated to the bucket's primary region.

    Docs: https://developers.cloudflare.com/r2/buckets/local-uploads

    # Get local uploads status
    wrangler r2 bucket local-uploads get my-bucket
    Enable local uploads (will prompt for confirmation)
    wrangler r2 bucket local-uploads enable my-bucket
    Enable without confirmation prompt
    wrangler r2 bucket local-uploads enable my-bucket --force
    Disable local uploads
    wrangler r2 bucket local-uploads disable my-bucket

  • #11803 1bd1488 Thanks @​dario-piotrowicz! - Add a new subrequests limit to the limits field of the Wrangler configuration file

    Before only the cpu_ms limit was supported in the limits field of the Wrangler configuration file, now a subrequests limit can be specified as well which enables the user to limit the number of fetch requests that a Worker's invocation can make.

    Example:

    {
    	"$schema": "./node_modules/wrangler/config-schema.json",
    	"limits": {
    		"cpu_ms": 1000,
    		"subrequests": 150 // newly added field
    	}
    }
  • #12185 f7aa8c7 Thanks @​penalosa! - Add timestamp field to the version metadata binding in local development. The version metadata binding now includes id, tag, and timestamp fields, making it easier to test version-aware logic locally.

Patch Changes

... (truncated)

Commits
  • 59a9ee2 Version Packages (#12266)
  • 47944d1 fix(wrangler): show friendly error when D1 export output is a directory (#12065)
  • 4c4d5a5 Add versionCommand to the autoconfig_summary field in the autoconfig outp...
  • a113c0d chore(deps): bump the workerd-and-workers-types group with 2 updates (#12355)
  • 698f510 Speed up pnpm fix and pnpm check (#12348)
  • 253a85d [wrangler] R2-3896 Add R2 local uploads command (

…updates

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

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) | `0.12.8` | `0.12.9` |
| [msw](https://github.com/mswjs/msw) | `2.12.7` | `2.12.8` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
| [@ai-sdk/react](https://github.com/vercel/ai) | `3.0.70` | `3.0.71` |
| [ai](https://github.com/vercel/ai) | `6.0.68` | `6.0.69` |
| [vitepress-plugin-llms](https://github.com/okineadev/vitepress-plugin-llms) | `1.10.0` | `1.11.0` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.12` | `11.1.13` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.12` | `11.1.13` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.1.12` | `11.1.13` |
| [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) | `11.1.12` | `11.1.13` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.1.12` | `11.1.13` |
| [@cloudflare/vite-plugin](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vite-plugin-cloudflare) | `1.21.2` | `1.23.0` |
| [@scalar/api-reference-react](https://github.com/scalar/scalar/tree/HEAD/packages/api-reference-react) | `0.8.46` | `0.8.48` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.60.0` | `4.62.0` |


Updates `@cloudflare/vitest-pool-workers` from 0.12.8 to 0.12.9
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vitest-pool-workers/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vitest-pool-workers@0.12.9/packages/vitest-pool-workers)

Updates `msw` from 2.12.7 to 2.12.8
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.12.7...v2.12.8)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

Updates `@ai-sdk/react` from 3.0.70 to 3.0.71
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/react@3.0.70...@ai-sdk/react@3.0.71)

Updates `ai` from 6.0.68 to 6.0.69
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/ai@6.0.68...ai@6.0.69)

Updates `vitepress-plugin-llms` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/okineadev/vitepress-plugin-llms/releases)
- [Commits](okineadev/vitepress-plugin-llms@v1.10.0...v1.11.0)

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

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

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

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

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

Updates `@cloudflare/vite-plugin` from 1.21.2 to 1.23.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vite-plugin-cloudflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vite-plugin@1.23.0/packages/vite-plugin-cloudflare)

Updates `@scalar/api-reference-react` from 0.8.46 to 0.8.48
- [Release notes](https://github.com/scalar/scalar/releases)
- [Changelog](https://github.com/scalar/scalar/blob/main/packages/api-reference-react/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/api-reference-react)

Updates `wrangler` from 4.60.0 to 4.62.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.62.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/vitest-pool-workers"
  dependency-version: 0.12.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: msw
  dependency-version: 2.12.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@ai-sdk/react"
  dependency-version: 3.0.71
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: ai
  dependency-version: 6.0.69
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: vitepress-plugin-llms
  dependency-version: 1.11.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.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.13
  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.13
  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.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@cloudflare/vite-plugin"
  dependency-version: 1.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@scalar/api-reference-react"
  dependency-version: 0.8.48
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: wrangler
  dependency-version: 4.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 4, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 4, 2026

Deploying orpc with  Cloudflare Pages  Cloudflare Pages

Latest commit: 420c02b
Status: ✅  Deploy successful!
Preview URL: https://c02d63e2.orpc-4zt.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-dev-6bob.orpc-4zt.pages.dev

View logs

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Feb 4, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 4, 2026

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.

  • 🔍 Trigger a full review

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

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 4, 2026

More templates

@orpc/ai-sdk

npm i https://pkg.pr.new/@orpc/ai-sdk@1409

@orpc/arktype

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

@orpc/client

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

@orpc/contract

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

@orpc/experimental-durable-iterator

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

@orpc/hey-api

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

@orpc/interop

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

@orpc/json-schema

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

@orpc/nest

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

@orpc/openapi

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

@orpc/openapi-client

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

@orpc/otel

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

@orpc/experimental-pino

npm i https://pkg.pr.new/@orpc/experimental-pino@1409

@orpc/experimental-publisher

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

@orpc/experimental-publisher-durable-object

npm i https://pkg.pr.new/@orpc/experimental-publisher-durable-object@1409

@orpc/experimental-ratelimit

npm i https://pkg.pr.new/@orpc/experimental-ratelimit@1409

@orpc/react

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

@orpc/react-query

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

@orpc/experimental-react-swr

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

@orpc/server

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

@orpc/shared

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

@orpc/solid-query

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

@orpc/standard-server

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

@orpc/standard-server-aws-lambda

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

@orpc/standard-server-fastify

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

@orpc/standard-server-fetch

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

@orpc/standard-server-node

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

@orpc/standard-server-peer

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

@orpc/svelte-query

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

@orpc/tanstack-query

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

@orpc/trpc

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

@orpc/valibot

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

@orpc/vue-colada

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

@orpc/vue-query

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

@orpc/zod

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

commit: 420c02b

@codecov
Copy link

codecov bot commented Feb 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 5, 2026
@unnoq unnoq merged commit 012cf1e into main Feb 5, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-minor-patch-2b774bf53c branch February 5, 2026 04:12
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 lgtm This PR has been approved by a maintainer 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