Skip to content

Commit

Permalink
Update yarn monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2022
1 parent 3c2ca0b commit 2a6afe9
Show file tree
Hide file tree
Showing 14 changed files with 850 additions and 832 deletions.
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.3.cjs

This file was deleted.

801 changes: 801 additions & 0 deletions .yarn/releases/yarn-3.2.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.2.3.cjs
yarnPath: .yarn/releases/yarn-3.2.4.cjs

# Workaround for https://github.com/yarnpkg/berry/issues/4157
pnpEnableEsmLoader: false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"workspaces": [
"packages/*"
],
Expand All @@ -17,7 +17,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@yarnpkg/sdks": "^3.0.0-rc.22",
"@yarnpkg/sdks": "^3.0.0-rc.25",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-plugin": "^5.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"author": "Masaki Hara <[email protected]>",
"license": "MIT",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"files": [
"dist/**/*",
"!dist/*.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-i18n-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"author": "Masaki Hara <[email protected]>",
"license": "MIT",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"files": [
"dist/**/*",
"!dist/*.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"author": "Masaki Hara <[email protected]>",
"license": "MIT",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"files": [
"dist/**/*",
"!dist/*.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"author": "Masaki Hara <[email protected]>",
"license": "MIT",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"files": [
"dist/**/*",
"!dist/*.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"author": "Masaki Hara <[email protected]>",
"license": "MIT",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"files": [
"dist/**/*",
"!dist/*.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"author": "Masaki Hara <[email protected]>",
"license": "MIT",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"files": [
"index.js",
"index.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"author": "Masaki Hara <[email protected]>",
"license": "MIT",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"files": [
"dist/**/*",
"!dist/*.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"author": "Masaki Hara <[email protected]>",
"license": "MIT",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"files": [
"dist/**/*",
"!dist/*.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"author": "Masaki Hara <[email protected]>",
"license": "MIT",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"files": [
"dist/**/*",
"!dist/*.tsbuildinfo",
Expand Down
74 changes: 37 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2706,17 +2706,17 @@ __metadata:
languageName: node
linkType: hard

"@yarnpkg/core@npm:^4.0.0-rc.22":
version: 4.0.0-rc.22
resolution: "@yarnpkg/core@npm:4.0.0-rc.22"
"@yarnpkg/core@npm:^4.0.0-rc.25":
version: 4.0.0-rc.25
resolution: "@yarnpkg/core@npm:4.0.0-rc.25"
dependencies:
"@arcanis/slice-ansi": ^1.1.1
"@types/semver": ^7.1.0
"@types/treeify": ^1.0.0
"@yarnpkg/fslib": ^3.0.0-rc.22
"@yarnpkg/libzip": ^3.0.0-rc.22
"@yarnpkg/parsers": ^3.0.0-rc.22
"@yarnpkg/shell": ^4.0.0-rc.22
"@yarnpkg/fslib": ^3.0.0-rc.25
"@yarnpkg/libzip": ^3.0.0-rc.25
"@yarnpkg/parsers": ^3.0.0-rc.25
"@yarnpkg/shell": ^4.0.0-rc.25
camelcase: ^5.3.1
chalk: ^3.0.0
ci-info: ^3.2.0
Expand All @@ -2735,66 +2735,66 @@ __metadata:
treeify: ^1.1.0
tslib: ^2.4.0
tunnel: ^0.0.6
checksum: f20c34d82af129a842d037264d90a3acba04359683ad9f8e35774ef8c04f29432aacc26cbf89e63e067ec9ad16baf5b6954728ff57339ef80acdae6444da7ebe
checksum: 1349885d61f0cdf11314f125b300d74d2fc5af206efa6efb0f9a67cf1825ec2d5d5b4d21de68a65236e0570f384dcc61d984bff5d606fbe90f682bfb017b2a49
languageName: node
linkType: hard

"@yarnpkg/fslib@npm:^3.0.0-rc.22":
version: 3.0.0-rc.22
resolution: "@yarnpkg/fslib@npm:3.0.0-rc.22"
"@yarnpkg/fslib@npm:^3.0.0-rc.25":
version: 3.0.0-rc.25
resolution: "@yarnpkg/fslib@npm:3.0.0-rc.25"
dependencies:
tslib: ^2.4.0
checksum: e6c4055cefdef2328f456cb6fb3c17818d6c9e5a7f574e329277579fe904caeacb0c44d0aedbbd8bac32ae7791075e778f2c7945b274341d1ae06b7e14b500bc
checksum: 5b9ded6b5f35a8bcc65611ee0aaa1b3b45e1e20e45ac65a46176267693ae6d5c9622b2910b8f74d1659e35d68eaeec26393dd766f34a7136c3dbaa4d16cbf4f4
languageName: node
linkType: hard

"@yarnpkg/libzip@npm:^3.0.0-rc.22":
version: 3.0.0-rc.22
resolution: "@yarnpkg/libzip@npm:3.0.0-rc.22"
"@yarnpkg/libzip@npm:^3.0.0-rc.25":
version: 3.0.0-rc.25
resolution: "@yarnpkg/libzip@npm:3.0.0-rc.25"
dependencies:
"@types/emscripten": ^1.39.6
"@yarnpkg/fslib": ^3.0.0-rc.22
"@yarnpkg/fslib": ^3.0.0-rc.25
tslib: ^2.4.0
peerDependencies:
"@yarnpkg/fslib": ^3.0.0-rc.22
checksum: bd48f861bdb88d4f9d49121199ef24fe04d68fd2221d919e18c4c0b1606900e1cb88b303b74a090fa12f349bed68abb45b7db778b34d97cd40dc48cd6e78f45c
"@yarnpkg/fslib": ^3.0.0-rc.25
checksum: d6a51b8d8ce3d649e5e6b0be488ba2137f5aa9764da8757a0c0c4f3553274585daca3e03d1f1482ba3ab1798ce0540dd0a950940b1f4cdd5cc22518584fb880e
languageName: node
linkType: hard

"@yarnpkg/parsers@npm:^3.0.0-rc.22":
version: 3.0.0-rc.22
resolution: "@yarnpkg/parsers@npm:3.0.0-rc.22"
"@yarnpkg/parsers@npm:^3.0.0-rc.25":
version: 3.0.0-rc.25
resolution: "@yarnpkg/parsers@npm:3.0.0-rc.25"
dependencies:
js-yaml: ^3.10.0
tslib: ^2.4.0
checksum: 4a31b4faad853b6cb09ff198017dd2f81782cb57ff8aaa2446ab9c8eb51aacaad3fa740e0c156c60c66cdb9cff8939f99b2b09c9890e2b8d015dcbed0150cb8a
checksum: c76ff37072814db2258f0d695db267b3eb3133fec6fe963db831e5288cc8fba2ece3db0732abbe52391da643c2c49522897ae0ccd0136e5cbf14428572d7ec15
languageName: node
linkType: hard

"@yarnpkg/sdks@npm:^3.0.0-rc.22":
version: 3.0.0-rc.22
resolution: "@yarnpkg/sdks@npm:3.0.0-rc.22"
"@yarnpkg/sdks@npm:^3.0.0-rc.25":
version: 3.0.0-rc.25
resolution: "@yarnpkg/sdks@npm:3.0.0-rc.25"
dependencies:
"@yarnpkg/core": ^4.0.0-rc.22
"@yarnpkg/fslib": ^3.0.0-rc.22
"@yarnpkg/parsers": ^3.0.0-rc.22
"@yarnpkg/core": ^4.0.0-rc.25
"@yarnpkg/fslib": ^3.0.0-rc.25
"@yarnpkg/parsers": ^3.0.0-rc.25
chalk: ^3.0.0
clipanion: ^3.2.0-rc.10
comment-json: ^2.2.0
lodash: ^4.17.15
tslib: ^2.4.0
bin:
sdks: ./lib/cli.js
checksum: f70f887852f92cb0230254581b2507f727f5ab08b233574dd17a96b91265549e6cfbd15f8b5dabcf2c1ab1535f17cae2a510a02faf2da957982c2e3dab4cd28c
checksum: 9c03fe6c332a2656ea329d1ad1c3faf2f58fe195c6ae7d15b1f094e9c86059d7b99a9755043f24b19cdcbb129256f1fb3f1ec0961e0dbb40c7d476bec837b266
languageName: node
linkType: hard

"@yarnpkg/shell@npm:^4.0.0-rc.22":
version: 4.0.0-rc.22
resolution: "@yarnpkg/shell@npm:4.0.0-rc.22"
"@yarnpkg/shell@npm:^4.0.0-rc.25":
version: 4.0.0-rc.25
resolution: "@yarnpkg/shell@npm:4.0.0-rc.25"
dependencies:
"@yarnpkg/fslib": ^3.0.0-rc.22
"@yarnpkg/parsers": ^3.0.0-rc.22
"@yarnpkg/fslib": ^3.0.0-rc.25
"@yarnpkg/parsers": ^3.0.0-rc.25
chalk: ^3.0.0
clipanion: ^3.2.0-rc.10
cross-spawn: 7.0.3
Expand All @@ -2803,7 +2803,7 @@ __metadata:
tslib: ^2.4.0
bin:
shell: ./lib/cli.js
checksum: 9e1536e252ae5a1558db63c129a755b4e7dfe627fb33fff1e4206836e5e4de11578122ee90ad46951f7b0a10bb45073cb5b43449c36cef61faf62f8a9632b629
checksum: 7493a037785eadc3aae6d18fe3d15ca746ddf6ed5eedc078f8b4e7b76a41535c3d0ca7c9ab65f7dc83a65c11a35e8b0105137706d4fb2ccef7265521c4c30708
languageName: node
linkType: hard

Expand Down Expand Up @@ -7057,7 +7057,7 @@ __metadata:
dependencies:
"@typescript-eslint/eslint-plugin": ^5.39.0
"@typescript-eslint/parser": ^5.39.0
"@yarnpkg/sdks": ^3.0.0-rc.22
"@yarnpkg/sdks": ^3.0.0-rc.25
eslint: ^8.24.0
eslint-config-prettier: ^8.5.0
eslint-plugin-eslint-plugin: ^5.0.6
Expand Down Expand Up @@ -7636,7 +7636,7 @@ __metadata:

"typescript@patch:typescript@^4.8.2#~builtin<compat/typescript>":
version: 4.8.2
resolution: "typescript@patch:typescript@npm%3A4.8.2#~builtin<compat/typescript>::version=4.8.2&hash=a1c5e5"
resolution: "typescript@patch:typescript@npm%3A4.8.2#~builtin<compat/typescript>::version=4.8.2&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand Down

0 comments on commit 2a6afe9

Please sign in to comment.