Skip to content

build(deps-dev): update dependency vitest to v4#189

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-vitest-monorepo
Closed

build(deps-dev): update dependency vitest to v4#189
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-vitest-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 26, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
vitest (source) 3.2.44.1.4 age confidence

Release Notes

vitest-dev/vitest (vitest)

v4.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.3

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.2

Compare Source

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (#​9975).

   🐞 Bug Fixes
    View changes on GitHub

v4.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.0

Compare Source

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.18

Compare Source

   🚀 Experimen

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the Type: Dependencies Dependency issues or Changes to dependency files label Apr 26, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 26, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: plugins/kyosei/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @effect/vitest@0.29.0
npm error Found: vitest@4.1.4
npm error node_modules/vitest
npm error   dev vitest@"4.1.4" from the root project
npm error
npm error Could not resolve dependency:
npm error peer vitest@"^3.2.0" from @effect/vitest@0.29.0
npm error node_modules/@effect/vitest
npm error   dev @effect/vitest@"0.29.0" from the root project
npm error
npm error Conflicting peer dependency: vitest@3.2.4
npm error node_modules/vitest
npm error   peer vitest@"^3.2.0" from @effect/vitest@0.29.0
npm error   node_modules/@effect/vitest
npm error     dev @effect/vitest@"0.29.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-04-26T13_25_18_013Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-04-26T13_25_18_013Z-debug-0.log

@ncaq ncaq closed this Apr 26, 2026
Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test body

Review metadata
  • Reviewed commit: a73cd03
  • PR: #189
  • kyosei: 3.2.1
  • kyosei-action: 2.0.1
  • Claude Code: 2.1.119
  • Model: claude-opus-4-7
  • Execution: GitHub Actions (run)

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 26, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/major-vitest-monorepo branch April 26, 2026 13:28
Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vitest を 3.2.4 から 4.1.4 へ更新する PR ですが、以下の重大な問題があるため現状のままマージすべきではありません。

  • @effect/vitest@0.29.0 は peer dependency として vitest@^3.2.0 を要求しているため、vitest@4.1.4 とは互換性がありません。Renovate 自身が package-lock.json の更新時に ERESOLVE エラーで失敗していることをコメントで報告しています。
  • package.json のみが変更され、package-lock.json が同期されていないため、マージすると npm ci が失敗する可能性があります。

対応としては、@effect/vitest が vitest v4 をサポートする新バージョンをリリースするまで本 PR を待機させるか、@effect/vitest のアップデートと併せて行う必要があります。Renovate の groupName 等で同時更新するように設定することも検討してください。

Review metadata
  • Reviewed commit: a73cd03
  • PR: #189
  • kyosei: 3.2.1
  • kyosei-action: 2.0.1
  • Claude Code: 2.1.119
  • Model: claude-opus-4-7
  • Execution: GitHub Actions (run)

"typescript-eslint": "8.58.2",
"vite": "7.3.2",
"vitest": "3.2.4"
"vitest": "4.1.4"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

📦 Dependency

@effect/vitest@0.29.0 の peer dependency が vitest@^3.2.0 であるため、vitest@4.1.4 と互換性がありません。Renovate 自身が以下のエラーで package-lock.json の更新に失敗しています。

npm error While resolving: @effect/vitest@0.29.0
npm error Found: vitest@4.1.4
npm error Could not resolve dependency:
npm error peer vitest@"^3.2.0" from @effect/vitest@0.29.0

@effect/vitest が vitest v4 をサポートするバージョンをリリースするまで本 PR は保留し、可能であれば Renovate の groupName 等で @effect/vitest と同時更新するように設定してください。

"typescript-eslint": "8.58.2",
"vite": "7.3.2",
"vitest": "3.2.4"
"vitest": "4.1.4"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

📦 Dependency

package.json のみが更新され、package-lock.json が同期されていません。Renovate のアーティファクト更新失敗により、ロックファイルとマニフェストの整合性が取れていない状態です。このままマージすると CI/CD で npm ci 実行時にエラーになる可能性が高いため、ロックファイルの更新が完了するまでマージしないでください。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Dependencies Dependency issues or Changes to dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant