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

chore: Bump to yarn v3. #722

Merged
merged 2 commits into from
Dec 9, 2022
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
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ build/
/integration/*/pbjs.d.ts
coverage/
yarn-error.log

# Yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
807 changes: 807 additions & 0 deletions .yarn/releases/yarn-3.3.0.cjs

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
nodeLinker: node-modules

supportedArchitectures:
cpu:
- current
- x64
- arm64
libc:
- current
- glibc
os:
- current
- linux

yarnPath: .yarn/releases/yarn-3.3.0.cjs
1 change: 1 addition & 0 deletions integration/simple-esmodule-interop/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.yarn/
4 changes: 2 additions & 2 deletions integration/simple-esmodule-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"typescript": "^4.7.4",
"jest": "^26.6.3"
"jest": "^26.6.3",
"typescript": "^4.7.4"
}
}
8,587 changes: 5,165 additions & 3,422 deletions integration/simple-esmodule-interop/yarn.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@
"protobufjs": "^6.11.3",
"ts-poet": "^6.2.0",
"ts-proto-descriptors": "1.7.1"
}
},
"packageManager": "yarn@3.3.0"
}
16,583 changes: 9,477 additions & 7,106 deletions yarn.lock

Large diffs are not rendered by default.