Skip to content

chore(deps-dev): bump the dev group with 4 updates#14

Merged
ajkolean merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-7e6bd14786
Mar 10, 2026
Merged

chore(deps-dev): bump the dev group with 4 updates#14
ajkolean merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-7e6bd14786

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev group with 4 updates: @microsoft/api-extractor, @types/node, oxc-minify and vite.

Updates @microsoft/api-extractor from 7.57.6 to 7.57.7

Changelog

Sourced from @​microsoft/api-extractor's changelog.

7.57.7

Mon, 09 Mar 2026 15:14:07 GMT

Patches

  • Bump minimatch version from 10.2.1 to 10.2.3 to address CVE-2026-27903.
Commits

Updates @types/node from 25.3.5 to 25.4.0

Commits

Updates oxc-minify from 0.116.0 to 0.117.0

Release notes

Sourced from oxc-minify's releases.

oxc crates_v0.117.0

🚀 Features

  • e8547cc parser: Report error for using declarations in ambient contexts (#19934) (camc314)
  • 8345318 allocator: Add methods for boxed slices ArenaBox<[T]> (#19968) (overlookmotel)
  • f83be30 allocator: Add Vec::push_fast method (#19959) (overlookmotel)

🐛 Bug Fixes

  • 5f28a3f codegen: Print type param on class expression with no id (#20144) (camc314)
  • 0f6eda3 codegen: Print decorators for FormalParameterRest (#20132) (Dunqing)
  • 291d867 transformer_plugins: Unwrap ChainExpression after define replacement removes optional markers (#20058) (IWANABETHATGUY)
  • 36b2e56 codegen: Print type for TSImportEqualsDeclaration (#20128) (camc314)
  • 5a246ec codegen: Print type arguments for JSXOpeningElement (#20127) (camc314)
  • a40870e codegen: Preserve parens for TSNonNullExpression (#20125) (camc314)
  • ae830b2 codegen: Print declare for TSInterfaceDeclaration (#20124) (camc314)
  • 92cfb14 linter/plugins: Fix types for walkProgram and walkProgramWithCfg (#20081) (overlookmotel)
  • ee0491e apps,napi: Explicitly specify libs in tsconfigs (#20071) (camc314)
  • 588009e codegen: Print static keyword for TSIndexSignature (#19755) (Dunqing)
  • 5a8799c codegen: Print with_clause for ExportNamedDeclaration (#20002) (Dunqing)
  • 7502afe parser: Correct capacity for tokens Vec (#19967) (overlookmotel)

⚡ Performance

  • 4ea8f9a napi: Remove napi_build::setup() from oxc_napi to avoid redundant rebuilds (#20094) (Boshen)
  • 2baa5fb napi: Unify build-test profile to coverage for cache sharing (#20090) (Boshen)
  • 8ba61dd parser: Make pushing tokens faster (#19960) (overlookmotel)
Changelog

Sourced from oxc-minify's changelog.

[0.117.0] - 2026-03-09

🐛 Bug Fixes

  • ee0491e apps,napi: Explicitly specify libs in tsconfigs (#20071) (camc314)

⚡ Performance

  • 2baa5fb napi: Unify build-test profile to coverage for cache sharing (#20090) (Boshen)

[0.113.0] - 2026-02-10

💥 BREAKING CHANGES

  • 2bf7293 mangler: [BREAKING] Enable top_level by default for modules and commonjs (#18278) (sapphi-red)

🐛 Bug Fixes

  • 487601b napi: Disable mimalloc on Windows to fix worker_threads crash (#18923) (Boshen)

[0.111.0] - 2026-01-26

💥 BREAKING CHANGES

  • af0ca46 span: [BREAKING] Use ModuleKind::CommonJS for SourceType::cjs() (#18276) (sapphi-red)

📚 Documentation

  • 8ccd853 npm: Update package homepage URLs and add keywords (#18509) (Boshen)

[0.106.0] - 2025-12-29

🚀 Features

  • e031056 codegen: Add sourcemap feature flag (#17305) (Boshen)
  • 8e4409a minifier: Add invalid_import_side_effects option (#17300) (sapphi-red)

[0.102.0] - 2025-12-08

💥 BREAKING CHANGES

  • 083fea9 napi/parser: [BREAKING] Represent empty optional fields on JS side as null (#16411) (overlookmotel)

[0.100.0] - 2025-12-01

💥 BREAKING CHANGES

  • 934d873 napi: [BREAKING] Drop armv7-unknown-linux-musleabihf support (#16105) (Boshen)

[0.98.0] - 2025-11-17

... (truncated)

Commits

Updates vite from 8.0.0-beta.16 to 8.0.0-beta.18

Release notes

Sourced from vite's releases.

v8.0.0-beta.18

Please refer to CHANGELOG.md for details.

v8.0.0-beta.17

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.0-beta.18 (2026-03-09)

Bug Fixes

Code Refactoring

  • don't add optimization.inlineConst: { mode: 'smart' } as it's enabled by default (#21794) (22b3d11)

8.0.0-beta.17 (2026-03-09)

Features

  • css: support es2025 build target for lightningcss (#21769) (08906e7)
  • forward browser console logs and errors to dev server terminal (#20916) (2540ed0)
  • update rolldown to 1.0.0-rc.8 (#21790) (a0c950e)

Bug Fixes

  • css: apply server.origin to public file URLs in CSS (fix #18457) (#21697) (c967f48)
  • deps: update all non-major dependencies (#21732) (5c921ca)
  • dev: disable extglobs for consistency (#21745) (1958eeb)
  • lib: keep annotation comments for es output (#21740) (dd3c4f4)
  • optimizer: avoid error happening with a package with asset entrypoint (#21766) (f7e1d07)
  • ssr: throw friendly error when calling ssrLoadModule with non-runnable ssr env (#21739) (1fa736e)
  • types: remove extends ImportMeta from ModuleRunnerImportMeta (#21710) (0176d45)
  • wasm: reset assetUrlRE.lastIndex before .test() in SSR builds (#21780) (3a0d8d9)

Miscellaneous Chores

Code Refactoring

  • enable some native plugins even with enable native plugin false (#21744) (fc46c79)

Tests

  • ssr: incorrect handleInvoke was called in server-worker-runner.invoke test (#21751) (b95ca22)
Commits
  • 1ee5372 release: v8.0.0-beta.18
  • 22b3d11 refactor: don't add optimization.inlineConst: { mode: 'smart' } as it's ena...
  • 88953b3 fix: use watch.watcher instead of watch.notify (#21793)
  • 7de12e9 release: v8.0.0-beta.17
  • a0c950e feat: update rolldown to 1.0.0-rc.8 (#21790)
  • 44e33ae chore(deps): update dependency cac to v7 (#21788)
  • 3a0d8d9 fix(wasm): reset assetUrlRE.lastIndex before .test() in SSR builds (#21780)
  • 0176d45 fix(types): remove extends ImportMeta from ModuleRunnerImportMeta (#21710)
  • 08906e7 feat(css): support es2025 build target for lightningcss (#21769)
  • f7e1d07 fix(optimizer): avoid error happening with a package with asset entrypoint (#...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev group with 4 updates: [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [oxc-minify](https://github.com/oxc-project/oxc/tree/HEAD/napi/minify) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `@microsoft/api-extractor` from 7.57.6 to 7.57.7
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.57.7/apps/api-extractor)

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

Updates `oxc-minify` from 0.116.0 to 0.117.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/minify/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.117.0/napi/minify)

Updates `vite` from 8.0.0-beta.16 to 8.0.0-beta.18
- [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.0-beta.18/packages/vite)

---
updated-dependencies:
- dependency-name: "@microsoft/api-extractor"
  dependency-version: 7.57.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: "@types/node"
  dependency-version: 25.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: oxc-minify
  dependency-version: 0.117.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: vite
  dependency-version: 8.0.0-beta.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
...

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 Mar 9, 2026
@dependabot
dependabot Bot requested a review from ajkolean as a code owner March 9, 2026 18:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 9, 2026
@deepsource-io

deepsource-io Bot commented Mar 9, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in c5e6bda...f88d4f0 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
JavaScript Mar 9, 2026 6:53p.m. Review ↗
Test coverage Mar 9, 2026 6:53p.m. Review ↗

@github-actions

github-actions Bot commented Mar 9, 2026

Copy link
Copy Markdown

size-limit report 📦

Path Size
Main bundle 122.55 KB (+2.12% 🔺)
All chunks 605.71 KB (+0.53% 🔺)

@ajkolean
ajkolean merged commit 6eb133c into main Mar 10, 2026
5 of 6 checks passed
@ajkolean
ajkolean deleted the dependabot/npm_and_yarn/dev-7e6bd14786 branch March 10, 2026 22:49
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