Skip to content

Commit

Permalink
Merge pull request #1259 from karpilin/karpilin/update-test_apps-yarn…
Browse files Browse the repository at this point in the history
…-version

Update yarn used for test_apps to latest version
  • Loading branch information
stof committed Jun 11, 2024
2 parents 6b75c4d + 5867799 commit bf6c352
Show file tree
Hide file tree
Showing 16 changed files with 3,499 additions and 3,496 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/testing_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,26 +58,26 @@ jobs:
- name: Yarn Plug'n'Play
working_directory: test_apps/yarn-pnp
script: |
yarn set version berry
yarn install --frozen-lockfile
yarn set version 4.3.0
yarn install --immutable
yarn add --dev ../../webpack-encore.tgz
yarn run encore dev
yarn run encore production
- name: Yarn Plug'n'Play (with Babel)
working_directory: test_apps/yarn-pnp-with-babel
script: |
yarn set version berry
yarn install --frozen-lockfile
yarn set version 4.3.0
yarn install --immutable
yarn add --dev ../../webpack-encore.tgz
yarn run encore dev
yarn run encore production
- name: Yarn Plug'n'Play (with external Babel configuration file)
working_directory: test_apps/yarn-pnp-with-external-babel-config
script: |
yarn set version berry
yarn install --frozen-lockfile
yarn set version 4.3.0
yarn install --immutable
yarn add --dev ../../webpack-encore.tgz
yarn run encore dev
yarn run encore production
Expand Down
893 changes: 0 additions & 893 deletions test_apps/yarn-pnp-with-babel/.yarn/releases/yarn-4.0.0.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions test_apps/yarn-pnp-with-babel/.yarn/releases/yarn-4.3.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test_apps/yarn-pnp-with-babel/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: pnp

yarnPath: .yarn/releases/yarn-4.0.0.cjs
yarnPath: .yarn/releases/yarn-4.3.0.cjs
2 changes: 1 addition & 1 deletion test_apps/yarn-pnp-with-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"packageManager": "yarn@4.0.0"
"packageManager": "yarn@4.3.0"
}
538 changes: 269 additions & 269 deletions test_apps/yarn-pnp-with-babel/yarn.lock

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test_apps/yarn-pnp-with-external-babel-config/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: pnp

yarnPath: .yarn/releases/yarn-4.0.0.cjs
yarnPath: .yarn/releases/yarn-4.3.0.cjs
2 changes: 1 addition & 1 deletion test_apps/yarn-pnp-with-external-babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"packageManager": "yarn@4.0.0"
"packageManager": "yarn@4.3.0"
}
538 changes: 269 additions & 269 deletions test_apps/yarn-pnp-with-external-babel-config/yarn.lock

Large diffs are not rendered by default.

893 changes: 0 additions & 893 deletions test_apps/yarn-pnp/.yarn/releases/yarn-4.0.0.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions test_apps/yarn-pnp/.yarn/releases/yarn-4.3.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test_apps/yarn-pnp/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: pnp

yarnPath: .yarn/releases/yarn-4.0.0.cjs
yarnPath: .yarn/releases/yarn-4.3.0.cjs
2 changes: 1 addition & 1 deletion test_apps/yarn-pnp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"packageManager": "yarn@4.0.0"
"packageManager": "yarn@4.3.0"
}
534 changes: 267 additions & 267 deletions test_apps/yarn-pnp/yarn.lock

Large diffs are not rendered by default.

0 comments on commit bf6c352

Please sign in to comment.