Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 'Unsupported lock file: pnpm-lock.yaml' を修正 #106

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

kondei
Copy link
Contributor

@kondei kondei commented Jan 9, 2024

Description

devDependenciesの更新がすぐ

 ERR_PNPM_OUTDATED_LOCKFILE  Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with package.json

となるのでrangeStrategyを上層で指定してるbumpになるように修正

Reason

https://github.com/justincase-jp/engage/pull/3192
https://github.com/justincase-jp/engage/pull/3202
などでエラーで止まる

Document URL

pnpmは rangeStrategy=update-lockfile 非対応らしい
https://zenn.dev/ikemo/articles/renovate-pnpm

現状pnpm-lock.yamlをサポートしていない
@kondei kondei requested a review from a team as a code owner January 9, 2024 10:01
@kondei kondei requested review from sabazusi, thundermiracle and nonsugarless and removed request for a team January 9, 2024 10:01
@kondei kondei merged commit 19c562b into main Jan 9, 2024
4 checks passed
@kondei kondei deleted the range-strategy branch January 9, 2024 10:04
@kondei
Copy link
Contributor Author

kondei commented Jan 9, 2024

unsupportedは直ってbumpされるようになったけどlockの更新はERR_PNPM_OUTDATED_LOCKFILEで失敗するなぁ

@kondei
Copy link
Contributor Author

kondei commented Jan 9, 2024

挙動としては直っていて、入れた後のエラーは単純にpeer strictを満たせず⚠ Artifact update problemで失敗してた感じか

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants