Skip to content

chore(deps-dev): bump the dev-deps group across 1 directory with 13 updates#56

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/dev-deps-3eaf2c6318
Closed

chore(deps-dev): bump the dev-deps group across 1 directory with 13 updates#56
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/dev-deps-3eaf2c6318

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the dev-deps group with 13 updates in the / directory:

Package From To
@biomejs/biome 2.4.7 2.4.14
@commitlint/cli 20.5.0 20.5.3
@commitlint/config-conventional 20.5.0 20.5.3
@stryker-mutator/core 9.6.0 9.6.1
@stryker-mutator/typescript-checker 9.6.0 9.6.1
@stryker-mutator/vitest-runner 9.6.0 9.6.1
@types/node 25.5.0 25.6.0
@vitest/coverage-v8 4.1.0 4.1.5
git-cliff 2.12.0 2.13.1
happy-dom 20.8.4 20.9.0
tsdown 0.21.3 0.21.10
vite 8.0.0 8.0.10
vitest 4.1.0 4.1.5

Updates @biomejs/biome from 2.4.7 to 2.4.14

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.4.14

2.4.14

Patch Changes

  • #9393 491b171 Thanks @​dyc3! - Added the nursery rule useTestHooksOnTop in the test domain. The rule flags lifecycle hooks (beforeEach, beforeAll, afterEach, afterAll) that appear after test cases in the same block, enforcing that hooks are defined before any test case.

  • #10157 eefc5ab Thanks @​dyc3! - Fixed #7882: The HTML parser will now emit better diagnostics when it encounters a void element with a closing tag, such as <br></br>. Previously, the parser would emit multiple diagnostics with conflicting advice. Now it emits a single diagnostic that clearly states that void elements should not have closing tags.

  • #10054 0e9f569 Thanks @​minseong0324! - noMisleadingReturnType no longer misses widening from concrete object types, class instances, object literals, tuples, functions, and regular expressions to : object.

    A function annotated : object returning an object literal:

    function f(): object {
      return { retry: true };
    }
  • #10116 53269eb Thanks @​jiwon79! - Fixed #6201: noUselessEscapeInRegex no longer flags an escaped backslash followed by - as a useless escape. Patterns like /[\\-]/ are now considered valid because the second \ is the escaped backslash, not an unnecessary escape of the trailing dash.

  • #10092 33d8543 Thanks @​Conaclos! - Fixed #9097: organizeImports no longer adds a blank line between a never-matched group and a matched group.

    Given the following organizeImports options:

    {
      "groups": [":NODE:", ":BLANK_LINE:", ":PACKAGE:", ":BLANK_LINE:", ":PATH:"]
    }

    The following code...

    // Comment
    import "package";
    import "./file.js";

    ...was organized as:

    +
      // Comment
      import "package";
    +
      import "./file.js";

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.4.14

Patch Changes

  • #9393 491b171 Thanks @​dyc3! - Added the nursery rule useTestHooksOnTop in the test domain. The rule flags lifecycle hooks (beforeEach, beforeAll, afterEach, afterAll) that appear after test cases in the same block, enforcing that hooks are defined before any test case.

  • #10157 eefc5ab Thanks @​dyc3! - Fixed #7882: The HTML parser will now emit better diagnostics when it encounters a void element with a closing tag, such as <br></br>. Previously, the parser would emit multiple diagnostics with conflicting advice. Now it emits a single diagnostic that clearly states that void elements should not have closing tags.

  • #10054 0e9f569 Thanks @​minseong0324! - noMisleadingReturnType no longer misses widening from concrete object types, class instances, object literals, tuples, functions, and regular expressions to : object.

    A function annotated : object returning an object literal:

    function f(): object {
      return { retry: true };
    }
  • #10116 53269eb Thanks @​jiwon79! - Fixed #6201: noUselessEscapeInRegex no longer flags an escaped backslash followed by - as a useless escape. Patterns like /[\\-]/ are now considered valid because the second \ is the escaped backslash, not an unnecessary escape of the trailing dash.

  • #10092 33d8543 Thanks @​Conaclos! - Fixed #9097: organizeImports no longer adds a blank line between a never-matched group and a matched group.

    Given the following organizeImports options:

    {
      "groups": [":NODE:", ":BLANK_LINE:", ":PACKAGE:", ":BLANK_LINE:", ":PATH:"]
    }

    The following code...

    // Comment
    import "package";
    import "./file.js";

    ...was organized as:

    +
      // Comment
      import "package";
    +
      import "./file.js";

    A blank line was added even though the group ':NODE:' doesn't match any imports here. :BLANK_LINE: between never-matched groups and matched groups are now ignored.

... (truncated)

Commits

Updates @commitlint/cli from 20.5.0 to 20.5.3

Release notes

Sourced from @​commitlint/cli's releases.

v20.5.3

20.5.3 (2026-04-30)

Refactor

Docs

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.5.2...v20.5.3

v20.5.2

20.5.2 (2026-04-25)

Just minor dep updates before the next breaking change

Chore & Docs

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.5.1...v20.5.2

v20.5.1

20.5.1 (2026-03-31)

Bug Fixes

Reverts

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

20.5.3 (2026-04-30)

Note: Version bump only for package @​commitlint/cli

20.5.2 (2026-04-25)

Note: Version bump only for package @​commitlint/cli

Commits

Updates @commitlint/config-conventional from 20.5.0 to 20.5.3

Release notes

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

v20.5.3

20.5.3 (2026-04-30)

Refactor

Docs

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.5.2...v20.5.3

v20.5.2

20.5.2 (2026-04-25)

Just minor dep updates before the next breaking change

Chore & Docs

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.5.1...v20.5.2

v20.5.1

20.5.1 (2026-03-31)

Bug Fixes

Reverts

... (truncated)

Changelog

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

20.5.3 (2026-04-30)

Note: Version bump only for package @​commitlint/config-conventional

Commits

Updates @stryker-mutator/core from 9.6.0 to 9.6.1

Release notes

Sourced from @​stryker-mutator/core's releases.

v9.6.1

9.6.1 (2026-04-10)

Bug Fixes

  • deps: update dependency typed-rest-client to ~2.3.0 (#5933) (5a24298)
  • deps: update mutation-testing-elements monorepo to v3.7.3 (#5912) (1f68437)
  • vitest-runner: fix vitest runner mutant hitcount and coverage for v4.1 (#5928) (56c1ae2)
Changelog

Sourced from @​stryker-mutator/core's changelog.

9.6.1 (2026-04-10)

Bug Fixes

  • deps: update dependency typed-rest-client to ~2.3.0 (#5933) (5a24298)
  • deps: update mutation-testing-elements monorepo to v3.7.3 (#5912) (1f68437)
Commits
  • e1abfbe v9.6.1
  • 1f68437 fix(deps): update mutation-testing-elements monorepo to v3.7.3 (#5912)
  • 5a24298 fix(deps): update dependency typed-rest-client to ~2.3.0 (#5933)
  • 6792b90 chore(deps): update dependency @​types/node to v24.12.2 (#5943)
  • be5a1b8 chore(deps): update dependency @​types/node to v24.12.1 (#5942)
  • a990813 chore(deps): update dependency @​types/node to v24.12.0 (#5887)
  • e511114 chore(deps): update dependency @​types/node to v24.11.2 (#5885)
  • 9d2bb9a chore(deps): update dependency @​types/node to v24.11.0 (#5879)
  • e634c9a chore(deps): update dependency @​types/node to v24.10.15 (#5871)
  • 2834eb5 chore(deps): update dependency @​types/node to v24.10.14 (#5870)
  • See full diff in compare view

Updates @stryker-mutator/typescript-checker from 9.6.0 to 9.6.1

Release notes

Sourced from @​stryker-mutator/typescript-checker's releases.

v9.6.1

9.6.1 (2026-04-10)

Bug Fixes

  • deps: update dependency typed-rest-client to ~2.3.0 (#5933) (5a24298)
  • deps: update mutation-testing-elements monorepo to v3.7.3 (#5912) (1f68437)
  • vitest-runner: fix vitest runner mutant hitcount and coverage for v4.1 (#5928) (56c1ae2)
Changelog

Sourced from @​stryker-mutator/typescript-checker's changelog.

9.6.1 (2026-04-10)

Note: Version bump only for package @​stryker-mutator/typescript-checker

Commits

Updates @stryker-mutator/vitest-runner from 9.6.0 to 9.6.1

Release notes

Sourced from @​stryker-mutator/vitest-runner's releases.

v9.6.1

9.6.1 (2026-04-10)

Bug Fixes

  • deps: update dependency typed-rest-client to ~2.3.0 (#5933) (5a24298)
  • deps: update mutation-testing-elements monorepo to v3.7.3 (#5912) (1f68437)
  • vitest-runner: fix vitest runner mutant hitcount and coverage for v4.1 (#5928) (56c1ae2)
Changelog

Sourced from @​stryker-mutator/vitest-runner's changelog.

9.6.1 (2026-04-10)

Bug Fixes

  • vitest-runner: fix vitest runner mutant hitcount and coverage for v4.1 (#5928) (56c1ae2)
Commits
  • e1abfbe v9.6.1
  • f421b42 chore(deps): update dependency vite to v7.3.2 (#5949)
  • 56c1ae2 fix(vitest-runner): fix vitest runner mutant hitcount and coverage for v4.1 (...
  • 1a30329 chore(deps): update dependency vitest-browser-react to v2.2.0 (#5947)
  • 6792b90 chore(deps): update dependency @​types/node to v24.12.2 (#5943)
  • be5a1b8 chore(deps): update dependency @​types/node to v24.12.1 (#5942)
  • f29da0e chore(deps): update dependency vitest-browser-react to v2.1.0 (#5906)
  • a990813 chore(deps): update dependency @​types/node to v24.12.0 (#5887)
  • e511114 chore(deps): update dependency @​types/node to v24.11.2 (#5885)
  • 9d2bb9a chore(deps): update dependency @​types/node to v24.11.0 (#5879)
  • Additional commits viewable in compare view

Updates @types/node from 25.5.0 to 25.6.0

Commits

Updates @vitest/coverage-v8 from 4.1.0 to 4.1.5

Release notes

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

v4.1.5

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.3

   🚀 Experimental Features

... (truncated)

Commits

Updates git-cliff from 2.12.0 to 2.13.1

Release notes

Sourced from git-cliff's releases.

Release v2.13.1

animation

2.13.1 - 2026-04-26

🐛 Bug Fixes

  • (cd) Prepare embedded assets before PyPI and crates.io packaging - (b99a232)

Release v2.13.0

animation

2.13.0 - 2026-04-26

⛰️ Features

  • (config) Support more configuration file locations (#1448) - (7d90eee)
  • (context) Add per-commit statistics (#1487) - (9d43a15)
  • (context) Expose determined bump type in release context (#1483) - (3e97e75)
  • (docker) Apply latest tag to stable only (#1371) - (9d2a52a)
  • (git) Add configurable commit processing order (#1485) - (ead5587)
  • (remote) Add environment variable for offline execution (#1427) - (2d53920)
  • (tracing) Migrate logging to tracing (#1488) - (b71d250)

🐛 Bug Fixes

  • (args) Correctly parse multiple env values for include/exclude paths (#1450) - (f1874b8)
  • (cd) Publish musl wheels to PyPI by matching matrix.build.NAME (#1490) - (9b5e732)
  • (cli) Warn when --with-commit does not change version (#1484) - (3d6a7cb)
  • (docs) Use updated usage of doc_auto_cfg and fix internal link (#1373) - (0a0a795)
  • (npm) Use require.resolve to resolve binary path (#1392) - (39cd76e)
  • (remote) Deserialize GitLab API data models safely (#1368) - (954106f)

🚜 Refactor

  • (deps) Replace dirs_next with etcetera (#1477) - (ee8bfd1)

📚 Documentation

  • (website) Add highlights for 2.13.0 (#1491) - (3a6195f)
  • (website) Add more-examples section for templates (#1472) - (e588472)

⚡ Performance

🧪 Testing

... (truncated)

Changelog

Sourced from git-cliff's changelog.

2.13.1 - 2026-04-26

🐛 Bug Fixes

  • (cd) Prepare embedded assets before PyPI and crates.io packaging - (b99a232)

2.13.0 - 2026-04-26

⛰️ Features

  • (config) Support more configuration file locations (#1448) - (7d90eee)
  • (context) Add per-commit statistics (#1487) - (9d43a15)
  • (context) Expose determined bump type in release context (#1483) - (3e97e75)
  • (docker) Apply latest tag to stable only (#1371) - (9d2a52a)
  • (git) Add configurable commit processing order (#1485) - (ead5587)
  • (remote) Add environment variable for offline execution (#1427) - (2d53920)
  • (tracing) Migrate logging to tracing (#1488) - (b71d250)

🐛 Bug Fixes

  • (args) Correctly parse multiple env values for include/exclude paths (#1450) - (f1874b8)
  • (cd) Publish musl wheels to PyPI by matching matrix.build.NAME (#1490) - (9b5e732)
  • (cli) Warn when --with-commit does not change version (#1484) - (3d6a7cb)
  • (docs) Use updated usage of doc_auto_cfg and fix internal link (#1373) - (0a0a795)
  • (npm) Use require.resolve to resolve binary path (#1392) - (39cd76e)
  • (remote) Deserialize GitLab API data models safely (#1368) - (954106f)

🚜 Refactor

  • (deps) Replace dirs_next with etcetera (#1477) - (ee8bfd1)

📚 Documentation

  • (website) Add highlights for 2.13.0 (#1491) - (3a6195f)
  • (website) Add more-examples section for templates (#1472) - (e588472)

⚡ Performance

🧪 Testing

  • (fixture) Add test fixture for skipped contributors (#1481) - (68b59a5)
  • (fixtures) Add include-path multi-value handling tests (#1456) - (dbe670c)
  • (website) Add site crawler for console error (#1444) - (e7057dd)

⚙️ Miscellaneous Tasks

  • (ci) Add github token to the profiler job (#1359) - (91e65f5)

... (truncated)

Commits
  • 5d3a670 chore(release): prepare for v2.13.1
  • b99a232 fix(cd): prepare embedded assets before PyPI and crates.io packaging
  • d235492 chore(release): prepare for v2.13.0
  • 3a6195f docs(website): add highlights for 2.13.0 (#1491)
  • 9b5e732 fix(cd): publish musl wheels to PyPI by matching matrix.build.NAME (#1490)
  • b71d250 feat(tracing): migrate logging to tracing (#1488)
  • 9d43a15 feat(context): add per-commit statistics (#1487)
  • ead5587 feat(git): add configurable commit processing order (#1485)
  • 3e97e75 feat(context): expose determined bump type in release context (#1483)
  • bd074d9 perf(ci): add caching where applicable (#1486)
  • Additional commits viewable in compare view

Updates happy-dom from 20.8.4 to 20.9.0

Release notes

Sourced from happy-dom's releases.

v20.9.0

🎨 Features

  • Adds support for event listener properties on Window (e.g. Window.onkeydown) - By @​capricorn86 in task #2131

v20.8.9

👷‍♂️ Patch fixes

  • Fixes issue where cookies from the curre...

    Description has been truncated

…pdates

Bumps the dev-deps group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.7` | `2.4.14` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `20.5.0` | `20.5.3` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `20.5.0` | `20.5.3` |
| [@stryker-mutator/core](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/core) | `9.6.0` | `9.6.1` |
| [@stryker-mutator/typescript-checker](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/typescript-checker) | `9.6.0` | `9.6.1` |
| [@stryker-mutator/vitest-runner](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/vitest-runner) | `9.6.0` | `9.6.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.6.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.0` | `4.1.5` |
| [git-cliff](https://github.com/orhun/git-cliff) | `2.12.0` | `2.13.1` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.8.4` | `20.9.0` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.21.3` | `0.21.10` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.0` | `8.0.10` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.0` | `4.1.5` |



Updates `@biomejs/biome` from 2.4.7 to 2.4.14
- [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.14/packages/@biomejs/biome)

Updates `@commitlint/cli` from 20.5.0 to 20.5.3
- [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.5.3/@commitlint/cli)

Updates `@commitlint/config-conventional` from 20.5.0 to 20.5.3
- [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.5.3/@commitlint/config-conventional)

Updates `@stryker-mutator/core` from 9.6.0 to 9.6.1
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v9.6.1/packages/core)

Updates `@stryker-mutator/typescript-checker` from 9.6.0 to 9.6.1
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/typescript-checker/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v9.6.1/packages/typescript-checker)

Updates `@stryker-mutator/vitest-runner` from 9.6.0 to 9.6.1
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/vitest-runner/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v9.6.1/packages/vitest-runner)

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

Updates `@vitest/coverage-v8` from 4.1.0 to 4.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.5/packages/coverage-v8)

Updates `git-cliff` from 2.12.0 to 2.13.1
- [Release notes](https://github.com/orhun/git-cliff/releases)
- [Changelog](https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md)
- [Commits](orhun/git-cliff@v2.12.0...v2.13.1)

Updates `happy-dom` from 20.8.4 to 20.9.0
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.8.4...v20.9.0)

Updates `tsdown` from 0.21.3 to 0.21.10
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.21.3...v0.21.10)

Updates `vite` from 8.0.0 to 8.0.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.10/packages/vite)

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

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@commitlint/cli"
  dependency-version: 20.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 20.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@stryker-mutator/core"
  dependency-version: 9.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@stryker-mutator/typescript-checker"
  dependency-version: 9.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@stryker-mutator/vitest-runner"
  dependency-version: 9.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: git-cliff
  dependency-version: 2.13.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: happy-dom
  dependency-version: 20.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: tsdown
  dependency-version: 0.21.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: vite
  dependency-version: 8.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: vitest
  dependency-version: 4.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

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

dependabot Bot commented on behalf of github May 4, 2026

Labels

The following labels could not be found: node, pnpm. Please create them before Dependabot can add them to a pull request.

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

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 4, 2026

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 11, 2026

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

@dependabot dependabot Bot closed this May 11, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/main/dev-deps-3eaf2c6318 branch May 11, 2026 00:44
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