Skip to content

chore(deps): bump the minor group with 43 updates#159

Merged
benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-4a683c2c15
May 23, 2026
Merged

chore(deps): bump the minor group with 43 updates#159
benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-4a683c2c15

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Bumps the minor group with 43 updates:

Package From To
@hey-api/openapi-ts 0.97.1 0.97.2
@types/node 25.8.0 25.9.1
@typescript-eslint/eslint-plugin 8.59.3 8.59.4
@typescript-eslint/parser 8.59.3 8.59.4
tsx 4.22.0 4.22.3
vitest 4.1.6 4.1.7
@hey-api/shared 0.4.3 0.4.4
@oxc-project/types 0.130.0 0.132.0
@rolldown/binding-android-arm64 1.0.1 1.0.2
@rolldown/binding-darwin-arm64 1.0.1 1.0.2
@rolldown/binding-darwin-x64 1.0.1 1.0.2
@rolldown/binding-freebsd-x64 1.0.1 1.0.2
@rolldown/binding-linux-arm-gnueabihf 1.0.1 1.0.2
@rolldown/binding-linux-arm64-gnu 1.0.1 1.0.2
@rolldown/binding-linux-arm64-musl 1.0.1 1.0.2
@rolldown/binding-linux-ppc64-gnu 1.0.1 1.0.2
@rolldown/binding-linux-s390x-gnu 1.0.1 1.0.2
@rolldown/binding-linux-x64-gnu 1.0.1 1.0.2
@rolldown/binding-linux-x64-musl 1.0.1 1.0.2
@rolldown/binding-openharmony-arm64 1.0.1 1.0.2
@rolldown/binding-wasm32-wasi 1.0.1 1.0.2
@rolldown/binding-win32-arm64-msvc 1.0.1 1.0.2
@rolldown/binding-win32-x64-msvc 1.0.1 1.0.2
@typescript-eslint/project-service 8.59.3 8.59.4
@typescript-eslint/scope-manager 8.59.3 8.59.4
@typescript-eslint/tsconfig-utils 8.59.3 8.59.4
@typescript-eslint/type-utils 8.59.3 8.59.4
@typescript-eslint/types 8.59.3 8.59.4
@typescript-eslint/typescript-estree 8.59.3 8.59.4
@typescript-eslint/utils 8.59.3 8.59.4
@typescript-eslint/visitor-keys 8.59.3 8.59.4
@vitest/expect 4.1.6 4.1.7
@vitest/mocker 4.1.6 4.1.7
@vitest/pretty-format 4.1.6 4.1.7
@vitest/runner 4.1.6 4.1.7
@vitest/snapshot 4.1.6 4.1.7
@vitest/spy 4.1.6 4.1.7
@vitest/utils 4.1.6 4.1.7
es-object-atoms 1.1.1 1.1.2
postcss 8.5.14 8.5.15
qs 6.15.1 6.15.2
rolldown 1.0.1 1.0.2
vite 8.0.13 8.0.14

Updates @hey-api/openapi-ts from 0.97.1 to 0.97.2

Changelog

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

@​hey-api/openapi-ts 0.97.2

