material-components-vue
material-components-vue copied to clipboard
chore(deps): update dependency eslint-plugin-import to v2.22.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| eslint-plugin-import | devDependencies | minor | 2.21.2 -> 2.22.0 |
Release Notes
benmosher/eslint-plugin-import
v2.22.0
Added
- [
no-unused-modules]: consider exported TypeScript interfaces, types and enums ([#1819], thanks [@nicolashenry]) - [
no-cycle]: allowmaxDepthoption to be"∞"(thanks [@ljharb])
Fixed
- [
order]/TypeScript: properly supportimport = objectexpressions ([#1823], thanks [@manuth]) - [
no-extraneous-dependencies]/TypeScript: do not error when importing type from dev dependencies ([#1820], thanks [@fernandopasik]) - [
default]: avoid crash withexport =([#1822], thanks [@AndrewLeedham]) - [
order]/[newline-after-import]: ignore TypeScript's "export import object" ([#1830], thanks [@be5invis]) - [
dynamic-import-chunkname]/TypeScript: supports@typescript-eslint/parser([#1833], thanks [@noelebrun]) - [
order]/TypeScript: ignore ordering of object imports ([#1831], thanks [@manuth]) - [
namespace]: do not report on shadowed import names ([#518], thanks [@ljharb]) - [
export]: avoid warning onexport * asnon-conflicts ([#1834], thanks [@ljharb])
Changed
- [
no-extraneous-dependencies]: add tests for importing types ([#1824], thanks [@taye]) - [docs][
no-default-export]: Fix docs url ([#1836], thanks [@beatrizrezener]) - [docs][
imports-first]: deprecation info and link tofirstdocs ([#1835], thanks [@beatrizrezener])
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.