From a86fa5fb34b6f26a959388019047bd3a325843fe Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 17 Apr 2026 09:44:11 +0200 Subject: [PATCH 1/2] test: update Yarn Modern to 4.14.1 --- examples/yarn-modern-pnp/.yarnrc.yml | 4 ++++ examples/yarn-modern-pnp/package.json | 2 +- examples/yarn-modern-pnp/yarn.lock | 2 +- examples/yarn-modern/.yarnrc.yml | 5 +++++ examples/yarn-modern/package.json | 2 +- examples/yarn-modern/yarn.lock | 2 +- 6 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 examples/yarn-modern-pnp/.yarnrc.yml diff --git a/examples/yarn-modern-pnp/.yarnrc.yml b/examples/yarn-modern-pnp/.yarnrc.yml new file mode 100644 index 000000000..e652f1bdf --- /dev/null +++ b/examples/yarn-modern-pnp/.yarnrc.yml @@ -0,0 +1,4 @@ +approvedGitRepositories: + - "**" + +enableScripts: true diff --git a/examples/yarn-modern-pnp/package.json b/examples/yarn-modern-pnp/package.json index 124f9c219..f4c37cc92 100644 --- a/examples/yarn-modern-pnp/package.json +++ b/examples/yarn-modern-pnp/package.json @@ -7,7 +7,7 @@ "test": "cypress run" }, "private": true, - "packageManager": "yarn@4.13.0", + "packageManager": "yarn@4.14.1", "devDependencies": { "cypress": "15.13.1" } diff --git a/examples/yarn-modern-pnp/yarn.lock b/examples/yarn-modern-pnp/yarn.lock index 89b9c8abd..1a0dded1c 100644 --- a/examples/yarn-modern-pnp/yarn.lock +++ b/examples/yarn-modern-pnp/yarn.lock @@ -2,7 +2,7 @@ # Manual changes might be lost - proceed with caution! __metadata: - version: 8 + version: 9 cacheKey: 10c0 "@cypress/request@npm:^3.0.10": diff --git a/examples/yarn-modern/.yarnrc.yml b/examples/yarn-modern/.yarnrc.yml index 3186f3f07..dc6128107 100644 --- a/examples/yarn-modern/.yarnrc.yml +++ b/examples/yarn-modern/.yarnrc.yml @@ -1 +1,6 @@ +approvedGitRepositories: + - "**" + +enableScripts: true + nodeLinker: node-modules diff --git a/examples/yarn-modern/package.json b/examples/yarn-modern/package.json index 796a5203a..11cc618df 100644 --- a/examples/yarn-modern/package.json +++ b/examples/yarn-modern/package.json @@ -7,7 +7,7 @@ "test": "cypress run" }, "private": true, - "packageManager": "yarn@4.13.0", + "packageManager": "yarn@4.14.1", "devDependencies": { "cypress": "15.13.1" } diff --git a/examples/yarn-modern/yarn.lock b/examples/yarn-modern/yarn.lock index 4144d24a8..5ef87c620 100644 --- a/examples/yarn-modern/yarn.lock +++ b/examples/yarn-modern/yarn.lock @@ -2,7 +2,7 @@ # Manual changes might be lost - proceed with caution! __metadata: - version: 8 + version: 9 cacheKey: 10c0 "@cypress/request@npm:^3.0.10": From c2a51ba2998811687f93f75502df45033f42cde2 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 17 Apr 2026 10:03:14 +0200 Subject: [PATCH 2/2] lint yarnrc.yml --- examples/yarn-modern-pnp/.yarnrc.yml | 2 +- examples/yarn-modern/.yarnrc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/yarn-modern-pnp/.yarnrc.yml b/examples/yarn-modern-pnp/.yarnrc.yml index e652f1bdf..201b1dd09 100644 --- a/examples/yarn-modern-pnp/.yarnrc.yml +++ b/examples/yarn-modern-pnp/.yarnrc.yml @@ -1,4 +1,4 @@ approvedGitRepositories: - - "**" + - '**' enableScripts: true diff --git a/examples/yarn-modern/.yarnrc.yml b/examples/yarn-modern/.yarnrc.yml index dc6128107..74a014733 100644 --- a/examples/yarn-modern/.yarnrc.yml +++ b/examples/yarn-modern/.yarnrc.yml @@ -1,5 +1,5 @@ approvedGitRepositories: - - "**" + - '**' enableScripts: true