Updates

  • dsl: cache lazy node result (#3855)

Plugins

@​hey-api/client-angular

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/client-axios

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/client-fetch

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/client-ky

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/client-next

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/client-nuxt

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/client-ofetch

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/sdk

  • support valibot as response transformer (#3847)
  • support zod as response transformer (#3847)

@​tanstack/angular-query-experimental

  • add mutationKeys option (#3858)

@​tanstack/preact-query

  • add mutationKeys option (#3858)

@​tanstack/react-query

... (truncated)

Commits

Updates @types/node from 25.8.0 to 25.9.1

Commits

Updates @typescript-eslint/eslint-plugin from 8.59.3 to 8.59.4

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.59.4

8.59.4 (2026-05-18)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] stack overflow when using recursive types (#12294)
  • project-service: throw error cause in getParsedConfigFileFromTSServer (#12321)
  • typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#12340)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.59.4 (2026-05-18)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] stack overflow when using recursive types (#12294)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits
  • ca6ca14 chore(release): publish 8.59.4
  • 4302433 fix(eslint-plugin): [no-floating-promises] stack overflow when using recursiv...
  • 10b79f1 chore(deps): update dependency eslint to v10.4.0 (#12339)
  • 2a6765d chore: clenaup getAwaitedType from typescript.d.ts (#12302)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.59.3 to 8.59.4

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.59.4

8.59.4 (2026-05-18)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] stack overflow when using recursive types (#12294)
  • project-service: throw error cause in getParsedConfigFileFromTSServer (#12321)
  • typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#12340)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.59.4 (2026-05-18)

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

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates tsx from 4.22.0 to 4.22.3

Release notes

Sourced from tsx's releases.

v4.22.3

4.22.3 (2026-05-19)

Bug Fixes

  • decode typed loader source (dce02fc)
  • preserve entrypoint with TypeScript preload hooks (68f72f3)

This release is also available on:

v4.22.2

4.22.2 (2026-05-18)

Bug Fixes

  • preserve CJS JSON require in ESM hooks (35b700b)
  • preserve named exports from CommonJS TypeScript (11de737)
  • support module.exports require(esm) interop (cf8f199)

This release is also available on:

v4.22.1

4.22.1 (2026-05-17)

Bug Fixes

  • resolve tsconfig path aliases containing a colon (#780) (6979f28)

This release is also available on:

Commits
  • dce02fc fix: decode typed loader source
  • 68f72f3 fix: preserve entrypoint with TypeScript preload hooks
  • 69455cf test: cover package exports for ambiguous ESM reexports
  • 35b700b fix: preserve CJS JSON require in ESM hooks
  • ef807db chore: update testing dependencies
  • 3917090 test: document compatibility test taxonomy
  • de8113f refactor: centralize Node capability facts
  • c1f62db test: consolidate tsconfig path edge coverage
  • 4e08174 test: consolidate loader hook coverage
  • 674bb30 test: consolidate tsImport commonjs mts coverage
  • Additional commits viewable in compare view

Updates vitest from 4.1.6 to 4.1.7

Release notes

Sourced from vitest's releases.

v4.1.7

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @hey-api/shared from 0.4.3 to 0.4.4

Changelog

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

@​hey-api/shared 0.4.4

Updates

  • plugin: add querySymbols() function (#3884)

2026-04-30

@​hey-api/openapi-ts 0.97.1

Plugins

@​hey-api/transformers

  • use symbols for additionalProperties key variables (#3841)

@​hey-api/json-schema-ref-parser 1.4.2

Updates

  • yaml: swap yaml back to js-yaml (#3843)

Commits
  • a993b8e Merge pull request #1294 from hey-api/changeset-release/main
  • 78ad07e Version Packages
  • ceb932a Merge pull request #1306 from hey-api/fix/experimental-parser-const
  • 242f771 Merge pull request #1300 from hey-api/dependabot/npm_and_yarn/angular-deps-3b...
  • 24a0d57 test: add const.json spec
  • c645af6 chore(deps): bump the angular-deps group with 13 updates
  • 59b84a0 Merge pull request #1305 from hey-api/fix/experimental-parser-content-file-no...
  • c3d6655 Merge pull request #1302 from hey-api/dependabot/github_actions/github-action...
  • 9d7f88b Merge pull request #1299 from hey-api/dependabot/npm_and_yarn/prod-deps-1f0d2...
  • a3698a7 fix: handle file-like content media type without explicit schema
  • Additional commits viewable in compare view

Updates @oxc-project/types from 0.130.0 to 0.132.0

Release notes

Sourced from @​oxc-project/types's releases.

oxc crates_v0.132.0

🐛 Bug Fixes

  • 0f26de6 ecmascript: Resolve identifier value type via tracked constants (#22234) (Alexander Lichter)
  • c27a8cf minifier: Normalize { x: x } shorthand so adjacent-if merge is idempotent (#22401) (Dunqing)
  • e431a0e parser: Break extends clause loop on fatal error (#22517) (Boshen)
  • e9ec7c6 minifier: Fold optional chains by base nullishness (#22236) (Alexander Lichter)
  • e6090e7 transformer: Keep enum IIFE when a non-inlinable value reference remains (#22501) (Dunqing)
  • 931b7d6 transformer: Inline const enum members through type-cast wrappers (#22500) (Dunqing)
  • b9615b2 codegen: Preserve string quotes in require() calls during minification (#22475) (zennnnnnn11)
  • c73c159 transformer/async-to-generator: Reparent parameter initializer scopes (#22507) (camc314)
  • ecfd3ca transformer/async-to-generator: Move only parameter bindings (#22503) (camc314)
  • 3ce3431 transformer/explicit-resource-managment: Preserve shadowed for-head block (#22451) (camc314)

⚡ Performance

  • ce92c6c semantic: #[inline] Scoping::get_binding (#22414) (Dunqing)
  • 98be95c regular_expression: Track regex flags via bitflags (#22427) (Boshen)
  • dbbc059 jsdoc: Skip should_attach_jsdoc when no remaining comments (#22409) (Boshen)
  • 217d7d8 minifier: Index SymbolValues by SymbolId (#22441) (Dunqing)
  • d782b78 minifier: Use BitSet for LiveUsageCollector live references (#22425) (Boshen)

oxc crates_v0.131.0

🚀 Features

  • bc91a17 codegen: Expose Codegen::with_source_type method (#22432) (camc314)

🐛 Bug Fixes

  • 703557c codegen: Keep exports[STR] = … key as plain string in minify (#22402) (Dunqing)
  • 5ac7e79 minifier: Drop unused-var-init pure IIFEs and preserve annotation for downstream (#22349) (Dunqing)
  • 4ab57eb allocator: Fixed-size allocators use VirtualAlloc on Windows (#22124) (overlookmotel)
  • 66d77eb allocator: Fix segfault on Linux MUSL with fixed-size allocators (#22388) (overlookmotel)
  • b8fbc1f transformer/object-rest-spread: Correct scope id when moving bindings (#22419) (camc314)
  • 18edc2c codegen: Keep Object.defineProperty property name as plain string in minify (#22400) (Dunqing)
  • dda33de transformer/explicit-resource-management: Align lexical binding scopes (#22320) (camc314)
  • 8e79de8 transformer: Preserve for-await statement bodies (#22361) (camc314)
  • 0cba210 transformer/class: Replace new.target in static blocks (#22360) (camc314)
  • 67ab1c9 transformer/es2018/for-await: Hoist for-await generated bindings (#22355) (camc314)
  • c3ceb4a transformer/object-rest-spread: Use hoisted scope for for-of temp refs (#22347) (camc314)

⚡ Performance

  • 73a9043 allocator/bitset: Avoid temp heap String allocation (#22403) (camc314)
  • 8b2f4f9 transformer/object-rest-spread: Collect Vec<SymbolId over Vec<BindingIdentifier> (#22418) (camc314)
  • 83679ea parser: Split TriviaBuilder::handle_token hot/cold paths (#22415) (Boshen)
  • 2c7d781 codegen: Inline identifier-name accessors (#22411) (Boshen)
  • 618bc76 diagnostics: Inline OxcDiagnosticInner to avoid heap allocation (#22406) (Boshen)
  • 0b4e158 parser: Reserve cap 2 for sequence expressions vec (#22374) (camc314)
  • 5f3bdd0 codegen: Add #[inline] to code, code_len (#22373) (camc314)
Commits

Updates @rolldown/binding-android-arm64 from 1.0.1 to 1.0.2

Release notes

Sourced from @​rolldown/binding-android-arm64's releases.

v1.0.2

[1.0.2] - 2026-05-20

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

... (truncated)

Changelog

Sourced from @​rolldown/binding-android-arm64's changelog.

[1.0.2] - 2026-05-20

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

... (truncated)

Commits
  • f2757ed release: v1.0.2 (#9478)
  • b88de34 docs(devtools): document @​rolldown/debug usage and package graph consumption ...
  • 0f811f4 fix(hash): keep chunk file names stable when an unrelated entry is added (#9444)
  • ed010fa feat(devtools): emit package size in PackageGraphReady (#9434)
  • 2b0bb7f feat(devtools): classify package dependency types (#9427)
  • ff6fff2 fix: call codeSplitting.groups[].name in deterministic order (#9457)
  • 81fcc89 feat(devtools): map packages to modules and chunks (#9426)
  • 98619dd feat(devtools): mark used packages (#9423)
  • 0c7ac80 feat(devtools): make duplicate packages discoverable (#9422)
  • 98e0620 feat(devtools): emit package metadata (#9421)
  • Additional commits viewable in compare view

Updates @rolldown/binding-darwin-arm64 from 1.0.1 to 1.0.2

Release notes

Sourced from @​rolldown/binding-darwin-arm64's releases.

v1.0.2

[1.0.2] - 2026-05-20

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

... (truncated)

Changelog

Sourced from @​rolldown/binding-darwin-arm64's changelog.

[1.0.2] - 2026-05-20

🚀 Features

🐛 Bug Fixes

Bumps the minor group with 43 updates:

| Package | From | To |
| --- | --- | --- |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.97.1` | `0.97.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.8.0` | `25.9.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.59.3` | `8.59.4` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.3` | `8.59.4` |
| [tsx](https://github.com/privatenumber/tsx) | `4.22.0` | `4.22.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.6` | `4.1.7` |
| [@hey-api/shared](https://github.com/hey-api/openapi-ts) | `0.4.3` | `0.4.4` |
| [@oxc-project/types](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxc-types) | `0.130.0` | `0.132.0` |
| [@rolldown/binding-android-arm64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-darwin-arm64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-darwin-x64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-freebsd-x64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-linux-arm-gnueabihf](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-linux-arm64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-linux-arm64-musl](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-linux-ppc64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-linux-s390x-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-linux-x64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-linux-x64-musl](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-openharmony-arm64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-wasm32-wasi](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-win32-arm64-msvc](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@rolldown/binding-win32-x64-msvc](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [@typescript-eslint/project-service](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/project-service) | `8.59.3` | `8.59.4` |
| [@typescript-eslint/scope-manager](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/scope-manager) | `8.59.3` | `8.59.4` |
| [@typescript-eslint/tsconfig-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/tsconfig-utils) | `8.59.3` | `8.59.4` |
| [@typescript-eslint/type-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/type-utils) | `8.59.3` | `8.59.4` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.59.3` | `8.59.4` |
| [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) | `8.59.3` | `8.59.4` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.59.3` | `8.59.4` |
| [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys) | `8.59.3` | `8.59.4` |
| [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect) | `4.1.6` | `4.1.7` |
| [@vitest/mocker](https://github.com/vitest-dev/vitest/tree/HEAD/packages/mocker) | `4.1.6` | `4.1.7` |
| [@vitest/pretty-format](https://github.com/vitest-dev/vitest/tree/HEAD/packages/pretty-format) | `4.1.6` | `4.1.7` |
| [@vitest/runner](https://github.com/vitest-dev/vitest/tree/HEAD/packages/runner) | `4.1.6` | `4.1.7` |
| [@vitest/snapshot](https://github.com/vitest-dev/vitest/tree/HEAD/packages/snapshot) | `4.1.6` | `4.1.7` |
| [@vitest/spy](https://github.com/vitest-dev/vitest/tree/HEAD/packages/spy) | `4.1.6` | `4.1.7` |
| [@vitest/utils](https://github.com/vitest-dev/vitest/tree/HEAD/packages/utils) | `4.1.6` | `4.1.7` |
| [es-object-atoms](https://github.com/ljharb/es-object-atoms) | `1.1.1` | `1.1.2` |
| [postcss](https://github.com/postcss/postcss) | `8.5.14` | `8.5.15` |
| [qs](https://github.com/ljharb/qs) | `6.15.1` | `6.15.2` |
| [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.1` | `1.0.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.13` | `8.0.14` |


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

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

Updates `@typescript-eslint/eslint-plugin` from 8.59.3 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.59.3 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/parser)

Updates `tsx` from 4.22.0 to 4.22.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.22.0...v4.22.3)

Updates `vitest` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.7/packages/vitest)

Updates `@hey-api/shared` from 0.4.3 to 0.4.4
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/client-fetch@0.4.3...@hey-api/client-fetch@0.4.4)

Updates `@oxc-project/types` from 0.130.0 to 0.132.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxc-types/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.132.0/npm/oxc-types)

Updates `@rolldown/binding-android-arm64` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-darwin-arm64` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-darwin-x64` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-freebsd-x64` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-linux-arm-gnueabihf` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-gnu` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-musl` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-linux-ppc64-gnu` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-linux-s390x-gnu` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-linux-x64-gnu` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-linux-x64-musl` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-openharmony-arm64` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-wasm32-wasi` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-win32-arm64-msvc` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@rolldown/binding-win32-x64-msvc` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `@typescript-eslint/project-service` from 8.59.3 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/project-service/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/project-service)

Updates `@typescript-eslint/scope-manager` from 8.59.3 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/scope-manager)

Updates `@typescript-eslint/tsconfig-utils` from 8.59.3 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/tsconfig-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/tsconfig-utils)

Updates `@typescript-eslint/type-utils` from 8.59.3 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/type-utils)

Updates `@typescript-eslint/types` from 8.59.3 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/types)

Updates `@typescript-eslint/typescript-estree` from 8.59.3 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/typescript-estree)

Updates `@typescript-eslint/utils` from 8.59.3 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/utils)

Updates `@typescript-eslint/visitor-keys` from 8.59.3 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/visitor-keys)

Updates `@vitest/expect` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.7/packages/expect)

Updates `@vitest/mocker` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.7/packages/mocker)

Updates `@vitest/pretty-format` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.7/packages/pretty-format)

Updates `@vitest/runner` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.7/packages/runner)

Updates `@vitest/snapshot` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.7/packages/snapshot)

Updates `@vitest/spy` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.7/packages/spy)

Updates `@vitest/utils` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.7/packages/utils)

Updates `es-object-atoms` from 1.1.1 to 1.1.2
- [Changelog](https://github.com/es-shims/es-object-atoms/blob/main/CHANGELOG.md)
- [Commits](es-shims/es-object-atoms@v1.1.1...v1.1.2)

Updates `postcss` from 8.5.14 to 8.5.15
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.14...8.5.15)

Updates `qs` from 6.15.1 to 6.15.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.15.1...v6.15.2)

Updates `rolldown` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.2/packages/rolldown)

Updates `vite` from 8.0.13 to 8.0.14
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.14/packages/vite)

---
updated-dependencies:
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.97.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 25.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.59.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tsx
  dependency-version: 4.22.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vitest
  dependency-version: 4.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@hey-api/shared"
  dependency-version: 0.4.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxc-project/types"
  dependency-version: 0.132.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@rolldown/binding-android-arm64"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-darwin-arm64"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-darwin-x64"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-freebsd-x64"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-arm-gnueabihf"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-arm64-gnu"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-arm64-musl"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-ppc64-gnu"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-s390x-gnu"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-x64-gnu"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-x64-musl"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-openharmony-arm64"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-wasm32-wasi"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-win32-arm64-msvc"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-win32-x64-msvc"
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/project-service"
  dependency-version: 8.59.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/scope-manager"
  dependency-version: 8.59.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/tsconfig-utils"
  dependency-version: 8.59.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/type-utils"
  dependency-version: 8.59.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.59.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/typescript-estree"
  dependency-version: 8.59.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.59.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/visitor-keys"
  dependency-version: 8.59.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/expect"
  dependency-version: 4.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/mocker"
  dependency-version: 4.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/pretty-format"
  dependency-version: 4.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/runner"
  dependency-version: 4.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/snapshot"
  dependency-version: 4.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/spy"
  dependency-version: 4.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/utils"
  dependency-version: 4.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: es-object-atoms
  dependency-version: 1.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: postcss
  dependency-version: 8.5.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: qs
  dependency-version: 6.15.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: rolldown
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vite
  dependency-version: 8.0.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

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 May 23, 2026
@benbrandt benbrandt merged commit c7256e7 into main May 23, 2026
3 checks passed
@benbrandt benbrandt deleted the dependabot/npm_and_yarn/minor-4a683c2c15 branch May 23, 2026 12:59
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant