Skip to content

Commit

Permalink
chore: Bump to yarn v3. (#722)
Browse files Browse the repository at this point in the history
* chore: Bump to yarn v3.

* Bump angular example.
  • Loading branch information
stephenh authored Dec 9, 2022
1 parent 7dafd29 commit 7143103
Show file tree
Hide file tree
Showing 8 changed files with 15,478 additions and 10,531 deletions.
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.

0 comments on commit 7143103

Please sign in to comment.