@rushstack/lockfile-explorer 1.7.29 → 1.7.31
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 +29 -0
- package/CHANGELOG.md +13 -1
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/lockfile-explorer",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.7.31",
|
|
6
|
+
"tag": "@rushstack/lockfile-explorer_v1.7.31",
|
|
7
|
+
"date": "Thu, 17 Apr 2025 00:11:21 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Update documentation for `extends`"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.73.1`"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"version": "1.7.30",
|
|
23
|
+
"tag": "@rushstack/lockfile-explorer_v1.7.30",
|
|
24
|
+
"date": "Tue, 15 Apr 2025 15:11:58 GMT",
|
|
25
|
+
"comments": {
|
|
26
|
+
"dependency": [
|
|
27
|
+
{
|
|
28
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.73.0`"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
4
33
|
{
|
|
5
34
|
"version": "1.7.29",
|
|
6
35
|
"tag": "@rushstack/lockfile-explorer_v1.7.29",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Change Log - @rushstack/lockfile-explorer
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 17 Apr 2025 00:11:21 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.7.31
|
|
6
|
+
Thu, 17 Apr 2025 00:11:21 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Update documentation for `extends`
|
|
11
|
+
|
|
12
|
+
## 1.7.30
|
|
13
|
+
Tue, 15 Apr 2025 15:11:58 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
4
16
|
|
|
5
17
|
## 1.7.29
|
|
6
18
|
Wed, 09 Apr 2025 00:11:03 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/lockfile-explorer",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.31",
|
|
4
4
|
"description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"conflict",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"@types/update-notifier": "~6.0.1",
|
|
46
46
|
"@pnpm/lockfile-types": "^5.1.5",
|
|
47
47
|
"@types/semver": "7.5.0",
|
|
48
|
-
"@rushstack/heft": "0.
|
|
49
|
-
"
|
|
50
|
-
"
|
|
48
|
+
"@rushstack/heft": "0.73.1",
|
|
49
|
+
"@rushstack/lockfile-explorer-web": "0.0.0",
|
|
50
|
+
"local-node-rig": "1.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"cors": "~2.8.5",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"@pnpm/dependency-path-lockfile-pre-v9": "npm:@pnpm/dependency-path@~2.1.2",
|
|
59
59
|
"semver": "~7.5.4",
|
|
60
60
|
"@microsoft/rush-lib": "5.152.0",
|
|
61
|
-
"@rushstack/terminal": "0.15.2",
|
|
62
|
-
"@rushstack/rush-sdk": "5.152.0",
|
|
63
61
|
"@rushstack/node-core-library": "5.13.0",
|
|
62
|
+
"@rushstack/rush-sdk": "5.152.0",
|
|
63
|
+
"@rushstack/terminal": "0.15.2",
|
|
64
64
|
"@rushstack/ts-command-line": "4.23.7"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|