diff --git a/common/changes/@rushstack/eslint-patch/user-ianc-fix-pruning-issue_2024-03-29-04-53.json b/common/changes/@rushstack/eslint-patch/user-ianc-fix-pruning-issue_2024-03-29-04-53.json deleted file mode 100644 index 251809ba7f..0000000000 --- a/common/changes/@rushstack/eslint-patch/user-ianc-fix-pruning-issue_2024-03-29-04-53.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-patch", - "comment": "Fix an issue where the `eslint-bulk prune` command would crash if a bulk suppressions file exists that speicifies no suppressions.", - "type": "patch" - } - ], - "packageName": "@rushstack/eslint-patch" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-patch/user-ianc-fix-pruning-issue_2024-03-29-05-11.json b/common/changes/@rushstack/eslint-patch/user-ianc-fix-pruning-issue_2024-03-29-05-11.json deleted file mode 100644 index bfec37d034..0000000000 --- a/common/changes/@rushstack/eslint-patch/user-ianc-fix-pruning-issue_2024-03-29-05-11.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-patch", - "comment": "Exit with success under normal conditions.", - "type": "patch" - } - ], - "packageName": "@rushstack/eslint-patch" -} \ No newline at end of file diff --git a/eslint/eslint-config/CHANGELOG.json b/eslint/eslint-config/CHANGELOG.json index f909f3df92..c71c6c91fc 100644 --- a/eslint/eslint-config/CHANGELOG.json +++ b/eslint/eslint-config/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/eslint-config", "entries": [ + { + "version": "3.6.8", + "tag": "@rushstack/eslint-config_v3.6.8", + "date": "Fri, 29 Mar 2024 05:46:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-patch\" to `1.10.1`" + } + ] + } + }, { "version": "3.6.7", "tag": "@rushstack/eslint-config_v3.6.7", diff --git a/eslint/eslint-config/CHANGELOG.md b/eslint/eslint-config/CHANGELOG.md index 180eacd1e8..82c0386548 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 Thu, 28 Mar 2024 18:11:12 GMT and should not be manually modified. +This log was last generated on Fri, 29 Mar 2024 05:46:41 GMT and should not be manually modified. + +## 3.6.8 +Fri, 29 Mar 2024 05:46:41 GMT + +_Version update only_ ## 3.6.7 Thu, 28 Mar 2024 18:11:12 GMT diff --git a/eslint/eslint-patch/CHANGELOG.json b/eslint/eslint-patch/CHANGELOG.json index 813fc81083..6056de2fce 100644 --- a/eslint/eslint-patch/CHANGELOG.json +++ b/eslint/eslint-patch/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/eslint-patch", "entries": [ + { + "version": "1.10.1", + "tag": "@rushstack/eslint-patch_v1.10.1", + "date": "Fri, 29 Mar 2024 05:46:41 GMT", + "comments": { + "patch": [ + { + "comment": "Fix an issue where the `eslint-bulk prune` command would crash if a bulk suppressions file exists that speicifies no suppressions." + }, + { + "comment": "Exit with success under normal conditions." + } + ] + } + }, { "version": "1.10.0", "tag": "@rushstack/eslint-patch_v1.10.0", diff --git a/eslint/eslint-patch/CHANGELOG.md b/eslint/eslint-patch/CHANGELOG.md index 594117916d..2b8091c9b2 100644 --- a/eslint/eslint-patch/CHANGELOG.md +++ b/eslint/eslint-patch/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log - @rushstack/eslint-patch -This log was last generated on Thu, 28 Mar 2024 18:11:12 GMT and should not be manually modified. +This log was last generated on Fri, 29 Mar 2024 05:46:41 GMT and should not be manually modified. + +## 1.10.1 +Fri, 29 Mar 2024 05:46:41 GMT + +### Patches + +- Fix an issue where the `eslint-bulk prune` command would crash if a bulk suppressions file exists that speicifies no suppressions. +- Exit with success under normal conditions. ## 1.10.0 Thu, 28 Mar 2024 18:11:12 GMT diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index c1794a4391..58f6e3f157 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.5.5", + "tag": "@rushstack/heft-node-rig_v2.5.5", + "date": "Fri, 29 Mar 2024 05:46:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `3.6.8`" + } + ] + } + }, { "version": "2.5.4", "tag": "@rushstack/heft-node-rig_v2.5.4", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index ad3ee75d1b..4bb5286c7c 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 Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified. +This log was last generated on Fri, 29 Mar 2024 05:46:41 GMT and should not be manually modified. + +## 2.5.5 +Fri, 29 Mar 2024 05:46:41 GMT + +_Version update only_ ## 2.5.4 Thu, 28 Mar 2024 22:42:23 GMT diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index 9102a42207..f338dd68ee 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.23.5", + "tag": "@rushstack/heft-web-rig_v0.23.5", + "date": "Fri, 29 Mar 2024 05:46:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `3.6.8`" + } + ] + } + }, { "version": "0.23.4", "tag": "@rushstack/heft-web-rig_v0.23.4", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index 210d9573ff..8bc349b1dc 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 Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified. +This log was last generated on Fri, 29 Mar 2024 05:46:41 GMT and should not be manually modified. + +## 0.23.5 +Fri, 29 Mar 2024 05:46:41 GMT + +_Version update only_ ## 0.23.4 Thu, 28 Mar 2024 22:42:23 GMT