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 to 3.2.2 #1004

Merged
merged 1 commit into from
Jan 25, 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
515 changes: 417 additions & 98 deletions .pnp.cjs

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.2.cjs

Large diffs are not rendered by default.

26 changes: 11 additions & 15 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
nodeLinker: pnp # default: pnp
pnpMode: strict # default: strict
checksumBehavior: ignore

nodeLinker: pnp

packageExtensions:
chalk@5.3.0:
dependencies:
'#ansi-styles': 'npm:ansi-styles@6.1.0'
'#supports-color': 'npm:supports-color@9.2.2'

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.2.1.cjs
pnpMode: strict

# Ideally this should be set to "throw" (Yarn's default).
# However, sometimes odd packages won't build properly on our infra, so we need to change to "ignore".
# Specifically, this is necessary when pulling the Design System direct from GitHub rather than NPM.
# In that case, we should temporarily set this to "ignore", and change back to "throw" when switching back to NPM.
checksumBehavior: ignore

# required workaround of Yarn PnP bug (https://github.com/chalk/chalk/issues/531)
packageExtensions:
chalk@5.3.0:
dependencies:
'#ansi-styles': npm:ansi-styles@6.1.0
'#supports-color': npm:supports-color@9.2.2
yarnPath: .yarn/releases/yarn-3.2.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eligibility-estimator-client",
"version": "1.0.0",
"private": true,
"packageManager": "yarn@3.2.1",
"packageManager": "yarn@3.2.2",
"engines": {
"node": "^16.14"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10656,7 +10656,7 @@ __metadata:

"typescript@patch:typescript@^4.6.3#~builtin<compat/typescript>":
version: 4.6.3
resolution: "typescript@patch:typescript@npm%3A4.6.3#~builtin<compat/typescript>::version=4.6.3&hash=7ad353"
resolution: "typescript@patch:typescript@npm%3A4.6.3#~builtin<compat/typescript>::version=4.6.3&hash=f456af"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand All @@ -10666,7 +10666,7 @@ __metadata:

"typescript@patch:typescript@^4.6.4#~builtin<compat/typescript>":
version: 4.8.4
resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin<compat/typescript>::version=4.8.4&hash=7ad353"
resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin<compat/typescript>::version=4.8.4&hash=f456af"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand Down