Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dev-dependencies-426187506c
Open

chore(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates#37
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dev-dependencies-426187506c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2026

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

Package From To
@biomejs/biome 2.3.10 2.3.11
@types/node 22.19.3 22.19.7
@yoshinani/style-guide 0.16.2 0.17.1
tsdown 0.18.3 0.19.0
vitest 4.0.16 4.0.17

Updates @biomejs/biome from 2.3.10 to 2.3.11

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.11

2.3.11

Patch Changes

  • #8583 83be210 Thanks @​dyc3! - Added the new nursery rule useVueValidTemplateRoot.

    This rule validates only root-level \<template> elements in Vue single-file components. If the \<template> has a src attribute, it must be empty. Otherwise, it must contain content.

    Invalid examples:

    \<template src="./foo.html">content</template>
    \<template></template>

    Valid examples:

    \<template>content</template>
    \<template src="./foo.html"></template>
  • #8586 df8fe06 Thanks @​dyc3! - Added a new nursery rule useVueConsistentVBindStyle. Enforces consistent v-bind style (:prop shorthand vs v-bind:prop longhand). Default prefers shorthand; configurable via rule options.

  • #8587 9a8c98d Thanks @​dyc3! - Added the rule useVueVForKey, which enforces that any element using v-for also specifies a key.

    Invalid

    <li v-for="item in items">{{ item }}</li>

    Valid

    <li v-for="item in items" :key="item.id">{{ item }}</li>
  • #8586 df8fe06 Thanks @​dyc3! - Added a new nursery rule useVueConsistentVOnStyle. Enforces consistent v-on style (@event shorthand vs v-on:event longhand). Default prefers shorthand; configurable via rule options.

  • #8583 83be210 Thanks @​dyc3! - Added the new nursery rule useVueValidVOnce. Enforces that usages of the v-once directive in Vue.js SFC are valid.

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.3.11

Patch Changes

  • #8583 83be210 Thanks @​dyc3! - Added the new nursery rule useVueValidTemplateRoot.

    This rule validates only root-level \<template> elements in Vue single-file components. If the \<template> has a src attribute, it must be empty. Otherwise, it must contain content.

    Invalid examples:

    \<template src="./foo.html">content</template>
    \<template></template>

    Valid examples:

    \<template>content</template>
    \<template src="./foo.html"></template>
  • #8586 df8fe06 Thanks @​dyc3! - Added a new nursery rule useVueConsistentVBindStyle. Enforces consistent v-bind style (:prop shorthand vs v-bind:prop longhand). Default prefers shorthand; configurable via rule options.

  • #8587 9a8c98d Thanks @​dyc3! - Added the rule useVueVForKey, which enforces that any element using v-for also specifies a key.

    Invalid

    <li v-for="item in items">{{ item }}</li>

    Valid

    <li v-for="item in items" :key="item.id">{{ item }}</li>
  • #8586 df8fe06 Thanks @​dyc3! - Added a new nursery rule useVueConsistentVOnStyle. Enforces consistent v-on style (@event shorthand vs v-on:event longhand). Default prefers shorthand; configurable via rule options.

  • #8583 83be210 Thanks @​dyc3! - Added the new nursery rule useVueValidVOnce. Enforces that usages of the v-once directive in Vue.js SFC are valid.

    <!-- Valid -->

... (truncated)

Commits
  • 1550e73 ci: release (#8507)
  • a3a27a7 feat(analyze/html/vue): add useVueVapor rule (#8644)
  • 9a8c98d feat(analyze/html/vue): add useVueVForKey (#8587)
  • ab9af9a feat: no-jsx-props-bind (#7410)
  • df8fe06 feat(analyze/html/vue): add v-bind/v-on style rules (#8586)
  • 83be210 feat(analyze/html/vue): add a few more simple vue lint rules (#8583)
  • a3a1ad2 feat(biome_js_analyze): port noBeforeInteractiveScriptOutsideDocument from ...
  • 9dd9ca7 feat(graphql_analyze): implement useUniqueArgumentNames (#8591)
  • 5e85d43 feat(graphql_analyze): implement useUniqueFieldDefinitionNames (#8598)
  • a5f59cd feat(graphql_analyze): implement useUniqueInputFieldNames (#8592)
  • Additional commits viewable in compare view

Updates @types/node from 22.19.3 to 22.19.7

Commits

Updates @yoshinani/style-guide from 0.16.2 to 0.17.1

Release notes

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

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.1

Patch Changes

  • bcb407f: 辞書にvercelを追加

0.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
Commits
  • d64061a Merge pull request #166 from yoshinani-dev/changeset-release/main
  • 2546c5d release: changeset publish
  • 99df18d Merge pull request #169 from yoshinani-dev/feature/run-ci-tag
  • b9d5703 feat: run-ciタグをつけたらcheckが強制的に回るようにした
  • 3ba4ac7 Merge pull request #168 from yoshinani-dev/revert-167-feature/changesets-app-...
  • bf206f0 Revert "feat: changesetsのリリースプルリク作成にapp tokenを使用"
  • 73bea7c Merge pull request #167 from yoshinani-dev/feature/changesets-app-token
  • c45799d feat: changesetsのリリースプルリク作成にapp tokenを使用
  • bb25732 Merge pull request #165 from yoshinani-dev/feature/add-words
  • bcb407f feat: 辞書にvercelを追加
  • Additional commits viewable in compare view

Updates tsdown from 0.18.3 to 0.19.0

Release notes

Sourced from tsdown's releases.

v0.19.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v0.19.0-beta.5

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.19.0-beta.4

   🚀 Features

... (truncated)

Commits
  • d715641 chore: release v0.19.0
  • c33bd76 test: expect warning messages
  • 7703a69 chore: upgrade deps
  • b02b07c docs: update outputOptions.comments to legalComments (#702)
  • 78efddf feat: clear console on rebuild start
  • beeffb2 fix(cjs): update version check for require ESM support
  • 0a63a60 refactor(shims): improve shim file path resolution (#700)
  • 075fa8b chore: release v0.19.0-beta.5
  • d564fd8 feat: upgrade rolldown to 1.0.0-beta.59
  • c9acbf9 feat: expose resolveUserConfig
  • Additional commits viewable in compare view

Updates vitest from 4.0.16 to 4.0.17

Release notes

Sourced from vitest's releases.

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • dd54e94 chore: release v4.0.17
  • 59f92d4 fix(fsModuleCache): add importers alongside importedModules (#9423)
  • 751364e fix(fsModuleCache): don't store importers in cache (#9422)
  • 4b67fc2 fix: typo in browser.provider error (#9394)
  • 40841ff fix: handle null options in addEventHandler #9371 (#9372)
  • 200dadb fix(pool): handle worker start failures gracefully (#9337)
  • 1500654 fix(browser): support fileParallelism on an instance (#9328)
  • a8a8836 fix(pool): validate environment options when reusing the worker (#9349)
  • 7b10ab4 fix(typecheck): improve error message when tsc outputs help text (#9214)
  • 876cb84 feat: support TRACEPARENT and TRACESTATE environment variables for OpenTeleme...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 5 updates

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

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.3.10` | `2.3.11` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.3` | `22.19.7` |
| [@yoshinani/style-guide](https://github.com/yoshinani-dev/style-guide) | `0.16.2` | `0.17.1` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.18.3` | `0.19.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.16` | `4.0.17` |



Updates `@biomejs/biome` from 2.3.10 to 2.3.11
- [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.3.11/packages/@biomejs/biome)

Updates `@types/node` from 22.19.3 to 22.19.7
- [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.1
- [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.1)

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

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

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.3.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 22.19.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@yoshinani/style-guide"
  dependency-version: 0.17.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: tsdown
  dependency-version: 0.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-version: 4.0.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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

dependabot bot commented on behalf of github Jan 18, 2026

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
Copy link

changeset-bot bot commented Jan 18, 2026

⚠️ No Changeset found

Latest commit: ad4abb8

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