Update checked-in dependencies
This commit is contained in:
parent
1afca056e3
commit
6989ba7bd2
3942 changed files with 55190 additions and 132206 deletions
18
node_modules/eslint-module-utils/CHANGELOG.md
generated
vendored
18
node_modules/eslint-module-utils/CHANGELOG.md
generated
vendored
|
|
@ -5,6 +5,21 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
|
|||
|
||||
## Unreleased
|
||||
|
||||
## v2.11.0 - 2024-09-05
|
||||
|
||||
### New
|
||||
- `declaredScope`: take a `node` for modern eslint versions (thanks [@michaelfaith])
|
||||
|
||||
## v2.10.0 - 2024-09-05
|
||||
|
||||
### New
|
||||
- add context compatibility helpers ([#3049], thanks [@michaelfaith])
|
||||
|
||||
## v2.9.0 - 2024-09-02
|
||||
|
||||
### New
|
||||
- add support for Flat Config ([#3018], thanks [@michaelfaith])
|
||||
|
||||
## v2.8.2 - 2024-08-25
|
||||
|
||||
### Fixed
|
||||
|
|
@ -150,7 +165,9 @@ Yanked due to critical issue with cache key resulting from #839.
|
|||
### Fixed
|
||||
- `unambiguous.test()` regex is now properly in multiline mode
|
||||
|
||||
[#3049]: https://github.com/import-js/eslint-plugin-import/pull/3049
|
||||
[#3039]: https://github.com/import-js/eslint-plugin-import/pull/3039
|
||||
[#3018]: https://github.com/import-js/eslint-plugin-import/pull/3018
|
||||
[#2963]: https://github.com/import-js/eslint-plugin-import/pull/2963
|
||||
[#2755]: https://github.com/import-js/eslint-plugin-import/pull/2755
|
||||
[#2714]: https://github.com/import-js/eslint-plugin-import/pull/2714
|
||||
|
|
@ -197,6 +214,7 @@ Yanked due to critical issue with cache key resulting from #839.
|
|||
[@manuth]: https://github.com/manuth
|
||||
[@maxkomarychev]: https://github.com/maxkomarychev
|
||||
[@mgwalker]: https://github.com/mgwalker
|
||||
[@michaelfaith]: https://github.com/michaelfaith
|
||||
[@Mysak0CZ]: https://github.com/Mysak0CZ
|
||||
[@nicolo-ribaudo]: https://github.com/nicolo-ribaudo
|
||||
[@pmcelhaney]: https://github.com/pmcelhaney
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue