Skip to content

Commit bf6c352

Browse files
authored
Merge pull request #1259 from karpilin/karpilin/update-test_apps-yarn-version
Update yarn used for test_apps to latest version
2 parents 6b75c4d + 5867799 commit bf6c352

File tree

16 files changed

+3499
-3496
lines changed

16 files changed

+3499
-3496
lines changed

.github/workflows/testing_apps.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,26 +58,26 @@ jobs:
5858
- name: Yarn Plug'n'Play
5959
working_directory: test_apps/yarn-pnp
6060
script: |
61-
yarn set version berry
62-
yarn install --frozen-lockfile
61+
yarn set version 4.3.0
62+
yarn install --immutable
6363
yarn add --dev ../../webpack-encore.tgz
6464
yarn run encore dev
6565
yarn run encore production
6666
6767
- name: Yarn Plug'n'Play (with Babel)
6868
working_directory: test_apps/yarn-pnp-with-babel
6969
script: |
70-
yarn set version berry
71-
yarn install --frozen-lockfile
70+
yarn set version 4.3.0
71+
yarn install --immutable
7272
yarn add --dev ../../webpack-encore.tgz
7373
yarn run encore dev
7474
yarn run encore production
7575
7676
- name: Yarn Plug'n'Play (with external Babel configuration file)
7777
working_directory: test_apps/yarn-pnp-with-external-babel-config
7878
script: |
79-
yarn set version berry
80-
yarn install --frozen-lockfile
79+
yarn set version 4.3.0
80+
yarn install --immutable
8181
yarn add --dev ../../webpack-encore.tgz
8282
yarn run encore dev
8383
yarn run encore production

test_apps/yarn-pnp-with-babel/.yarn/releases/yarn-4.0.0.cjs

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

test_apps/yarn-pnp-with-babel/.yarn/releases/yarn-4.3.0.cjs

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

test_apps/yarn-pnp-with-babel/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: pnp
66

7-
yarnPath: .yarn/releases/yarn-4.0.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.3.0.cjs

test_apps/yarn-pnp-with-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"webpack": "^5.74.0",
1212
"webpack-cli": "^4.10.0"
1313
},
14-
"packageManager": "yarn@4.0.0"
14+
"packageManager": "yarn@4.3.0"
1515
}

test_apps/yarn-pnp-with-babel/yarn.lock

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

test_apps/yarn-pnp-with-external-babel-config/.yarn/releases/yarn-4.0.0.cjs

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

test_apps/yarn-pnp-with-external-babel-config/.yarn/releases/yarn-4.3.0.cjs

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

test_apps/yarn-pnp-with-external-babel-config/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: pnp
66

7-
yarnPath: .yarn/releases/yarn-4.0.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.3.0.cjs

test_apps/yarn-pnp-with-external-babel-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"webpack": "^5.74.0",
1212
"webpack-cli": "^4.10.0"
1313
},
14-
"packageManager": "yarn@4.0.0"
14+
"packageManager": "yarn@4.3.0"
1515
}

test_apps/yarn-pnp-with-external-babel-config/yarn.lock

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

test_apps/yarn-pnp/.yarn/releases/yarn-4.0.0.cjs

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

test_apps/yarn-pnp/.yarn/releases/yarn-4.3.0.cjs

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

test_apps/yarn-pnp/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: pnp
66

7-
yarnPath: .yarn/releases/yarn-4.0.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.3.0.cjs

test_apps/yarn-pnp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"webpack": "^5.74.0",
1111
"webpack-cli": "^4.10.0"
1212
},
13-
"packageManager": "yarn@4.0.0"
13+
"packageManager": "yarn@4.3.0"
1414
}

test_apps/yarn-pnp/yarn.lock

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

0 commit comments

Comments
 (0)