Closed dependabot[bot] closed 5 months ago
Bumps the lint group with 10 updates in the / directory:
20.12.2
20.13.0
7.4.0
7.11.0
8.57.0
9.4.0
48.2.2
48.2.7
16.6.2
17.7.0
0.25.0
1.0.3
51.0.1
53.0.0
3.2.5
3.3.0
5.4.3
5.4.5
Updates @types/node from 20.12.2 to 20.13.0
@types/node
Updates @typescript-eslint/eslint-plugin from 7.4.0 to 7.11.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v7.11.0 7.11.0 (2024-05-27) 🚀 Features eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081) 🩹 Fixes ast-spec: add EmptyStatement to Statement (#8892) eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826) typescript-estree: truncate number of files printed by the maximum file error (#9127) ❤️ Thank You Abraham Guo auvred @auvred Dom Armstrong @domarmstrong Kirk Waiblinger You can read about our versioning strategy and releases on our website. v7.10.0 7.10.0 (2024-05-20) 🚀 Features eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760) 🩹 Fixes eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764) typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097) utils: remove function form type from flat config files and ignores (#9111) ❤️ Thank You auvred @auvred Emanuel Hoogeveen @ehoogeveen-medweb jsfm01 @jsfm01 Kirk Waiblinger You can read about our versioning strategy and releases on our website. v7.9.0 7.9.0 (2024-05-13)
EmptyStatement
Statement
@auvred
@domarmstrong
You can read about our versioning strategy and releases on our website.
files
ignores
@ehoogeveen-medweb
@jsfm01
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.11.0 (2024-05-27) 🚀 Features eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment 🩹 Fixes eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions ❤️ Thank You Abraham Guo auvred Dom Armstrong Kirk Waiblinger You can read about our versioning strategy and releases on our website. 7.10.0 (2024-05-20) 🚀 Features eslint-plugin: [sort-type-constituents] support case sensitive sorting 🩹 Fixes eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag ❤️ Thank You auvred Emanuel Hoogeveen jsfm01 Kirk Waiblinger You can read about our versioning strategy and releases on our website. 7.9.0 (2024-05-13) 🩹 Fixes eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
e360541
b230385
3461f45
output: null
342b873
b5ce43b
c18226e
8d92ba8
d951d83
987a96e
77fc366
Updates @typescript-eslint/parser from 7.4.0 to 7.11.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
7.11.0 (2024-05-27) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 7.10.0 (2024-05-20) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 7.9.0 (2024-05-13) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 7.8.0 (2024-04-29) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 7.7.1 (2024-04-22) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 7.7.0 (2024-04-15) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 7.6.0 (2024-04-08) 🚀 Features bump npm dependency ranges ❤️ Thank You Abraham Guo auvred Brad Zacher
This was a version bump only for parser to align it with other projects, there were no code changes.
f53fece
ee677f6
3e19436
e44a1a2
e1db872
a6ab2cb
a14ba9d
Updates eslint from 8.57.0 to 9.4.0
eslint
Sourced from eslint's releases.
v9.4.0 Features 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar) Bug Fixes f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic) 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani) 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然) 70118a5 fix: func-style false positive with arrow functions and super (#18473) (Milos Djermanovic) Documentation d7ab6f5 docs: update theme when when prefers-color-scheme changes (#18510) (Nitin Kumar) 525fdff docs: fix components files (#18519) (Tanuj Kanti) 80747d2 docs: refactor prefer-destructuring rule (#18472) (Tanuj Kanti) f06e0b5 docs: clarify func-style (#18477) (Cameron Steffen) Chores 010dd2e chore: upgrade to @eslint/js@9.4.0 (#18534) (Francesco Trotta) 5e1b5dc chore: package.json update for @eslint/js release (Jenkins) 594145f refactor: switch to @eslint/config-array (#18527) (Francesco Trotta) v9.3.0 Features b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava) 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta) 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然) db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger) Bug Fixes 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas) 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski) 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu) 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic) Documentation ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta) 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas) e17e1c0 docs: Update README (GitHub Actions Bot) 2465a1e docs: Update README (GitHub Actions Bot) d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs) 1db9bae docs: Fix typos (#18443) (Frieder Bluemle) 7065196 docs: Update README (GitHub Actions Bot) 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti) e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong) ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs) 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready) Chores 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)
89a4a0a
no-loop-func
f6534d1
7226ebd
no-constructor-return
389744b
@eslint/config-inspector@latest
70118a5
func-style
super
d7ab6f5
prefers-color-scheme
525fdff
80747d2
prefer-destructuring
f06e0b5
010dd2e
@eslint/js@9.4.0
5e1b5dc
@eslint/js
594145f
@eslint/config-array
b32153c
overrides.namedExports
b67eba4
restrictedNamedExportsPattern
no-restricted-exports
069aa68
allowEscape
no-misleading-character-class
05ef92d
multiline-comment-style
line-comment-position
db0b174
enforceForInnerExpressions
no-extra-boolean-cast
8db0eff
5c28d9a
39fb0ee
37eba48
fs.readFile
ceada8c
62e686c
e17e1c0
2465a1e
d23574c
no-unreachable
1db9bae
7065196
04e7c6e
no-return-await
e763512
ac7f718
0de0909
58e2719
Sourced from eslint's changelog.
v9.4.0 - May 31, 2024 010dd2e chore: upgrade to @eslint/js@9.4.0 (#18534) (Francesco Trotta) 5e1b5dc chore: package.json update for @eslint/js release (Jenkins) d7ab6f5 docs: update theme when when prefers-color-scheme changes (#18510) (Nitin Kumar) 594145f refactor: switch to @eslint/config-array (#18527) (Francesco Trotta) 525fdff docs: fix components files (#18519) (Tanuj Kanti) 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar) 80747d2 docs: refactor prefer-destructuring rule (#18472) (Tanuj Kanti) f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic) 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani) f06e0b5 docs: clarify func-style (#18477) (Cameron Steffen) 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然) 70118a5 fix: func-style false positive with arrow functions and super (#18473) (Milos Djermanovic) v9.3.0 - May 17, 2024 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta) b681ecb chore: package.json update for @eslint/js release (Jenkins) 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas) ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta) b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) 06f1d1c chore: update dependency @humanwhocodes/retry to ^0.3.0 (#18463) (renovate[bot]) 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski) 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas) e17e1c0 docs: Update README (GitHub Actions Bot) 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava) 2465a1e docs: Update README (GitHub Actions Bot) d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs) 1db9bae docs: Fix typos (#18443) (Frieder Bluemle) 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta) 7065196 docs: Update README (GitHub Actions Bot) 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然) a63ed72 refactor: Use node: protocol for built-in Node.js modules (#18434) (Milos Djermanovic) 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti) e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong) 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic) 040700a chore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot]) f47847c chore: update actions/stale action to v9 (#18426) (renovate[bot]) c18ad25 chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot]) 27e3060 chore: Disable documentation label (#18423) (Nicholas C. Zakas) ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs) db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger) 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready) v9.2.0 - May 3, 2024 b346605 chore: upgrade @eslint/js@9.2.0 (#18413) (Milos Djermanovic) c4c18e0 chore: package.json update for @eslint/js release (Jenkins)
v9.4.0 - May 31, 2024
v9.3.0 - May 17, 2024
b681ecb
06f1d1c
@humanwhocodes/retry
a63ed72
node:
040700a
f47847c
c18ad25
27e3060
v9.2.0 - May 3, 2024
b346605
@9
c4c18e0
a5f7e58
8c6d0c3
Updates eslint-plugin-jsdoc from 48.2.2 to 48.2.7
eslint-plugin-jsdoc
Sourced from eslint-plugin-jsdoc's releases.
v48.2.7 48.2.7 (2024-05-29) Bug Fixes bump jsdoccomment and semver; fixes #1233 (fb3e0e6) v48.2.6 48.2.6 (2024-05-23) Bug Fixes require-yields: avoid error when ExportNamedDeclaration has no declaration prop (93a9415) v48.2.5 48.2.5 (2024-05-15) Bug Fixes handle deprecated typeParameters (#1229) (d417d05) v48.2.4 48.2.4 (2024-05-09) Bug Fixes valid-types: disable checking of types/names within import tags; fixes #1226 (4da4aeb) v48.2.3 48.2.3 (2024-04-04) Bug Fixes valid-types: whitelist pratt parser keywords; fixes #1221 (ab5624b)
require-yields
ExportNamedDeclaration
declaration
typeParameters
valid-types
import
fb3e0e6
93a9415
244116e
d417d05
98990e8
4da4aeb
e343ab5
ab5624b
Updates eslint-plugin-n from 16.6.2 to 17.7.0
eslint-plugin-n
Sourced from eslint-plugin-n's releases.
v17.7.0 17.7.0 (2024-05-14) 🌟 Features hashbang: Add support to map extensions to executables (#278) (3fd7639) node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#276) (4a685c0) 🩹 Fixes node-builtins: Remove "node:" prefix from "ignores" message (#277) (704f0b9) 📚 Documentation node-builtins: Specify that only static properties are supported (#272) (735a520) Provide an example with eslint-plugin-n to Playground (#275) (cb8ffa6) v17.6.0 17.6.0 (2024-05-10) 🌟 Features Add support for ignoring experimental features (#269) (c046376) 📚 Documentation add maintenance info (#271) (b454488), closes #194 v17.5.1 17.5.1 (2024-05-07) 🩹 Fixes Add supported version to Buffer constructor (#266) (030f51b) v17.5.0 17.5.0 (2024-05-07) 🌟 Features import-target: Add resolution error reason (#264) (982a723) node-builtins: Add node globals (#261) (9466731)
Sourced from eslint-plugin-n's changelog.
17.7.0 (2024-05-14) 🌟 Features hashbang: Add support to map extensions to executables (#278) (3fd7639) node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#276) (4a685c0) 🩹 Fixes node-builtins: Remove "node:" prefix from "ignores" message (#277) (704f0b9) 📚 Documentation node-builtins: Specify that only static properties are supported (#272) (735a520) Provide an example with eslint-plugin-n to Playground (#275) (cb8ffa6) 17.6.0 (2024-05-10) 🌟 Features Add support for ignoring experemental features (#269) (c046376) 📚 Documentation add maintainance info (#271) (b454488), closes #194 17.5.1 (2024-05-07) 🩹 Fixes Add supported version to Buffer constructor (#266) (030f51b) 17.5.0 (2024-05-07) 🌟 Features import-target: Add resolution error reason (#264) (982a723) node-builtins: Add node globals (#261) (9466731) 🩹 Fixes remove invalid es-builtins (#258) (ecdf019)
8551596
3fd7639
704f0b9
4a685c0
cb8ffa6
735a520
a99acb7
b454488
c046376
c3e5a19
Updates eslint-plugin-sonarjs from 0.25.0 to 1.0.3
eslint-plugin-sonarjs
Sourced from eslint-plugin-sonarjs's releases.
1.0.3 What's Changed ESLINTJS-41 The package entry points are incorrectly set by @zglicz in SonarSource/eslint-plugin-sonarjs#473 v1.0.2 What's Changed ESLINTJS-40 Expose the plugin "meta" as expected by ESLint 9 by @zglicz in SonarSource/eslint-plugin-sonarjs#472 1.0.1 What's Changed ESLINTJS-39 [CLI] Increase the Node.js version used by the publish job to 18 by @zglicz in SonarSource/eslint-plugin-sonarjs#471 1.0.0 Eslint-plugin-sonarjs is compatible with ESLint v9. What's Changed ESLINTJS-30 Migrate to all newest packages, except for eslint v9 by @zglicz in SonarSource/eslint-plugin-sonarjs#460 ESLINTJS-43 Move from a compile-all to a compile-entry-point pattern by @ericmorand-sonarsource in SonarSource/eslint-plugin-sonarjs#463 ESLINTJS-36 Split out tests and analyze into separate steps by @zglicz in SonarSource/eslint-plugin-sonarjs#465 ESLINTJS-44 Fix breaking no-one-iteration-loop after ESLint v9 breaking change by @zglicz in SonarSource/eslint-plugin-sonarjs#467 ESLINTJS-37 ESLint 9 throws an error Could not find "..." in plugin "sonarjs" by @ericmorand-sonarsource in SonarSource/eslint-plugin-sonarjs#466 ESLINTJS-45 Add ruling tests to handle eslint 8 and 9 by @zglicz in SonarSource/eslint-plugin-sonarjs#468 ESLINTJS-42 Make the exported rules a typed record by @ericmorand-sonarsource in SonarSource/eslint-plugin-sonarjs#469 Full Changelog: https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.25.1...1.0.0 0.25.1 What's Changed Resolve issue #456 - @typescript-eslint/utils dependency is missing by @ericmorand-sonarsource in SonarSource/eslint-plugin-sonarjs#457 Bump the project manifest version to 0.25.1 by @ericmorand-sonarsource in SonarSource/eslint-plugin-sonarjs#458 New Contributors @ericmorand-sonarsource made their first contribution in SonarSource/eslint-plugin-sonarjs#457 Full Changelog: https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.25.0...0.25.1
@zglicz
Eslint-plugin-sonarjs is compatible with ESLint v9.
@ericmorand-sonarsource
Could not find "..." in plugin "sonarjs"
Full Changelog: https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.25.1...1.0.0
@typescript-eslint/utils
Full Changelog: https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.25.0...0.25.1
004d794
3b22580
7e23a07
86275df
d5a1f12
1efe2da
33869d1
a857635
7ef1a01
a4390e9
Updates eslint-plugin-unicorn from 51.0.1 to 53.0.0
eslint-plugin-unicorn
Sourced from eslint-plugin-unicorn's releases.
v53.0.0 New rules consistent-empty-array-spread (#2349) 8d7954c prefer-string-raw (#2339) 4f1400a dependabot[bot] commented 5 months ago Looks like these dependencies are updatable in another way, so this is no longer needed.
consistent-empty-array-spread
prefer-string-raw
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the lint group with 10 updates in the / directory:
20.12.2
20.13.0
7.4.0
7.11.0
7.4.0
7.11.0
8.57.0
9.4.0
48.2.2
48.2.7
16.6.2
17.7.0
0.25.0
1.0.3
51.0.1
53.0.0
3.2.5
3.3.0
5.4.3
5.4.5
Updates
@types/node
from 20.12.2 to 20.13.0Commits
Updates
@typescript-eslint/eslint-plugin
from 7.4.0 to 7.11.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
e360541
chore(release): publish 7.11.0b230385
feat(eslint-plugin): deprecate prefer-ts-expect-error in favor of ban-ts-comm...3461f45
test(eslint-plugin): [consistent-type-assertions] add missingoutput: null
...342b873
fix(eslint-plugin): [consistent-type-assertions] prevent syntax errors on arr...b5ce43b
chore(eslint-plugin): replaced map/reduce with flatMap in normalizedOptions i...c18226e
chore(release): publish 7.10.08d92ba8
docs: [no-floating-promises] fix capitalization typo (#9118)d951d83
fix(eslint-plugin): [prefer-regexp-exec] fix heuristic to check whether regex...987a96e
feat(eslint-plugin): [sort-type-constituents] support case sensitive sorting ...77fc366
chore(release): publish 7.9.0Updates
@typescript-eslint/parser
from 7.4.0 to 7.11.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
e360541
chore(release): publish 7.11.0c18226e
chore(release): publish 7.10.077fc366
chore(release): publish 7.9.0f53fece
chore: add knip (#8192)ee677f6
chore(release): publish 7.8.03e19436
chore(release): publish 7.7.1e44a1a2
chore(release): publish 7.7.0e1db872
chore(release): publish 7.6.0a6ab2cb
feat: bump npm dependency ranges (#8860)a14ba9d
chore(release): publish 7.5.0Updates
eslint
from 8.57.0 to 9.4.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
a5f7e58
9.4.08c6d0c3
Build: changelog update for 9.4.0010dd2e
chore: upgrade to@eslint/js@9.4.0
(#18534)5e1b5dc
chore: package.json update for@eslint/js
released7ab6f5
docs: update theme when whenprefers-color-scheme
changes (#18510)594145f
refactor: switch to@eslint/config-array
(#18527)525fdff
docs: fix components files (#18519)89a4a0a
feat: ignore IIFE's in theno-loop-func
rule (#17528)80747d2
docs: refactorprefer-destructuring
rule (#18472)f6534d1
fix: skip processor code blocks that match only universal patterns (#18507)Updates
eslint-plugin-jsdoc
from 48.2.2 to 48.2.7Release notes
Sourced from eslint-plugin-jsdoc's releases.
Commits
fb3e0e6
fix: bump jsdoccomment and semver; fixes #123393a9415
fix(require-yields
): avoid error whenExportNamedDeclaration
has no `decl...244116e
chore: remove is-builtin-moduled417d05
fix: handle deprecatedtypeParameters
(#1229)98990e8
chore: update semver and devDeps.4da4aeb
fix(valid-types
): disable checking of types/names withinimport
tags; fix...e343ab5
chore: update jsdoccomment and devDeps.ab5624b
fix(valid-types
): whitelist pratt parser keywords; fixes #1221Updates
eslint-plugin-n
from 16.6.2 to 17.7.0Release notes
Sourced from eslint-plugin-n's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-n's changelog.
... (truncated)
Commits
8551596
chore(master): release 17.7.0 (#273)3fd7639
feat(hashbang): Add support to map extensions to executables (#278)704f0b9
fix(node-builtins): Remove "node:" prefix from "ignores" message (#277)4a685c0
feat(node-builtin): Add node 20.13.0, 22.0.0, and 22.1.0 support (#276)cb8ffa6
docs: Provide an example with eslint-plugin-n to Playground (#275)735a520
docs(node-builtins): Specify that only static properties are supported (#272)a99acb7
chore(master): release 17.6.0 (#270)b454488
docs: add maintainance info (#271)c046376
feat: Add support for ignoring experemental features (#269)c3e5a19
chore(master): release 17.5.1 (#267)Updates
eslint-plugin-sonarjs
from 0.25.0 to 1.0.3Release notes
Sourced from eslint-plugin-sonarjs's releases.
Commits
004d794
Fix package.json with entry point (#473)3b22580
Export "meta" for plugin (#472)7e23a07
Increase node version on release from Node 12 -> 18 (#471)86275df
Bump to version 1.0.0 (#470)d5a1f12
Make the exported rules a typed record (#469)1efe2da
Add ruling tests to handle eslint 8 and 9 (#468)33869d1
Resolve ESLINTJS-37 (#466)a857635
Fix breaking no-one-iteration-loop after ESLint v9 breaking change (#467)7ef1a01
ESLINTJS-36 Split out tests and analyze into separate steps (#465)a4390e9
Move from a compile-all to a compile-entry-point pattern (#463)Updates
eslint-plugin-unicorn
from 51.0.1 to 53.0.0Release notes
Sourced from eslint-plugin-unicorn's releases.