Skip to content

Commit

Permalink
Releasing 34 new packages
Browse files Browse the repository at this point in the history
| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `3.0.0-rc.1` |
  • Loading branch information
arcanis committed Apr 12, 2021
1 parent e69866b commit a460023
Show file tree
Hide file tree
Showing 44 changed files with 1,634 additions and 528 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@types/node": "^13.7.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"@yarnpkg/cli": "workspace:^2.4.0",
"@yarnpkg/core": "workspace:^2.4.0",
"@yarnpkg/eslint-config": "workspace:^0.2.0",
"@yarnpkg/pnpify": "workspace:^2.4.0",
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
"@yarnpkg/core": "workspace:^3.0.0-rc.1",
"@yarnpkg/eslint-config": "workspace:^0.3.0-rc.1",
"@yarnpkg/pnpify": "workspace:^3.0.0-rc.1",
"babel-jest": "^26.0.1",
"clipanion": "^3.0.0-rc.10",
"eslint": "^6.8.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/acceptance-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"pkg-tests-specs"
],
"dependencies": {
"@yarnpkg/cli": "workspace:^2.4.0",
"@yarnpkg/core": "workspace:^2.4.0",
"@yarnpkg/fslib": "workspace:^2.4.0",
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
"@yarnpkg/core": "workspace:^3.0.0-rc.1",
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
"@yarnpkg/monorepo": "workspace:0.0.0",
"is-wsl": "^2.1.1",
"pkg-tests-core": "workspace:0.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/acceptance-tests/pkg-tests-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"@types/minimatch": "^3.0.3",
"@types/semver": "^7.1.0",
"@types/tar-fs": "^1.16.1",
"@yarnpkg/cli": "workspace:^2.4.0",
"@yarnpkg/core": "workspace:^2.4.0",
"@yarnpkg/fslib": "workspace:^2.4.0",
"@yarnpkg/parsers": "workspace:^2.3.0",
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
"@yarnpkg/core": "workspace:^3.0.0-rc.1",
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
"@yarnpkg/parsers": "workspace:^2.3.1-rc.1",
"finalhandler": "^1.1.2",
"invariant": "^2.2.4",
"klaw": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/acceptance-tests/pkg-tests-fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"license": "BSD-2-Clause",
"dependencies": {
"@yarnpkg/fslib": "workspace:^2.4.0"
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1"
},
"scripts": {
"copy-index": "find packages -type d -mindepth 1 -maxdepth 1 | while read pkg; do cp default-index.js \"$pkg/index.js\"; done"
Expand Down
8 changes: 4 additions & 4 deletions packages/acceptance-tests/pkg-tests-specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"license": "BSD-2-Clause",
"main": "./sources/index.js",
"dependencies": {
"@yarnpkg/cli": "workspace:^2.4.0",
"@yarnpkg/core": "workspace:^2.4.0",
"@yarnpkg/fslib": "workspace:^2.4.0",
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
"@yarnpkg/core": "workspace:^3.0.0-rc.1",
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
"@yarnpkg/monorepo": "workspace:0.0.0",
"@yarnpkg/parsers": "workspace:^2.3.0",
"@yarnpkg/parsers": "workspace:^2.3.1-rc.1",
"fs-extra": "^7.0.1",
"lodash": "^4.17.15",
"pkg-tests-core": "workspace:0.0.0",
Expand Down
580 changes: 558 additions & 22 deletions packages/berry-cli/bin/berry.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions packages/esbuild-plugin-pnp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/esbuild-plugin-pnp",
"version": "0.0.1",
"version": "1.0.0-rc.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"esbuild": "^0.8.36"
},
"devDependencies": {
"@yarnpkg/pnp": "workspace:^2.3.2",
"@yarnpkg/pnp": "workspace:^3.0.0-rc.1",
"esbuild": "npm:esbuild-wasm@^0.8.36"
},
"scripts": {
Expand All @@ -33,5 +33,6 @@
},
"engines": {
"node": ">=10.19.0"
}
},
"stableVersion": "0.0.1"
}
5 changes: 3 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/eslint-config",
"version": "0.2.0",
"version": "0.3.0-rc.1",
"license": "BSD-2-Clause",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "*",
Expand All @@ -25,5 +25,6 @@
},
"engines": {
"node": ">=10.19.0"
}
},
"stableVersion": "0.2.0"
}
19 changes: 10 additions & 9 deletions packages/plugin-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@yarnpkg/plugin-compat",
"version": "2.2.0",
"version": "3.0.0-rc.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"peerDependencies": {
"@yarnpkg/core": "^2.4.0",
"@yarnpkg/plugin-patch": "^2.1.2"
"@yarnpkg/core": "^3.0.0-rc.1",
"@yarnpkg/plugin-patch": "^3.0.0-rc.1"
},
"devDependencies": {
"@types/resolve": "^1.17.1",
"@yarnpkg/cli": "workspace:^2.4.0",
"@yarnpkg/core": "workspace:^2.4.0",
"@yarnpkg/fslib": "workspace:^2.4.0",
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
"@yarnpkg/core": "workspace:^3.0.0-rc.1",
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
"@yarnpkg/monorepo": "workspace:0.0.0",
"@yarnpkg/plugin-npm": "workspace:^2.4.0",
"@yarnpkg/plugin-patch": "workspace:^2.1.2",
"@yarnpkg/plugin-npm": "workspace:^2.5.0-rc.1",
"@yarnpkg/plugin-patch": "workspace:^3.0.0-rc.1",
"resolve": "^1.17.0",
"semver": "^7.1.2"
},
Expand All @@ -38,5 +38,6 @@
],
"engines": {
"node": ">=10.19.0"
}
},
"stableVersion": "2.2.0"
}
17 changes: 9 additions & 8 deletions packages/plugin-constraints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarnpkg/plugin-constraints",
"version": "2.2.0",
"version": "3.0.0-rc.1",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
Expand All @@ -9,22 +9,22 @@
},
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^2.4.0",
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
"clipanion": "^3.0.0-rc.10",
"lodash": "^4.17.15",
"node-emoji": "^1.8.1",
"tau-prolog": "^0.2.66",
"tslib": "^1.13.0"
},
"peerDependencies": {
"@yarnpkg/cli": "^2.4.0",
"@yarnpkg/core": "^2.4.0"
"@yarnpkg/cli": "^3.0.0-rc.1",
"@yarnpkg/core": "^3.0.0-rc.1"
},
"devDependencies": {
"@types/lodash": "^4.14.136",
"@yarnpkg/builder": "workspace:^2.1.3",
"@yarnpkg/cli": "workspace:^2.4.0",
"@yarnpkg/core": "workspace:^2.4.0",
"@yarnpkg/builder": "workspace:^3.0.0-rc.1",
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
"@yarnpkg/core": "workspace:^3.0.0-rc.1",
"typescript": "beta"
},
"scripts": {
Expand All @@ -42,5 +42,6 @@
],
"engines": {
"node": ">=10.19.0"
}
},
"stableVersion": "2.2.0"
}
15 changes: 8 additions & 7 deletions packages/plugin-dlx/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@yarnpkg/plugin-dlx",
"version": "2.1.4",
"version": "3.0.0-rc.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^2.4.0",
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
"@yarnpkg/json-proxy": "workspace:^2.1.0",
"clipanion": "^3.0.0-rc.10",
"tslib": "^1.13.0"
},
"peerDependencies": {
"@yarnpkg/cli": "^2.4.0",
"@yarnpkg/core": "^2.4.0"
"@yarnpkg/cli": "^3.0.0-rc.1",
"@yarnpkg/core": "^3.0.0-rc.1"
},
"devDependencies": {
"@yarnpkg/cli": "workspace:^2.4.0",
"@yarnpkg/core": "workspace:^2.4.0"
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
"@yarnpkg/core": "workspace:^3.0.0-rc.1"
},
"repository": {
"type": "git",
Expand All @@ -35,5 +35,6 @@
],
"engines": {
"node": ">=10.19.0"
}
},
"stableVersion": "2.1.4"
}
17 changes: 9 additions & 8 deletions packages/plugin-essentials/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@yarnpkg/plugin-essentials",
"version": "2.4.0",
"version": "3.0.0-rc.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^2.4.0",
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
"@yarnpkg/json-proxy": "workspace:^2.1.0",
"@yarnpkg/parsers": "workspace:^2.3.0",
"@yarnpkg/parsers": "workspace:^2.3.1-rc.1",
"ci-info": "^2.0.0",
"clipanion": "^3.0.0-rc.10",
"enquirer": "^2.3.6",
Expand All @@ -17,17 +17,17 @@
"typanion": "^3.3.0"
},
"peerDependencies": {
"@yarnpkg/cli": "^2.4.0",
"@yarnpkg/core": "^2.4.0"
"@yarnpkg/cli": "^3.0.0-rc.1",
"@yarnpkg/core": "^3.0.0-rc.1"
},
"devDependencies": {
"@types/ci-info": "^2",
"@types/lodash": "^4.14.136",
"@types/micromatch": "^4.0.1",
"@types/semver": "^7.1.0",
"@types/treeify": "^1.0.0",
"@yarnpkg/cli": "workspace:^2.4.0",
"@yarnpkg/core": "workspace:^2.4.0"
"@yarnpkg/cli": "workspace:^3.0.0-rc.1",
"@yarnpkg/core": "workspace:^3.0.0-rc.1"
},
"repository": {
"type": "git",
Expand All @@ -47,5 +47,6 @@
],
"engines": {
"node": ">=10.19.0"
}
},
"stableVersion": "2.4.0"
}
13 changes: 7 additions & 6 deletions packages/plugin-exec/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@yarnpkg/plugin-exec",
"version": "2.1.4",
"version": "2.2.0-rc.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/builder": "workspace:^2.1.3",
"@yarnpkg/fslib": "workspace:^2.4.0",
"@yarnpkg/builder": "workspace:^3.0.0-rc.1",
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
"tslib": "^1.13.0"
},
"peerDependencies": {
"@yarnpkg/core": "^2.4.0"
"@yarnpkg/core": "^3.0.0-rc.1"
},
"devDependencies": {
"@yarnpkg/core": "workspace:^2.4.0",
"@yarnpkg/core": "workspace:^3.0.0-rc.1",
"typescript": "beta"
},
"scripts": {
Expand All @@ -35,5 +35,6 @@
],
"engines": {
"node": ">=10.19.0"
}
},
"stableVersion": "2.1.4"
}
11 changes: 6 additions & 5 deletions packages/plugin-file/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@yarnpkg/plugin-file",
"version": "2.2.0",
"version": "2.2.1-rc.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^2.4.0",
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
"tslib": "^1.13.0"
},
"peerDependencies": {
"@yarnpkg/core": "^2.4.0"
"@yarnpkg/core": "^3.0.0-rc.1"
},
"devDependencies": {
"@yarnpkg/core": "workspace:^2.4.0"
"@yarnpkg/core": "workspace:^3.0.0-rc.1"
},
"repository": {
"type": "git",
Expand All @@ -31,5 +31,6 @@
],
"engines": {
"node": ">=10.19.0"
}
},
"stableVersion": "2.2.0"
}
11 changes: 6 additions & 5 deletions packages/plugin-git/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@yarnpkg/plugin-git",
"version": "2.3.0",
"version": "2.4.0-rc.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
"@types/semver": "^7.1.0",
"@yarnpkg/fslib": "workspace:^2.4.0",
"@yarnpkg/fslib": "workspace:^2.5.0-rc.1",
"git-url-parse": "11.1.2",
"semver": "^7.1.2",
"tslib": "^1.13.0"
},
"peerDependencies": {
"@yarnpkg/core": "^2.4.0"
"@yarnpkg/core": "^3.0.0-rc.1"
},
"devDependencies": {
"@yarnpkg/core": "workspace:^2.4.0"
"@yarnpkg/core": "workspace:^3.0.0-rc.1"
},
"repository": {
"type": "git",
Expand All @@ -34,5 +34,6 @@
],
"engines": {
"node": ">=10.19.0"
}
},
"stableVersion": "2.3.0"
}
Loading

0 comments on commit a460023

Please sign in to comment.