Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates - #39

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-c2503ab76f
Open

chore(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates#39
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-c2503ab76f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 6 updates in the / directory:

Package From To
@biomejs/biome 2.3.10 2.4.6
@changesets/cli 2.29.8 2.30.0
@types/node 22.19.3 22.19.15
@yoshinani/style-guide 0.16.2 0.17.7
tsdown 0.18.3 0.21.0
vitest 4.0.16 4.0.18

Updates @biomejs/biome from 2.3.10 to 2.4.6

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.4.6

2.4.6

Patch Changes

What's Changed

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.4.6

Patch Changes

2.4.5

Patch Changes

  • #9185 e43e730 Thanks @​dyc3! - Added the nursery rule useVueScopedStyles for Vue SFCs. This rule enforces that <style> blocks have the scoped attribute (or module for CSS Modules), preventing style leakage and conflicts between components.

  • #9184 49c8fde Thanks @​chocky335! - Improved plugin performance by batching all plugins into a single syntax visitor with a kind-to-plugin lookup map, reducing per-node dispatch overhead from O(N) to O(1) where N is the number of plugins.

  • #9283 071c700 Thanks @​dyc3! - Fixed noUndeclaredVariables erroneously flagging functions and variables defined in the <script setup> section of Vue SFCs.

  • #9221 4612133 Thanks @​ematipico! - Fixed an issue where the JSON reporter didn't contain the duration of the command.

  • #9294 1805c8f Thanks @​Netail! - Extra rule source reference. biome migrate eslint should do a bit better detecting rules in your eslint configurations.

  • #9178 101b3bb Thanks @​Bertie690! - Fixed #9172 and #9168: Biome now considers more constructs as valid test assertions.

    Previously, assert, expectTypeOf and assertType were not recognized as valid assertions by Biome's linting rules, producing false positives in lint/nursery/useExpect and other similar rules.

    Now, these rules will no longer produce errors in test cases that used these constructs instead of expect:

    import { expectTypeOf, assert, assertType } from "vitest";

... (truncated)

Commits

Updates @changesets/cli from 2.29.8 to 2.30.0

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.30.0

Minor Changes

  • #1840 057cca2 Thanks @​wotan-allfather! - Add --since flag to add command

    The add command now supports a --since flag that allows you to specify which branch, tag, or git ref to use when detecting changed packages. This is useful for gitflow workflows where you have multiple target branches and the baseBranch config option doesn't cover all use cases.

    Example: changeset add --since=develop

    If not provided, the command falls back to the baseBranch value in your .changeset/config.json.

  • #1845 2b4a66a Thanks @​Andarist! - Delegate OTP prompting to the package manager instead of handling it in-process. This allows Changesets to use the package manager's native web auth support.

  • #1774 667fe5a Thanks @​bluwy! - Support importing custom commit option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

  • #1839 73b1809 Thanks @​leochiu-a! - Add a --message (-m) flag to changeset add (and default changeset) so the changeset summary can be provided from the command line. When --message is present, the summary prompt is skipped while the final confirmation step is kept.

  • #1806 0e8e01e Thanks @​luisadame! - Changeset CLI can now be run from the nested directories in the project, where the .changeset directory has to be found in one of the parent directories

Patch Changes

  • #1849 9dc3230 Thanks @​Andarist! - Compute the terminal's size lazily to avoid spurious stderr output in non-interactive mode

  • #1857 2a73025 Thanks @​mixelburg! - Fix confusing prompt labels when entering changeset summary after external editor fallback

  • #1842 6df3a5e Thanks @​RodrigoHamuy! - Allow private packages to depend on skipped packages without requiring them to also be skipped. Private packages are not published to npm, so it is safe for them to have dependencies on ignored or unversioned packages.

  • #1776 503fcaa Thanks @​bluwy! - Support absolute paths in changeset status --output <path>

  • Updated dependencies [667fe5a, 1772598, b6f4c74, 6df3a5e, 6df3a5e, 27fd8f4]:

    • @​changesets/apply-release-plan@​7.1.0
    • @​changesets/config@​3.1.3
    • @​changesets/get-release-plan@​4.0.15
    • @​changesets/read@​0.6.7
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​changesets/cli since your current version.


Updates @types/node from 22.19.3 to 22.19.15

Commits

Updates @yoshinani/style-guide from 0.16.2 to 0.17.7

Release notes

Sourced from @​yoshinani/style-guide's releases.

v0.17.7

Patch Changes

  • 70bb2d7: chore(deps): bump typescript-eslint from 8.54.0 to 8.55.0 in the eslint-dependencies group

v0.17.6

Patch Changes

  • 3e924a5: chore(deps-dev): bump @​biomejs/biome from 2.3.13 to 2.3.14 in the dev-dependencies group
  • 95f89b0: chore(deps): bump typescript-eslint from 8.53.1 to 8.54.0 in the eslint-dependencies group
  • 1fd7c22: chore(deps): bump @​commitlint/config-conventional from 20.3.1 to 20.4.1 in the commitlint-dependencies group

v0.17.5

Patch Changes

  • 61c1d7a: 辞書を追加

v0.17.4

Patch Changes

  • c4d088c: commitlint/config-conventionalのアップグレード漏れを修正

v0.17.3

Patch Changes

  • 1d01456: 辞書を追加

v0.17.2

Patch Changes

  • cd41913: chore(deps): bump @​eslint-community/eslint-plugin-eslint-comments from 4.5.0 to 4.6.0
  • cac07cb: autoincrement、fkey、pkeyを辞書に追加

v0.17.1

Patch Changes

  • bcb407f: 辞書にvercelを追加

v0.17.0

Minor Changes

  • 68319ba: upgrade @​commitlint/cli 20

Patch Changes

  • 9c5c98e: chore(deps-dev): bump @​biomejs/biome from 2.3.8 to 2.3.10 in the dev-dependencies group
  • 20ae3c7: chore(deps): bump typescript-eslint from 8.51.0 to 8.52.0 in the eslint-dependencies group
  • 8ec260d: chore(deps): bump typescript-eslint from 8.50.1 to 8.51.0 in the eslint-dependencies group
Changelog

Sourced from @​yoshinani/style-guide's changelog.

0.17.7

Patch Changes

  • 70bb2d7: chore(deps): bump typescript-eslint from 8.54.0 to 8.55.0 in the eslint-dependencies group

0.17.6

Patch Changes

  • 3e924a5: chore(deps-dev): bump @​biomejs/biome from 2.3.13 to 2.3.14 in the dev-dependencies group
  • 95f89b0: chore(deps): bump typescript-eslint from 8.53.1 to 8.54.0 in the eslint-dependencies group
  • 1fd7c22: chore(deps): bump @​commitlint/config-conventional from 20.3.1 to 20.4.1 in the commitlint-dependencies group

0.17.5

Patch Changes

  • 61c1d7a: 辞書を追加

0.17.4

Patch Changes

  • c4d088c: commitlint/config-conventionalのアップグレード漏れを修正

0.17.3

Patch Changes

  • 1d01456: 辞書を追加

0.17.2

Patch Changes

  • cd41913: chore(deps): bump @​eslint-community/eslint-plugin-eslint-comments from 4.5.0 to 4.6.0
  • cac07cb: autoincrement、fkey、pkeyを辞書に追加

0.17.1

Patch Changes

  • bcb407f: 辞書にvercelを追加

0.17.0

Minor Changes

  • 68319ba: upgrade @​commitlint/cli 20

... (truncated)

Commits
  • 80bdeea Merge pull request #189 from yoshinani-dev/changeset-release/main
  • 56ed295 release: changeset publish
  • c60c2a5 Merge pull request #187 from yoshinani-dev/dependabot/npm_and_yarn/eslint-dep...
  • 70bb2d7 Update dependency from typescript-eslint 8.54.0 to 8.55.0
  • f9f7957 chore(deps): bump typescript-eslint in the eslint-dependencies group
  • 3f41e4f Merge pull request #188 from yoshinani-dev/dependabot/npm_and_yarn/dev-depend...
  • b1efca6 chore(deps-dev): bump @​biomejs/biome in the dev-dependencies group
  • b430599 Merge pull request #185 from yoshinani-dev/changeset-release/main
  • 3be1169 release: changeset publish
  • df97d3b Merge pull request #186 from yoshinani-dev/dependabot/npm_and_yarn/dev-depend...
  • Additional commits viewable in compare view

Updates tsdown from 0.18.3 to 0.21.0

Release notes

Sourced from tsdown's releases.

v0.21.0 - Notable Changes

Breaking Changes

Dependency options renamed to deps namespace

The dependency-related options have been moved under a new deps namespace with clearer names:

  • external -> deps.neverBundle
  • noExternal -> deps.alwaysBundle
  • inlineOnly -> deps.onlyAllowBundle
  • skipNodeModulesBundle -> deps.skipNodeModulesBundle

Before:

export default defineConfig({
  external: ['vue'],
  noExternal: ['lodash'],
})

After:

export default defineConfig({
  deps: {
    neverBundle: ['vue'],
    alwaysBundle: ['lodash'],
  },
})

The old options still work but are deprecated and will emit warnings.

failOnWarn default changed from 'ci-only' to false

If you relied on the previous behavior where warnings would fail the build in CI environments, you now need to explicitly set failOnWarn: true or failOnWarn: 'ci-only' in your config.

Node.js < 22.18.0 deprecated

tsdown now emits a deprecation warning when running on Node.js versions below 22.18.0. Plan to upgrade your Node.js version accordingly.

New Features

Experimental Node.js SEA executable bundling (exe)

tsdown can now bundle your TypeScript project into a standalone executable using Node.js Single Executable Applications (SEA). A new @tsdown/exe package provides cross-platform executable building support. See the exe documentation for details.

export default defineConfig({
  exe: true, // or { useCodeCache: true, useSnapshot: true }
</tr></table> 

... (truncated)

Commits
  • 5145496 chore: release v0.21.0
  • c5db6dc refactor(exe): improve nodeVersion type
  • ce7abe9 feat(exe): support latest and latest-lts for nodeVersion
  • 944e92a feat: support bundling .node files by default
  • 1183ad3 fix(css): remove empty js chunks (#799)
  • 0aae946 chore: upgrade rolldown
  • 9440739 chore: release v0.21.0-beta.5
  • d8a1f5c fix: resolve css files in node_modules (#795)
  • 0173c6e feat(exe)!: require Node >=25.7 and default format to esm (#798)
  • 288a5f0 feat(css): default css.transformer to lightningcss (#797)
  • Additional commits viewable in compare view

Updates vitest from 4.0.16 to 4.0.18

Release notes

Sourced from vitest's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

Commits

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

…ith 6 updates

Bumps the dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.3.10` | `2.4.6` |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.29.8` | `2.30.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.3` | `22.19.15` |
| [@yoshinani/style-guide](https://github.com/yoshinani-dev/style-guide) | `0.16.2` | `0.17.7` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.18.3` | `0.21.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.16` | `4.0.18` |



Updates `@biomejs/biome` from 2.3.10 to 2.4.6
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.6/packages/@biomejs/biome)

Updates `@changesets/cli` from 2.29.8 to 2.30.0
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/commits/@changesets/cli@2.30.0)

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

Updates `@yoshinani/style-guide` from 0.16.2 to 0.17.7
- [Release notes](https://github.com/yoshinani-dev/style-guide/releases)
- [Changelog](https://github.com/yoshinani-dev/style-guide/blob/main/CHANGELOG.md)
- [Commits](yoshinani-dev/style-guide@v0.16.2...v0.17.7)

Updates `tsdown` from 0.18.3 to 0.21.0
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.18.3...v0.21.0)

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

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@changesets/cli"
  dependency-version: 2.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 22.19.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@yoshinani/style-guide"
  dependency-version: 0.17.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: tsdown
  dependency-version: 0.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Mar 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@changeset-bot

changeset-bot Bot commented Mar 8, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 7b3594e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants