Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 13, 2025

Bumps the development-dependencies group with 6 updates:

Package From To
@biomejs/biome 1.9.4 2.3.5
@types/node 20.19.25 24.10.1
vitest 1.6.1 4.0.8
ini 5.0.0 6.0.0
@vitest/ui 2.1.9 4.0.8
tinybench 2.9.0 5.1.0

Updates @biomejs/biome from 1.9.4 to 2.3.5

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.5

2.3.5

Patch Changes

  • #8023 96f3e77 Thanks @​ematipico! - Added support Svelte syntax {@html}. Biome now is able to parse and format the Svelte syntax {@html}:

    -{@html   'div'}
    +{@html 'div'}

    The contents of the expressions inside the {@html <expression>} aren't formatted yet.

  • #8058 5f68bcc Thanks @​ematipico! - Fixed a bug where the Biome Language Server would enable its project file watcher even when no project rules were enabled.

    Now the watching of nested configuration files and nested ignore files is delegated to the editor, if their LSP spec supports it.

  • #8023 96f3e77 Thanks @​ematipico! - Added support Svelte syntax {@render}. Biome now is able to parse and format the Svelte syntax {@render}:

    -{@render   sum(1, 2)   }
    +{@render sum(1, 2)}

    The contents of the expressions inside the {@render <expression>} aren't formatted yet.

  • #8006 f0612a5 Thanks @​Bertie690! - Updated documentation and diagnostic for lint/complexity/noBannedTypes. The rule should have a more detailed description and diagnostic error message.

  • #8039 da70d8b Thanks @​PFiS1737! - Biome now keeps a blank line after the frontmatter section in Astro files.

  • #8042 b7efa6f Thanks @​dyc3! - The CSS Parser, with tailwindDirectives enabled, will now accept at rules like @media and @supports in @custom-variant shorthand syntax.

  • #8064 3ff9d45 Thanks @​dibashthapa! - Fixed #7967: Fixed the issue with support for advanced SVG props

  • #8023 96f3e77 Thanks @​ematipico! - Added support Svelte syntax {@attach}. Biome now is able to parse and format the Svelte syntax {@attach}:

    -<div {@attach    myAttachment   }>...</div>
    +<div {@attach myAttachment}>...</div>

    The contents of the expressions inside the {@attach <expression>} aren't formatted yet.

  • #8001 6e8a50e Thanks @​ematipico! - Added support Svelte syntax {#key}. Biome now is able to parse and format the Svelte syntax {#key}:

    -{#key   expression} <div></div> {/key}
    +{#key expression}

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.3.5

Patch Changes

  • #8023 96f3e77 Thanks @​ematipico! - Added support Svelte syntax {@html}. Biome now is able to parse and format the Svelte syntax {@html}:

    -{@html   'div'}
    +{@html 'div'}

    The contents of the expressions inside the {@html <expression>} aren't formatted yet.

  • #8058 5f68bcc Thanks @​ematipico! - Fixed a bug where the Biome Language Server would enable its project file watcher even when no project rules were enabled.

    Now the watching of nested configuration files and nested ignore files is delegated to the editor, if their LSP spec supports it.

  • #8023 96f3e77 Thanks @​ematipico! - Added support Svelte syntax {@render}. Biome now is able to parse and format the Svelte syntax {@render}:

    -{@render   sum(1, 2)   }
    +{@render sum(1, 2)}

    The contents of the expressions inside the {@render <expression>} aren't formatted yet.

  • #8006 f0612a5 Thanks @​Bertie690! - Updated documentation and diagnostic for lint/complexity/noBannedTypes. The rule should have a more detailed description and diagnostic error message.

  • #8039 da70d8b Thanks @​PFiS1737! - Biome now keeps a blank line after the frontmatter section in Astro files.

  • #8042 b7efa6f Thanks @​dyc3! - The CSS Parser, with tailwindDirectives enabled, will now accept at rules like @media and @supports in @custom-variant shorthand syntax.

  • #8064 3ff9d45 Thanks @​dibashthapa! - Fixed #7967: Fixed the issue with support for advanced SVG props

  • #8023 96f3e77 Thanks @​ematipico! - Added support Svelte syntax {@attach}. Biome now is able to parse and format the Svelte syntax {@attach}:

    -<div {@attach    myAttachment   }>...</div>
    +<div {@attach myAttachment}>...</div>

    The contents of the expressions inside the {@attach <expression>} aren't formatted yet.

  • #8001 6e8a50e Thanks @​ematipico! - Added support Svelte syntax {#key}. Biome now is able to parse and format the Svelte syntax {#key}:

    -{#key   expression} <div></div> {/key}
    +{#key expression}
    +  <div></div>
    +{/key}

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ematipico, a new releaser for @​biomejs/biome since your current version.


Updates @types/node from 20.19.25 to 24.10.1

Commits

Updates vitest from 1.6.1 to 4.0.8

Release notes

Sourced from vitest's releases.

v4.0.8

   🐞 Bug Fixes

    View changes on GitHub

v4.0.7

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.0.6

   🐞 Bug Fixes

... (truncated)

Commits
  • 46bfd09 chore: release v4.0.8
  • c79f47c fix(forks): do not fail with Windows Defender enabled (#8967)
  • 7ed99cd chore: remove unnecessery values() call for set (#8964)
  • 9a9323b chore(deps): update dependency @​antfu/eslint-config to v6 (#8832)
  • 46b3529 chore(deps): update dependency jsdom to v27 (#8700)
  • 65292c3 docs: update structure (#8625)
  • da8b93a fix(deps): update all non-major dependencies (#8636)
  • bcb132f fix: workaround noExternal merging bug on Vite 6 (#8950)
  • 1f5d9d2 chore: release v4.0.7
  • a1b7361 fix(jsdom): support URL.createObjectURL, FormData.set(prop, blob) (#8935)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates ini from 5.0.0 to 6.0.0

Release notes

Sourced from ini's releases.

v6.0.0

6.0.0 (2025-10-22)

⚠️ BREAKING CHANGES

  • ini now supports node ^20.17.0 || >=22.9.0

Bug Fixes

Chores

Changelog

Sourced from ini's changelog.

6.0.0 (2025-10-22)

⚠️ BREAKING CHANGES

  • ini now supports node ^20.17.0 || >=22.9.0

Bug Fixes

Chores

Commits
  • 180a8d5 chore: release 6.0.0 (#292)
  • 6d395a4 fix!: align to npm 11 node engine range (#291)
  • 23a36a9 chore: bump @​npmcli/template-oss from 4.26.0 to 4.27.1 (#290)
  • 3236938 chore: bump @​npmcli/template-oss from 4.25.1 to 4.26.0 (#288)
  • fc66a25 chore: bump @​npmcli/template-oss from 4.25.0 to 4.25.1 (#287)
  • d7ce901 chore: bump @​npmcli/template-oss from 4.24.4 to 4.25.0 (#286)
  • 0ce4545 chore: bump @​npmcli/template-oss from 4.24.3 to 4.24.4 (#285)
  • e9a06ad chore: bump @​npmcli/template-oss from 4.23.3 to 4.24.3 (#284)
  • See full diff in compare view
Maintainer changes

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


Updates @vitest/ui from 2.1.9 to 4.0.8

Release notes

Sourced from @​vitest/ui's releases.

v4.0.8

   🐞 Bug Fixes

    View changes on GitHub

v4.0.7

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.0.6

   🐞 Bug Fixes

... (truncated)

Commits
Maintainer changes

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


Updates tinybench from 2.9.0 to 5.1.0

Release notes

Sourced from tinybench's releases.

v5.1.0

   🚀 Features

    View changes on GitHub

v5.0.1

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v4.1.0

   🚀 Features

    View changes on GitHub

v4.0.1

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits
  • eb6fb5d chore: release v5.1.0
  • c6b201d chore(deps-dev): apply updates
  • 7b166ae chore(deps-dev): bump the regular group across 1 directory with 7 updates (#367)
  • 2b1b52d chore(deps-dev): bump @​types/node from 24.8.0 to 24.8.1 in the regular group ...
  • f372161 feat: add AbortSignal support at the task level (#364)
  • 68d61ce chore(deps): bump actions/setup-node from 5 to 6 (#361)
  • 539b73d chore(deps-dev): apply updates
  • 82bed95 chore(deps-dev): apply updates
  • 2004d49 chore(deps-dev): bump the regular group across 1 directory with 4 updates (#355)
  • ebba432 chore(deps-dev): bump typescript from 5.9.2 to 5.9.3 in the typescript group ...
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 13, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-d264024ada branch from 2a62732 to eb18926 Compare November 13, 2025 15:09
@vercel
Copy link

vercel bot commented Nov 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
molt Ready Ready Preview, Comment Dec 15, 2025 1:34pm

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-d264024ada branch from eb18926 to f3d4905 Compare November 13, 2025 15:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-d264024ada branch from f3d4905 to 3371d8a Compare November 13, 2025 15:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-d264024ada branch from 3371d8a to d335ad8 Compare November 13, 2025 15:36
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-d264024ada branch from d335ad8 to 25541f4 Compare November 13, 2025 16:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-d264024ada branch from 25541f4 to 68e0be2 Compare November 13, 2025 16:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-d264024ada branch from 68e0be2 to bb908c9 Compare November 13, 2025 16:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-d264024ada branch from bb908c9 to 7b76a9d Compare November 13, 2025 17:01
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-d264024ada branch from 7b76a9d to 70f4874 Compare November 24, 2025 14:24
Bumps the development-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.9.4` | `2.3.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.25` | `24.10.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.6.1` | `4.0.8` |
| [ini](https://github.com/npm/ini) | `5.0.0` | `6.0.0` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `2.1.9` | `4.0.8` |
| [tinybench](https://github.com/tinylibs/tinybench) | `2.9.0` | `5.1.0` |


Updates `@biomejs/biome` from 1.9.4 to 2.3.5
- [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/[email protected]/packages/@biomejs/biome)

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

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

Updates `ini` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](npm/ini@v5.0.0...v6.0.0)

Updates `@vitest/ui` from 2.1.9 to 4.0.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.8/packages/ui)

Updates `tinybench` from 2.9.0 to 5.1.0
- [Release notes](https://github.com/tinylibs/tinybench/releases)
- [Commits](tinylibs/tinybench@v2.9.0...v5.1.0)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.3.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.10.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: vitest
  dependency-version: 4.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: ini
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@vitest/ui"
  dependency-version: 4.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: tinybench
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-d264024ada branch from 70f4874 to e8d115c Compare December 15, 2025 13:34
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