Skip to content

Commit ba07386

Browse files
committed
Update changefile
1 parent 021cf14 commit ba07386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/changes/@rushstack/eslint-patch/eslint-bulk-overhaul_2024-12-19-00-10.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"changes": [
33
{
44
"packageName": "@rushstack/eslint-patch",
5-
"comment": "Ensure that lint problems suppressed by eslint-bulk-suppressions are available in the `getSuppressedMessages()` function on the linter. Simplify patching of eslint by leveraging the `getLinterInternalSlots` unit test helper and walking the AST to get the node.",
6-
"type": "minor"
5+
"comment": "(BREAKING CHANGE) Fix incorrect calculation of scope ids in bulk suppressions. This will require recalculating the bulk suppressions file.\nEnsure that lint problems suppressed by eslint-bulk-suppressions are available in the `getSuppressedMessages()` function on the linter.\nSimplify patching of eslint by leveraging the `getLinterInternalSlots` unit test helper and walking the AST to get the node.\nOnly compute bulk suppressions information for lint problems that are not already suppressed inline.",
6+
"type": "major"
77
}
88
],
99
"packageName": "@rushstack/eslint-patch"

0 commit comments

Comments
 (0)