Skip to content

chore(deps-dev): bump the minor-development-deps group with 12 updates#1406

Closed
dependabot[bot] wants to merge 1 commit intonextfrom
dependabot/npm_and_yarn/minor-development-deps-3c97c324b3
Closed

chore(deps-dev): bump the minor-development-deps group with 12 updates#1406
dependabot[bot] wants to merge 1 commit intonextfrom
dependabot/npm_and_yarn/minor-development-deps-3c97c324b3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the minor-development-deps group with 12 updates:

Package From To
@biomejs/biome 2.3.11 2.3.13
@commitlint/cli 20.3.1 20.4.0
@commitlint/config-conventional 20.3.1 20.4.0
@oclif/test 4.1.15 4.1.16
@vitest/coverage-v8 4.0.17 4.0.18
@vitest/expect 4.0.17 4.0.18
knip 5.81.0 5.82.1
oclif 4.22.65 4.22.71
prettier 3.8.0 3.8.1
rollup 4.55.1 4.57.1
type-fest 5.4.1 5.4.3
vitest 4.0.17 4.0.18

Updates @biomejs/biome from 2.3.11 to 2.3.13

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.13

2.3.13

Patch Changes

  • #8815 f924f23 Thanks @​dyc3! - Improved useVueValidVOn to be more closely aligned with the source rule. It will now properly allow modifiers for all possible keyboard events. It should have better performance when there are no violations of the rule as well.

    Now treated valid:

    <div @keydown.arrow-down="handler"></div>
    <div @keydown.a="handler"></div>
    <div @keydown.b="handler"></div>
    <div @keydown.27="foo"></div>
  • #8856 85f81f9 Thanks @​dyc3! - Fixed #8710: Biome now parses Vue dynamic slot shorthand arguments that use template literals in [].

  • #8850 2a190e0 Thanks @​dyc3! - Fixed #8708: Tailwind @utility directives now parse functional utility names like px-* when Tailwind directives are enabled.

  • #8863 79386e0 Thanks @​dyc3! - Fixed an issue with biome migrate eslint where it couldn't detect rules for CSS, GraphQL, and HTML.

  • #8771 6f56b6e Thanks @​lghuahua! - Fix the --reporter=summary output incorrectly merging and displaying wrong issue counts for different rules. Fixes #8730

  • #8714 ac3a71f Thanks @​Netail! - Added new nursery rule use-consistent-enum-value-type. This rule disallows enums from having both number and string members.

What's Changed

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.3.13

Patch Changes

  • #8815 f924f23 Thanks @​dyc3! - Improved useVueValidVOn to be more closely aligned with the source rule. It will now properly allow modifiers for all possible keyboard events. It should have better performance when there are no violations of the rule as well.

    Now treated valid:

    <div @keydown.arrow-down="handler"></div>
    <div @keydown.a="handler"></div>
    <div @keydown.b="handler"></div>
    <div @keydown.27="foo"></div>
  • #8856 85f81f9 Thanks @​dyc3! - Fixed #8710: Biome now parses Vue dynamic slot shorthand arguments that use template literals in [].

  • #8850 2a190e0 Thanks @​dyc3! - Fixed #8708: Tailwind @utility directives now parse functional utility names like px-* when Tailwind directives are enabled.

  • #8863 79386e0 Thanks @​dyc3! - Fixed an issue with biome migrate eslint where it couldn't detect rules for CSS, GraphQL, and HTML.

  • #8771 6f56b6e Thanks @​lghuahua! - Fix the --reporter=summary output incorrectly merging and displaying wrong issue counts for different rules. Fixes #8730

  • #8714 ac3a71f Thanks @​Netail! - Added new nursery rule use-consistent-enum-value-type. This rule disallows enums from having both number and string members.

2.3.12

Patch Changes

  • #8653 047576d Thanks @​dyc3! - Added new nursery rule noDuplicateAttributes to forbid duplicate attributes in HTML elements.

  • #8648 96d09f4 Thanks @​BaeSeokJae! - Added a new nursery rule noVueOptionsApi.

    Biome now reports Vue Options API usage, which is incompatible with Vue 3.6's Vapor Mode. This rule detects Options API patterns in <script> blocks, defineComponent(), and createApp() calls, helping prepare codebases for Vapor Mode adoption.

    For example, the following now triggers this rule:

    <script>
    export default {
      data() {
        return { count: 0 };
      },
    };
    </script>
  • #8832 b08270b Thanks @​Exudev! - Fixed #8809, #7985, and #8136: the noSecrets rule no longer reports false positives on common CamelCase identifiers like paddingBottom, backgroundColor, unhandledRejection, uncaughtException, and IngestGatewayLogGroup.

... (truncated)

Commits

Updates @commitlint/cli from 20.3.1 to 20.4.0

Release notes

Sourced from @​commitlint/cli's releases.

v20.4.0

20.4.0 (2026-01-30)

Features

Refactor

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.3.1...v20.4.0

Changelog

Sourced from @​commitlint/cli's changelog.

20.4.0 (2026-01-30)

Features

Commits

Updates @commitlint/config-conventional from 20.3.1 to 20.4.0

Release notes

Sourced from @​commitlint/config-conventional's releases.

v20.4.0

20.4.0 (2026-01-30)

Features

Refactor

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.3.1...v20.4.0

Changelog

Sourced from @​commitlint/config-conventional's changelog.

20.4.0 (2026-01-30)

Features

Commits

Updates @oclif/test from 4.1.15 to 4.1.16

Release notes

Sourced from @​oclif/test's releases.

4.1.16

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (dab8924)
Changelog

Sourced from @​oclif/test's changelog.

4.1.16 (2026-01-22)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (dab8924)
Commits
  • 6d70b3c chore(release): 4.1.16 [skip ci]
  • 3b31c66 Merge pull request #853 from oclif/dependabot-npm_and_yarn-lodash-4.17.23
  • dab8924 fix(deps): bump lodash from 4.17.21 to 4.17.23
  • dfa5f93 Merge pull request #850 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 248b925 Merge pull request #851 from oclif/dependabot-npm_and_yarn-prettier-3.8.0
  • 5fffaf1 chore(dev-deps): bump prettier from 3.7.4 to 3.8.0
  • cb63f61 chore(dev-deps): bump eslint-config-oclif from 6.0.129 to 6.0.130
  • 19b4684 Merge pull request #849 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • dc894e6 chore(dev-deps): bump eslint-config-oclif from 6.0.128 to 6.0.129
  • 52e55e0 Merge pull request #848 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • Additional commits viewable in compare view

Updates @vitest/coverage-v8 from 4.0.17 to 4.0.18

Release notes

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

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/expect from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/expect's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates knip from 5.81.0 to 5.82.1

Release notes

Sourced from knip's releases.

Release 5.82.1

  • Add vsce + ovsx verify PATs (6bec12857f9278c07685388eac3f9d475b63d5df)
  • Improve coverage for isReferencedInExport types (570eafe3a69cc2738e5aabb800cc9dd0076b83ca)

