Skip to content

Commit b38e315

Browse files
authored
bump yarn version and set minimum age gate (#4175)
1 parent afecad3 commit b38e315

5 files changed

Lines changed: 1008 additions & 943 deletions

File tree

.yarn/releases/yarn-4.13.0.cjs

Lines changed: 0 additions & 940 deletions
This file was deleted.

.yarn/releases/yarn-4.18.0.cjs

Lines changed: 1000 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
approvedGitRepositories:
2+
- "**"
3+
14
catalog:
25
"@babel/core": ^7.20.0
36
"@babel/plugin-proposal-private-property-in-object": ^7.21.11
@@ -264,6 +267,8 @@ logFilters:
264267

265268
nodeLinker: pnpm
266269

270+
npmMinimalAgeGate: 7d
271+
267272
packageExtensions:
268273
"@svgr/core@*":
269274
dependencies:
@@ -325,4 +330,4 @@ plugins:
325330
path: .yarn/plugins/@rnx-kit/yarn-plugin-ignore.cjs
326331
spec: "https://raw.githubusercontent.com/microsoft/rnx-kit/main/incubator/yarn-plugin-ignore/dist/yarn-plugin-ignore.cjs"
327332

328-
yarnPath: .yarn/releases/yarn-4.13.0.cjs
333+
yarnPath: .yarn/releases/yarn-4.18.0.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"engines": {
8989
"node": ">=22.12"
9090
},
91-
"packageManager": "yarn@4.13.0",
91+
"packageManager": "yarn@4.18.0",
9292
"rnx-kit": {
9393
"extends": "./scripts/configs/rnx-kit/rnx-kit.config.cts",
9494
"kitType": "library"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Manual changes might be lost - proceed with caution!
33

44
__metadata:
5-
version: 8
5+
version: 10
66
cacheKey: 10c0
77

88
"@adobe/css-tools@npm:^4.4.0":

0 commit comments

Comments
 (0)