@rushstack/trace-import 0.4.1 → 0.5.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 CHANGED
@@ -1,6 +1,44 @@
1
1
  {
2
2
  "name": "@rushstack/trace-import",
3
3
  "entries": [
4
+ {
5
+ "version": "0.5.1",
6
+ "tag": "@rushstack/trace-import_v0.5.1",
7
+ "date": "Wed, 12 Mar 2025 00:11:32 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.70.1`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.5.0",
18
+ "tag": "@rushstack/trace-import_v0.5.0",
19
+ "date": "Tue, 11 Mar 2025 02:12:33 GMT",
20
+ "comments": {
21
+ "minor": [
22
+ {
23
+ "comment": "Bump the TypeScript dependency to ~5.8.2."
24
+ }
25
+ ],
26
+ "dependency": [
27
+ {
28
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.12.0`"
29
+ },
30
+ {
31
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.15.1`"
32
+ },
33
+ {
34
+ "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.23.6`"
35
+ },
36
+ {
37
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.70.0`"
38
+ }
39
+ ]
40
+ }
41
+ },
4
42
  {
5
43
  "version": "0.4.1",
6
44
  "tag": "@rushstack/trace-import_v0.4.1",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @rushstack/trace-import
2
2
 
3
- This log was last generated on Tue, 11 Mar 2025 00:11:25 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Mar 2025 00:11:32 GMT and should not be manually modified.
4
+
5
+ ## 0.5.1
6
+ Wed, 12 Mar 2025 00:11:32 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.5.0
11
+ Tue, 11 Mar 2025 02:12:33 GMT
12
+
13
+ ### Minor changes
14
+
15
+ - Bump the TypeScript dependency to ~5.8.2.
4
16
 
5
17
  ## 0.4.1
6
18
  Tue, 11 Mar 2025 00:11:25 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/trace-import",
3
- "version": "0.4.1",
3
+ "version": "0.5.1",
4
4
  "description": "CLI tool for understanding how require() and \"import\" statements get resolved",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,16 +14,16 @@
14
14
  "dependencies": {
15
15
  "resolve": "~1.22.1",
16
16
  "semver": "~7.5.4",
17
- "typescript": "~5.7.3",
18
- "@rushstack/terminal": "0.15.0",
19
- "@rushstack/ts-command-line": "4.23.5",
20
- "@rushstack/node-core-library": "5.11.0"
17
+ "typescript": "~5.8.2",
18
+ "@rushstack/terminal": "0.15.1",
19
+ "@rushstack/ts-command-line": "4.23.6",
20
+ "@rushstack/node-core-library": "5.12.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/resolve": "1.20.2",
24
24
  "@types/semver": "7.5.0",
25
- "@rushstack/heft": "0.69.3",
26
- "local-node-rig": "1.0.0"
25
+ "local-node-rig": "1.0.0",
26
+ "@rushstack/heft": "0.70.1"
27
27
  },
28
28
  "scripts": {
29
29
  "start": "node lib/start",