Bump eslint-plugin-import to avoid vulnerability in dependency
This commit is contained in:
parent
10695e6a20
commit
ed9506bbaf
1660 changed files with 67726 additions and 27926 deletions
55
node_modules/eslint-module-utils/CHANGELOG.md
generated
vendored
55
node_modules/eslint-module-utils/CHANGELOG.md
generated
vendored
|
|
@ -1,10 +1,43 @@
|
|||
# Change Log
|
||||
All notable changes to this module will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
|
||||
This project adheres to [Semantic Versioning](https://semver.org/).
|
||||
This change log adheres to standards from [Keep a CHANGELOG](https://keepachangelog.com).
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v2.7.4 - 2022-08-11
|
||||
|
||||
### Fixed
|
||||
- [Fix] Ignore hashbang and BOM while parsing ([#2431], thanks [@silverwind])
|
||||
|
||||
### Changed
|
||||
- [patch] mark eslint as an optional peer dep ([#2523], thanks [@wmertens])
|
||||
|
||||
## v2.7.3 - 2022-01-26
|
||||
|
||||
### Fixed
|
||||
- [Fix] `parse`: restore compatibility by making the return value `ast` again ([#2350], thanks [@ljharb])
|
||||
|
||||
## v2.7.2 - 2022-01-01
|
||||
|
||||
### Fixed
|
||||
- [patch] Fix `@babel/eslint-parser` 8 compatibility ([#2343], thanks [@nicolo-ribaudo])
|
||||
|
||||
### Changed
|
||||
- [Refactor] inline `pkgDir` implementation; remove `pkg-dir`
|
||||
|
||||
## v2.7.1 - 2021-10-13
|
||||
|
||||
### Fixed
|
||||
- fixed SyntaxError in node <= 6: Unexpected token ) in parse.js ([#2261], thanks [@VitusFW])
|
||||
|
||||
## v2.7.0 - 2021-10-11
|
||||
|
||||
### Added
|
||||
- `fileExistsWithCaseSync`: add `strict` argument ([#1262], thanks [@sergei-startsev])
|
||||
- add `visit`, to support dynamic imports ([#1660], [#2212], thanks [@maxkomarychev], [@aladdin-add], [@Hypnosphi])
|
||||
- create internal replacement for `pkg-up` and `read-pkg-up` ([#2047], [@mgwalker])
|
||||
|
||||
## v2.6.2 - 2021-08-08
|
||||
|
||||
### Fixed
|
||||
|
|
@ -90,10 +123,18 @@ Yanked due to critical issue with cache key resulting from #839.
|
|||
### Fixed
|
||||
- `unambiguous.test()` regex is now properly in multiline mode
|
||||
|
||||
[#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
|
||||
[#2343]: https://github.com/import-js/eslint-plugin-import/pull/2343
|
||||
[#2261]: https://github.com/import-js/eslint-plugin-import/pull/2261
|
||||
[#2212]: https://github.com/import-js/eslint-plugin-import/pull/2212
|
||||
[#2160]: https://github.com/import-js/eslint-plugin-import/pull/2160
|
||||
[#2047]: https://github.com/import-js/eslint-plugin-import/pull/2047
|
||||
[#2026]: https://github.com/import-js/eslint-plugin-import/pull/2026
|
||||
[#1786]: https://github.com/import-js/eslint-plugin-import/pull/1786
|
||||
[#1671]: https://github.com/import-js/eslint-plugin-import/pull/1671
|
||||
[#1660]: https://github.com/import-js/eslint-plugin-import/pull/1660
|
||||
[#1606]: https://github.com/import-js/eslint-plugin-import/pull/1606
|
||||
[#1602]: https://github.com/import-js/eslint-plugin-import/pull/1602
|
||||
[#1591]: https://github.com/import-js/eslint-plugin-import/pull/1591
|
||||
|
|
@ -102,6 +143,7 @@ Yanked due to critical issue with cache key resulting from #839.
|
|||
[#1409]: https://github.com/import-js/eslint-plugin-import/pull/1409
|
||||
[#1356]: https://github.com/import-js/eslint-plugin-import/pull/1356
|
||||
[#1290]: https://github.com/import-js/eslint-plugin-import/pull/1290
|
||||
[#1262]: https://github.com/import-js/eslint-plugin-import/pull/1262
|
||||
[#1218]: https://github.com/import-js/eslint-plugin-import/pull/1218
|
||||
[#1166]: https://github.com/import-js/eslint-plugin-import/issues/1166
|
||||
[#1160]: https://github.com/import-js/eslint-plugin-import/pull/1160
|
||||
|
|
@ -114,11 +156,18 @@ Yanked due to critical issue with cache key resulting from #839.
|
|||
[@brettz9]: https://github.com/brettz9
|
||||
[@christophercurrie]: https://github.com/christophercurrie
|
||||
[@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
|
||||
[@manuth]: https://github.com/manuth
|
||||
[@maxkomarychev]: https://github.com/maxkomarychev
|
||||
[@mgwalker]: https://github.com/mgwalker
|
||||
[@nicolo-ribaudo]: https://github.com/nicolo-ribaudo
|
||||
[@pmcelhaney]: https://github.com/pmcelhaney
|
||||
[@sergei-startsev]: https://github.com/sergei-startsev
|
||||
[@sompylasar]: https://github.com/sompylasar
|
||||
[@timkraut]: https://github.com/timkraut
|
||||
[@vikr01]: https://github.com/vikr01
|
||||
[@vikr01]: https://github.com/vikr01
|
||||
[@VitusFW]: https://github.com/VitusFW
|
||||
[@wmertens]: https://github.com/wmertens
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue