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