Update checked-in dependencies
This commit is contained in:
parent
fa428daf9c
commit
b3bf514df4
216 changed files with 4342 additions and 1611 deletions
23
node_modules/eslint-module-utils/CHANGELOG.md
generated
vendored
23
node_modules/eslint-module-utils/CHANGELOG.md
generated
vendored
|
|
@ -5,6 +5,25 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
|
|||
|
||||
## Unreleased
|
||||
|
||||
## v2.8.2 - 2024-08-25
|
||||
|
||||
### Fixed
|
||||
- `parse`: also delete `parserOptions.projectService` ([#3039], thanks [@Mysak0CZ])
|
||||
|
||||
### Changed
|
||||
- [types] use shared config (thanks [@ljharb])
|
||||
- [meta] add `exports`, `main`
|
||||
- [meta] add `repository.directory` field
|
||||
- [refactor] avoid hoisting
|
||||
|
||||
## v2.8.1 - 2024-02-26
|
||||
|
||||
### Fixed
|
||||
- `parse`: also delete `parserOptions.EXPERIMENTAL_useProjectService` ([#2963], thanks [@JoshuaKGoldberg])
|
||||
|
||||
### Changed
|
||||
- add types (thanks [@ljharb])
|
||||
|
||||
## v2.8.0 - 2023-04-14
|
||||
|
||||
### New
|
||||
|
|
@ -131,6 +150,8 @@ Yanked due to critical issue with cache key resulting from #839.
|
|||
### Fixed
|
||||
- `unambiguous.test()` regex is now properly in multiline mode
|
||||
|
||||
[#3039]: https://github.com/import-js/eslint-plugin-import/pull/3039
|
||||
[#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
|
||||
[#2523]: https://github.com/import-js/eslint-plugin-import/pull/2523
|
||||
|
|
@ -169,12 +190,14 @@ Yanked due to critical issue with cache key resulting from #839.
|
|||
[@hulkish]: https://github.com/hulkish
|
||||
[@Hypnosphi]: https://github.com/Hypnosphi
|
||||
[@iamnapo]: https://github.com/iamnapo
|
||||
[@JoshuaKGoldberg]: https://github.com/JoshuaKGoldberg
|
||||
[@JounQin]: https://github.com/JounQin
|
||||
[@kaiyoma]: https://github.com/kaiyoma
|
||||
[@leipert]: https://github.com/leipert
|
||||
[@manuth]: https://github.com/manuth
|
||||
[@maxkomarychev]: https://github.com/maxkomarychev
|
||||
[@mgwalker]: https://github.com/mgwalker
|
||||
[@Mysak0CZ]: https://github.com/Mysak0CZ
|
||||
[@nicolo-ribaudo]: https://github.com/nicolo-ribaudo
|
||||
[@pmcelhaney]: https://github.com/pmcelhaney
|
||||
[@sergei-startsev]: https://github.com/sergei-startsev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue