Skip to content

Commit e69a19f

Browse files
authored
test: update Yarn Modern to 4.14.1 (#1728)
1 parent efb9b44 commit e69a19f

6 files changed

Lines changed: 13 additions & 4 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
approvedGitRepositories:
2+
- '**'
3+
4+
enableScripts: true

examples/yarn-modern-pnp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "cypress run"
88
},
99
"private": true,
10-
"packageManager": "yarn@4.13.0",
10+
"packageManager": "yarn@4.14.1",
1111
"devDependencies": {
1212
"cypress": "15.13.1"
1313
}

examples/yarn-modern-pnp/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: 9
66
cacheKey: 10c0
77

88
"@cypress/request@npm:^3.0.10":

examples/yarn-modern/.yarnrc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
approvedGitRepositories:
2+
- '**'
3+
4+
enableScripts: true
5+
16
nodeLinker: node-modules

examples/yarn-modern/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "cypress run"
88
},
99
"private": true,
10-
"packageManager": "yarn@4.13.0",
10+
"packageManager": "yarn@4.14.1",
1111
"devDependencies": {
1212
"cypress": "15.13.1"
1313
}

examples/yarn-modern/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: 9
66
cacheKey: 10c0
77

88
"@cypress/request@npm:^3.0.10":

0 commit comments

Comments
 (0)