Skip to content

build(deps): bump the minor-and-patch group with 28 updates - #237

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-and-patch-c242384f68
Aug 24, 2026
Merged

build(deps): bump the minor-and-patch group with 28 updates#237
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-and-patch-c242384f68

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 28 updates:

Package From To
@vitest/coverage-v8 4.1.10 4.1.11
vitest 4.1.10 4.1.11
@oxc-project/types 0.144.0 0.146.0
@rolldown/binding-android-arm64 1.2.4 1.2.5
@rolldown/binding-darwin-arm64 1.2.4 1.2.5
@rolldown/binding-darwin-x64 1.2.4 1.2.5
@rolldown/binding-freebsd-x64 1.2.4 1.2.5
@rolldown/binding-linux-arm-gnueabihf 1.2.4 1.2.5
@rolldown/binding-linux-arm64-gnu 1.2.4 1.2.5
@rolldown/binding-linux-arm64-musl 1.2.4 1.2.5
@rolldown/binding-linux-ppc64-gnu 1.2.4 1.2.5
@rolldown/binding-linux-s390x-gnu 1.2.4 1.2.5
@rolldown/binding-linux-x64-gnu 1.2.4 1.2.5
@rolldown/binding-linux-x64-musl 1.2.4 1.2.5
@rolldown/binding-openharmony-arm64 1.2.4 1.2.5
@rolldown/binding-win32-arm64-msvc 1.2.4 1.2.5
@rolldown/binding-win32-x64-msvc 1.2.4 1.2.5
@vitest/expect 4.1.10 4.1.11
@vitest/mocker 4.1.10 4.1.11
@vitest/pretty-format 4.1.10 4.1.11
@vitest/runner 4.1.10 4.1.11
@vitest/snapshot 4.1.10 4.1.11
@vitest/spy 4.1.10 4.1.11
@vitest/utils 4.1.10 4.1.11
es-module-lexer 2.3.1 2.3.2
get-tsconfig 4.14.2 4.14.3
rolldown 1.2.4 1.2.5
vite 8.2.1 8.2.2

Updates @vitest/coverage-v8 from 4.1.10 to 4.1.11

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vitest from 4.1.10 to 4.1.11

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • See full diff in compare view

Updates @oxc-project/types from 0.144.0 to 0.146.0

Release notes

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

oxc crates_v0.146.0

