@rushstack/heft-web-rig 1.1.12 → 1.2.3

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.
Files changed (3) hide show
  1. package/CHANGELOG.json +120 -0
  2. package/CHANGELOG.md +23 -1
  3. package/package.json +11 -11
package/CHANGELOG.json CHANGED
@@ -1,6 +1,126 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
3
  "entries": [
4
+ {
5
+ "version": "1.2.3",
6
+ "tag": "@rushstack/heft-web-rig_v1.2.3",
7
+ "date": "Thu, 08 Jan 2026 01:12:30 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.55.5`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.2.6`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `1.1.10`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.1.13`"
21
+ },
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.1.10`"
24
+ },
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.1.10`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.2.10`"
30
+ },
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.10`"
33
+ },
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/heft\" from `^1.1.9` to `1.1.10`"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "version": "1.2.2",
42
+ "tag": "@rushstack/heft-web-rig_v1.2.2",
43
+ "date": "Wed, 07 Jan 2026 01:12:25 GMT",
44
+ "comments": {
45
+ "dependency": [
46
+ {
47
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.55.4`"
48
+ },
49
+ {
50
+ "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.2.5`"
51
+ },
52
+ {
53
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `1.1.9`"
54
+ },
55
+ {
56
+ "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.1.12`"
57
+ },
58
+ {
59
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.1.9`"
60
+ },
61
+ {
62
+ "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.1.9`"
63
+ },
64
+ {
65
+ "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.2.9`"
66
+ },
67
+ {
68
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.9`"
69
+ },
70
+ {
71
+ "comment": "Updating dependency \"@rushstack/heft\" from `^1.1.8` to `1.1.9`"
72
+ }
73
+ ]
74
+ }
75
+ },
76
+ {
77
+ "version": "1.2.1",
78
+ "tag": "@rushstack/heft-web-rig_v1.2.1",
79
+ "date": "Mon, 05 Jan 2026 16:12:49 GMT",
80
+ "comments": {
81
+ "dependency": [
82
+ {
83
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.55.3`"
84
+ },
85
+ {
86
+ "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.2.4`"
87
+ },
88
+ {
89
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `1.1.8`"
90
+ },
91
+ {
92
+ "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.1.11`"
93
+ },
94
+ {
95
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.1.8`"
96
+ },
97
+ {
98
+ "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.1.8`"
99
+ },
100
+ {
101
+ "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.2.8`"
102
+ },
103
+ {
104
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.8`"
105
+ },
106
+ {
107
+ "comment": "Updating dependency \"@rushstack/heft\" from `^1.1.7` to `1.1.8`"
108
+ }
109
+ ]
110
+ }
111
+ },
112
+ {
113
+ "version": "1.2.0",
114
+ "tag": "@rushstack/heft-web-rig_v1.2.0",
115
+ "date": "Thu, 18 Dec 2025 01:13:04 GMT",
116
+ "comments": {
117
+ "minor": [
118
+ {
119
+ "comment": "Update Webpack dependency to `~5.103.0`"
120
+ }
121
+ ]
122
+ }
123
+ },
4
124
  {
5
125
  "version": "1.1.12",
6
126
  "tag": "@rushstack/heft-web-rig_v1.1.12",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  # Change Log - @rushstack/heft-web-rig
2
2
 
3
- This log was last generated on Sat, 06 Dec 2025 01:12:28 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 08 Jan 2026 01:12:30 GMT and should not be manually modified.
4
+
5
+ ## 1.2.3
6
+ Thu, 08 Jan 2026 01:12:30 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.2.2
11
+ Wed, 07 Jan 2026 01:12:25 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 1.2.1
16
+ Mon, 05 Jan 2026 16:12:49 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 1.2.0
21
+ Thu, 18 Dec 2025 01:13:04 GMT
22
+
23
+ ### Minor changes
24
+
25
+ - Update Webpack dependency to `~5.103.0`
4
26
 
5
27
  ## 1.1.12
6
28
  Sat, 06 Dec 2025 01:12:28 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
- "version": "1.1.12",
3
+ "version": "1.2.3",
4
4
  "description": "A rig package for web browser projects that build using Heft",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -9,7 +9,7 @@
9
9
  "directory": "rigs/heft-web-rig"
10
10
  },
11
11
  "peerDependencies": {
12
- "@rushstack/heft": "^1.1.7"
12
+ "@rushstack/heft": "^1.1.10"
13
13
  },
14
14
  "dependencies": {
15
15
  "@types/heft-jest": "1.0.1",
@@ -31,18 +31,18 @@
31
31
  "url-loader": "~4.1.1",
32
32
  "webpack-bundle-analyzer": "~4.5.0",
33
33
  "webpack-merge": "~5.8.0",
34
- "webpack": "~5.98.0",
35
- "@microsoft/api-extractor": "7.55.2",
36
- "@rushstack/heft-jest-plugin": "1.1.7",
34
+ "webpack": "~5.103.0",
35
+ "@microsoft/api-extractor": "7.55.5",
36
+ "@rushstack/heft-api-extractor-plugin": "1.2.6",
37
37
  "@rushstack/eslint-config": "4.6.1",
38
- "@rushstack/heft-lint-plugin": "1.1.10",
39
- "@rushstack/heft-sass-plugin": "1.1.7",
40
- "@rushstack/heft-api-extractor-plugin": "1.2.3",
41
- "@rushstack/heft-typescript-plugin": "1.1.7",
42
- "@rushstack/heft-webpack5-plugin": "1.2.7"
38
+ "@rushstack/heft-lint-plugin": "1.1.13",
39
+ "@rushstack/heft-jest-plugin": "1.1.10",
40
+ "@rushstack/heft-sass-plugin": "1.1.10",
41
+ "@rushstack/heft-typescript-plugin": "1.1.10",
42
+ "@rushstack/heft-webpack5-plugin": "1.2.10"
43
43
  },
44
44
  "devDependencies": {
45
- "@rushstack/heft": "1.1.7"
45
+ "@rushstack/heft": "1.1.10"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "",