Skip to content

Commit a460023

Browse files
committed
Releasing 34 new packages
| Package name | Version | | --- | --- | | `@yarnpkg/cli` | `3.0.0-rc.1` |
1 parent e69866b commit a460023

File tree

44 files changed

+1634
-528
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1634
-528
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"@types/node": "^13.7.0",
2626
"@typescript-eslint/eslint-plugin": "^4.11.1",
2727
"@typescript-eslint/parser": "^4.11.1",
28-
"@yarnpkg/cli": "workspace:^2.4.0",
29-
"@yarnpkg/core": "workspace:^2.4.0",
30-
"@yarnpkg/eslint-config": "workspace:^0.2.0",
31-
"@yarnpkg/pnpify": "workspace:^2.4.0",
28+
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
29+
"@yarnpkg/core": "workspace:^3.0.0-rc.1",
30+
"@yarnpkg/eslint-config": "workspace:^0.3.0-rc.1",
31+
"@yarnpkg/pnpify": "workspace:^3.0.0-rc.1",
3232
"babel-jest": "^26.0.1",
3333
"clipanion": "^3.0.0-rc.10",
3434
"eslint": "^6.8.0",

packages/acceptance-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"pkg-tests-specs"
88
],
99
"dependencies": {
10-
"@yarnpkg/cli": "workspace:^2.4.0",
11-
"@yarnpkg/core": "workspace:^2.4.0",
12-
"@yarnpkg/fslib": "workspace:^2.4.0",
10+
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
11+
"@yarnpkg/core": "workspace:^3.0.0-rc.1",
12+
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
1313
"@yarnpkg/monorepo": "workspace:0.0.0",
1414
"is-wsl": "^2.1.1",
1515
"pkg-tests-core": "workspace:0.0.0"

packages/acceptance-tests/pkg-tests-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"@types/minimatch": "^3.0.3",
1010
"@types/semver": "^7.1.0",
1111
"@types/tar-fs": "^1.16.1",
12-
"@yarnpkg/cli": "workspace:^2.4.0",
13-
"@yarnpkg/core": "workspace:^2.4.0",
14-
"@yarnpkg/fslib": "workspace:^2.4.0",
15-
"@yarnpkg/parsers": "workspace:^2.3.0",
12+
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
13+
"@yarnpkg/core": "workspace:^3.0.0-rc.1",
14+
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
15+
"@yarnpkg/parsers": "workspace:^2.3.1-rc.1",
1616
"finalhandler": "^1.1.2",
1717
"invariant": "^2.2.4",
1818
"klaw": "^2.1.1",

packages/acceptance-tests/pkg-tests-fixtures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"license": "BSD-2-Clause",
55
"dependencies": {
6-
"@yarnpkg/fslib": "workspace:^2.4.0"
6+
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1"
77
},
88
"scripts": {
99
"copy-index": "find packages -type d -mindepth 1 -maxdepth 1 | while read pkg; do cp default-index.js \"$pkg/index.js\"; done"

packages/acceptance-tests/pkg-tests-specs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.js",
66
"dependencies": {
7-
"@yarnpkg/cli": "workspace:^2.4.0",
8-
"@yarnpkg/core": "workspace:^2.4.0",
9-
"@yarnpkg/fslib": "workspace:^2.4.0",
7+
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
8+
"@yarnpkg/core": "workspace:^3.0.0-rc.1",
9+
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
1010
"@yarnpkg/monorepo": "workspace:0.0.0",
11-
"@yarnpkg/parsers": "workspace:^2.3.0",
11+
"@yarnpkg/parsers": "workspace:^2.3.1-rc.1",
1212
"fs-extra": "^7.0.1",
1313
"lodash": "^4.17.15",
1414
"pkg-tests-core": "workspace:0.0.0",

packages/berry-cli/bin/berry.js

Lines changed: 558 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/esbuild-plugin-pnp/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/esbuild-plugin-pnp",
3-
"version": "0.0.1",
3+
"version": "1.0.0-rc.1",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
@@ -10,7 +10,7 @@
1010
"esbuild": "^0.8.36"
1111
},
1212
"devDependencies": {
13-
"@yarnpkg/pnp": "workspace:^2.3.2",
13+
"@yarnpkg/pnp": "workspace:^3.0.0-rc.1",
1414
"esbuild": "npm:esbuild-wasm@^0.8.36"
1515
},
1616
"scripts": {
@@ -33,5 +33,6 @@
3333
},
3434
"engines": {
3535
"node": ">=10.19.0"
36-
}
36+
},
37+
"stableVersion": "0.0.1"
3738
}

packages/eslint-config/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/eslint-config",
3-
"version": "0.2.0",
3+
"version": "0.3.0-rc.1",
44
"license": "BSD-2-Clause",
55
"peerDependencies": {
66
"@typescript-eslint/eslint-plugin": "*",
@@ -25,5 +25,6 @@
2525
},
2626
"engines": {
2727
"node": ">=10.19.0"
28-
}
28+
},
29+
"stableVersion": "0.2.0"
2930
}

packages/plugin-compat/package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@yarnpkg/plugin-compat",
3-
"version": "2.2.0",
3+
"version": "3.0.0-rc.1",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"peerDependencies": {
7-
"@yarnpkg/core": "^2.4.0",
8-
"@yarnpkg/plugin-patch": "^2.1.2"
7+
"@yarnpkg/core": "^3.0.0-rc.1",
8+
"@yarnpkg/plugin-patch": "^3.0.0-rc.1"
99
},
1010
"devDependencies": {
1111
"@types/resolve": "^1.17.1",
12-
"@yarnpkg/cli": "workspace:^2.4.0",
13-
"@yarnpkg/core": "workspace:^2.4.0",
14-
"@yarnpkg/fslib": "workspace:^2.4.0",
12+
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
13+
"@yarnpkg/core": "workspace:^3.0.0-rc.1",
14+
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
1515
"@yarnpkg/monorepo": "workspace:0.0.0",
16-
"@yarnpkg/plugin-npm": "workspace:^2.4.0",
17-
"@yarnpkg/plugin-patch": "workspace:^2.1.2",
16+
"@yarnpkg/plugin-npm": "workspace:^2.5.0-rc.1",
17+
"@yarnpkg/plugin-patch": "workspace:^3.0.0-rc.1",
1818
"resolve": "^1.17.0",
1919
"semver": "^7.1.2"
2020
},
@@ -38,5 +38,6 @@
3838
],
3939
"engines": {
4040
"node": ">=10.19.0"
41-
}
41+
},
42+
"stableVersion": "2.2.0"
4243
}

packages/plugin-constraints/package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/plugin-constraints",
3-
"version": "2.2.0",
3+
"version": "3.0.0-rc.1",
44
"license": "BSD-2-Clause",
55
"repository": {
66
"type": "git",
@@ -9,22 +9,22 @@
99
},
1010
"main": "./sources/index.ts",
1111
"dependencies": {
12-
"@yarnpkg/fslib": "workspace:^2.4.0",
12+
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
1313
"clipanion": "^3.0.0-rc.10",
1414
"lodash": "^4.17.15",
1515
"node-emoji": "^1.8.1",
1616
"tau-prolog": "^0.2.66",
1717
"tslib": "^1.13.0"
1818
},
1919
"peerDependencies": {
20-
"@yarnpkg/cli": "^2.4.0",
21-
"@yarnpkg/core": "^2.4.0"
20+
"@yarnpkg/cli": "^3.0.0-rc.1",
21+
"@yarnpkg/core": "^3.0.0-rc.1"
2222
},
2323
"devDependencies": {
2424
"@types/lodash": "^4.14.136",
25-
"@yarnpkg/builder": "workspace:^2.1.3",
26-
"@yarnpkg/cli": "workspace:^2.4.0",
27-
"@yarnpkg/core": "workspace:^2.4.0",
25+
"@yarnpkg/builder": "workspace:^3.0.0-rc.1",
26+
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
27+
"@yarnpkg/core": "workspace:^3.0.0-rc.1",
2828
"typescript": "beta"
2929
},
3030
"scripts": {
@@ -42,5 +42,6 @@
4242
],
4343
"engines": {
4444
"node": ">=10.19.0"
45-
}
45+
},
46+
"stableVersion": "2.2.0"
4647
}

0 commit comments

Comments
 (0)