@rushstack/heft-web-rig 1.1.5 → 1.1.7

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,57 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
3
  "entries": [
4
+ {
5
+ "version": "1.1.7",
6
+ "tag": "@rushstack/heft-web-rig_v1.1.7",
7
+ "date": "Tue, 11 Nov 2025 16:13:26 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `4.5.4`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.1.5`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "1.1.6",
21
+ "tag": "@rushstack/heft-web-rig_v1.1.6",
22
+ "date": "Tue, 04 Nov 2025 08:15:14 GMT",
23
+ "comments": {
24
+ "dependency": [
25
+ {
26
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.54.0`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.2.0`"
30
+ },
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `1.1.4`"
33
+ },
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.1.4`"
36
+ },
37
+ {
38
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.1.4`"
39
+ },
40
+ {
41
+ "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.1.4`"
42
+ },
43
+ {
44
+ "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.2.4`"
45
+ },
46
+ {
47
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.4`"
48
+ },
49
+ {
50
+ "comment": "Updating dependency \"@rushstack/heft\" from `^1.1.3` to `1.1.4`"
51
+ }
52
+ ]
53
+ }
54
+ },
4
55
  {
5
56
  "version": "1.1.5",
6
57
  "tag": "@rushstack/heft-web-rig_v1.1.5",
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 Fri, 24 Oct 2025 11:22:09 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 11 Nov 2025 16:13:26 GMT and should not be manually modified.
4
+
5
+ ## 1.1.7
6
+ Tue, 11 Nov 2025 16:13:26 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.1.6
11
+ Tue, 04 Nov 2025 08:15:14 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 1.1.5
6
16
  Fri, 24 Oct 2025 11:22:09 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
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.3"
12
+ "@rushstack/heft": "^1.1.4"
13
13
  },
14
14
  "dependencies": {
15
15
  "@types/heft-jest": "1.0.1",
@@ -32,17 +32,17 @@
32
32
  "webpack-bundle-analyzer": "~4.5.0",
33
33
  "webpack-merge": "~5.8.0",
34
34
  "webpack": "~5.98.0",
35
- "@rushstack/eslint-config": "4.5.3",
36
- "@microsoft/api-extractor": "7.53.3",
37
- "@rushstack/heft-jest-plugin": "1.1.3",
38
- "@rushstack/heft-lint-plugin": "1.1.3",
39
- "@rushstack/heft-typescript-plugin": "1.1.3",
40
- "@rushstack/heft-api-extractor-plugin": "1.1.3",
41
- "@rushstack/heft-sass-plugin": "1.1.3",
42
- "@rushstack/heft-webpack5-plugin": "1.2.3"
35
+ "@microsoft/api-extractor": "7.54.0",
36
+ "@rushstack/eslint-config": "4.5.4",
37
+ "@rushstack/heft-lint-plugin": "1.1.5",
38
+ "@rushstack/heft-jest-plugin": "1.1.4",
39
+ "@rushstack/heft-typescript-plugin": "1.1.4",
40
+ "@rushstack/heft-api-extractor-plugin": "1.2.0",
41
+ "@rushstack/heft-webpack5-plugin": "1.2.4",
42
+ "@rushstack/heft-sass-plugin": "1.1.4"
43
43
  },
44
44
  "devDependencies": {
45
- "@rushstack/heft": "1.1.3"
45
+ "@rushstack/heft": "1.1.4"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "",