Skip to content

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

Merged
Vrtak-CZ merged 1 commit intomainfrom
dependabot/bun/development-722e05e251
Mar 2, 2026
Merged

deps(dev): bump the development group across 1 directory with 5 updates#10
Vrtak-CZ merged 1 commit intomainfrom
dependabot/bun/development-722e05e251

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
@biomejs/biome 2.4.4 2.4.5
chrome-devtools-mcp 0.18.0 0.18.1
@storybook/react 8.6.17 10.2.14
@storybook/react-vite 8.6.17 10.2.14
storybook 8.6.17 10.2.14

Updates @biomejs/biome from 2.4.4 to 2.4.5

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.4.5

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";
    const myStr = "Hello from vitest!";
    it("should be a string", () => {
    expectTypeOf(myStr).toBeString();
    });
    test("should still be a string", () => {
    assertType<string>(myStr);
    });
    it.todo("should still still be a string", () => {
    assert(typeof myStr === "string");
    });

  • #9173 32dad2d Thanks @​dyc3! - Added parsing support for Svelte's new comments-in-tags feature.

    The HTML parser will now accept JS style comments in tags in Svelte files.

    <button
      // single-line comment
      onclick={doTheThing}
    >click me</button>
    <div

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

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";
    const myStr = "Hello from vitest!";
    it("should be a string", () => {
    expectTypeOf(myStr).toBeString();
    });
    test("should still be a string", () => {
    assertType<string>(myStr);
    });
    it.todo("should still still be a string", () => {
    assert(typeof myStr === "string");
    });

  • #9173 32dad2d Thanks @​dyc3! - Added parsing support for Svelte's new comments-in-tags feature.

    The HTML parser will now accept JS style comments in tags in Svelte files.

    <button
      // single-line comment
      onclick={doTheThing}
    >click me</button>
    <div
    /* block comment */
    class="foo"

... (truncated)

Commits

Updates chrome-devtools-mcp from 0.18.0 to 0.18.1

Release notes

Sourced from chrome-devtools-mcp's releases.

chrome-devtools-mcp: v0.18.1

0.18.1 (2026-02-25)

