@rushstack/lockfile-explorer 1.5.10 → 1.6.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.
- package/CHANGELOG.json +33 -0
- package/CHANGELOG.md +13 -1
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/lockfile-explorer",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.6.0",
|
|
6
|
+
"tag": "@rushstack/lockfile-explorer_v1.6.0",
|
|
7
|
+
"date": "Tue, 24 Sep 2024 00:11:19 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump express dependency to 4.20.0"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "1.5.11",
|
|
18
|
+
"tag": "@rushstack/lockfile-explorer_v1.5.11",
|
|
19
|
+
"date": "Fri, 13 Sep 2024 00:11:43 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"dependency": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.9.0`"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.14.2`"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.22.8`"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.67.2`"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
4
37
|
{
|
|
5
38
|
"version": "1.5.10",
|
|
6
39
|
"tag": "@rushstack/lockfile-explorer_v1.5.10",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Change Log - @rushstack/lockfile-explorer
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue,
|
|
3
|
+
This log was last generated on Tue, 24 Sep 2024 00:11:19 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.6.0
|
|
6
|
+
Tue, 24 Sep 2024 00:11:19 GMT
|
|
7
|
+
|
|
8
|
+
### Minor changes
|
|
9
|
+
|
|
10
|
+
- Bump express dependency to 4.20.0
|
|
11
|
+
|
|
12
|
+
## 1.5.11
|
|
13
|
+
Fri, 13 Sep 2024 00:11:43 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
4
16
|
|
|
5
17
|
## 1.5.10
|
|
6
18
|
Tue, 10 Sep 2024 20:08:11 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/lockfile-explorer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"conflict",
|
|
@@ -45,23 +45,23 @@
|
|
|
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.67.1",
|
|
49
48
|
"@rushstack/lockfile-explorer-web": "0.0.0",
|
|
49
|
+
"@rushstack/heft": "0.67.2",
|
|
50
50
|
"local-node-rig": "1.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"cors": "~2.8.5",
|
|
54
|
-
"express": "4.
|
|
54
|
+
"express": "4.20.0",
|
|
55
55
|
"js-yaml": "~3.13.1",
|
|
56
56
|
"open": "~8.4.0",
|
|
57
57
|
"update-notifier": "~5.1.0",
|
|
58
58
|
"@pnpm/dependency-path": "~2.1.2",
|
|
59
59
|
"semver": "~7.5.4",
|
|
60
|
-
"@rushstack/
|
|
61
|
-
"@rushstack/
|
|
62
|
-
"@rushstack/ts-command-line": "4.22.
|
|
63
|
-
"@microsoft/rush-lib": "5.
|
|
64
|
-
"@rushstack/
|
|
60
|
+
"@rushstack/terminal": "0.14.2",
|
|
61
|
+
"@rushstack/node-core-library": "5.9.0",
|
|
62
|
+
"@rushstack/ts-command-line": "4.22.8",
|
|
63
|
+
"@microsoft/rush-lib": "5.135.0",
|
|
64
|
+
"@rushstack/rush-sdk": "5.135.0"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"build": "heft build --clean",
|