@rushstack/heft-web-rig 0.24.37 → 0.25.1

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,56 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
3
  "entries": [
4
+ {
5
+ "version": "0.25.1",
6
+ "tag": "@rushstack/heft-web-rig_v0.25.1",
7
+ "date": "Thu, 03 Oct 2024 19:46:23 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.15.0`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.25.0",
18
+ "tag": "@rushstack/heft-web-rig_v0.25.0",
19
+ "date": "Wed, 02 Oct 2024 00:11:19 GMT",
20
+ "comments": {
21
+ "minor": [
22
+ {
23
+ "comment": "Update to webpack 5.95.0"
24
+ }
25
+ ],
26
+ "dependency": [
27
+ {
28
+ "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.52`"
29
+ },
30
+ {
31
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.12.14`"
32
+ },
33
+ {
34
+ "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.4.6`"
35
+ },
36
+ {
37
+ "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.14.24`"
38
+ },
39
+ {
40
+ "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.30`"
41
+ },
42
+ {
43
+ "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.0`"
44
+ },
45
+ {
46
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.68.2`"
47
+ },
48
+ {
49
+ "comment": "Updating dependency \"@rushstack/heft\" from `^0.68.1` to `0.68.2`"
50
+ }
51
+ ]
52
+ }
53
+ },
4
54
  {
5
55
  "version": "0.24.37",
6
56
  "tag": "@rushstack/heft-web-rig_v0.24.37",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @rushstack/heft-web-rig
2
2
 
3
- This log was last generated on Tue, 01 Oct 2024 00:11:28 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 03 Oct 2024 19:46:23 GMT and should not be manually modified.
4
+
5
+ ## 0.25.1
6
+ Thu, 03 Oct 2024 19:46:23 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.25.0
11
+ Wed, 02 Oct 2024 00:11:19 GMT
12
+
13
+ ### Minor changes
14
+
15
+ - Update to webpack 5.95.0
4
16
 
5
17
  ## 0.24.37
6
18
  Tue, 01 Oct 2024 00:11:28 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
- "version": "0.24.37",
3
+ "version": "0.25.1",
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": "^0.68.1"
12
+ "@rushstack/heft": "^0.68.2"
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.82.1",
34
+ "webpack": "~5.95.0",
35
35
  "@microsoft/api-extractor": "7.47.9",
36
36
  "@rushstack/eslint-config": "4.0.2",
37
- "@rushstack/heft-jest-plugin": "0.12.13",
38
- "@rushstack/heft-api-extractor-plugin": "0.3.51",
39
- "@rushstack/heft-sass-plugin": "0.14.23",
40
- "@rushstack/heft-typescript-plugin": "0.5.29",
41
- "@rushstack/heft-lint-plugin": "0.4.5",
42
- "@rushstack/heft-webpack5-plugin": "0.10.14"
37
+ "@rushstack/heft-jest-plugin": "0.12.14",
38
+ "@rushstack/heft-api-extractor-plugin": "0.3.52",
39
+ "@rushstack/heft-sass-plugin": "0.15.0",
40
+ "@rushstack/heft-lint-plugin": "0.4.6",
41
+ "@rushstack/heft-typescript-plugin": "0.5.30",
42
+ "@rushstack/heft-webpack5-plugin": "0.11.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@rushstack/heft": "0.68.1"
45
+ "@rushstack/heft": "0.68.2"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "",