Skip to content

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

Merged
sjnims merged 1 commit intomainfrom
dependabot/npm_and_yarn/dev-dependencies-803c02ae14
Mar 23, 2026
Merged

chore(deps-dev): Bump the dev-dependencies group across 1 directory with 5 updates#426
sjnims merged 1 commit intomainfrom
dependabot/npm_and_yarn/dev-dependencies-803c02ae14

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps the dev-dependencies group with 3 updates in the / directory: @vitest/coverage-v8, @vitest/eslint-plugin and typescript-eslint.

Updates @vitest/coverage-v8 from 4.1.0 to 4.1.1

Release notes

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

v4.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/eslint-plugin from 1.6.12 to 1.6.13

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.6.13

   🚀 Features

    View changes on GitHub
Commits

Updates @vitest/ui from 4.1.0 to 4.1.1

Release notes

Sourced from @​vitest/ui's releases.

v4.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates typescript-eslint from 8.57.1 to 8.57.2

Release notes

Sourced from typescript-eslint's releases.

v8.57.2

8.57.2 (2026-03-23)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
  • typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.57.2 (2026-03-23)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates vitest from 4.1.0 to 4.1.1

Release notes

Sourced from vitest's releases.

v4.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 1f2d318 chore: release v4.1.1
  • ebfde79 refactor: rename matchesTagsFilter to matchesTags (#9956)
  • 5611500 feat(experimental): introduce experimental.vcsProvider (#9928)
  • eec53d9 feat(experimental): expose matchesTagsFilter to test if the current filter ...
  • bf89208 fix(coverage): load built-in provider without module runner (#9939)
  • 5a60868 refactor: fix typos (#9950)
  • aaf9f18 fix(coverage): simplify provider types (#9931)
  • 6fdb2ba fix: guard disposable and optional body (#9912)
  • e78adcf fix: open browser in --standalone mode without running tests (#9911)
  • ae5ec03 fix: properly re-evaluate actual modules of mocked external (#9898)
  • 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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 23, 2026
@dependabot dependabot bot requested a review from sjnims as a code owner March 23, 2026 22:26
@dependabot dependabot bot added the npm Pull requests that update npm dependencies label Mar 23, 2026
@sjnims
Copy link
Copy Markdown
Owner

sjnims commented Mar 23, 2026

@dependabot rebase

…ith 5 updates

Bumps the dev-dependencies group with 3 updates in the / directory: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


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

Updates `@vitest/eslint-plugin` from 1.6.12 to 1.6.13
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.6.12...v1.6.13)

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

Updates `typescript-eslint` from 8.57.1 to 8.57.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/typescript-eslint)

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

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vitest/ui"
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.57.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-803c02ae14 branch from 13d0291 to 7c69a7d Compare March 23, 2026 23:16
@sjnims sjnims merged commit b89904b into main Mar 23, 2026
10 of 11 checks passed
@sjnims sjnims deleted the dependabot/npm_and_yarn/dev-dependencies-803c02ae14 branch March 23, 2026 23:17
@claude
Copy link
Copy Markdown
Contributor

claude bot commented Mar 23, 2026

CI Failure Analysis: Test

Run: #23464893140 | Commit: b89904b

Summary

All 1,672 tests passed, but the job failed due to an Unhandled Error in Vitest's HTML coverage reporter. The @vitest/ui HTMLReporter.onFinishedReportCoverage attempted to copy the coverage/ directory into coverage/coverage/ (a subdirectory of itself), causing a SystemError: EINVAL.

Failures Found

File Line Issue
node_modules/@vitest/ui/dist/reporter.js 181 HTMLReporter.onFinishedReportCoverage tries to cp coverage dir into a subdirectory of itself

Root Cause

This PR bumped @vitest/coverage-v8 from 4.1.0 → 4.1.1, but vitest and @vitest/ui were not bumped in the same update. The Vitest 4.1.1 release notes specifically include the fix "Preserve coverage report when html reporter overlaps" (vitest-dev/vitest#9889), but that fix lives in @vitest/ui, not @vitest/coverage-v8.

The version mismatch between @vitest/[email protected] and an older @vitest/ui (likely still 4.1.0) triggers this self-copy error.

How to Fix

Bump vitest and @vitest/ui to match @vitest/coverage-v8 at 4.1.1:

npm install --save-dev [email protected] @vitest/[email protected]

Or update all vitest packages together:

npm install --save-dev vitest@latest @vitest/ui@latest @vitest/coverage-v8@latest

Then re-run the CI to verify:

npm test

Analyzed by Claude

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 npm Pull requests that update npm dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant