Skip to content

chore(deps): update Wizard to v7.0.1 - #6569

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-wizard.sh
Open

chore(deps): update Wizard to v7.0.1#6569
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-wizard.sh

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

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
  • Bump nuxt from 3.21.7 to 3.21.10 in nuxt-4 e2e fixture by Lms24 in #1326
  • Bump nuxt from 3.21.7 to 3.21.10 in /e2e-tests/test-applications/nuxt-3-test-app by dependabot in #1324
  • Bump transitive dependencies by Lms24 in #1323
Other
  • (dev-deps) Bump transitive deps in pnpm-workspace e2e fixture by Lms24 in #1325

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Aug 7, 2026
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Aug 7, 2026
@bruno-garcia
bruno-garcia force-pushed the deps/scripts/update-wizard.sh branch from e17253f to 15a2d58 Compare August 7, 2026 03:59
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • chore(deps): update Wizard to v7.0.1 by github-actions[bot] in #6569
  • fix(ios): Re-land SentrySDK.internal migration, bump Cocoa SDK to 9.24.0 by alwx in #6541
  • ci: Replace curl-pipe-bash with action-setup-cli for Sentry CLI setup by oioki in #6567

🤖 This preview updates automatically when you update the PR.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author
Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request

Generated by 🚫 dangerJS against af9feb3

Comment thread yarn.lock
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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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
bruno-garcia force-pushed the deps/scripts/update-wizard.sh branch from 15a2d58 to af9feb3 Compare August 7, 2026 08:45
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.

1 participant