@rushstack/lockfile-explorer 1.7.35 → 1.7.37

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 CHANGED
@@ -1,6 +1,30 @@
1
1
  {
2
2
  "name": "@rushstack/lockfile-explorer",
3
3
  "entries": [
4
+ {
5
+ "version": "1.7.37",
6
+ "tag": "@rushstack/lockfile-explorer_v1.7.37",
7
+ "date": "Sat, 21 Jun 2025 00:13:15 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.74.0`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "1.7.36",
18
+ "tag": "@rushstack/lockfile-explorer_v1.7.36",
19
+ "date": "Tue, 13 May 2025 02:09:20 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.73.6`"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "1.7.35",
6
30
  "tag": "@rushstack/lockfile-explorer_v1.7.35",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @rushstack/lockfile-explorer
2
2
 
3
- This log was last generated on Thu, 01 May 2025 15:11:33 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 21 Jun 2025 00:13:15 GMT and should not be manually modified.
4
+
5
+ ## 1.7.37
6
+ Sat, 21 Jun 2025 00:13:15 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.7.36
11
+ Tue, 13 May 2025 02:09:20 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 1.7.35
6
16
  Thu, 01 May 2025 15:11:33 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/lockfile-explorer",
3
- "version": "1.7.35",
3
+ "version": "1.7.37",
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.73.5",
49
48
  "@rushstack/lockfile-explorer-web": "0.0.0",
50
- "local-node-rig": "1.0.0"
49
+ "local-node-rig": "1.0.0",
50
+ "@rushstack/heft": "0.74.0"
51
51
  },
52
52
  "dependencies": {
53
53
  "cors": "~2.8.5",
@@ -57,11 +57,11 @@
57
57
  "update-notifier": "~5.1.0",
58
58
  "@pnpm/dependency-path-lockfile-pre-v9": "npm:@pnpm/dependency-path@~2.1.2",
59
59
  "semver": "~7.5.4",
60
- "@microsoft/rush-lib": "5.153.1",
61
- "@rushstack/ts-command-line": "5.0.1",
60
+ "@microsoft/rush-lib": "5.155.0",
62
61
  "@rushstack/node-core-library": "5.13.1",
63
- "@rushstack/rush-sdk": "5.153.1",
64
- "@rushstack/terminal": "0.15.3"
62
+ "@rushstack/rush-sdk": "5.155.0",
63
+ "@rushstack/terminal": "0.15.3",
64
+ "@rushstack/ts-command-line": "5.0.1"
65
65
  },
66
66
  "scripts": {
67
67
  "build": "heft build --clean",