@yarnpkg/plugin-pnpm 2.0.0-rc.14 → 2.0.0-rc.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/PnpmLinker.js +1 -1
- package/package.json +9 -9
package/lib/PnpmLinker.js
CHANGED
|
@@ -157,7 +157,7 @@ class PnpmInstaller {
|
|
|
157
157
|
// Downgrade virtual workspaces (cf isPnpmVirtualCompatible's documentation)
|
|
158
158
|
let targetDependency = dependency;
|
|
159
159
|
if (!isPnpmVirtualCompatible(dependency, { project: this.opts.project })) {
|
|
160
|
-
this.opts.report.
|
|
160
|
+
this.opts.report.reportWarningOnce(core_1.MessageName.UNNAMED, `The pnpm linker doesn't support providing different versions to workspaces' peer dependencies`);
|
|
161
161
|
targetDependency = core_1.structUtils.devirtualizeLocator(dependency);
|
|
162
162
|
}
|
|
163
163
|
const depSrcPaths = this.customData.pathsByLocator.get(targetDependency.locatorHash);
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yarnpkg/plugin-pnpm",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.15",
|
|
4
4
|
"license": "BSD-2-Clause",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@yarnpkg/fslib": "^3.0.0-rc.
|
|
8
|
-
"@yarnpkg/plugin-pnp": "^4.0.0-rc.
|
|
9
|
-
"@yarnpkg/plugin-stage": "^4.0.0-rc.
|
|
7
|
+
"@yarnpkg/fslib": "^3.0.0-rc.15",
|
|
8
|
+
"@yarnpkg/plugin-pnp": "^4.0.0-rc.15",
|
|
9
|
+
"@yarnpkg/plugin-stage": "^4.0.0-rc.15",
|
|
10
10
|
"clipanion": "^3.2.0-rc.10",
|
|
11
11
|
"p-limit": "^2.2.0",
|
|
12
|
-
"tslib": "^
|
|
12
|
+
"tslib": "^2.4.0"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@yarnpkg/cli": "^4.0.0-rc.
|
|
16
|
-
"@yarnpkg/core": "^4.0.0-rc.
|
|
15
|
+
"@yarnpkg/cli": "^4.0.0-rc.15",
|
|
16
|
+
"@yarnpkg/core": "^4.0.0-rc.15"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@yarnpkg/cli": "^4.0.0-rc.
|
|
20
|
-
"@yarnpkg/core": "^4.0.0-rc.
|
|
19
|
+
"@yarnpkg/cli": "^4.0.0-rc.15",
|
|
20
|
+
"@yarnpkg/core": "^4.0.0-rc.15"
|
|
21
21
|
},
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|