From c5ae4cc4c014268f19ba087d1ca30a3dc5c38aab Mon Sep 17 00:00:00 2001 From: Rushbot Date: Thu, 19 Sep 2024 00:11:08 +0000 Subject: [PATCH] Update changelogs [skip ci] --- .../eslint-config/main_2024-09-18-08-53.json | 10 ---------- .../main_2024-09-18-08-53.json | 10 ---------- ...nade-BumpEslintUtils_2024-08-13-00-25.json | 10 ---------- .../eslint-plugin/main_2024-09-18-08-53.json | 10 ---------- eslint/eslint-config/CHANGELOG.json | 20 +++++++++++++++++++ eslint/eslint-config/CHANGELOG.md | 9 ++++++++- eslint/eslint-plugin-security/CHANGELOG.json | 12 +++++++++++ eslint/eslint-plugin-security/CHANGELOG.md | 9 ++++++++- eslint/eslint-plugin/CHANGELOG.json | 12 +++++++++++ eslint/eslint-plugin/CHANGELOG.md | 9 ++++++++- rigs/heft-node-rig/CHANGELOG.json | 12 +++++++++++ rigs/heft-node-rig/CHANGELOG.md | 7 ++++++- rigs/heft-web-rig/CHANGELOG.json | 12 +++++++++++ rigs/heft-web-rig/CHANGELOG.md | 7 ++++++- 14 files changed, 104 insertions(+), 45 deletions(-) delete mode 100644 common/changes/@rushstack/eslint-config/main_2024-09-18-08-53.json delete mode 100644 common/changes/@rushstack/eslint-plugin-security/main_2024-09-18-08-53.json delete mode 100644 common/changes/@rushstack/eslint-plugin-security/user-danade-BumpEslintUtils_2024-08-13-00-25.json delete mode 100644 common/changes/@rushstack/eslint-plugin/main_2024-09-18-08-53.json diff --git a/common/changes/@rushstack/eslint-config/main_2024-09-18-08-53.json b/common/changes/@rushstack/eslint-config/main_2024-09-18-08-53.json deleted file mode 100644 index f87c6cac36d..00000000000 --- a/common/changes/@rushstack/eslint-config/main_2024-09-18-08-53.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-config", - "comment": "Fix ESLint broken links", - "type": "patch" - } - ], - "packageName": "@rushstack/eslint-config" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin-security/main_2024-09-18-08-53.json b/common/changes/@rushstack/eslint-plugin-security/main_2024-09-18-08-53.json deleted file mode 100644 index 573a6daeaaa..00000000000 --- a/common/changes/@rushstack/eslint-plugin-security/main_2024-09-18-08-53.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin-security", - "comment": "Fix ESLint broken links", - "type": "patch" - } - ], - "packageName": "@rushstack/eslint-plugin-security" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin-security/user-danade-BumpEslintUtils_2024-08-13-00-25.json b/common/changes/@rushstack/eslint-plugin-security/user-danade-BumpEslintUtils_2024-08-13-00-25.json deleted file mode 100644 index a4477ef1a61..00000000000 --- a/common/changes/@rushstack/eslint-plugin-security/user-danade-BumpEslintUtils_2024-08-13-00-25.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin-security", - "comment": "", - "type": "none" - } - ], - "packageName": "@rushstack/eslint-plugin-security" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin/main_2024-09-18-08-53.json b/common/changes/@rushstack/eslint-plugin/main_2024-09-18-08-53.json deleted file mode 100644 index 29f1c2c7f19..00000000000 --- a/common/changes/@rushstack/eslint-plugin/main_2024-09-18-08-53.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin", - "comment": "Fix ESLint broken links", - "type": "patch" - } - ], - "packageName": "@rushstack/eslint-plugin" -} \ No newline at end of file diff --git a/eslint/eslint-config/CHANGELOG.json b/eslint/eslint-config/CHANGELOG.json index e773e63f859..ece8a98c528 100644 --- a/eslint/eslint-config/CHANGELOG.json +++ b/eslint/eslint-config/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@rushstack/eslint-config", "entries": [ + { + "version": "4.0.2", + "tag": "@rushstack/eslint-config_v4.0.2", + "date": "Thu, 19 Sep 2024 00:11:08 GMT", + "comments": { + "patch": [ + { + "comment": "Fix ESLint broken links" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.16.1`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-plugin-security\" to `0.8.3`" + } + ] + } + }, { "version": "4.0.1", "tag": "@rushstack/eslint-config_v4.0.1", diff --git a/eslint/eslint-config/CHANGELOG.md b/eslint/eslint-config/CHANGELOG.md index 816feb420bc..17dbde4c4ff 100644 --- a/eslint/eslint-config/CHANGELOG.md +++ b/eslint/eslint-config/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/eslint-config -This log was last generated on Wed, 14 Aug 2024 22:37:32 GMT and should not be manually modified. +This log was last generated on Thu, 19 Sep 2024 00:11:08 GMT and should not be manually modified. + +## 4.0.2 +Thu, 19 Sep 2024 00:11:08 GMT + +### Patches + +- Fix ESLint broken links ## 4.0.1 Wed, 14 Aug 2024 22:37:32 GMT diff --git a/eslint/eslint-plugin-security/CHANGELOG.json b/eslint/eslint-plugin-security/CHANGELOG.json index 807c419605a..e3b5ac91b98 100644 --- a/eslint/eslint-plugin-security/CHANGELOG.json +++ b/eslint/eslint-plugin-security/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/eslint-plugin-security", "entries": [ + { + "version": "0.8.3", + "tag": "@rushstack/eslint-plugin-security_v0.8.3", + "date": "Thu, 19 Sep 2024 00:11:08 GMT", + "comments": { + "patch": [ + { + "comment": "Fix ESLint broken links" + } + ] + } + }, { "version": "0.8.2", "tag": "@rushstack/eslint-plugin-security_v0.8.2", diff --git a/eslint/eslint-plugin-security/CHANGELOG.md b/eslint/eslint-plugin-security/CHANGELOG.md index cdd707b2633..c5a0103e2f0 100644 --- a/eslint/eslint-plugin-security/CHANGELOG.md +++ b/eslint/eslint-plugin-security/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/eslint-plugin-security -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 Thu, 19 Sep 2024 00:11:08 GMT and should not be manually modified. + +## 0.8.3 +Thu, 19 Sep 2024 00:11:08 GMT + +### Patches + +- Fix ESLint broken links ## 0.8.2 Sat, 27 Jul 2024 00:10:27 GMT diff --git a/eslint/eslint-plugin/CHANGELOG.json b/eslint/eslint-plugin/CHANGELOG.json index 4b9be24cbe2..bedf217abfd 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.1", + "tag": "@rushstack/eslint-plugin_v0.16.1", + "date": "Thu, 19 Sep 2024 00:11:08 GMT", + "comments": { + "patch": [ + { + "comment": "Fix ESLint broken links" + } + ] + } + }, { "version": "0.16.0", "tag": "@rushstack/eslint-plugin_v0.16.0", diff --git a/eslint/eslint-plugin/CHANGELOG.md b/eslint/eslint-plugin/CHANGELOG.md index 2d91a6c82d1..832eb50d172 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 Wed, 14 Aug 2024 22:37:32 GMT and should not be manually modified. +This log was last generated on Thu, 19 Sep 2024 00:11:08 GMT and should not be manually modified. + +## 0.16.1 +Thu, 19 Sep 2024 00:11:08 GMT + +### Patches + +- Fix ESLint broken links ## 0.16.0 Wed, 14 Aug 2024 22:37:32 GMT diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index 11123c55745..6d48cc66c6a 100644 --- a/rigs/heft-node-rig/CHANGELOG.json +++ b/rigs/heft-node-rig/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/heft-node-rig", "entries": [ + { + "version": "2.6.31", + "tag": "@rushstack/heft-node-rig_v2.6.31", + "date": "Thu, 19 Sep 2024 00:11:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `4.0.2`" + } + ] + } + }, { "version": "2.6.30", "tag": "@rushstack/heft-node-rig_v2.6.30", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index 7f16449ef4f..8ea7ef40be1 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 Fri, 13 Sep 2024 00:11:43 GMT and should not be manually modified. +This log was last generated on Thu, 19 Sep 2024 00:11:08 GMT and should not be manually modified. + +## 2.6.31 +Thu, 19 Sep 2024 00:11:08 GMT + +_Version update only_ ## 2.6.30 Fri, 13 Sep 2024 00:11:43 GMT diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index ae08e78da02..5d6b348b0d9 100644 --- a/rigs/heft-web-rig/CHANGELOG.json +++ b/rigs/heft-web-rig/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/heft-web-rig", "entries": [ + { + "version": "0.24.33", + "tag": "@rushstack/heft-web-rig_v0.24.33", + "date": "Thu, 19 Sep 2024 00:11:08 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `4.0.2`" + } + ] + } + }, { "version": "0.24.32", "tag": "@rushstack/heft-web-rig_v0.24.32", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index 577cdc8cf9b..29fe15e13bb 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 Fri, 13 Sep 2024 00:11:43 GMT and should not be manually modified. +This log was last generated on Thu, 19 Sep 2024 00:11:08 GMT and should not be manually modified. + +## 0.24.33 +Thu, 19 Sep 2024 00:11:08 GMT + +_Version update only_ ## 0.24.32 Fri, 13 Sep 2024 00:11:43 GMT