⬆️ upgrade yarn from v4.7.0 to v4.9.1 (#5014)

* upgrade yarn from v4.7.0 to v4.9.1

* note
This commit is contained in:
Matt Fiddaman
2025-05-18 14:22:37 -04:00
committed by GitHub
parent 7dbb3404f1
commit 99768a9aae
5 changed files with 957 additions and 938 deletions

File diff suppressed because one or more lines are too long

948
.yarn/releases/yarn-4.9.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@@ -6,4 +6,4 @@ enableTransparentWorkspaces: false
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.7.0.cjs
yarnPath: .yarn/releases/yarn-4.9.1.cjs

View File

@@ -85,7 +85,7 @@
},
"engines": {
"node": ">=20",
"yarn": "^4.7.0"
"yarn": "^4.9.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md,json,yml}": [
@@ -93,7 +93,7 @@
"prettier --write"
]
},
"packageManager": "yarn@4.7.0",
"packageManager": "yarn@4.9.1",
"browserslist": [
"electron 24.0",
"defaults"

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [matt-fidd]
---
Bump `yarn` version from `v4.7.0` to `v4.9.1`.