@rushstack/heft-web-rig 0.26.0 → 0.27.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,30 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
3
  "entries": [
4
+ {
5
+ "version": "0.27.1",
6
+ "tag": "@rushstack/heft-web-rig_v0.27.1",
7
+ "date": "Thu, 06 Mar 2025 01:10:42 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.5.23`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.27.0",
18
+ "tag": "@rushstack/heft-web-rig_v0.27.0",
19
+ "date": "Tue, 04 Mar 2025 16:10:41 GMT",
20
+ "comments": {
21
+ "minor": [
22
+ {
23
+ "comment": "Bump Webpack to ~5.98.0."
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "0.26.0",
6
30
  "tag": "@rushstack/heft-web-rig_v0.26.0",
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 Sat, 01 Mar 2025 07:23:16 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 06 Mar 2025 01:10:42 GMT and should not be manually modified.
4
+
5
+ ## 0.27.1
6
+ Thu, 06 Mar 2025 01:10:42 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.27.0
11
+ Tue, 04 Mar 2025 16:10:41 GMT
12
+
13
+ ### Minor changes
14
+
15
+ - Bump Webpack to ~5.98.0.
4
16
 
5
17
  ## 0.26.0
6
18
  Sat, 01 Mar 2025 07:23:16 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
- "version": "0.26.0",
3
+ "version": "0.27.1",
4
4
  "description": "A rig package for web browser projects that build using Heft",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -31,15 +31,15 @@
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.95.0",
34
+ "webpack": "~5.98.0",
35
35
  "@microsoft/api-extractor": "7.51.1",
36
- "@rushstack/eslint-config": "4.2.0",
37
- "@rushstack/heft-api-extractor-plugin": "0.3.71",
38
36
  "@rushstack/heft-jest-plugin": "0.14.12",
37
+ "@rushstack/heft-api-extractor-plugin": "0.3.71",
38
+ "@rushstack/heft-lint-plugin": "0.5.23",
39
+ "@rushstack/eslint-config": "4.2.0",
39
40
  "@rushstack/heft-sass-plugin": "0.15.19",
40
- "@rushstack/heft-typescript-plugin": "0.6.15",
41
- "@rushstack/heft-lint-plugin": "0.5.22",
42
- "@rushstack/heft-webpack5-plugin": "0.11.19"
41
+ "@rushstack/heft-webpack5-plugin": "0.11.19",
42
+ "@rushstack/heft-typescript-plugin": "0.6.15"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@rushstack/heft": "0.69.2"