@rushstack/heft-web-rig 0.29.1 → 0.29.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.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,33 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
3
  "entries": [
4
+ {
5
+ "version": "0.29.3",
6
+ "tag": "@rushstack/heft-web-rig_v0.29.3",
7
+ "date": "Mon, 28 Jul 2025 15:11:56 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.7.2`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.9.10`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "0.29.2",
21
+ "tag": "@rushstack/heft-web-rig_v0.29.2",
22
+ "date": "Sat, 26 Jul 2025 00:12:22 GMT",
23
+ "comments": {
24
+ "dependency": [
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.36`"
27
+ }
28
+ ]
29
+ }
30
+ },
4
31
  {
5
32
  "version": "0.29.1",
6
33
  "tag": "@rushstack/heft-web-rig_v0.29.1",
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 Wed, 23 Jul 2025 20:55:57 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 28 Jul 2025 15:11:56 GMT and should not be manually modified.
4
+
5
+ ## 0.29.3
6
+ Mon, 28 Jul 2025 15:11:56 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.29.2
11
+ Sat, 26 Jul 2025 00:12:22 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.29.1
6
16
  Wed, 23 Jul 2025 20:55:57 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
- "version": "0.29.1",
3
+ "version": "0.29.3",
4
4
  "description": "A rig package for web browser projects that build using Heft",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -33,13 +33,13 @@
33
33
  "webpack-merge": "~5.8.0",
34
34
  "webpack": "~5.98.0",
35
35
  "@microsoft/api-extractor": "7.52.9",
36
- "@rushstack/eslint-config": "4.4.0",
37
36
  "@rushstack/heft-jest-plugin": "0.16.10",
37
+ "@rushstack/eslint-config": "4.4.0",
38
38
  "@rushstack/heft-api-extractor-plugin": "0.4.9",
39
- "@rushstack/heft-lint-plugin": "0.7.1",
40
39
  "@rushstack/heft-sass-plugin": "0.17.9",
41
- "@rushstack/heft-typescript-plugin": "0.9.9",
42
- "@rushstack/heft-webpack5-plugin": "0.11.35"
40
+ "@rushstack/heft-lint-plugin": "0.7.2",
41
+ "@rushstack/heft-webpack5-plugin": "0.11.36",
42
+ "@rushstack/heft-typescript-plugin": "0.9.10"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@rushstack/heft": "0.74.1"