@rushstack/heft-web-rig 1.0.2 → 1.1.0
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 +17 -0
- package/CHANGELOG.md +8 -1
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.1.0",
|
|
6
|
+
"tag": "@rushstack/heft-web-rig_v1.1.0",
|
|
7
|
+
"date": "Mon, 13 Oct 2025 15:13:02 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump `eslint` to `~9.37.0` and the `@typescript-eslint/*` packages to `~8.46.0`."
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `4.5.0`"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
},
|
|
4
21
|
{
|
|
5
22
|
"version": "1.0.2",
|
|
6
23
|
"tag": "@rushstack/heft-web-rig_v1.0.2",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @rushstack/heft-web-rig
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 13 Oct 2025 15:13:02 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.1.0
|
|
6
|
+
Mon, 13 Oct 2025 15:13:02 GMT
|
|
7
|
+
|
|
8
|
+
### Minor changes
|
|
9
|
+
|
|
10
|
+
- Bump `eslint` to `~9.37.0` and the `@typescript-eslint/*` packages to `~8.46.0`.
|
|
4
11
|
|
|
5
12
|
## 1.0.2
|
|
6
13
|
Wed, 08 Oct 2025 00:13:28 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "A rig package for web browser projects that build using Heft",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"autoprefixer": "~10.4.2",
|
|
17
17
|
"css-loader": "~6.6.0",
|
|
18
18
|
"css-minimizer-webpack-plugin": "~3.4.1",
|
|
19
|
-
"eslint": "~9.
|
|
19
|
+
"eslint": "~9.37.0",
|
|
20
20
|
"html-webpack-plugin": "~5.5.0",
|
|
21
21
|
"jest-environment-jsdom": "~29.5.0",
|
|
22
22
|
"mini-css-extract-plugin": "~2.5.3",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"webpack-merge": "~5.8.0",
|
|
34
34
|
"webpack": "~5.98.0",
|
|
35
35
|
"@microsoft/api-extractor": "7.53.1",
|
|
36
|
-
"@rushstack/eslint-config": "4.
|
|
36
|
+
"@rushstack/eslint-config": "4.5.0",
|
|
37
37
|
"@rushstack/heft-api-extractor-plugin": "1.1.1",
|
|
38
|
-
"@rushstack/heft-jest-plugin": "1.1.1",
|
|
39
|
-
"@rushstack/heft-lint-plugin": "1.1.1",
|
|
40
38
|
"@rushstack/heft-sass-plugin": "1.1.1",
|
|
39
|
+
"@rushstack/heft-lint-plugin": "1.1.1",
|
|
41
40
|
"@rushstack/heft-typescript-plugin": "1.1.1",
|
|
42
|
-
"@rushstack/heft-webpack5-plugin": "1.2.0"
|
|
41
|
+
"@rushstack/heft-webpack5-plugin": "1.2.0",
|
|
42
|
+
"@rushstack/heft-jest-plugin": "1.1.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@rushstack/heft": "1.1.1"
|