From 689446b0cddec6adc7b49b48c720ed5c0b2d520d Mon Sep 17 00:00:00 2001 From: Denis Bezrukov <6227442+denbezrukov@users.noreply.github.com> Date: Tue, 11 Apr 2023 10:43:38 +0300 Subject: [PATCH] fix(rome_js_analyze): lint/correctness/noUndeclaredVariables incorrectly identifies AggregateError as an undeclared variable. #4365 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03772280fa8..3d566e16584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ - Code actions are formatted using Rome's formatter. If the formatter is disabled, the code action is not formatted. -- Fix `noUndeclaredVariables` incorrectly identifies `AggregateError` as an undeclared variable. https://github.com/rome/tools/issues/4365 +- Fix an issue when `noUndeclaredVariables` incorrectly identifies `AggregateError` as an undeclared variable. [#4365](https://github.com/rome/tools/issues/4365) #### New rules - [`noConfusingArrow`](https://docs.rome.tools/lint/rules/noConfusingArrow/) - [`noRedundantRoles`](https://docs.rome.tools/lint/rules/noRedundantRoles/)