Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update yarn used for test_apps to latest version #1259

Merged
merged 4 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading