adobe / helix-eslint-config

Eslint config used in helix projects.
Apache License 2.0
2 stars 11 forks source link

chore(deps): update dependency eslint-plugin-import to v2.22.0 #41

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

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`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2220---2020-06-26) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.21.2...v2.22.0) ##### Added - [`no-unused-modules`]: consider exported TypeScript interfaces, types and enums ([#​1819], thanks [@​nicolashenry]) - [`no-cycle`]: allow `maxDepth` option to be `"∞"` (thanks [@​ljharb]) ##### Fixed - [`order`]/TypeScript: properly support `import = object` expressions ([#​1823], thanks [@​manuth]) - [`no-extraneous-dependencies`]/TypeScript: do not error when importing type from dev dependencies ([#​1820], thanks [@​fernandopasik]) - [`default`]: avoid crash with `export =` ([#​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 on `export * as` non-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 to `first` docs ([#​1835], thanks [@​beatrizrezener])

Renovate configuration

:date: Schedule: "after 2pm on Monday" in timezone Europe/Zurich.

: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.



This PR has been generated by WhiteSource Renovate. View repository job log here.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.1.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: