Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

chore(deps): update dependency eslint-plugin-import to v2.25.2#84

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/eslint-plugin-import-2.x
Open

chore(deps): update dependency eslint-plugin-import to v2.25.2#84
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/eslint-plugin-import-2.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Dec 10, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-import 2.18.2 -> 2.25.2 age adoption passing confidence

Release Notes

import-js/eslint-plugin-import

v2.25.2

Compare Source

Fixed
  • [Deps] update eslint-module-utils for real this time ([#​2255])

v2.25.1

Compare Source

Fixed
  • [Deps] update eslint-module-utils

v2.25.0

Compare Source

Added
Fixed
Changed
  • [Refactor] switch to an internal replacement for pkg-up and read-pkg-up ([#​2047], thanks [@​mgwalker])
  • [patch] TypeScript config: remove .d.ts from [import/parsers setting] and [import/extensions setting] ([#​2220], thanks [@​jablko])
  • [Refactor] [no-unresolved], [no-extraneous-dependencies]: moduleVisitor usage ([#​2233], thanks [@​jablko])

v2.24.2

Compare Source

Fixed
  • [named], [namespace]: properly handle ExportAllDeclarations ([#​2199], thanks [@​ljharb])

v2.24.1

Compare Source

Fixed
Changed

v2.24.0

Compare Source

Added
Fixed
  • [no-duplicates]: ensure autofix avoids excessive newlines ([#​2028], thanks [@​ertrzyiks])
  • [extensions]: avoid crashing on partially typed import/export statements ([#​2118], thanks [@​ljharb])
  • [no-extraneous-dependencies]: add ESM intermediate package.json support ([#​2121], thanks [@​paztis])
  • Use context.getPhysicalFilename() when available (ESLint 7.28+) ([#​2160], thanks [@​pmcelhaney])
  • [extensions]/importType: fix isScoped treating @​/abc as scoped module ([#​2146], thanks [@​rperello])
Changed

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])

Configuration

📅 Schedule: "after 9:30am and before 5:30pm" in timezone Asia/Tokyo.

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

@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch 2 times, most recently from 6fb7374 to 65a4986 Compare December 22, 2019 17:35
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from 65a4986 to fc59793 Compare January 11, 2020 07:29
@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 11, 2020
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch 2 times, most recently from e0494f3 to a4d240a Compare January 19, 2020 17:40
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch 2 times, most recently from 12998e9 to d49f769 Compare February 2, 2020 08:00
@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 2, 2020
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from d49f769 to 7533cf3 Compare February 9, 2020 17:44
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from 7533cf3 to 392f0e5 Compare March 29, 2020 04:27
@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 Mar 29, 2020
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from 392f0e5 to c911d4c Compare March 29, 2020 17:24
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch 2 times, most recently from e76dd34 to dd56f67 Compare April 26, 2020 17:44
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from dd56f67 to 0760a1c Compare June 8, 2020 00:19
@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.21.0 Jun 8, 2020
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from 0760a1c to c601b1d Compare June 8, 2020 04:06
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-import to v2.21.0 chore(deps): update dependency eslint-plugin-import to v2.21.1 Jun 8, 2020
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from c601b1d to 6faa804 Compare June 10, 2020 02:28
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-import to v2.21.1 chore(deps): update dependency eslint-plugin-import to v2.21.2 Jun 10, 2020
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch 2 times, most recently from dd2db48 to a2561a6 Compare June 27, 2020 06:34
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-import to v2.21.2 chore(deps): update dependency eslint-plugin-import to v2.22.0 Jun 27, 2020
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from a2561a6 to a5d3c9d Compare September 28, 2020 01:34
@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 Sep 28, 2020
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from a5d3c9d to 2793919 Compare May 14, 2021 07:28
@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.0 May 14, 2021
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from 2793919 to 6f76c1e Compare May 15, 2021 05:10
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-import to v2.23.0 chore(deps): update dependency eslint-plugin-import to v2.23.1 May 15, 2021
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from 6f76c1e to e1afb21 Compare May 15, 2021 18:07
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-import to v2.23.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 e1afb21 to 63e7da8 Compare May 21, 2021 21:13
@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.3 May 21, 2021
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from 63e7da8 to 7bae973 Compare May 29, 2021 21:49
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-import to v2.23.3 chore(deps): update dependency eslint-plugin-import to v2.23.4 May 29, 2021
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from 7bae973 to 703adf3 Compare August 8, 2021 22:35
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-import to v2.23.4 chore(deps): update dependency eslint-plugin-import to v2.24.0 Aug 8, 2021
@renovate renovate Bot force-pushed the renovate/eslint-plugin-import-2.x branch from 703adf3 to 435ea27 Compare October 19, 2021 02:42
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-import to v2.24.0 chore(deps): update dependency eslint-plugin-import to v2.25.2 Oct 19, 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