Update checked-in dependencies
This commit is contained in:
parent
67f7ac2add
commit
02c45745e3
174 changed files with 2781 additions and 5722 deletions
14
node_modules/eslint-plugin-import/CHANGELOG.md
generated
vendored
14
node_modules/eslint-plugin-import/CHANGELOG.md
generated
vendored
|
|
@ -6,6 +6,14 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.28.1] - 2023-08-18
|
||||
|
||||
### Fixed
|
||||
- [`order`]: revert breaking change to single nested group ([#2854], thanks [@yndajas])
|
||||
|
||||
### Changed
|
||||
- [Docs] remove duplicate fixable notices in docs ([#2850], thanks [@bmish])
|
||||
|
||||
## [2.28.0] - 2023-07-27
|
||||
|
||||
### Fixed
|
||||
|
|
@ -1079,6 +1087,8 @@ for info on changes for earlier releases.
|
|||
|
||||
[`memo-parser`]: ./memo-parser/README.md
|
||||
|
||||
[#2854]: https://github.com/import-js/eslint-plugin-import/pull/2854
|
||||
[#2850]: https://github.com/import-js/eslint-plugin-import/pull/2850
|
||||
[#2842]: https://github.com/import-js/eslint-plugin-import/pull/2842
|
||||
[#2835]: https://github.com/import-js/eslint-plugin-import/pull/2835
|
||||
[#2832]: https://github.com/import-js/eslint-plugin-import/pull/2832
|
||||
|
|
@ -1537,7 +1547,8 @@ for info on changes for earlier releases.
|
|||
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
|
||||
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
|
||||
|
||||
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...HEAD
|
||||
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...HEAD
|
||||
[2.28.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1
|
||||
[2.28.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0
|
||||
[2.27.5]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...v2.27.5
|
||||
[2.27.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.3...v2.27.4
|
||||
|
|
@ -1883,5 +1894,6 @@ for info on changes for earlier releases.
|
|||
[@wtgtybhertgeghgtwtg]: https://github.com/wtgtybhertgeghgtwtg
|
||||
[@xM8WVqaG]: https://github.com/xM8WVqaG
|
||||
[@xpl]: https://github.com/xpl
|
||||
[@yndajas]: https://github.com/yndajas
|
||||
[@yordis]: https://github.com/yordis
|
||||
[@zloirock]: https://github.com/zloirock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue