Skip to content

chore(deps-dev): bump the dev-dependencies-minor-patch group across 1 directory with 32 updates #575

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2025

Bumps the dev-dependencies-minor-patch group with 3 updates in the / directory: @types/node, @hey-api/openapi-ts and crossws.

Updates @types/node from 22.15.21 to 22.15.29

Commits

Updates eslint from 9.27.0 to 9.28.0

Release notes

Sourced from eslint's releases.

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

Chores

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog

Sourced from eslint's changelog.

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 81c3c93 fix: curly types (#19750) (Eli)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)
Commits
  • f341f21 9.28.0
  • 779dda9 Build: changelog update for 9.28.0
  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802)
  • 844f5a6 chore: package.json update for @​eslint/js release
  • b0674be feat: Customization of serialization for languageOptions (#19760)
  • 3ec2082 docs: Nested arrays in files config entry (#19799)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773)
  • Additional commits viewable in compare view

Updates lint-staged from 16.0.0 to 16.1.0

Release notes

Sourced from lint-staged's releases.

v16.1.0

Minor Changes

  • #1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

Changelog

Sourced from lint-staged's changelog.

16.1.0

Minor Changes

  • #1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

Commits
  • f92caaa chore(changeset): release
  • e729daa feat: add "--no-revert" flag to disable reverting to original state in case o...
  • c37dc38 fix: lower minimum required Node.js version to 20.17
  • 48f778f build(deps): update dependencies
  • b27fa3f feat: leave out symlinks from list of staged files
  • a941f2c docs: add table of contents section to README.md (#1555)
  • See full diff in compare view

Updates msw from 2.8.4 to 2.8.6

Release notes

Sourced from msw's releases.

v2.8.6 (2025-05-29)

Bug Fixes

  • browser: set the default entrypoint to commonjs (#2516) (ee44fab147c83d45095bd2c14fdfffbff876d721) @​kettanaito

v2.8.5 (2025-05-27)

Bug Fixes

  • HttpResponse: strictly annotate all response methods (#2509) (2cdc2b1d4436e600f00a54568ae5999a0dc97b77) @​kettanaito
  • update @mswjs/interceptors to 0.38.7 (#2508) (b06fd0e83af70a94303489062de7a5c49fb80ae7) @​kettanaito
Commits

Updates @tanstack/react-query from 5.77.2 to 5.79.0

Release notes

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

v5.79.0

Version 5.79.0 - 5/29/25, 9:42 AM

Changes

Feat

  • core: staleTime: "static" (#9139) (b475d21) by Dominik Dorfmeister

Chore

  • update to eslint-plugin-react-hooks v6 (#9071) (34eedd6) by Dominik Dorfmeister
  • angular-query: update to angular 20 stable (#9209) (9e30aaf) by Arnoud

Packages

  • @​tanstack/query-core@​5.79.0
  • @​tanstack/react-query@​5.79.0
  • @​tanstack/react-query-persist-client@​5.79.0
  • @​tanstack/react-query-next-experimental@​5.79.0
  • @​tanstack/angular-query-devtools-experimental@​5.79.0
  • @​tanstack/angular-query-experimental@​5.79.0
  • @​tanstack/query-broadcast-client-experimental@​5.79.0
  • @​tanstack/query-persist-client-core@​5.79.0
  • @​tanstack/query-sync-storage-persister@​5.79.0
  • @​tanstack/react-query-devtools@​5.79.0
  • @​tanstack/solid-query@​5.79.0
  • @​tanstack/solid-query-devtools@​5.79.0
  • @​tanstack/solid-query-persist-client@​5.79.0
  • @​tanstack/svelte-query@​5.79.0
  • @​tanstack/svelte-query-devtools@​5.79.0
  • @​tanstack/svelte-query-persist-client@​5.79.0
  • @​tanstack/vue-query@​5.79.0
  • @​tanstack/vue-query-devtools@​5.79.0
  • @​tanstack/query-async-storage-persister@​5.79.0

v5.78.0

Version 5.78.0 - 5/26/25, 1:27 PM

Changes

Feat

  • eslint-plugin: refactor and add mutation-property-order rule (#9191) (a1210cb) by jochong

Packages

  • @​tanstack/eslint-plugin-query@​5.78.0
Commits

Updates @tanstack/solid-query from 5.77.2 to 5.79.0

Release notes

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

v5.79.0

Version 5.79.0 - 5/29/25, 9:42 AM

Changes

Feat

  • core: staleTime: "static" (#9139) (b475d21) by Dominik Dorfmeister

Chore

  • update to eslint-plugin-react-hooks v6 (#9071) (34eedd6) by Dominik Dorfmeister
  • angular-query: update to angular 20 stable (#9209) (9e30aaf) by Arnoud

Packages

  • @​tanstack/query-core@​5.79.0
  • @​tanstack/react-query@​5.79.0
  • @​tanstack/react-query-persist-client@​5.79.0
  • @​tanstack/react-query-next-experimental@​5.79.0
  • @​tanstack/angular-query-devtools-experimental@​5.79.0
  • @​tanstack/angular-query-experimental@​5.79.0
  • @​tanstack/query-broadcast-client-experimental@​5.79.0
  • @​tanstack/query-persist-client-core@​5.79.0
  • @​tanstack/query-sync-storage-persister@​5.79.0
  • @​tanstack/react-query-devtools@​5.79.0
  • @​tanstack/solid-query@​5.79.0
  • @​tanstack/solid-query-devtools@​5.79.0
  • @​tanstack/solid-query-persist-client@​5.79.0
  • @​tanstack/svelte-query@​5.79.0
  • @​tanstack/svelte-query-devtools@​5.79.0
  • @​tanstack/svelte-query-persist-client@​5.79.0
  • @​tanstack/vue-query@​5.79.0
  • @​tanstack/vue-query-devtools@​5.79.0
  • @​tanstack/query-async-storage-persister@​5.79.0

v5.78.0

Version 5.78.0 - 5/26/25, 1:27 PM

Changes

Feat

  • eslint-plugin: refactor and add mutation-property-order rule (#9191) (a1210cb) by jochong

Packages

  • @​tanstack/eslint-plugin-query@​5.78.0
Commits

Updates @tanstack/svelte-query from 5.77.2 to 5.79.0

Release notes

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

v5.79.0

Version 5.79.0 - 5/29/25, 9:42 AM

Changes

Feat

  • core: staleTime: "static" (#9139) (b475d21) by Dominik Dorfmeister

Chore

  • update to eslint-plugin-react-hooks v6 (#9071) (34eedd6) by Dominik Dorfmeister
  • angular-query: update to angular 20 stable (#9209) (9e30aaf) by Arnoud

Packages

  • @​tanstack/query-core@​5.79.0
  • @​tanstack/react-query@​5.79.0
  • @​tanstack/react-query-persist-client@​5.79.0
  • @​tanstack/react-query-next-experimental@​5.79.0
  • @​tanstack/angular-query-devtools-experimental@​5.79.0
  • @​tanstack/angular-query-experimental@​5.79.0
  • @​tanstack/query-broadcast-client-experimental@​5.79.0
  • @​tanstack/query-persist-client-core@​5.79.0
  • @​tanstack/query-sync-storage-persister@​5.79.0
  • @​tanstack/react-query-devtools@​5.79.0
  • @​tanstack/solid-query@​5.79.0
  • @​tanstack/solid-query-devtools@​5.79.0
  • @​tanstack/solid-query-persist-client@​5.79.0
  • @​tanstack/svelte-query@​5.79.0
  • @​tanstack/svelte-query-devtools@​5.79.0
  • @​tanstack/svelte-query-persist-client@​5.79.0
  • @​tanstack/vue-query@​5.79.0
  • @​tanstack/vue-query-devtools@​5.79.0
  • @​tanstack/query-async-storage-persister@​5.79.0

v5.78.0

Version 5.78.0 - 5/26/25, 1:27 PM

Changes

Feat

  • eslint-plugin: refactor and add mutation-property-order rule (#9191) (a1210cb) by jochong

Packages

  • @​tanstack/eslint-plugin-query@​5.78.0
Commits

Updates @tanstack/vue-query from 5.77.2 to 5.79.0

Release notes

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

v5.79.0

Version 5.79.0 - 5/29/25, 9:42 AM

Changes

Feat

  • core: staleTime: "static" (#9139) (b475d21) by Dominik Dorfmeister

Chore

  • update to eslint-plugin-react-hooks v6 (#9071) (34eedd6) by Dominik Dorfmeister
  • angular-query: update to angular 20 stable (#9209) (9e30aaf) by Arnoud

Packages

  • @​tanstack/query-core@​5.79.0
  • @​tanstack/react-query@​5.79.0
  • @​tanstack/react-query-persist-client@​5.79.0
  • @​tanstack/react-query-next-experimental@​5.79.0
  • @​tanstack/angular-query-devtools-experimental@​5.79.0
  • @​tanstack/angular-query-experimental@​5.79.0
  • @​tanstack/query-broadcast-client-experimental@​5.79.0
  • @​tanstack/query-persist-client-core@​5.79.0
  • @​tanstack/query-sync-storage-persister@​5.79.0
  • @​tanstack/react-query-devtools@​5.79.0
  • @​tanstack/solid-query@​5.79.0
  • @​tanstack/solid-query-devtools@​5.79.0
  • @​tanstack/solid-query-persist-client@​5.79.0
  • @​tanstack/svelte-query@​5.79.0
  • @​tanstack/svelte-query-devtools@​5.79.0
  • @​tanstack/svelte-query-persist-client@​5.79.0
  • @​tanstack/vue-query@​5.79.0
  • @​tanstack/vue-query-devtools@​5.79.0
  • @​tanstack/query-async-storage-persister@​5.79.0

v5.78.0

Version 5.78.0 - 5/26/25, 1:27 PM

Changes

Feat

  • eslint-plugin: refactor and add mutation-property-order rule (#9191) (a1210cb) by jochong

Packages

  • @​tanstack/eslint-plugin-query@​5.78.0
Commits

Updates openai from 4.103.0 to 4.104.0

Release notes

Sourced from openai's releases.

v4.104.0

4.104.0 (2025-05-29)

Full Changelog: v4.103.0...v4.104.0

Features

  • api: Config update for pakrym-stream-param (469ad7b)

Bug Fixes

  • azure: add /images/edits to deployments endpoints (#1509) (84fc31a)
  • client: return binary content from get /containers/{container_id}/files/{file_id}/content (83129d7)

Chores

  • deprecate Assistants API (5b34fcd)
  • improve publish-npm script --latest tag logic (6207a2a)
  • internal: fix release workflows (353349d)
Changelog

Sourced from openai's changelog.

4.104.0 (2025-05-29)

Full Changelog: v4.103.0...v4.104.0

Features

  • api: Config update for pakrym-stream-param (469ad7b)

Bug Fixes

  • azure: add /images/edits to deployments endpoints (#1509) (84fc31a)
  • client: return binary content from get /containers/{container_id}/files/{file_id}/content (83129d7)

Chores

  • deprecate Assistants API (5b34fcd)
  • improve publish-npm script --latest tag logic (6207a2a)
  • internal: fix release workflows (353349d)
Commits
  • 7704e54 release: 4.104.0
  • 8502966 fix(client): return binary content from `get /containers/{container_id}/files...
  • 71c3d31 feat(api): Config update for pakrym-stream-param
  • 0be23b9 chore: deprecate Assistants API
  • 6d3cc5c chore: improve publish-npm script --latest tag logic
  • 4b18059 fix(azure): add /images/edits to deployments endpoints (#1509)
  • 0e4b982 chore(internal): fix release workflows
  • ce9f114 codegen metadata
  • See full diff in compare view

Updates svelte from 5.33.1 to 5.33.10

Release notes

Sourced from svelte's releases.

svelte@5.33.10

Patch Changes

  • fix: use fill: 'forwards' on transition animations to prevent flicker (#16035)

svelte@5.33.9

Patch Changes

  • fix: put expressions in effects unless known to be static (#15792)

svelte@5.33.8

Patch Changes

  • fix: only select_option if 'value' is in next (#16032)

svelte@5.33.7

Patch Changes

  • fix: bind:value to select with stores (#16028)

svelte@5.33.6

Patch Changes

  • fix: falsy attachments on components (#16021)

  • fix: correctly mark elements as selected during SSR (#16017)

svelte@5.33.5

Patch Changes

  • fix: handle derived destructured iterators (#16015)

  • fix: avoid rerunning attachments when unrelated spread attributes change (#15961)

svelte@5.33.4

Patch Changes

  • fix: narrow defaultChecked to boolean (#16009)

  • fix: warn when using rest or identifier in custom elements without props option (#16003)

svelte@5.33.3

Patch Changes

  • fix: allow using typescript in customElement.extend option (#16001)

  • fix: cleanup event handlers on media elements (#16005)

svelte@5.33.2

Patch Changes

... (truncated)

Changelog

Sourced from svelte's changelog.

Commits

Updates vitepress-plugin-llms from 1.3.3 to 1.3.4

Release notes

Sourced from vitepress-plugin-llms's releases.

v1.3.4

compare changes

💅 Refactors

🏡 Chore

  • Improve bug-report template (5c5c518)
  • readme: Remove GitAds (b4ef2f9)

🤖 CI

  • Refactor tests, disable Windows tests by default (d9f776c)
  • Run tests also on Windows before release by default if they were set to run (9daf916)

❤️ Contributors

Changelog

Sourced from vitepress-plugin-llms's changelog.

v1.3.4

compare changes

💅 Refactors

🏡 Chore

  • Improve bug-report template (5c5c518)
  • readme: Remove GitAds (b4ef2f9)

🤖 CI

  • Refactor tests, disable Windows tests by default (d9f776c)
  • Run tests also on Windows before release by default if they were set to run (9daf916)

❤️ Contributors

Commits
  • 026225c chore(release): v1.3.4
  • 7ed052a refactor: refactor the regexs
  • abf41d0 chore(deps): update bunup to 0.8.6
  • b4ef2f9 chore(readme): remove GitAds
  • 5c5c518 chore: improve bug-report template
  • 9daf916 ci: run tests also on Windows before release by default if they were set to run
  • d9f776c ci: refactor tests, disable Windows tests by default
  • 7145482 chore(deps): remove @actions/github-script and mdast-util-from-markdown f...
  • See full diff in compare view

Updates zod from 3.25.23 to 3.25.42

Release notes

Sourced from zod's releases.

v3.25.42

Commits:

  • 670a6d2f6f4b5ed902fbac7e627e71eb529d834c Improve Next.js tree shaking (#4569)
  • 548e7ef10912c84aa67a98da52b17dd0bffe1d9c 3.25.42

v3.25.41

Commits:

  • b898f99b070b6e03ed14c4e1f82985a36315cbc5 Update nullability section
  • df1e60e381dfd8aa23fddb4a047a899ae79ca76c Fix portability issue
  • 22ab436bc214d86d740e78f33ae6834d28ddc152 3.25.41

v3.25.40

Commits:

  • f97733fff4d627b7b9c85d4a4a2f758727de00cf Flatten simple intersections
  • ad2fc5ee221bc5fbfad1b7695c71a8a2c9c57314 Implement OpenAPI-friendly JSON Schema for File schemas (#4567)
  • d9add61a91d8035c3bf3335f2aaadb723f3a5336 Improve z.file JSON Schema, update docs with additional properties

v3.25.39

Commits:

  • d17b3091cdb00ec5113807f318de4d63fef57d69 Support array fn inputs
  • f23d73c07192e4ed66c2a09954bd86af42870eaf 3.25.39

v3.25.38

Commits:

  • 11477ae593b0a01ab7e701f39d69ce170936a216 Add test
  • 1574d2eed0c4ffed3ebf83492f4587a0942945d2 3.25.38

v3.25.37

Commits:

  • abc13de01b157fb67d8da54477699da44b7bcd6a Add major version section
  • d6cc9993dc67cbf88aebffc2132bab5fd6a2e991 Improve inference in z.function implement
  • c00ca4284f9c588ea978816e49674e0264576f9b 3.25.37

v3.25.36

Commits:

  • c5d9e7ce3b2190ea8776a75dad35c445b99cf3b1 Allow arbitary strings for JWT alg
  • 99e232927bc40ce278052434170089545288131a 3.25.36

v3.25.35

Commits:

  • 5e31fd09c8131709288d4c980d45a92483a4b6e7 Update readme
  • fe75806cbb64683f237ed0e4ee93b67a2c5e976d Improve discriminated union implementation (#4556)

... (truncated)

Commits

Updates @hey-api/client-fetch from 0.10.1 to 0.10.2

Release notes

Sourced from @​hey-api/client-fetch's releases.

@​hey-api/client-fetch@​0.10.2

Patch Changes

Changelog

Sourced from @​hey-api/client-fetch's changelog.

@​docs/openapi-ts

Commits

Updates @hey-api/openapi-ts from 0.67.6 to 0.69.1

Release notes

Sourced from @​hey-api/openapi-ts's releases.

@​hey-api/openapi-ts@​0.69.1

Patch Changes

@​hey-api/openapi-ts@​0.69.0

Minor Changes

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 31, 2025
Copy link

vercel bot commented May 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
orpc ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 1, 2025 7:34am

Copy link

coderabbitai bot commented May 31, 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.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

pkg-pr-new bot commented May 31, 2025

More templates

@orpc/arktype

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

@orpc/client

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

@orpc/contract

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

@orpc/hey-api

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

@orpc/nest

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

@orpc/openapi

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

@orpc/openapi-client

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

@orpc/react

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

@orpc/react-query

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

@orpc/server

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

@orpc/shared

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

@orpc/solid-query

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

@orpc/standard-server

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

@orpc/standard-server-aws-lambda

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

@orpc/standard-server-fetch

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

@orpc/standard-server-node

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

@orpc/standard-server-peer

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

@orpc/svelte-query

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

@orpc/tanstack-query

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

@orpc/valibot

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

@orpc/vue-colada

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

@orpc/vue-query

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

@orpc/zod

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

commit: b0e3a9e

… directory with 32 updates

Bumps the dev-dependencies-minor-patch group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) and [crossws](https://github.com/h3js/crossws).


Updates `@types/node` from 22.15.21 to 22.15.29
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.27.0 to 9.28.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.27.0...v9.28.0)

Updates `lint-staged` from 16.0.0 to 16.1.0
- [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.0.0...v16.1.0)

Updates `msw` from 2.8.4 to 2.8.6
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.8.4...v2.8.6)

Updates `@tanstack/react-query` from 5.77.2 to 5.79.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.79.0/packages/react-query)

Updates `@tanstack/solid-query` from 5.77.2 to 5.79.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.79.0/packages/solid-query)

Updates `@tanstack/svelte-query` from 5.77.2 to 5.79.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.79.0/packages/svelte-query)

Updates `@tanstack/vue-query` from 5.77.2 to 5.79.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.79.0/packages/vue-query)

Updates `openai` from 4.103.0 to 4.104.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@v4.103.0...v4.104.0)

Updates `svelte` from 5.33.1 to 5.33.10
- [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/svelte@5.33.10/packages/svelte)

Updates `vitepress-plugin-llms` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/okineadev/vitepress-plugin-llms/releases)
- [Changelog](https://github.com/okineadev/vitepress-plugin-llms/blob/main/CHANGELOG.md)
- [Commits](okineadev/vitepress-plugin-llms@v1.3.3...v1.3.4)

Updates `zod` from 3.25.23 to 3.25.42
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.23...v3.25.42)

Updates `@hey-api/client-fetch` from 0.10.1 to 0.10.2
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/commits/@hey-api/client-fetch@0.10.2)

Updates `@hey-api/openapi-ts` from 0.67.6 to 0.69.1
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/commits/@hey-api/openapi-ts@0.69.1)

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

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

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

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

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

Updates `crossws` from 0.3.5 to 0.4.1
- [Release notes](https://github.com/h3js/crossws/releases)
- [Changelog](https://github.com/h3js/crossws/blob/main/CHANGELOG.md)
- [Commits](h3js/crossws@v0.3.5...v0.4.1)

Updates `next` from 15.3.2 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.3.2...v15.3.3)

Updates `@hono/node-server` from 1.14.2 to 1.14.3
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.14.2...v1.14.3)

Updates `@tanstack/angular-query-experimental` from 5.77.2 to 5.79.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.79.0/packages/angular-query-experimental)

Updates `@tanstack/query-core` from 5.77.2 to 5.79.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.79.0/packages/query-core)

Updates `@types/react` from 19.1.5 to 19.1.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `astro` from 5.8.0 to 5.8.1
- [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/astro@5.8.1/packages/astro)

Updates `electron` from 36.3.1 to 36.3.2
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v36.3.1...v36.3.2)

Updates `globals` from 16.1.0 to 16.2.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.1.0...v16.2.0)

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

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

Updates `@tanstack/react-router-with-query` from 1.120.7 to 1.120.13
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.120.13/packages/react-router-with-query)

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

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.15.29
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: eslint
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: lint-staged
  dependency-version: 16.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: msw
  dependency-version: 2.8.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.79.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/solid-query"
  dependency-version: 5.79.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/svelte-query"
  dependency-version: 5.79.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/vue-query"
  dependency-version: 5.79.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: openai
  dependency-version: 4.104.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: svelte
  dependency-version: 5.33.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: vitepress-plugin-llms
  dependency-version: 1.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: zod
  dependency-version: 3.25.42
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@hey-api/client-fetch"
  dependency-version: 0.10.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.69.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.2
  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.2
  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.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: crossws
  dependency-version: 0.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: next
  dependency-version: 15.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@hono/node-server"
  dependency-version: 1.14.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/angular-query-experimental"
  dependency-version: 5.79.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/query-core"
  dependency-version: 5.79.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: astro
  dependency-version: 5.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: electron
  dependency-version: 36.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: globals
  dependency-version: 16.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.120.13
  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.120.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/react-router-with-query"
  dependency-version: 1.120.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.120.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-minor-patch-38fcf0b4f1 branch from b165078 to b0e3a9e Compare June 1, 2025 07:30
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2025

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

@dependabot dependabot bot closed this Jun 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-minor-patch-38fcf0b4f1 branch June 3, 2025 10:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants