Skip to content

build: Update yarn to version 4 with node-modules linker mode #16744

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

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .yarn/install-state.gz
Binary file not shown.
8 changes: 8 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Yarn 4 configuration
nodeLinker: node-modules

# Enable global cache for better performance
enableGlobalCache: true

# Use network settings from environment
httpTimeout: 60000
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@
"test:ci:bun": "lerna run test --scope @sentry/bun",
"yalc:publish": "lerna run yalc:publish"
},
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
"volta": {
"node": "20.18.2",
"yarn": "1.22.22",
"yarn": "4.6.0",
"pnpm": "9.15.9"
},
"workspaces": [
Expand Down Expand Up @@ -146,8 +147,7 @@
"resolutions": {
"gauge/strip-ansi": "6.0.1",
"wide-align/string-width": "4.2.3",
"cliui/wrap-ansi": "7.0.0",
"**/sucrase": "getsentry/sucrase#es2020-polyfills"
"cliui/wrap-ansi": "7.0.0"
},
"version": "0.0.0",
"name": "sentry-javascript",
Expand Down
4 changes: 2 additions & 2 deletions packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"access": "public"
},
"dependencies": {
"@sentry/core": "9.32.0",
"@opentelemetry/api": "^1.9.0"
"@opentelemetry/api": "^1.9.0",
"@sentry/core": "9.32.0"
},
"peerDependencies": {
"@cloudflare/workers-types": "^4.x"
Expand Down
Loading
Loading