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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/testing_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Yarn Plug'n'Play
working_directory: test_apps/yarn-pnp
script: |
yarn set version berry
yarn set version 4.1.1
yarn install --frozen-lockfile
yarn add --dev ../../webpack-encore.tgz
yarn run encore dev
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Yarn Plug'n'Play (with Babel)
working_directory: test_apps/yarn-pnp-with-babel
script: |
yarn set version berry
yarn set version 4.1.1
yarn install --frozen-lockfile
yarn add --dev ../../webpack-encore.tgz
yarn run encore dev
Expand All @@ -76,7 +76,7 @@ jobs:
- 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 set version 4.1.1
yarn install --frozen-lockfile
yarn add --dev ../../webpack-encore.tgz
yarn run encore dev
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.

893 changes: 893 additions & 0 deletions test_apps/yarn-pnp-with-babel/.yarn/releases/yarn-4.1.1.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.1.1.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.1.1"
}
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.1.1.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.1.1"
}
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.

893 changes: 893 additions & 0 deletions test_apps/yarn-pnp/.yarn/releases/yarn-4.1.1.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.1.1.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.1.1"
}
534 changes: 267 additions & 267 deletions test_apps/yarn-pnp/yarn.lock

Large diffs are not rendered by default.