🛠️ Fixes

  • remove endsWith for filePath in memory tools (#1041) (d0622d5)
Changelog

Sourced from chrome-devtools-mcp's changelog.

0.18.1 (2026-02-25)

🛠️ Fixes

  • remove endsWith for filePath in memory tools (#1041) (d0622d5)
Commits

Updates @storybook/react from 8.6.17 to 10.2.14

Release notes

Sourced from @​storybook/react's releases.

v10.2.14

10.2.14

v10.2.13

10.2.13

v10.2.12

10.2.12

v10.2.11

10.2.11

v10.2.10

10.2.10

v10.2.9

10.2.9

v10.2.8

10.2.8

... (truncated)

Changelog

Sourced from @​storybook/react's changelog.

10.2.14

10.2.13

10.2.12

10.2.11

10.2.10

10.2.9

10.2.8

10.2.7

... (truncated)

Commits
  • 8392ec0 Bump version from "10.2.13" to "10.2.14" [skip ci]
  • 305b534 Bump version from "10.2.12" to "10.2.13" [skip ci]
  • 68f811f Bump version from "10.2.11" to "10.2.12" [skip ci]
  • be01dca Bump version from "10.2.10" to "10.2.11" [skip ci]
  • 4785d5d Merge pull request #33878 from storybookjs/kasper/fix-manifest-stories-no-title
  • cc2a7ab Merge pull request #33709 from storybookjs/jeppe/use-correct-story-name-in-ma...
  • c812573 Bump version from "10.2.9" to "10.2.10" [skip ci]
  • 4cdde82 Bump version from "10.2.8" to "10.2.9" [skip ci]
  • 719b6ca Bump version from "10.2.7" to "10.2.8" [skip ci]
  • 8d687ec Bump version from "10.2.6" to "10.2.7" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/react-vite from 8.6.17 to 10.2.14

Release notes

Sourced from @​storybook/react-vite's releases.

v10.2.14

10.2.14

v10.2.13

10.2.13

v10.2.12

10.2.12

v10.2.11

10.2.11

v10.2.10

10.2.10

v10.2.9

10.2.9

v10.2.8

10.2.8

... (truncated)

Changelog

Sourced from @​storybook/react-vite's changelog.

10.2.14

10.2.13

10.2.12

10.2.11

10.2.10

10.2.9

10.2.8

10.2.7

... (truncated)

Commits
  • 8392ec0 Bump version from "10.2.13" to "10.2.14" [skip ci]
  • 305b534 Bump version from "10.2.12" to "10.2.13" [skip ci]
  • 68f811f Bump version from "10.2.11" to "10.2.12" [skip ci]
  • be01dca Bump version from "10.2.10" to "10.2.11" [skip ci]
  • c812573 Bump version from "10.2.9" to "10.2.10" [skip ci]
  • 4cdde82 Bump version from "10.2.8" to "10.2.9" [skip ci]
  • eb607d3 Merge pull request #33810 from storybookjs/valentin/fix-sec-issue
  • 719b6ca Bump version from "10.2.7" to "10.2.8" [skip ci]
  • 8d687ec Bump version from "10.2.6" to "10.2.7" [skip ci]
  • cc0d1f9 Bump version from "10.2.5" to "10.2.6" [skip ci]
  • Additional commits viewable in compare view

Updates storybook from 8.6.17 to 10.2.14

Release notes

Sourced from storybook's releases.

v10.2.14

10.2.14

v10.2.13

10.2.13

v10.2.12

10.2.12

v10.2.11

10.2.11

v10.2.10

10.2.10

v10.2.9

10.2.9

v10.2.8

10.2.8

... (truncated)

Changelog

Sourced from storybook's changelog.

10.2.14

10.2.13

10.2.12

10.2.11

10.2.10

10.2.9

10.2.8

10.2.7

... (truncated)

Commits
  • 8392ec0 Bump version from "10.2.13" to "10.2.14" [skip ci]
  • 0cdefdd Merge pull request #33931 from abhayinh/fix/tags-filter-undefined
  • 18301b4 Merge pull request #33938 from storybookjs/yann/add-storybook-to-process-env
  • 305b534 Bump version from "10.2.12" to "10.2.13" [skip ci]
  • 91e7401 Merge pull request #33922 from storybookjs/valentin/fix-performance-in-infer-...
  • 68f811f Bump version from "10.2.11" to "10.2.12" [skip ci]
  • 9d6cde2 Merge pull request #33868 from storybookjs/valentin/sanitize-save-from-contro...
  • b13d696 Merge pull request #33910 from storybookjs/shilman/add-project-since
  • be01dca Bump version from "10.2.10" to "10.2.11" [skip ci]
  • c527821 Merge pull request #33888 from storybookjs/valentin/fix-addon-vitest-a11y-set...
  • 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

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

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.4` | `2.4.5` |
| [chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp) | `0.18.0` | `0.18.1` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.6.17` | `10.2.14` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.6.17` | `10.2.14` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `8.6.17` | `10.2.14` |



Updates `@biomejs/biome` from 2.4.4 to 2.4.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/biome@2.4.5/packages/@biomejs/biome)

Updates `chrome-devtools-mcp` from 0.18.0 to 0.18.1
- [Release notes](https://github.com/ChromeDevTools/chrome-devtools-mcp/releases)
- [Changelog](https://github.com/ChromeDevTools/chrome-devtools-mcp/blob/main/CHANGELOG.md)
- [Commits](ChromeDevTools/chrome-devtools-mcp@chrome-devtools-mcp-v0.18.0...chrome-devtools-mcp-v0.18.1)

Updates `@storybook/react` from 8.6.17 to 10.2.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.14/code/renderers/react)

Updates `@storybook/react-vite` from 8.6.17 to 10.2.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.14/code/frameworks/react-vite)

Updates `storybook` from 8.6.17 to 10.2.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.14/code/core)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: chrome-devtools-mcp
  dependency-version: 0.18.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@storybook/react"
  dependency-version: 10.2.14
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@storybook/react-vite"
  dependency-version: 10.2.14
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: storybook
  dependency-version: 10.2.14
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 2, 2026
@Vrtak-CZ Vrtak-CZ merged commit 013cfdb into main Mar 2, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/bun/development-722e05e251 branch March 2, 2026 16:17
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