Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

chore(deps): update dependency eslint-plugin-import to v2.23.4 #615

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-import 2.16.0 -> 2.23.4 age adoption passing confidence

Release Notes

benmosher/eslint-plugin-import

v2.23.4

Compare Source

Fixed
  • [no-import-module-exports]: Don't crash if packages have no entrypoint ([#​2099], thanks [@​eps1lon])
  • [no-extraneous-dependencies]: fix package name algorithm ([#​2097], thanks [@​paztis])

v2.23.3

Compare Source

Fixed
Changed
  • [Docs] Add no-relative-packages to list of to the list of rules ([#​2075], thanks [@​arvigeus])

v2.23.2

Compare Source

Changed
  • [meta] add safe-publish-latest; use prepublishOnly script for npm 7+

v2.23.1

Compare Source

Fixed

v2.23.0

Compare Source

Added
Fixed
Changed

v2.22.1

Compare Source

Fixed
  • [default]/TypeScript: avoid crash on export = with a MemberExpression ([#​1841], thanks [@​ljharb])
  • [extensions]/importType: Fix @​/abc being treated as scoped module ([#​1854], thanks [@​3nuc])
  • allow using rest operator in named export ([#​1878], thanks [@​foray1010])
  • [dynamic-import-chunkname]: allow single quotes to match Webpack support ([#​1848], thanks [@​straub])
Changed

v2.22.0

Compare Source

Added
  • [no-unused-modules]: consider exported TypeScript interfaces, types and enums ([#​1819], thanks [@​nicolashenry])
  • [no-cycle]: allow maxDepth option to be "∞" (thanks [@​ljharb])
Fixed
Changed

v2.21.2

Compare Source

Fixed
  • [order]: avoid a crash on TypeScript’s export import syntax ([#​1808], thanks [@​ljharb])
  • [newline-after-import]: consider TypeScript import = syntax' ([#​1811], thanks [@​ljharb])
  • [no-internal-modules]: avoid a crash on a named export declaration ([#​1814], thanks [@​ljharb])

v2.21.1

Compare Source

Fixed
  • TypeScript: [import/named]: avoid requiring typescript when not using TS ([#​1805], thanks [@​ljharb])

v2.21.0

Compare Source

Added
Fixed
Changed

v2.20.2

Compare Source

Fixed

v2.20.1

Compare Source

Fixed
Changed
  • [import/external-module-folders setting] behavior is more strict now: it will only match complete path segments ([#​1605], thanks [@​skozin])
  • [meta] fix "files" field to include/exclude the proper files ([#​1635], thanks [@​ljharb])
  • [Tests] order: Add TS import type tests ([#​1736], thanks [@​kmui2])

v2.20.0

Compare Source

Added
  • [order]: added caseInsensitive as an additional option to alphabetize ([#​1586], thanks [@​dbrewer5])
  • [no-restricted-paths]: New except option per zone, allowing exceptions to be defined for a restricted zone ([#​1238], thanks [@​rsolomon])
  • [order]: add option pathGroupsExcludedImportTypes to allow ordering of external import types ([#​1565], thanks [@​Mairu])
Fixed
Docs

v2.19.1

Compare Source

Fixed
  • [no-extraneous-dependencies]: ensure node.source exists

v2.19.0

Compare Source

Added
Fixed
Docs
Changed
  • [no-unused-modules]/eslint-module-utils: Avoid superfluous calls and code ([#​1551], thanks [@​brettz9])

v2.18.2

Compare Source

Fixed

v2.18.1

Compare Source

Fixed
Refactors
  • [no-extraneous-dependencies], importType: remove lodash ([#​1419], thanks [@​ljharb])

v2.18.0

Compare Source

Added
Fixed
Docs

v2.17.3

Compare Source

Fixed
Docs
  • add missing no-unused-modules in README ([#​1358], thanks [@​golopot])
  • [no-unused-modules]: Indicates usage, plugin defaults to no-op, and add description to main README.md ([#​1352], thanks [@​johndevedu])
  • Document env option for eslint-import-resolver-webpack ([#​1363], thanks [@​kgregory])

v2.17.2

Compare Source

Fixed

v2.17.1

Compare Source

Fixed
  • require v2.4 of eslint-module-utils ([#​1322])

v2.17.0

Compare Source

Added
Fixed
Docs
Tests

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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, check this box.

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

@vercel
Copy link

vercel bot commented Apr 15, 2019

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/nordnet/nordnet-ui-kit/4psSJNmXPAJCsf6Z3niBH71vzA6c
✅ Preview: https://nordnet-ui-kit-git-renovate-eslint-plugin-import-2x-nordnet1.vercel.app

@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.17.1 chore(deps): update dependency eslint-plugin-import to v2.17.2 Apr 16, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 64d742a to 7892116 Compare April 16, 2019 21:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 7892116 to ee61776 Compare May 8, 2019 09:01
@codecov
Copy link

codecov bot commented May 8, 2019

Codecov Report

Merging #615 into master will increase coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #615      +/-   ##
==========================================
+ Coverage   84.07%   84.12%   +0.05%     
==========================================
  Files         213      212       -1     
  Lines        1557     1556       -1     
  Branches      295      294       -1     
==========================================
  Hits         1309     1309              
+ Misses        213      212       -1     
  Partials       35       35

@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from ee61776 to c3db4fa Compare May 9, 2019 14:34
@codecov
Copy link

codecov bot commented May 9, 2019

Codecov Report

Merging #615 into master will increase coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #615      +/-   ##
==========================================
+ Coverage   84.01%   84.07%   +0.05%     
==========================================
  Files         213      213              
  Lines        1558     1557       -1     
  Branches      296      295       -1     
==========================================
  Hits         1309     1309              
+ Misses        214      213       -1     
  Partials       35       35

@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from c3db4fa to 9f146c4 Compare May 10, 2019 14:44
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 9f146c4 to c235734 Compare May 24, 2019 22:04
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.17.2 chore(deps): update dependency eslint-plugin-import to v2.17.3 May 24, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from c235734 to b68e5a9 Compare June 19, 2019 12:54
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from b68e5a9 to ef7280e Compare June 19, 2019 14:27
@codecov
Copy link

codecov bot commented Jun 19, 2019

Codecov Report

Merging #615 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #615      +/-   ##
==========================================
- Coverage   84.03%   84.01%   -0.03%     
==========================================
  Files         213      213              
  Lines        1560     1558       -2     
  Branches      296      296              
==========================================
- Hits         1311     1309       -2     
  Misses        214      214              
  Partials       35       35

@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from ef7280e to aae8940 Compare June 24, 2019 22:05
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.17.3 chore(deps): update dependency eslint-plugin-import to v2.18.0 Jun 24, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from aae8940 to a764270 Compare June 27, 2019 12:49
@codecov
Copy link

codecov bot commented Jun 27, 2019

Codecov Report

Merging #615 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #615   +/-   ##
=======================================
  Coverage   84.03%   84.03%           
=======================================
  Files         213      213           
  Lines        1560     1560           
  Branches      296      296           
=======================================
  Hits         1311     1311           
  Misses        214      214           
  Partials       35       35

@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from d892cdb to 352d4d8 Compare October 9, 2019 08:36
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 352d4d8 to 2071560 Compare October 14, 2019 14:36
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.18.2 chore(deps): update dependency eslint-plugin-import to v2.19.1 Dec 9, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 2071560 to 2b2bcbd Compare December 9, 2019 14:29
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 2b2bcbd to 7664d88 Compare January 18, 2020 19:36
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.19.1 chore(deps): update dependency eslint-plugin-import to v2.20.0 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 7664d88 to fe290a7 Compare February 8, 2020 15:56
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.20.0 chore(deps): update dependency eslint-plugin-import to v2.20.1 Feb 8, 2020
@codecov
Copy link

codecov bot commented Feb 8, 2020

Codecov Report

❗ No coverage uploaded for pull request head (renovate/eslint-plugin-import-2.x@51d6c52). Click here to learn what that means.
The diff coverage is n/a.

@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from fe290a7 to 42966d1 Compare May 1, 2020 11:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.20.1 chore(deps): update dependency eslint-plugin-import to v2.20.2 May 1, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 42966d1 to a9577ca Compare June 30, 2020 16:56
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.20.2 chore(deps): update dependency eslint-plugin-import to v2.22.0 Jun 30, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from a9577ca to 51d6c52 Compare October 28, 2020 15:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.22.0 chore(deps): update dependency eslint-plugin-import to v2.22.1 Oct 28, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 51d6c52 to 1f76318 Compare May 15, 2021 19:42
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.22.1 chore(deps): update dependency eslint-plugin-import to v2.23.2 May 15, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 1f76318 to 00e7cae Compare June 6, 2021 21:25
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-import to v2.23.2 chore(deps): update dependency eslint-plugin-import to v2.23.4 Jun 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant