@rushstack/lockfile-explorer 2.1.6 → 2.2.1
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/CHANGELOG.json +50 -0
- package/CHANGELOG.md +20 -1
- package/bin/lockfile-explorer +1 -1
- package/bin/lockfile-lint +1 -1
- package/dist/{162.69bf5ec786f72c9b7eb6.js → 162.57188c10fe2d1740c1ab.js} +2 -2
- package/dist/app.488eeffc8a0c899a054c.css +1 -0
- package/dist/app.55bea5774c40f4ed1bf2.js +1 -0
- package/dist/index.html +1 -1
- package/dist/rush-themed-ui.js +2 -2
- package/lib-esm/assets/lint-init/lockfile-lint-template.json +42 -0
- package/lib-esm/cli/explorer/ExplorerCommandLineParser.js +204 -0
- package/lib-esm/cli/explorer/ExplorerCommandLineParser.js.map +1 -0
- package/lib-esm/cli/lint/LintCommandLineParser.js +31 -0
- package/lib-esm/cli/lint/LintCommandLineParser.js.map +1 -0
- package/lib-esm/cli/lint/actions/CheckAction.js +138 -0
- package/lib-esm/cli/lint/actions/CheckAction.js.map +1 -0
- package/lib-esm/cli/lint/actions/InitAction.js +38 -0
- package/lib-esm/cli/lint/actions/InitAction.js.map +1 -0
- package/lib-esm/constants/common.js +5 -0
- package/lib-esm/constants/common.js.map +1 -0
- package/lib-esm/graph/IPnpmfileModule.js +4 -0
- package/lib-esm/graph/IPnpmfileModule.js.map +1 -0
- package/lib-esm/graph/PnpmfileRunner.js +86 -0
- package/lib-esm/graph/PnpmfileRunner.js.map +1 -0
- package/lib-esm/graph/lfxGraphLoader.js +459 -0
- package/lib-esm/graph/lfxGraphLoader.js.map +1 -0
- package/lib-esm/graph/lockfilePath.js +117 -0
- package/lib-esm/graph/lockfilePath.js.map +1 -0
- package/lib-esm/graph/pnpmfileRunnerWorkerThread.js +59 -0
- package/lib-esm/graph/pnpmfileRunnerWorkerThread.js.map +1 -0
- package/lib-esm/schemas/lockfile-lint.schema.json +45 -0
- package/lib-esm/start-explorer.js +6 -0
- package/lib-esm/start-explorer.js.map +1 -0
- package/lib-esm/start-lint.js +6 -0
- package/lib-esm/start-lint.js.map +1 -0
- package/lib-esm/state/index.js +4 -0
- package/lib-esm/state/index.js.map +1 -0
- package/lib-esm/utils/init.js +77 -0
- package/lib-esm/utils/init.js.map +1 -0
- package/lib-esm/utils/shrinkwrap.js +44 -0
- package/lib-esm/utils/shrinkwrap.js.map +1 -0
- package/package.json +30 -8
- package/dist/app.1dab12a374d1cbfd7671.js +0 -1
- package/dist/app.e74e7004c99e392a3c70.css +0 -1
- package/dist/initappcontext.js +0 -14
- /package/dist/{162.69bf5ec786f72c9b7eb6.js.LICENSE.txt → 162.57188c10fe2d1740c1ab.js.LICENSE.txt} +0 -0
- /package/{lib → lib-commonjs}/assets/lint-init/lockfile-lint-template.json +0 -0
- /package/{lib → lib-commonjs}/cli/explorer/ExplorerCommandLineParser.js +0 -0
- /package/{lib → lib-commonjs}/cli/explorer/ExplorerCommandLineParser.js.map +0 -0
- /package/{lib → lib-commonjs}/cli/lint/LintCommandLineParser.js +0 -0
- /package/{lib → lib-commonjs}/cli/lint/LintCommandLineParser.js.map +0 -0
- /package/{lib → lib-commonjs}/cli/lint/actions/CheckAction.js +0 -0
- /package/{lib → lib-commonjs}/cli/lint/actions/CheckAction.js.map +0 -0
- /package/{lib → lib-commonjs}/cli/lint/actions/InitAction.js +0 -0
- /package/{lib → lib-commonjs}/cli/lint/actions/InitAction.js.map +0 -0
- /package/{lib → lib-commonjs}/constants/common.js +0 -0
- /package/{lib → lib-commonjs}/constants/common.js.map +0 -0
- /package/{lib → lib-commonjs}/graph/IPnpmfileModule.js +0 -0
- /package/{lib → lib-commonjs}/graph/IPnpmfileModule.js.map +0 -0
- /package/{lib → lib-commonjs}/graph/PnpmfileRunner.js +0 -0
- /package/{lib → lib-commonjs}/graph/PnpmfileRunner.js.map +0 -0
- /package/{lib → lib-commonjs}/graph/lfxGraphLoader.js +0 -0
- /package/{lib → lib-commonjs}/graph/lfxGraphLoader.js.map +0 -0
- /package/{lib → lib-commonjs}/graph/lockfilePath.js +0 -0
- /package/{lib → lib-commonjs}/graph/lockfilePath.js.map +0 -0
- /package/{lib → lib-commonjs}/graph/pnpmfileRunnerWorkerThread.js +0 -0
- /package/{lib → lib-commonjs}/graph/pnpmfileRunnerWorkerThread.js.map +0 -0
- /package/{lib → lib-commonjs}/schemas/lockfile-lint.schema.json +0 -0
- /package/{lib → lib-commonjs}/start-explorer.js +0 -0
- /package/{lib → lib-commonjs}/start-explorer.js.map +0 -0
- /package/{lib → lib-commonjs}/start-lint.js +0 -0
- /package/{lib → lib-commonjs}/start-lint.js.map +0 -0
- /package/{lib → lib-commonjs}/state/index.js +0 -0
- /package/{lib → lib-commonjs}/state/index.js.map +0 -0
- /package/{lib → lib-commonjs}/utils/init.js +0 -0
- /package/{lib → lib-commonjs}/utils/init.js.map +0 -0
- /package/{lib → lib-commonjs}/utils/shrinkwrap.js +0 -0
- /package/{lib → lib-commonjs}/utils/shrinkwrap.js.map +0 -0
- /package/{lib → lib-dts}/cli/explorer/ExplorerCommandLineParser.d.ts +0 -0
- /package/{lib → lib-dts}/cli/explorer/ExplorerCommandLineParser.d.ts.map +0 -0
- /package/{lib → lib-dts}/cli/lint/LintCommandLineParser.d.ts +0 -0
- /package/{lib → lib-dts}/cli/lint/LintCommandLineParser.d.ts.map +0 -0
- /package/{lib → lib-dts}/cli/lint/actions/CheckAction.d.ts +0 -0
- /package/{lib → lib-dts}/cli/lint/actions/CheckAction.d.ts.map +0 -0
- /package/{lib → lib-dts}/cli/lint/actions/InitAction.d.ts +0 -0
- /package/{lib → lib-dts}/cli/lint/actions/InitAction.d.ts.map +0 -0
- /package/{lib → lib-dts}/constants/common.d.ts +0 -0
- /package/{lib → lib-dts}/constants/common.d.ts.map +0 -0
- /package/{lib → lib-dts}/graph/IPnpmfileModule.d.ts +0 -0
- /package/{lib → lib-dts}/graph/IPnpmfileModule.d.ts.map +0 -0
- /package/{lib → lib-dts}/graph/PnpmfileRunner.d.ts +0 -0
- /package/{lib → lib-dts}/graph/PnpmfileRunner.d.ts.map +0 -0
- /package/{lib → lib-dts}/graph/lfxGraphLoader.d.ts +0 -0
- /package/{lib → lib-dts}/graph/lfxGraphLoader.d.ts.map +0 -0
- /package/{lib → lib-dts}/graph/lockfilePath.d.ts +0 -0
- /package/{lib → lib-dts}/graph/lockfilePath.d.ts.map +0 -0
- /package/{lib → lib-dts}/graph/pnpmfileRunnerWorkerThread.d.ts +0 -0
- /package/{lib → lib-dts}/graph/pnpmfileRunnerWorkerThread.d.ts.map +0 -0
- /package/{lib → lib-dts}/start-explorer.d.ts +0 -0
- /package/{lib → lib-dts}/start-explorer.d.ts.map +0 -0
- /package/{lib → lib-dts}/start-lint.d.ts +0 -0
- /package/{lib → lib-dts}/start-lint.d.ts.map +0 -0
- /package/{lib → lib-dts}/state/index.d.ts +0 -0
- /package/{lib → lib-dts}/state/index.d.ts.map +0 -0
- /package/{lib → lib-dts}/utils/init.d.ts +0 -0
- /package/{lib → lib-dts}/utils/init.d.ts.map +0 -0
- /package/{lib → lib-dts}/utils/shrinkwrap.d.ts +0 -0
- /package/{lib → lib-dts}/utils/shrinkwrap.d.ts.map +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,56 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/lockfile-explorer",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "2.2.1",
|
|
6
|
+
"tag": "@rushstack/lockfile-explorer_v2.2.1",
|
|
7
|
+
"date": "Thu, 19 Feb 2026 16:14:02 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Publish patch release because dependencies of 2.2.0 were incorrectly published."
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "2.2.0",
|
|
18
|
+
"tag": "@rushstack/lockfile-explorer_v2.2.0",
|
|
19
|
+
"date": "Thu, 19 Feb 2026 00:04:53 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"minor": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Normalize package layout. CommonJS is now under `lib-commonjs`, DTS is now under `lib-dts`, and ESM is now under `lib-esm`. Imports to `lib` still work as before, handled by the `\"exports\"` field in `package.json`."
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"dependency": [
|
|
27
|
+
{
|
|
28
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.20.0`"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.22.0`"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.0`"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.2.0`"
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"version": "2.1.7",
|
|
44
|
+
"tag": "@rushstack/lockfile-explorer_v2.1.7",
|
|
45
|
+
"date": "Sat, 07 Feb 2026 01:13:26 GMT",
|
|
46
|
+
"comments": {
|
|
47
|
+
"dependency": [
|
|
48
|
+
{
|
|
49
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.14`"
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
},
|
|
4
54
|
{
|
|
5
55
|
"version": "2.1.6",
|
|
6
56
|
"tag": "@rushstack/lockfile-explorer_v2.1.6",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
# Change Log - @rushstack/lockfile-explorer
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 19 Feb 2026 16:14:02 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 2.2.1
|
|
6
|
+
Thu, 19 Feb 2026 16:14:02 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Publish patch release because dependencies of 2.2.0 were incorrectly published.
|
|
11
|
+
|
|
12
|
+
## 2.2.0
|
|
13
|
+
Thu, 19 Feb 2026 00:04:53 GMT
|
|
14
|
+
|
|
15
|
+
### Minor changes
|
|
16
|
+
|
|
17
|
+
- Normalize package layout. CommonJS is now under `lib-commonjs`, DTS is now under `lib-dts`, and ESM is now under `lib-esm`. Imports to `lib` still work as before, handled by the `"exports"` field in `package.json`.
|
|
18
|
+
|
|
19
|
+
## 2.1.7
|
|
20
|
+
Sat, 07 Feb 2026 01:13:26 GMT
|
|
21
|
+
|
|
22
|
+
_Version update only_
|
|
4
23
|
|
|
5
24
|
## 2.1.6
|
|
6
25
|
Wed, 04 Feb 2026 20:42:47 GMT
|
package/bin/lockfile-explorer
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
require('../lib/start-explorer.js');
|
|
2
|
+
require('../lib-commonjs/start-explorer.js');
|
package/bin/lockfile-lint
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
require('../lib/start-lint.js');
|
|
2
|
+
require('../lib-commonjs/start-lint.js');
|