@rushstack/heft-web-rig 0.28.16 → 0.29.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 +32 -0
- package/CHANGELOG.md +13 -1
- package/package.json +6 -6
- package/profiles/app/config/heft.json +3 -1
- package/profiles/app/includes/eslint/flat/mixins/friendly-locals.js +6 -0
- package/profiles/app/includes/eslint/flat/mixins/packlets.js +6 -0
- package/profiles/app/includes/eslint/flat/mixins/react.js +6 -0
- package/profiles/app/includes/eslint/flat/mixins/tsdoc.js +6 -0
- package/profiles/app/includes/eslint/flat/patch/eslint-bulk-suppressions.js +4 -0
- package/profiles/app/includes/eslint/flat/profile/web-app.js +6 -0
- package/profiles/app/includes/eslint/patch/eslint-bulk-suppressions.js +4 -0
- package/profiles/library/config/heft.json +3 -1
- package/profiles/library/includes/eslint/flat/mixins/friendly-locals.js +6 -0
- package/profiles/library/includes/eslint/flat/mixins/packlets.js +6 -0
- package/profiles/library/includes/eslint/flat/mixins/react.js +6 -0
- package/profiles/library/includes/eslint/flat/mixins/tsdoc.js +6 -0
- package/profiles/library/includes/eslint/flat/patch/eslint-bulk-suppressions.js +4 -0
- package/profiles/library/includes/eslint/flat/profile/web-app.js +6 -0
- package/profiles/library/includes/eslint/patch/eslint-bulk-suppressions.js +4 -0
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.29.0",
|
|
6
|
+
"tag": "@rushstack/heft-web-rig_v0.29.0",
|
|
7
|
+
"date": "Wed, 09 Jul 2025 04:01:17 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Clean the temp/sass-ts folder."
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "0.28.17",
|
|
18
|
+
"tag": "@rushstack/heft-web-rig_v0.28.17",
|
|
19
|
+
"date": "Thu, 26 Jun 2025 18:57:04 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"none": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Add flat config compatible versions of profiles and mixins for ESLint. These are located under the `profiles/default/includes/eslint/flat/*` path. If you need to remain on ESLint 8, ensure your rig or project consumes ESLint 8, and that you use the legacy configuration files."
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"dependency": [
|
|
27
|
+
{
|
|
28
|
+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `4.4.0`"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.7.0`"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
4
36
|
{
|
|
5
37
|
"version": "0.28.16",
|
|
6
38
|
"tag": "@rushstack/heft-web-rig_v0.28.16",
|
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
|
|
3
|
+
This log was last generated on Wed, 09 Jul 2025 04:01:17 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.29.0
|
|
6
|
+
Wed, 09 Jul 2025 04:01:17 GMT
|
|
7
|
+
|
|
8
|
+
### Minor changes
|
|
9
|
+
|
|
10
|
+
- Clean the temp/sass-ts folder.
|
|
11
|
+
|
|
12
|
+
## 0.28.17
|
|
13
|
+
Thu, 26 Jun 2025 18:57:04 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
4
16
|
|
|
5
17
|
## 0.28.16
|
|
6
18
|
Sat, 21 Jun 2025 00:13:15 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.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": "~
|
|
19
|
+
"eslint": "~9.25.1",
|
|
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",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"webpack": "~5.98.0",
|
|
35
35
|
"@microsoft/api-extractor": "7.52.8",
|
|
36
36
|
"@rushstack/heft-api-extractor-plugin": "0.4.8",
|
|
37
|
-
"@rushstack/
|
|
37
|
+
"@rushstack/eslint-config": "4.4.0",
|
|
38
38
|
"@rushstack/heft-jest-plugin": "0.16.9",
|
|
39
|
-
"@rushstack/
|
|
39
|
+
"@rushstack/heft-lint-plugin": "0.7.0",
|
|
40
40
|
"@rushstack/heft-sass-plugin": "0.17.8",
|
|
41
|
-
"@rushstack/heft-
|
|
42
|
-
"@rushstack/heft-
|
|
41
|
+
"@rushstack/heft-webpack5-plugin": "0.11.34",
|
|
42
|
+
"@rushstack/heft-typescript-plugin": "0.9.8"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@rushstack/heft": "0.74.0"
|
|
@@ -21,7 +21,9 @@
|
|
|
21
21
|
|
|
22
22
|
"phasesByName": {
|
|
23
23
|
"build": {
|
|
24
|
-
"cleanFiles": [
|
|
24
|
+
"cleanFiles": [
|
|
25
|
+
{ "includeGlobs": ["dist", "lib", "lib-amd", "lib-commonjs", "lib-es6", "temp/sass-ts"] }
|
|
26
|
+
],
|
|
25
27
|
|
|
26
28
|
"tasksByName": {
|
|
27
29
|
"set-browserslist-ignore-old-data-env-var": {
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
2
|
+
// See LICENSE in the project root for license information.
|
|
3
|
+
|
|
4
|
+
const friendlyLocalsMixin = require('@rushstack/eslint-config/flat/mixins/friendly-locals');
|
|
5
|
+
|
|
6
|
+
module.exports = [...friendlyLocalsMixin];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
2
|
+
// See LICENSE in the project root for license information.
|
|
3
|
+
|
|
4
|
+
const packletsMixin = require('@rushstack/eslint-config/flat/mixins/packlets');
|
|
5
|
+
|
|
6
|
+
module.exports = [...packletsMixin];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
2
|
+
// See LICENSE in the project root for license information.
|
|
3
|
+
|
|
4
|
+
const reactMixin = require('@rushstack/eslint-config/flat/mixins/react');
|
|
5
|
+
|
|
6
|
+
module.exports = [...reactMixin];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
2
|
+
// See LICENSE in the project root for license information.
|
|
3
|
+
|
|
4
|
+
const tsdocMixin = require('@rushstack/eslint-config/flat/mixins/tsdoc');
|
|
5
|
+
|
|
6
|
+
module.exports = [...tsdocMixin];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
2
|
+
// See LICENSE in the project root for license information.
|
|
3
|
+
|
|
4
|
+
const webAppProfile = require('@rushstack/eslint-config/flat/profile/web-app');
|
|
5
|
+
|
|
6
|
+
module.exports = [...webAppProfile];
|
|
@@ -21,7 +21,9 @@
|
|
|
21
21
|
|
|
22
22
|
"phasesByName": {
|
|
23
23
|
"build": {
|
|
24
|
-
"cleanFiles": [
|
|
24
|
+
"cleanFiles": [
|
|
25
|
+
{ "includeGlobs": ["dist", "lib", "lib-amd", "lib-commonjs", "lib-es6", "temp/sass-ts"] }
|
|
26
|
+
],
|
|
25
27
|
|
|
26
28
|
"tasksByName": {
|
|
27
29
|
"set-browserslist-ignore-old-data-env-var": {
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
2
|
+
// See LICENSE in the project root for license information.
|
|
3
|
+
|
|
4
|
+
const friendlyLocalsMixin = require('@rushstack/eslint-config/flat/mixins/friendly-locals');
|
|
5
|
+
|
|
6
|
+
module.exports = [...friendlyLocalsMixin];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
2
|
+
// See LICENSE in the project root for license information.
|
|
3
|
+
|
|
4
|
+
const packletsMixin = require('@rushstack/eslint-config/flat/mixins/packlets');
|
|
5
|
+
|
|
6
|
+
module.exports = [...packletsMixin];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
2
|
+
// See LICENSE in the project root for license information.
|
|
3
|
+
|
|
4
|
+
const reactMixin = require('@rushstack/eslint-config/flat/mixins/react');
|
|
5
|
+
|
|
6
|
+
module.exports = [...reactMixin];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
2
|
+
// See LICENSE in the project root for license information.
|
|
3
|
+
|
|
4
|
+
const tsdocMixin = require('@rushstack/eslint-config/flat/mixins/tsdoc');
|
|
5
|
+
|
|
6
|
+
module.exports = [...tsdocMixin];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
2
|
+
// See LICENSE in the project root for license information.
|
|
3
|
+
|
|
4
|
+
const webAppProfile = require('@rushstack/eslint-config/flat/profile/web-app');
|
|
5
|
+
|
|
6
|
+
module.exports = [...webAppProfile];
|