Skip to content

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

Merged
alwx merged 1 commit into
mainfrom
deps/scripts/update-wizard.sh
Aug 11, 2026
Merged

chore(deps): update Wizard to v7.0.2#6569
alwx merged 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.2.

Auto-generated by a dependency updater.

Changelog

7.0.2

Fixes

  • fix(all): Improve handling of changed file names when running formatters (Prettier/Biome) so paths containing spaces or unusual characters are processed reliably.

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.2 by github-actions[bot] in #6569
  • chore(deps): update Sentry Android Gradle Plugin to v6.18.0 by github-actions in #6571
  • fix(core): Measure callback-style native module calls until completion by alwx in #6561
  • chore(deps): bump brace-expansion to ^2.1.4 / ^5.0.9 by alwx in #6577
  • fix(expo): Resolve config-plugins through the expo package by alwx in #6581
  • chore(deps): bump js-yaml to ^3.15.1 / ^4.3.1 by alwx in #6578
  • docs(core): Correct enableTurboModuleTracking docs and document TurboModule plumbing by alwx in #6582
  • docs: fix dead links in the README by luccasfraga in #6570
  • chore(deps): update Maestro to v2.8.0 by github-actions in #6551
  • chore(deps): update Android SDK to v8.52.0 by github-actions in #6566
  • chore(deps): bump the codeql-action group with 3 updates by dependabot in #6572
  • chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.28.0 to 2.30.0 by dependabot in #6573
  • chore(deps): bump getsentry/craft from 2.28.0 to 2.30.0 by dependabot in #6575
  • chore(deps): bump dorny/paths-filter from 4.0.2 to 4.0.3 by dependabot in #6574
  • chore(deps): bump nanoid from 3.3.8 to 3.3.18 by dependabot in #6579
  • chore(deps): bump gradle/actions/setup-gradle from 6.2.0 to 6.3.0 by dependabot in #6576
  • chore(ci): remove Cirrus runners and use only Bitrise by itaybre in #6563
  • 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 996eeaf

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 8 times, most recently from 7232254 to a582b00 Compare August 10, 2026 20:01
@github-actions github-actions Bot changed the title chore(deps): update Wizard to v7.0.1 chore(deps): update Wizard to v7.0.2 Aug 10, 2026
@bruno-garcia
bruno-garcia force-pushed the deps/scripts/update-wizard.sh branch 4 times, most recently from 00f1c01 to b0cb31c Compare August 11, 2026 09:22
@bruno-garcia
bruno-garcia force-pushed the deps/scripts/update-wizard.sh branch from b0cb31c to 996eeaf Compare August 11, 2026 09:42
@alwx
alwx merged commit 21c11b5 into main Aug 11, 2026
61 of 67 checks passed
@alwx
alwx deleted the deps/scripts/update-wizard.sh branch August 11, 2026 09:56
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.

2 participants