@rushstack/heft-web-rig 0.29.6 → 0.29.8

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/heft-web-rig",
3
3
  "entries": [
4
+ {
5
+ "version": "0.29.8",
6
+ "tag": "@rushstack/heft-web-rig_v0.29.8",
7
+ "date": "Sun, 31 Aug 2025 02:24:40 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.17.12`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.29.7",
18
+ "tag": "@rushstack/heft-web-rig_v0.29.7",
19
+ "date": "Fri, 29 Aug 2025 00:08:01 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.40`"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "0.29.6",
6
30
  "tag": "@rushstack/heft-web-rig_v0.29.6",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @rushstack/heft-web-rig
2
2
 
3
- This log was last generated on Tue, 26 Aug 2025 00:12:57 GMT and should not be manually modified.
3
+ This log was last generated on Sun, 31 Aug 2025 02:24:40 GMT and should not be manually modified.
4
+
5
+ ## 0.29.8
6
+ Sun, 31 Aug 2025 02:24:40 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.29.7
11
+ Fri, 29 Aug 2025 00:08:01 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.29.6
6
16
  Tue, 26 Aug 2025 00:12:57 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
- "version": "0.29.6",
3
+ "version": "0.29.8",
4
4
  "description": "A rig package for web browser projects that build using Heft",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -32,13 +32,13 @@
32
32
  "webpack-bundle-analyzer": "~4.5.0",
33
33
  "webpack-merge": "~5.8.0",
34
34
  "webpack": "~5.98.0",
35
+ "@microsoft/api-extractor": "7.52.11",
36
+ "@rushstack/eslint-config": "4.4.0",
35
37
  "@rushstack/heft-api-extractor-plugin": "0.4.11",
36
38
  "@rushstack/heft-jest-plugin": "0.16.12",
37
- "@microsoft/api-extractor": "7.52.11",
38
- "@rushstack/heft-sass-plugin": "0.17.11",
39
39
  "@rushstack/heft-lint-plugin": "0.7.4",
40
- "@rushstack/eslint-config": "4.4.0",
41
- "@rushstack/heft-webpack5-plugin": "0.11.39",
40
+ "@rushstack/heft-sass-plugin": "0.17.12",
41
+ "@rushstack/heft-webpack5-plugin": "0.11.40",
42
42
  "@rushstack/heft-typescript-plugin": "0.9.12"
43
43
  },
44
44
  "devDependencies": {