Release 5.82.0

  • Release @​knip/create-config@​1.2.0 (31eaaf544c88bd4c26003025da515a0f8ac134dd)
  • Update docs (0384673619ad523cfc936b7c7c465010de40f5b1)
  • Add config load error hint + example env var fixes (close #1470) (844beb008dc155b8b04fee085949c9e32513f409)
  • Improve mdx "compiler" (resolve #1471) (cd145e2a189be3be37ca997ad3aa0d96c90270be)
  • Add and use deputy.addIgnoredUnresolved (4f6d9e5c9216fe9743ddaec1fa8f71d4fc33469f)
  • Unescape regex in config hint output (b51772648213276b960fd11d93a4c1df01c3ba4d)
  • Create new sveltekit plugin (split from svelte) (714af2e7908f3493c27b1c2f74b617e9a2d3c4d6)
  • Use bun@1.2.22 (cf5bae269428b87a1f1c84aa49654399b910d484)
  • Detect and install none installed packages (#1473) (abefd095a798b0356b1952dcbc74a6f851b69ab0) - thanks @​AlexanderKaran!
  • Auto-format (443017526c47e1095bd6b44babc1fb2639a28cde)
Commits
  • a306f49 Release knip@5.82.1
  • 570eafe Improve coverage for isReferencedInExport types
  • afd268a Release knip@5.82.0
  • 714af2e Create new sveltekit plugin (split from svelte)
  • b517726 Unescape regex in config hint output
  • 4f6d9e5 Add and use deputy.addIgnoredUnresolved
  • cd145e2 Improve mdx "compiler" (resolve #1471)
  • 844beb0 Add config load error hint + example env var fixes (close #1470)
  • See full diff in compare view

Updates oclif from 4.22.65 to 4.22.71

Release notes

Sourced from oclif's releases.

4.22.71

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.971.0 to 3.980.0 (cd05550)

4.22.70

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (952de14)

4.22.69

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.971.0 to 3.975.0 (7cc32c4)

4.22.68

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (6685eed)

4.22.67

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.966.0 to 3.971.0 (ed0aada)

4.22.66

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.966.0 to 3.971.0 (675d038)
Changelog

Sourced from oclif's changelog.

4.22.71 (2026-02-01)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.971.0 to 3.980.0 (cd05550)

4.22.70 (2026-01-26)

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (952de14)

4.22.69 (2026-01-25)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.971.0 to 3.975.0 (7cc32c4)

4.22.68 (2026-01-22)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (6685eed)

4.22.67 (2026-01-18)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.966.0 to 3.971.0 (ed0aada)

4.22.66 (2026-01-18)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.966.0 to 3.971.0 (675d038)
Commits
  • b84f7d9 chore(release): 4.22.71 [skip ci]
  • 69df4cf Merge pull request #1967 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • cd05550 fix(deps): bump @​aws-sdk/client-cloudfront from 3.971.0 to 3.980.0
  • 8db1003 chore(release): 4.22.70 [skip ci]
  • 0045af5 Merge pull request #1958 from oclif/dependabot-npm_and_yarn-oclif-plugin-warn...
  • d1de688 Merge pull request #1959 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 56548b3 chore(release): 4.22.69 [skip ci]
  • b802f29 Merge pull request #1960 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • 2f7537c Merge pull request #1961 from oclif/dependabot-npm_and_yarn-prettier-3.8.1
  • ff34682 Merge pull request #1962 from oclif/dependabot-npm_and_yarn-oclif-test-4.1.16
  • Additional commits viewable in compare view

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates rollup from 4.55.1 to 4.57.1

Release notes

Sourced from rollup's releases.

v4.57.1

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

v4.57.0

4.57.0

2026-01-27

Features

  • Add import attributes to all plugin hooks that did not provide them yet (#5700)
  • Deprecate returning import attributes from load or transform hooks as that will no longer be supported with rollup 5 (#5700)

Pull Requests

v4.56.0

4.56.0

2026-01-22

Features

  • Track object property inclusions of dynamic namespace members (#6230)

Bug Fixes

  • Handle methods that access dynamically imported namespace members via this (#6230)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

4.57.0

2026-01-27

Features

  • Add import attributes to all plugin hooks that did not provide them yet (#5700)
  • Deprecate returning import attributes from load or transform hooks as that will no longer be supported with rollup 5 (#5700)

Pull Requests

4.56.0

2026-01-22

Features

  • Track object property inclusions of dynamic namespace members (#6230)

Bug Fixes

  • Handle methods that access dynamically imported namespace members via this (#6230)

Pull Requests

... (truncated)

Commits
  • d37675f 4.57.1
  • eafac0b chore(deps): lock file maintenance (#6255)
  • 47fa568 chore(deps): update dependency lru-cache to v11 (#6252)
  • 416f476 Fully include dynamic imports in a try-catch (#6254)
  • 5e393e3 fix: Isolate and cache process.report.getReport() calls in a child process ...
  • c931d23 chore(deps): lock file maintenance minor/patch updates (#6253)
  • c79e6c2 Mitigate vulnerability that would allow to steal credentials
  • 743d054 4.57.0
  • 74121c7 extend more hooks to include import attributes and add warnings (#5700)
  • c519d82 Refactor to reduce Rollup 5 upgrade diff (#6246)
  • Additional commits viewable in compare view

Updates type-fest from 5.4.1 to 5.4.3

Release notes

Sourced from type-fest's releases.

v5.4.3

  • Merge: Fix idempotency, so Merge<A, A> returns A (#1336) 99e35a2
  • Paths: Fix behavior with generic types (#1343) 8f0419c

sindresorhus/type-fest@v5.4.2...v5.4.3

v5.4.2

  • SimplifyDeep: Fix behavior with arrays (#1337) a2a180d
  • Merge: Fix behavior with unions (#1327) fa55f48

sindresorhus/type-fest@v5.4.1...v5.4.2

Commits

Updates vitest from 4.0.17 to 4.0.18

Release notes

Sourced from vitest's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 4d3e3c6 chore: release v4.0.18
  • ea837de feat(experimental): add onModuleRunner hook to worker.init (#9286)

Bumps the minor-development-deps group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.3.11` | `2.3.13` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `20.3.1` | `20.4.0` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `20.3.1` | `20.4.0` |
| [@oclif/test](https://github.com/oclif/test) | `4.1.15` | `4.1.16` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.17` | `4.0.18` |
| [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect) | `4.0.17` | `4.0.18` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.81.0` | `5.82.1` |
| [oclif](https://github.com/oclif/oclif) | `4.22.65` | `4.22.71` |
| [prettier](https://github.com/prettier/prettier) | `3.8.0` | `3.8.1` |
| [rollup](https://github.com/rollup/rollup) | `4.55.1` | `4.57.1` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `5.4.1` | `5.4.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.17` | `4.0.18` |


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

Updates `@commitlint/cli` from 20.3.1 to 20.4.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.0/@commitlint/cli)

Updates `@commitlint/config-conventional` from 20.3.1 to 20.4.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.0/@commitlint/config-conventional)

Updates `@oclif/test` from 4.1.15 to 4.1.16
- [Release notes](https://github.com/oclif/test/releases)
- [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
- [Commits](oclif/test@4.1.15...4.1.16)

Updates `@vitest/coverage-v8` from 4.0.17 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/coverage-v8)

Updates `@vitest/expect` from 4.0.17 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/expect)

Updates `knip` from 5.81.0 to 5.82.1
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@5.82.1/packages/knip)

Updates `oclif` from 4.22.65 to 4.22.71
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.22.65...4.22.71)

Updates `prettier` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.0...3.8.1)

Updates `rollup` from 4.55.1 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.55.1...v4.57.1)

Updates `type-fest` from 5.4.1 to 5.4.3
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v5.4.1...v5.4.3)

Updates `vitest` from 4.0.17 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.3.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@commitlint/cli"
  dependency-version: 20.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 20.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: "@oclif/test"
  dependency-version: 4.1.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@vitest/expect"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: knip
  dependency-version: 5.82.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: oclif
  dependency-version: 4.22.71
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: rollup
  dependency-version: 4.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: type-fest
  dependency-version: 5.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Feb 2, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-development-deps-3c97c324b3 branch February 2, 2026 17:39
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants