Skip to content

Commit 5867799

Browse files
committed
Update test_app to yarn 4.3.0
1 parent 9032a20 commit 5867799

File tree

10 files changed

+1041
-1038
lines changed

10 files changed

+1041
-1038
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 4.1.1
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 4.1.1
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 4.1.1
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.1.1.cjs renamed to test_apps/yarn-pnp-with-babel/.yarn/releases/yarn-4.3.0.cjs

Lines changed: 343 additions & 342 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.1.1.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.1.1"
14+
"packageManager": "yarn@4.3.0"
1515
}

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

Lines changed: 343 additions & 342 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.1.1.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.1.1"
14+
"packageManager": "yarn@4.3.0"
1515
}

test_apps/yarn-pnp/.yarn/releases/yarn-4.1.1.cjs renamed to test_apps/yarn-pnp/.yarn/releases/yarn-4.3.0.cjs

Lines changed: 343 additions & 342 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.1.1.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.1.1"
13+
"packageManager": "yarn@4.3.0"
1414
}

0 commit comments

Comments
 (0)