🚀 Features

  • 83cb516 minifier: Improve negation of expressions in boolean context (#25755) (Armano)

🐛 Bug Fixes

  • 82a790d codegen: Narrow printSync input type (#25871) (camc314)
  • 134fb22 isolated-declarations: Preserve unresolved parameter types (#25909) (Dunqing)
  • 526c2b3 codegen: Remove deprecated test APIs (#25889) (camc314)
  • 344a9b2 codegen: Align enum template sourcemaps (#25872) (camc314)

⚡ Performance

  • 603b904 packages/codegen: Check sourceText only once (#25887) (overlookmotel)
  • 5ef0c93 minifier: Unwrap all unary exprs without creating dummy expressions (#25891) (Armano)
  • 8783524 packages/codegen: Remove loop from growMappingBuffer (#25886) (overlookmotel)
  • b6b14c0 packages/codegen: Remove redundant branch (#25885) (overlookmotel)
  • be6adf0 packages/sourcemap: Make location passed to recordSourceMapping always a number (#25884) (overlookmotel)
  • f720f15 packages/codegen: Take named-mapping only code off hot path in recordSourceMapping (#25883) (overlookmotel)
  • a734af5 packages/codegen: Remove redundant setting of last in printImportAttributes and printIf (#25882) (overlookmotel)
  • c6e44c6 packages/codegen: Combine 2 writes in printJSXElement (#25881) (overlookmotel)
  • 8801662 packages/codegen: Remove redundant mapping from printParams (#25880) (overlookmotel)

📚 Documentation

  • 5ad330e packages/codegen: Reformat comments (#25876) (overlookmotel)

oxc crates_v0.145.0

💥 BREAKING CHANGES

  • 365274e packages/codegen: [BREAKING] printSync return an object (#25720) (overlookmotel)

🚀 Features

  • 6a7eb60 packages/codegen: Alter capitalization of sourceFilename option (#25854) (overlookmotel)
  • 300763f packages/codegen: Add full source map support (#25585) (camc314)
  • a169e4a napi/minify: Expose property name mangling options (#24741) (Dunqing)
  • 2f5cdb1 minifier: Add property name mangling (#24740) (Dunqing)
  • 4922141 mangler: Deduplicate private accessor names (#25601) (camc314)
  • 1c4f519 napi: Add Relay transform plugin (#25503) (Boshen)
  • a4478e9 codegen: Add oxc-codegen package (#25488) (overlookmotel)

🐛 Bug Fixes

  • 0fbcf64 codegen: Validate sourcemap options (#25860) (camc314)
  • 345f981 react_compiler: Skip node_modules by default (#25859) (Boshen)
  • ab81f3f minifier: Drop side-effect-free additions (#25639) (Dunqing)
  • 241c559 napi/minify: Accept RegExp for property filters (#25827) (Dunqing)
  • 4cc7ea4 codegen: Reject invalid indent options (#25807) (camc314)

... (truncated)

Changelog

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

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog.

[0.145.0] - 2026-08-18

🐛 Bug Fixes

  • 0c68b7f estree: Emit decorators on FormalParameterRest (#25582) (camc314)
Commits

Updates @rolldown/binding-android-arm64 from 1.2.4 to 1.2.5

Release notes

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

v1.2.5

[1.2.5] - 2026-08-19

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

  • agents: point the never-edit list at the binding files that exist (#10719) by @​melbinjp

🧪 Testing

  • deconflict: pin renaming the external process binding away from the global (#10702) by @​hyfdev
  • dev: expect a hot update across a circular import (#10700) by @​hyfdev

⚙️ Miscellaneous Tasks

❤️ New Contributors

... (truncated)

Changelog

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

[1.2.5] - 2026-08-19

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

  • agents: point the never-edit list at the binding files that exist (#10719) by @​melbinjp

🧪 Testing

  • deconflict: pin renaming the external process binding away from the global (#10702) by @​hyfdev
  • dev: expect a hot update across a circular import (#10700) by @​hyfdev

⚙️ Miscellaneous Tasks

❤️ New Contributors

... (truncated)

Commits
  • 84c904b release: v1.2.5 (#10720)
  • 62281fb chore(deps): upgrade oxc to 0.146.0 (#10707)
  • e859fb2 feat(bench): record per-suite peak memory in the node benchmark (#10704)
  • 2d0cac8 feat(binding): allocation-tracking global allocator behind the `tracking_allo...
  • 1dfeb76 feat: add armv7 android (armv7-linux-androideabi) support (#10691)
  • 3745db1 fix(dev): flush re-emitted assets when their content changes (#10637)
  • 84010dc feat: add NAMESPACE_CONFLICT warning for conflicting star re-exports (#7452)
  • See full diff in compare view

Updates @rolldown/binding-darwin-arm64 from 1.2.4 to 1.2.5

Release notes

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

v1.2.5

[1.2.5] - 2026-08-19

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

  • agents: point the never-edit list at the binding files that exist (#10719) by @​melbinjp

🧪 Testing

  • deconflict: pin renaming the external process binding away from the global (#10702) by @​hyfdev
  • dev: expect a hot update across a circular import (#10700) by @​hyfdev

⚙️ Miscellaneous Tasks

❤️ New Contributors

... (truncated)

Changelog

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

[1.2.5] - 2026-08-19

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

  • agents: point the never-edit list at the binding files that exist (#10719) by @​melbinjp

🧪 Testing

  • deconflict: pin renaming the external process binding away from the global (#10702) by @​hyfdev
  • dev: expect a hot update across a circular import (#10700) by @​hyfdev

⚙️ Miscellaneous Tasks

❤️ New Contributors

... (truncated)

Commits
  • 84c904b release: v1.2.5 (#10720)
  • 62281fb chore(deps): upgrade oxc to 0.146.0 (#10707)
  • e859fb2 feat(bench): record per-suite peak memory in the node benchmark (#10704)
  • 2d0cac8 feat(binding): allocation-tracking global allocator behind the `tracking_allo...
  • 1dfeb76 feat: add armv7 android (armv7-linux-androideabi) support (#10691)
  • 3745db1 fix(dev): flush re-emitted assets when their content changes (#10637)
  • 84010dc feat: add NAMESPACE_CONFLICT warning for conflicting star re-exports (#7452)
  • See full diff in compare view

Updates @rolldown/binding-darwin-x64 from 1.2.4 to 1.2.5

Release notes

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

v1.2.5

[1.2.5] - 2026-08-19

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

  • agents: point the never-edit list at the binding files that exist (#10719) by @​melbinjp

🧪 Testing

  • deconflict: pin renaming the external process binding away from the global (#10702) by @​hyfdev
  • dev: expect a hot update across a circular import (#10700) by @​hyfdev

⚙️ Miscellaneous Tasks

❤️ New Contributors

... (truncated)

Changelog

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

[1.2.5] - 2026-08-19

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

  • agents: point the never-edit list at the binding files that exist (#10719) by @​melbinjp

🧪 Testing

  • deconflict: pin renaming the external process binding away from the global (#10702) by @​hyfdev
  • dev: expect a hot update across a circular import (#10700) by @​hyfdev

⚙️ Miscellaneous Tasks

❤️ New Contributors

... (truncated)

Commits
  • 84c904b release: v1.2.5 (#10720)
  • 62281fb chore(deps): upgrade oxc to 0.146.0 (#10707)
  • e859fb2 feat(bench): record per-suite peak memory in the node benchmark (#10704)
  • 2d0cac8 feat(binding): allocation-tracking global allocator behind the `tracking_allo...
  • 1dfeb76 feat: add armv7 android (armv7-linux-androideabi) support (#10691)
  • 3745db1 fix(dev): flush re-emitted assets when their content changes (#10637)
  • 84010dc feat: add NAMESPACE_CONFLICT warning for conflicting star re-exports (#7452)
  • See full diff in compare view

Updates `@rolldown/binding-freebsd-x6...

Description has been truncated

Bumps the minor-and-patch group with 28 updates:

| Package | From | To |
| --- | --- | --- |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.10` | `4.1.11` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |
| [@oxc-project/types](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxc-types) | `0.144.0` | `0.146.0` |
| [@rolldown/binding-android-arm64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@rolldown/binding-darwin-arm64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@rolldown/binding-darwin-x64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@rolldown/binding-freebsd-x64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@rolldown/binding-linux-arm-gnueabihf](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@rolldown/binding-linux-arm64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@rolldown/binding-linux-arm64-musl](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@rolldown/binding-linux-ppc64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@rolldown/binding-linux-s390x-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@rolldown/binding-linux-x64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@rolldown/binding-linux-x64-musl](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@rolldown/binding-openharmony-arm64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@rolldown/binding-win32-arm64-msvc](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@rolldown/binding-win32-x64-msvc](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect) | `4.1.10` | `4.1.11` |
| [@vitest/mocker](https://github.com/vitest-dev/vitest/tree/HEAD/packages/mocker) | `4.1.10` | `4.1.11` |
| [@vitest/pretty-format](https://github.com/vitest-dev/vitest/tree/HEAD/packages/pretty-format) | `4.1.10` | `4.1.11` |
| [@vitest/runner](https://github.com/vitest-dev/vitest/tree/HEAD/packages/runner) | `4.1.10` | `4.1.11` |
| [@vitest/snapshot](https://github.com/vitest-dev/vitest/tree/HEAD/packages/snapshot) | `4.1.10` | `4.1.11` |
| [@vitest/spy](https://github.com/vitest-dev/vitest/tree/HEAD/packages/spy) | `4.1.10` | `4.1.11` |
| [@vitest/utils](https://github.com/vitest-dev/vitest/tree/HEAD/packages/utils) | `4.1.10` | `4.1.11` |
| [es-module-lexer](https://github.com/guybedford/es-module-lexer) | `2.3.1` | `2.3.2` |
| [get-tsconfig](https://github.com/privatenumber/get-tsconfig) | `4.14.2` | `4.14.3` |
| [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.4` | `1.2.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.1` | `8.2.2` |


Updates `@vitest/coverage-v8` from 4.1.10 to 4.1.11
- [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.11/packages/coverage-v8)

Updates `vitest` from 4.1.10 to 4.1.11
- [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.11/packages/vitest)

Updates `@oxc-project/types` from 0.144.0 to 0.146.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.146.0/npm/oxc-types)

Updates `@rolldown/binding-android-arm64` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@rolldown/binding-darwin-arm64` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@rolldown/binding-darwin-x64` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@rolldown/binding-freebsd-x64` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-arm-gnueabihf` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-gnu` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-musl` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-ppc64-gnu` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-s390x-gnu` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-x64-gnu` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-x64-musl` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@rolldown/binding-openharmony-arm64` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@rolldown/binding-win32-arm64-msvc` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@rolldown/binding-win32-x64-msvc` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `@vitest/expect` from 4.1.10 to 4.1.11
- [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.11/packages/expect)

Updates `@vitest/mocker` from 4.1.10 to 4.1.11
- [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.11/packages/mocker)

Updates `@vitest/pretty-format` from 4.1.10 to 4.1.11
- [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.11/packages/pretty-format)

Updates `@vitest/runner` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/runner)

Updates `@vitest/snapshot` from 4.1.10 to 4.1.11
- [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.11/packages/snapshot)

Updates `@vitest/spy` from 4.1.10 to 4.1.11
- [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.11/packages/spy)

Updates `@vitest/utils` from 4.1.10 to 4.1.11
- [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.11/packages/utils)

Updates `es-module-lexer` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/guybedford/es-module-lexer/releases)
- [Commits](guybedford/es-module-lexer@2.3.1...2.3.2)

Updates `get-tsconfig` from 4.14.2 to 4.14.3
- [Release notes](https://github.com/privatenumber/get-tsconfig/releases)
- [Commits](privatenumber/get-tsconfig@v4.14.2...v4.14.3)

Updates `rolldown` from 1.2.4 to 1.2.5
- [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.2.5/packages/rolldown)

Updates `vite` from 8.2.1 to 8.2.2
- [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.2.2/packages/vite)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@oxc-project/types"
  dependency-version: 0.146.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-android-arm64"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-darwin-arm64"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-darwin-x64"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-freebsd-x64"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-linux-arm-gnueabihf"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-linux-arm64-gnu"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-linux-arm64-musl"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-linux-ppc64-gnu"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-linux-s390x-gnu"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-linux-x64-gnu"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-linux-x64-musl"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-openharmony-arm64"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-win32-arm64-msvc"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rolldown/binding-win32-x64-msvc"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitest/expect"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitest/mocker"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitest/pretty-format"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitest/runner"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitest/snapshot"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitest/spy"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitest/utils"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: es-module-lexer
  dependency-version: 2.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: get-tsconfig
  dependency-version: 4.14.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: rolldown
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vite
  dependency-version: 8.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependabot 🤖 Created by Dependabot label Aug 24, 2026
@dependabot
dependabot Bot requested a review from trevor-anderson as a code owner August 24, 2026 09:07
@dependabot dependabot Bot added the dependabot 🤖 Created by Dependabot label Aug 24, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 100% 74 / 74
🔵 Statements 100% 76 / 76
🔵 Functions 100% 11 / 11
🔵 Branches 100% 14 / 14
File CoverageNo changed files found.
Generated in workflow #304 for commit b2e9695 by the Vitest Coverage Report Action

@github-actions
github-actions Bot merged commit f59f053 into main Aug 24, 2026
4 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/main/minor-and-patch-c242384f68 branch August 24, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot 🤖 Created by Dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants