diff --git a/common/changes/@rushstack/eslint-plugin/user-danade-BumpEslintUtils_2024-08-13-00-26.json b/common/changes/@rushstack/eslint-plugin/user-danade-BumpEslintUtils_2024-08-13-00-26.json deleted file mode 100644 index dcf93469653..00000000000 --- a/common/changes/@rushstack/eslint-plugin/user-danade-BumpEslintUtils_2024-08-13-00-26.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin", - "comment": "", - "type": "none" - } - ], - "packageName": "@rushstack/eslint-plugin" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin/user-danade-LintTweaks_2024-08-14-21-07.json b/common/changes/@rushstack/eslint-plugin/user-danade-LintTweaks_2024-08-14-21-07.json deleted file mode 100644 index ddb439d2f76..00000000000 --- a/common/changes/@rushstack/eslint-plugin/user-danade-LintTweaks_2024-08-14-21-07.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin", - "comment": "Add 4 new ESLint rules: \"@rushstack/no-backslash-imports\", used to prevent backslashes in import and require statements; \"@rushstack/no-external-local-imports\", used to prevent referencing external depedencies in import and require statements; \"@rushstack/no-transitive-dependency-imports\", used to prevent referencing transitive dependencies (ie. dependencies of dependencies) in import and require statements; and \"@rushstack/normalized-imports\", used to ensure that the most direct path to a dependency is provided in import and require statements", - "type": "minor" - } - ], - "packageName": "@rushstack/eslint-plugin" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-lint-plugin/user-danade-LintFixer_2024-08-14-00-32.json b/common/changes/@rushstack/heft-lint-plugin/user-danade-LintFixer_2024-08-14-00-32.json deleted file mode 100644 index dff7467c76c..00000000000 --- a/common/changes/@rushstack/heft-lint-plugin/user-danade-LintFixer_2024-08-14-00-32.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/heft-lint-plugin", - "comment": "Add autofix functionality for ESLint and TSLint. Fixes can now be applied by providing the \"--fix\" command-line argument, or setting the \"alwaysFix\" plugin option to \"true\"", - "type": "minor" - } - ], - "packageName": "@rushstack/heft-lint-plugin" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-lint-plugin/user-danade-LintTweaks_2024-08-14-21-07.json b/common/changes/@rushstack/heft-lint-plugin/user-danade-LintTweaks_2024-08-14-21-07.json deleted file mode 100644 index e7631b46f85..00000000000 --- a/common/changes/@rushstack/heft-lint-plugin/user-danade-LintTweaks_2024-08-14-21-07.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/heft-lint-plugin", - "comment": "Unintrusively disable \"--fix\" mode when running in \"--production\" mode", - "type": "patch" - } - ], - "packageName": "@rushstack/heft-lint-plugin" -} \ No newline at end of file diff --git a/eslint/eslint-config/CHANGELOG.json b/eslint/eslint-config/CHANGELOG.json index 642c1db764b..e773e63f859 100644 --- a/eslint/eslint-config/CHANGELOG.json +++ b/eslint/eslint-config/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/eslint-config", "entries": [ + { + "version": "4.0.1", + "tag": "@rushstack/eslint-config_v4.0.1", + "date": "Wed, 14 Aug 2024 22:37:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.16.0`" + } + ] + } + }, { "version": "4.0.0", "tag": "@rushstack/eslint-config_v4.0.0", diff --git a/eslint/eslint-config/CHANGELOG.md b/eslint/eslint-config/CHANGELOG.md index f1a281ad46b..816feb420bc 100644 --- a/eslint/eslint-config/CHANGELOG.md +++ b/eslint/eslint-config/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/eslint-config -This log was last generated on Tue, 13 Aug 2024 18:17:05 GMT and should not be manually modified. +This log was last generated on Wed, 14 Aug 2024 22:37:32 GMT and should not be manually modified. + +## 4.0.1 +Wed, 14 Aug 2024 22:37:32 GMT + +_Version update only_ ## 4.0.0 Tue, 13 Aug 2024 18:17:05 GMT diff --git a/eslint/eslint-plugin/CHANGELOG.json b/eslint/eslint-plugin/CHANGELOG.json index 0e54245c527..4b9be24cbe2 100644 --- a/eslint/eslint-plugin/CHANGELOG.json +++ b/eslint/eslint-plugin/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/eslint-plugin", "entries": [ + { + "version": "0.16.0", + "tag": "@rushstack/eslint-plugin_v0.16.0", + "date": "Wed, 14 Aug 2024 22:37:32 GMT", + "comments": { + "minor": [ + { + "comment": "Add 4 new ESLint rules: \"@rushstack/no-backslash-imports\", used to prevent backslashes in import and require statements; \"@rushstack/no-external-local-imports\", used to prevent referencing external depedencies in import and require statements; \"@rushstack/no-transitive-dependency-imports\", used to prevent referencing transitive dependencies (ie. dependencies of dependencies) in import and require statements; and \"@rushstack/normalized-imports\", used to ensure that the most direct path to a dependency is provided in import and require statements" + } + ] + } + }, { "version": "0.15.2", "tag": "@rushstack/eslint-plugin_v0.15.2", diff --git a/eslint/eslint-plugin/CHANGELOG.md b/eslint/eslint-plugin/CHANGELOG.md index 3841c4000d8..2d91a6c82d1 100644 --- a/eslint/eslint-plugin/CHANGELOG.md +++ b/eslint/eslint-plugin/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/eslint-plugin -This log was last generated on Sat, 27 Jul 2024 00:10:27 GMT and should not be manually modified. +This log was last generated on Wed, 14 Aug 2024 22:37:32 GMT and should not be manually modified. + +## 0.16.0 +Wed, 14 Aug 2024 22:37:32 GMT + +### Minor changes + +- Add 4 new ESLint rules: "@rushstack/no-backslash-imports", used to prevent backslashes in import and require statements; "@rushstack/no-external-local-imports", used to prevent referencing external depedencies in import and require statements; "@rushstack/no-transitive-dependency-imports", used to prevent referencing transitive dependencies (ie. dependencies of dependencies) in import and require statements; and "@rushstack/normalized-imports", used to ensure that the most direct path to a dependency is provided in import and require statements ## 0.15.2 Sat, 27 Jul 2024 00:10:27 GMT diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.json b/heft-plugins/heft-lint-plugin/CHANGELOG.json index 46371f1499a..10adee7429f 100644 --- a/heft-plugins/heft-lint-plugin/CHANGELOG.json +++ b/heft-plugins/heft-lint-plugin/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@rushstack/heft-lint-plugin", "entries": [ + { + "version": "0.4.0", + "tag": "@rushstack/heft-lint-plugin_v0.4.0", + "date": "Wed, 14 Aug 2024 22:37:32 GMT", + "comments": { + "minor": [ + { + "comment": "Add autofix functionality for ESLint and TSLint. Fixes can now be applied by providing the \"--fix\" command-line argument, or setting the \"alwaysFix\" plugin option to \"true\"" + } + ], + "patch": [ + { + "comment": "Unintrusively disable \"--fix\" mode when running in \"--production\" mode" + } + ] + } + }, { "version": "0.3.48", "tag": "@rushstack/heft-lint-plugin_v0.3.48", diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.md b/heft-plugins/heft-lint-plugin/CHANGELOG.md index 8b26906a9fd..b97c915f474 100644 --- a/heft-plugins/heft-lint-plugin/CHANGELOG.md +++ b/heft-plugins/heft-lint-plugin/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log - @rushstack/heft-lint-plugin -This log was last generated on Tue, 13 Aug 2024 18:17:05 GMT and should not be manually modified. +This log was last generated on Wed, 14 Aug 2024 22:37:32 GMT and should not be manually modified. + +## 0.4.0 +Wed, 14 Aug 2024 22:37:32 GMT + +### Minor changes + +- Add autofix functionality for ESLint and TSLint. Fixes can now be applied by providing the "--fix" command-line argument, or setting the "alwaysFix" plugin option to "true" + +### Patches + +- Unintrusively disable "--fix" mode when running in "--production" mode ## 0.3.48 Tue, 13 Aug 2024 18:17:05 GMT diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index 8f59c40d4f7..3262c702f7e 100644 --- a/rigs/heft-node-rig/CHANGELOG.json +++ b/rigs/heft-node-rig/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-node-rig", "entries": [ + { + "version": "2.6.27", + "tag": "@rushstack/heft-node-rig_v2.6.27", + "date": "Wed, 14 Aug 2024 22:37:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `4.0.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.4.0`" + } + ] + } + }, { "version": "2.6.26", "tag": "@rushstack/heft-node-rig_v2.6.26", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index 9860409042a..7b8f83fc00c 100644 --- a/rigs/heft-node-rig/CHANGELOG.md +++ b/rigs/heft-node-rig/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-node-rig -This log was last generated on Tue, 13 Aug 2024 18:17:05 GMT and should not be manually modified. +This log was last generated on Wed, 14 Aug 2024 22:37:32 GMT and should not be manually modified. + +## 2.6.27 +Wed, 14 Aug 2024 22:37:32 GMT + +_Version update only_ ## 2.6.26 Tue, 13 Aug 2024 18:17:05 GMT diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index 1c452f2a817..5347aae23f3 100644 --- a/rigs/heft-web-rig/CHANGELOG.json +++ b/rigs/heft-web-rig/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-web-rig", "entries": [ + { + "version": "0.24.28", + "tag": "@rushstack/heft-web-rig_v0.24.28", + "date": "Wed, 14 Aug 2024 22:37:32 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `4.0.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.4.0`" + } + ] + } + }, { "version": "0.24.27", "tag": "@rushstack/heft-web-rig_v0.24.27", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index 18b8261c42f..919249320b1 100644 --- a/rigs/heft-web-rig/CHANGELOG.md +++ b/rigs/heft-web-rig/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-web-rig -This log was last generated on Tue, 13 Aug 2024 18:17:05 GMT and should not be manually modified. +This log was last generated on Wed, 14 Aug 2024 22:37:32 GMT and should not be manually modified. + +## 0.24.28 +Wed, 14 Aug 2024 22:37:32 GMT + +_Version update only_ ## 0.24.27 Tue, 13 Aug 2024 18:17:05 GMT