chore(deps): update Wizard to v7.0.1 - #6569
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
requested review from
alwx,
antonis and
lucas-zimerman
as code owners
August 7, 2026 03:58
bruno-garcia
force-pushed
the
deps/scripts/update-wizard.sh
branch
from
August 7, 2026 03:59
e17253f to
15a2d58
Compare
Contributor
Author
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog.
🤖 This preview updates automatically when you update the PR. |
Contributor
Author
Comment on lines
10296
to
10306
| linkType: hard | ||
|
|
||
| "@sentry/wizard@npm:7.0.0": | ||
| version: 7.0.0 | ||
| resolution: "@sentry/wizard@npm:7.0.0" | ||
| "@sentry/wizard@npm:7.0.1": | ||
| version: 7.0.1 | ||
| resolution: "@sentry/wizard@npm:7.0.1" | ||
| dependencies: | ||
| "@clack/prompts": "npm:0.7.0" | ||
| "@sentry/node": "npm:^10.29.0" | ||
| "@sentry/node": "npm:^10.69.0" | ||
| axios: "npm:1.19.0" | ||
| chalk: "npm:^2.4.1" | ||
| glob: "npm:9.3.5" |
There was a problem hiding this comment.
Bug: The package.json contains a stale resolution for @sentry/node@npm:10.31.0, which was removed from yarn.lock. This will cause yarn install --frozen-lockfile to fail.
Severity: HIGH
Suggested Fix
Remove the stale resolution entry "@sentry/node@npm:10.31.0/minimatch": "^9.0.7" from the resolutions field in the root package.json file.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.
Location: yarn.lock#L10295-L10306
Potential issue: The `package.json` file contains a resolution override for `minimatch`
within `@sentry/node@npm:10.31.0`. However, the `@sentry/node` dependency has been
updated to version `10.69.0`, and the `10.31.0` version no longer exists in the
`yarn.lock` file. This inconsistency will cause `yarn install --frozen-lockfile` to fail
with a synchronization error, as Yarn cannot apply the resolution to a package that is
not in the lockfile. This will block CI/CD pipelines and prevent developers from
installing dependencies using standard practices.
Did we get this right? 👍 / 👎 to inform future reviews.
bruno-garcia
force-pushed
the
deps/scripts/update-wizard.sh
branch
from
August 7, 2026 08:45
15a2d58 to
af9feb3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps scripts/update-wizard.sh from v7.0.0 to v7.0.1.
Auto-generated by a dependency updater.
Changelog
7.0.1
Internal Changes
Deps
Other