@pnpm/lockfile.make-dedicated-lockfile 1000.0.28 → 1100.0.0

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.
Files changed (1) hide show
  1. package/package.json +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/lockfile.make-dedicated-lockfile",
3
- "version": "1000.0.28",
3
+ "version": "1100.0.0",
4
4
  "description": "Creates a dedicated lockfile for a subset of workspace projects",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -28,21 +28,21 @@
28
28
  "dependencies": {
29
29
  "@pnpm/exec": "^2.0.0",
30
30
  "ramda": "npm:@pnpm/ramda@0.28.1",
31
- "rename-overwrite": "^7.0.0",
32
- "@pnpm/lockfile.pruner": "1001.0.17",
33
- "@pnpm/error": "1000.0.5",
34
- "@pnpm/logger": "1001.0.1",
35
- "@pnpm/lockfile.fs": "1001.1.21",
36
- "@pnpm/releasing.exportable-manifest": "1000.1.7",
37
- "@pnpm/types": "1000.9.0",
38
- "@pnpm/workspace.project-manifest-reader": "1001.1.4",
39
- "@pnpm/workspace.root-finder": "1000.1.3"
31
+ "rename-overwrite": "^7.0.1",
32
+ "@pnpm/error": "1100.0.0",
33
+ "@pnpm/lockfile.fs": "1100.0.0",
34
+ "@pnpm/lockfile.pruner": "1100.0.0",
35
+ "@pnpm/logger": "1100.0.0",
36
+ "@pnpm/releasing.exportable-manifest": "1100.0.0",
37
+ "@pnpm/types": "1100.0.0",
38
+ "@pnpm/workspace.root-finder": "1100.0.0",
39
+ "@pnpm/workspace.project-manifest-reader": "1100.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/ramda": "0.29.12",
42
+ "@types/ramda": "0.31.1",
43
43
  "execa": "npm:safe-execa@0.3.0",
44
- "@pnpm/lockfile.make-dedicated-lockfile": "1000.0.28",
45
- "@pnpm/test-fixtures": "1000.0.0"
44
+ "@pnpm/test-fixtures": "1100.0.0",
45
+ "@pnpm/lockfile.make-dedicated-lockfile": "1100.0.0"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=22.13"
@@ -52,9 +52,9 @@
52
52
  },
53
53
  "scripts": {
54
54
  "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
55
- "_test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest",
56
- "test": "pnpm run compile && pnpm run _test",
57
- "compile": "tsgo --build && pnpm run lint --fix"
55
+ "test": "pn compile && pn --filter=pnpm compile && pn .test",
56
+ "compile": "tsgo --build && pn lint --fix",
57
+ ".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
58
58
  },
59
59
  "bin": {
60
60
  "lockfile.make-dedicated-lockfile": "./bin/make-dedicated-lockfile.js"