Bump the npm group with 2 updates (#1819)
* Bump the npm group with 2 updates Bumps the npm group with 2 updates: [eslint](https://github.com/eslint/eslint) and [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import). Updates `eslint` from 8.45.0 to 8.46.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.45.0...v8.46.0) Updates `eslint-plugin-import` from 2.27.5 to 2.28.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> * Update checked-in dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a6b0ced86b
commit
e7e35baaf0
1408 changed files with 27215 additions and 9910 deletions
14
node_modules/eslint-module-utils/CHANGELOG.md
generated
vendored
14
node_modules/eslint-module-utils/CHANGELOG.md
generated
vendored
|
|
@ -5,6 +5,14 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
|
|||
|
||||
## Unreleased
|
||||
|
||||
## v2.8.0 - 2023-04-14
|
||||
|
||||
### New
|
||||
- `parse`: support flat config ([#2714], thanks [@DMartens])
|
||||
|
||||
### Fixed
|
||||
- Improve performance of `fullResolve` for large projects ([#2755], thanks [@leipert])
|
||||
|
||||
## v2.7.4 - 2022-08-11
|
||||
|
||||
### Fixed
|
||||
|
|
@ -16,7 +24,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
|
|||
## v2.7.3 - 2022-01-26
|
||||
|
||||
### Fixed
|
||||
- [Fix] `parse`: restore compatibility by making the return value `ast` again ([#2350], thanks [@ljharb])
|
||||
- `parse`: restore compatibility by making the return value `ast` again ([#2350], thanks [@ljharb])
|
||||
|
||||
## v2.7.2 - 2022-01-01
|
||||
|
||||
|
|
@ -123,6 +131,8 @@ Yanked due to critical issue with cache key resulting from #839.
|
|||
### Fixed
|
||||
- `unambiguous.test()` regex is now properly in multiline mode
|
||||
|
||||
[#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
|
||||
[#2431]: https://github.com/import-js/eslint-plugin-import/pull/2431
|
||||
[#2350]: https://github.com/import-js/eslint-plugin-import/issues/2350
|
||||
|
|
@ -155,11 +165,13 @@ Yanked due to critical issue with cache key resulting from #839.
|
|||
[@bradzacher]: https://github.com/bradzacher
|
||||
[@brettz9]: https://github.com/brettz9
|
||||
[@christophercurrie]: https://github.com/christophercurrie
|
||||
[@DMartens]: https://github.com/DMartens
|
||||
[@hulkish]: https://github.com/hulkish
|
||||
[@Hypnosphi]: https://github.com/Hypnosphi
|
||||
[@iamnapo]: https://github.com/iamnapo
|
||||
[@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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue