chore(deps): update dependency eslint-plugin-import to v2.26.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-import | 2.25.2 -> 2.26.0 |
Release Notes
import-js/eslint-plugin-import
v2.26.0
Added
- [
no-named-default,no-default-export,prefer-default-export,no-named-export,export,named,namespace,no-unused-modules]: support arbitrary module namespace names ([#2358], thanks [@sosukesuzuki]) - [
no-dynamic-require]: support dynamic import with espree ([#2371], thanks [@sosukesuzuki]) - [
no-relative-packages]: add fixer ([#2381], thanks [@forivall])
Fixed
- [
default]:typescript-eslint-parser: avoid a crash on exporting as namespace (thanks [@ljharb]) - [
export]/TypeScript: false positive for typescript namespace merging ([#1964], thanks [@magarcia]) - [
no-duplicates]: ignore duplicate modules in different TypeScript module declarations ([#2378], thanks [@remcohaszing]) - [
no-unused-modules]: avoid a crash when processing re-exports ([#2388], thanks [@ljharb])
Changed
- [Tests]
no-nodejs-modules: add tests for node protocol URL ([#2367], thanks [@sosukesuzuki]) - [Tests]
default,no-anonymous-default-export,no-mutable-exports,no-named-as-default-member,no-named-as-default: add tests for arbitrary module namespace names ([#2358], thanks [@sosukesuzuki]) - [Docs] [
no-unresolved]: Fix RegExp escaping in readme ([#2332], thanks [@stephtr]) - [Refactor]
namespace: try to improve performance ([#2340], thanks [@ljharb]) - [Docs] make rule doc titles consistent ([#2393], thanks [@TheJaredWilcurt])
- [Docs]
order: TS code examples should use TS code blocks ([#2411], thanks [@MM25Zamanian]) - [Docs]
no-unresolved: fix link ([#2417], thanks [@kylemh])
v2.25.4
Fixed
-
importType: avoid crashing on a non-string' ([#2305], thanks [@ljharb]) - [
first]: prevent crash when parsing angular templates ([#2210], thanks [@ljharb]) -
importType: properly resolve@/*-aliased imports as internal ([#2334], thanks [@ombene]) - [
named]/ExportMap: handle named imports from CJS modules that use dynamic import ([#2341], thanks [@ludofischer])
Changed
- [
no-default-import]: report on the token "default" instead of the entire node ([#2299], thanks [@pmcelhaney]) - [Docs] [
order]: Remove duplicate mention of default ([#2280], thanks [@johnthagen]) - [Deps] update
eslint-module-utils
v2.25.3
Fixed
- [
extensions]: ignore unresolveable type-only imports ([#2270], [#2271], thanks [@jablko]) -
importType: fixisExternalModulecalculation ([#2282], thanks [@mx-bernhard]) - [
no-import-module-exports]: avoid false positives with a shadowedmoduleorexports([#2297], thanks [@ljharb])
Changed
- [Docs] [
order]: add type to the default groups ([#2272], thanks [@charpeni]) - [readme] Add note to TypeScript docs to install appropriate resolver ([#2279], thanks [@johnthagen])
- [Refactor]
importType: combine redundantisScopedandisScopedModule(thanks [@ljharb]) - [Docs] HTTP => HTTPS ([#2287], thanks [@Schweinepriester])
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/juanmesa2097/angular-boilerplate/CFHDT374qw13Ys5yL75RhC9v4qE7
✅ Preview: https://angular-boilerplate-git-renovate-eslint-plu-d02224-juanmesa2097.vercel.app
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| angular-boilerplate | ✅ Ready (Inspect) | Visit Preview | Jun 13, 2022 at 6:41AM (UTC) |
Renovate Ignore Notification
As this PR has been closed unmerged, Renovate will now ignore this update (2.26.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.