Skip to content
Merged
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
Next Next commit
chore(deps): update yarn to v4.7.0
  • Loading branch information
renovate[bot] authored Mar 3, 2025
commit 218f422f6b31f2c1c0577e9adfb5b79524e33e28
583 changes: 292 additions & 291 deletions .yarn/releases/yarn-4.6.0.cjs → .yarn/releases/yarn-4.7.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.6.0.cjs
yarnPath: .yarn/releases/yarn-4.7.0.cjs

# esbuild use native binaries, we need both to work locally and on the CI.
supportedArchitectures:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"renovate-config-algolia": "2.2.0",
"typescript": "5.7.3"
},
"packageManager": "yarn@4.6.0",
"packageManager": "yarn@4.7.0",
"engines": {
"node": "^22.0.0",
"yarn": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"typescript-eslint": "8.24.0",
"vite": "6.1.0"
},
"packageManager": "yarn@4.6.0"
"packageManager": "yarn@4.7.0"
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.6.0.cjs
yarnPath: .yarn/releases/yarn-4.7.0.cjs
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"react-dom": "18.3.1",
"remark-smartypants": "3.0.2"
},
"packageManager": "yarn@4.6.0"
"packageManager": "yarn@4.7.0"
}