Skip to content

chore(deps-dev): bump the development group across 1 directory with 5 updates#32

Open
dependabot[bot] wants to merge 1 commit intonew-mainfrom
dependabot/npm_and_yarn/development-2fd222713c
Open

chore(deps-dev): bump the development group across 1 directory with 5 updates#32
dependabot[bot] wants to merge 1 commit intonew-mainfrom
dependabot/npm_and_yarn/development-2fd222713c

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 22, 2026

Bumps the development group with 5 updates in the / directory:

Package From To
oxfmt 0.34.0 0.40.0
oxlint-tsgolint 0.14.2 0.16.0
tsdown 0.20.3 0.21.3
vitest 4.0.18 4.1.0
@vitest/browser-playwright 4.0.18 4.1.0

Updates oxfmt from 0.34.0 to 0.40.0

Changelog

Sourced from oxfmt's changelog.

[0.40.0] - 2026-03-12

🐛 Bug Fixes

  • bc20217 oxlint,oxfmt: Omit useless | null for Option<T> field from schema (#20273) (leaysgur)

[0.36.0] - 2026-03-02

🐛 Bug Fixes

  • 04e6223 npm: Add preferUnplugged for Yarn PnP compatibility (#19829) (Boshen)

📚 Documentation

  • 2fa936f README.md: Map npm package links to npmx.dev (#19666) (Boshen)

[0.35.0] - 2026-02-23

🚀 Features

  • 984dc07 oxfmt: Strip "experimental"SortXxx prefix (#19567) (leaysgur)
Commits
  • 6a26b93 release(apps): oxlint v1.55.0 && oxfmt v0.40.0 (#20293)
  • bc20217 fix(oxlint,oxfmt): Omit useless | null for Option\<T> field from schema (#...
  • 36e7d29 release(apps): oxlint v1.54.0 && oxfmt v0.39.0 (#20267)
  • 856781f release(apps): oxlint v1.53.0 && oxfmt v0.38.0 (#20218)
  • 9870467 release(apps): oxlint v1.52.0 && oxfmt v0.37.0 (#20143)
  • 3d7b2ec release(apps): oxlint v1.51.0 && oxfmt v0.36.0 (#19912)
  • 04e6223 fix(npm): add preferUnplugged for Yarn PnP compatibility (#19829)
  • 3c57b5e chore(linter, formatter): update playground url (#19697)
  • 2fa936f docs(README.md): map npm package links to npmx.dev (#19666)
  • a08c28d release(apps): oxlint v1.50.0 && oxfmt v0.35.0 (#19627)
  • Additional commits viewable in compare view

Updates oxlint-tsgolint from 0.14.2 to 0.16.0

Release notes

Sourced from oxlint-tsgolint's releases.

v0.16.0

What's Changed

New Contributors

Full Changelog: oxc-project/tsgolint@v0.15.0...v0.16.0

v0.15.0

What's Changed

Full Changelog: oxc-project/tsgolint@v0.14.2...v0.15.0

Commits
  • 1308ac4 feat: add env var to suppress program diagnostics (#739)
  • 0ab6b7d fix: noStrictNullCheck diagnostic false positive (#765)
  • db8ad2f chore(deps): update dependency dprint to ^0.52.0 (#759)
  • a960667 chore(deps): update github-actions (#760)
  • 4f42c6f chore(deps): update github-actions (major) (#761)
  • 52d1b8e chore(deps): update pnpm to v10.30.2 (#758)
  • 0186970 chore(deps): update crate-ci/typos action to v1.44.0 (#756)
  • 24c80cc fix(prefer-optional-chain): false positive when checking with an any type (#752)
  • b49c561 chore: add e2e single file benchmark (#744)
  • 502890a perf: do not reallocate rule context struct per-rule-per-file (#742)
  • Additional commits viewable in compare view

Updates tsdown from 0.20.3 to 0.21.3

Release notes

Sourced from tsdown's releases.

v0.21.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.21.2

   🚨 Breaking Changes

  • exe: Add exe.outDir for separate executable output dir, defaults to build  -  by @​sxzz (d49ef)

Note: Executable is still an experimental feature and does not follow SemVer. Breaking changes may occur in any release.

   🚀 Features

   🐞 Bug Fixes

  • css: Skip data URIs and external URLs in CSS url() rebasing  -  by @​sxzz (13907)
    View changes on GitHub

v0.21.1

   🚨 Breaking Changes

[!IMPORTANT] If you are using CSS features (e.g., CSS imports), you now need to manually install the @tsdown/css package:

npm install @tsdown/css -D
# or
pnpm add @tsdown/css -D

Note: CSS support is still an experimental feature and does not follow SemVer. Breaking changes may occur in any release.

   🚀 Features

  • css:

... (truncated)

Commits
  • 6151433 chore: release v0.21.3
  • 7c23ad8 feat(copy): add support for watching copy source files (#721)
  • f182324 fix(unbundle): root should be lowest common ancestor of entry files
  • 0d2c9c9 docs: improve React Compiler integration
  • 6d03e92 chore: upgrade deps
  • e6ff7b5 chore: add confirmation prompt to release script
  • 280eaed docs(exe): fix output directory example (#828)
  • 2051a40 fix(css): watch inline CSS files in watch mode
  • 0ec719d fix(exports): sort inlined dependencies by package name
  • 4a29176 fix(publint): support Yarn v1
  • Additional commits viewable in compare view

Updates vitest from 4.0.18 to 4.1.0

Release notes

Sourced from vitest's releases.

v4.1.0

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features

... (truncated)

Commits
  • 4150b91 chore: release v4.1.0
  • 1de0aa2 fix: correctly identify concurrent test during static analysis (#9846)
  • c3cac1c fix: use isAgent check, not just TTY, for watch mode (#9841)
  • eab68ba chore(deps): update all non-major dependencies (#9824)
  • 031f02a fix: allow catch/finally for async assertion (#9827)
  • 3e9e096 feat(reporters): add agent reporter to reduce ai agent token usage (#9779)
  • 0c2c013 chore: release v4.1.0-beta.6
  • 8181e06 fix: hideSkippedTests should not hide test.todo (fix #9562) (#9781)
  • a8216b0 fix: manual and redirect mock shouldn't load or transform original module...
  • 689a22a fix(browser): types of getCDPSession and cdp() (#9716)
  • Additional commits viewable in compare view

Updates @vitest/browser-playwright from 4.0.18 to 4.1.0

Release notes

Sourced from @​vitest/browser-playwright's releases.

v4.1.0

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features

... (truncated)

Commits
  • 4150b91 chore: release v4.1.0
  • 0c2c013 chore: release v4.1.0-beta.6
  • 689a22a fix(browser): types of getCDPSession and cdp() (#9716)
  • 8c96bb0 refator: update links to npmx (#9783)
  • d0ee546 feat: add page/locator.mark API to enhance playwright trace (#9652)
  • 79672d7 chore: release v4.1.0-beta.5
  • f09bb5c fix(browser): remove --remote-debugging-address from chrome args (#9712)
  • 50727a0 chore(deps): update all non-major dependencies (#9614)
  • f0ff1b2 feat: support playwright launchOptions with connectOptions (#9702)
  • 1d9e3b3 chore: release v4.1.0-beta.4
  • 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

… updates

Bumps the development group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.34.0` | `0.40.0` |
| [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.14.2` | `0.16.0` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.20.3` | `0.21.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.18` | `4.1.0` |
| [@vitest/browser-playwright](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser-playwright) | `4.0.18` | `4.1.0` |



Updates `oxfmt` from 0.34.0 to 0.40.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.40.0/npm/oxfmt)

Updates `oxlint-tsgolint` from 0.14.2 to 0.16.0
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.14.2...v0.16.0)

Updates `tsdown` from 0.20.3 to 0.21.3
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.20.3...v0.21.3)

Updates `vitest` from 4.0.18 to 4.1.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest)

Updates `@vitest/browser-playwright` from 4.0.18 to 4.1.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/browser-playwright)

---
updated-dependencies:
- dependency-name: oxfmt
  dependency-version: 0.40.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: oxlint-tsgolint
  dependency-version: 0.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: tsdown
  dependency-version: 0.21.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: vitest
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@vitest/browser-playwright"
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

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 22, 2026
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.

0 participants