You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): Handle @sentry-internal/* package renames in JS updater (#6295)
* fix(ci): Handle package renames in JS updater script
The previous fix updated the package names in the updater list but
the workspace package.json still references the old @sentry-internal/*
names, so yarn up can't find them. This adds a renames mechanism that
rewrites package.json entries before running yarn up.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* tmp: trigger JS updater on this branch
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(ci): Rename @sentry-internal/* packages to @sentry/* in package.json
Rename the dependencies directly instead of adding rename logic to
the updater script. The packages were renamed upstream in
sentry-javascript 10.58.0.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: remove stray blank line in update-package-json.sh
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(ci): Update @sentry-internal/typescript extends in tsconfig.build.json
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(ci): Update @sentry-internal/typescript extends in tsconfig.build.tools.json
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* test(core): Add @sentry/feedback test case for barrel import resolver
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Revert "tmp: trigger JS updater on this branch"
This reverts commit 814a4fb.
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments