[PR #784] [MERGED] Update dependency eslint-plugin-import to v2.19.1 #830

Closed
opened 2025-11-06 12:07:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/784
Author: @renovate[bot]
Created: 12/9/2019
Status: Merged
Merged: 12/11/2019
Merged by: @veggiemonk

Base: masterHead: renovate/eslint-plugin-import-2.x


📝 Commits (1)

  • ac763f3 Update dependency eslint-plugin-import to v2.19.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

This PR contains the following updates:

Package Type Update Change
eslint-plugin-import devDependencies minor 2.18.2 -> 2.19.1

Release Notes

benmosher/eslint-plugin-import

v2.19.1

Compare Source

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

v2.19.0

Compare Source

Added
  • [internal-regex setting]: regex pattern for marking packages "internal" ([#​1491], thanks [@​Librazy])
  • [group-exports]: make aggregate module exports valid ([#​1472], thanks [@​atikenny])
  • [no-namespace]: Make rule fixable ([#​1401], thanks [@​TrevorBurnham])
  • support parseForESLint from custom parser ([#​1435], thanks [@​JounQin])
  • [no-extraneous-dependencies]: Implement support for bundledDependencies ([#​1436], thanks [@​schmidsi]))
  • [no-unused-modules]: add flow type support ([#​1542], thanks [@​rfermann])
  • [order]: Adds support for pathGroups to allow ordering by defined patterns ([#​795], [#​1386], thanks [@​Mairu])
  • [no-duplicates]: Add considerQueryString option : allow duplicate imports with different query strings ([#​1107], thanks [@​pcorpet]).
  • [order]: Add support for alphabetical sorting of import paths within import groups ([#​1360], [#​1105], [#​629], thanks [@​duncanbeevers], [@​stropho], [@​luczsoma], [@​randallreedjr])
  • [no-commonjs]: add allowConditionalRequire option ([#​1439], thanks [@​Pessimistress])
Fixed
  • [default]: make error message less confusing ([#​1470], thanks [@​golopot])
  • Improve performance of ExportMap.for by only loading paths when necessary. ([#​1519], thanks [@​brendo])
  • Support export of a merged TypeScript namespace declaration ([#​1495], thanks [@​benmunro])
  • [order]: fix autofix to not move imports across fn calls ([#​1253], thanks [@​tihonove])
  • [prefer-default-export]: fix false positive with type export ([#​1506], thanks [@​golopot])
  • [extensions]: Fix ignorePackages to produce errors ([#​1521], thanks [@​saschanaz])
  • [no-unused-modules]: fix crash due to export * ([#​1496], thanks [@​Taranys])
  • [no-cycle]: should not warn for Flow imports ([#​1494], thanks [@​maxmalov])
  • [order]: fix @someModule considered as unknown instead of internal ([#​1493], thanks [@​aamulumi])
  • [no-extraneous-dependencies]: Check export from ([#​1049], thanks [@​marcusdarmstrong])
Docs
  • [no-useless-path-segments]: add docs for option commonjs ([#​1507], thanks [@​golopot])
Changed
  • [no-unused-modules]/eslint-module-utils: Avoid superfluous calls and code ([#​1551], thanks [@​brettz9])

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/veggiemonk/awesome-docker/pull/784 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 12/9/2019 **Status:** ✅ Merged **Merged:** 12/11/2019 **Merged by:** [@veggiemonk](https://github.com/veggiemonk) **Base:** `master` ← **Head:** `renovate/eslint-plugin-import-2.x` --- ### 📝 Commits (1) - [`ac763f3`](https://github.com/veggiemonk/awesome-docker/commit/ac763f36f1345038137e67d148731f0962d52395) Update dependency eslint-plugin-import to v2.19.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-import](https://togithub.com/benmosher/eslint-plugin-import) | devDependencies | minor | [`2.18.2` -> `2.19.1`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.18.2/2.19.1) | --- ### Release Notes <details> <summary>benmosher/eslint-plugin-import</summary> ### [`v2.19.1`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#&#8203;2191---2019-12-08) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.19.0...v2.19.1) ##### Fixed - [`no-extraneous-dependencies`]&#x3A; ensure `node.source` exists ### [`v2.19.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#&#8203;2190---2019-12-08) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.18.2...v2.19.0) ##### Added - [`internal-regex` setting]&#x3A; regex pattern for marking packages "internal" ([#&#8203;1491], thanks [@&#8203;Librazy]) - [`group-exports`]&#x3A; make aggregate module exports valid ([#&#8203;1472], thanks [@&#8203;atikenny]) - [`no-namespace`]&#x3A; Make rule fixable ([#&#8203;1401], thanks [@&#8203;TrevorBurnham]) - support `parseForESLint` from custom parser ([#&#8203;1435], thanks [@&#8203;JounQin]) - [`no-extraneous-dependencies`]&#x3A; Implement support for [bundledDependencies](https://npm.github.io/using-pkgs-docs/package-json/types/bundleddependencies.html) ([#&#8203;1436], thanks [@&#8203;schmidsi])) - [`no-unused-modules`]&#x3A; add flow type support ([#&#8203;1542], thanks [@&#8203;rfermann]) - [`order`]&#x3A; Adds support for pathGroups to allow ordering by defined patterns ([#&#8203;795], [#&#8203;1386], thanks [@&#8203;Mairu]) - [`no-duplicates`]&#x3A; Add `considerQueryString` option : allow duplicate imports with different query strings ([#&#8203;1107], thanks [@&#8203;pcorpet]). - [`order`]&#x3A; Add support for alphabetical sorting of import paths within import groups ([#&#8203;1360], [#&#8203;1105], [#&#8203;629], thanks [@&#8203;duncanbeevers], [@&#8203;stropho], [@&#8203;luczsoma], [@&#8203;randallreedjr]) - [`no-commonjs`]&#x3A; add `allowConditionalRequire` option ([#&#8203;1439], thanks [@&#8203;Pessimistress]) ##### Fixed - [`default`]&#x3A; make error message less confusing ([#&#8203;1470], thanks [@&#8203;golopot]) - Improve performance of `ExportMap.for` by only loading paths when necessary. ([#&#8203;1519], thanks [@&#8203;brendo]) - Support export of a merged TypeScript namespace declaration ([#&#8203;1495], thanks [@&#8203;benmunro]) - [`order`]&#x3A; fix autofix to not move imports across fn calls ([#&#8203;1253], thanks [@&#8203;tihonove]) - [`prefer-default-export`]&#x3A; fix false positive with type export ([#&#8203;1506], thanks [@&#8203;golopot]) - [`extensions`]&#x3A; Fix `ignorePackages` to produce errors ([#&#8203;1521], thanks [@&#8203;saschanaz]) - [`no-unused-modules`]&#x3A; fix crash due to `export *` ([#&#8203;1496], thanks [@&#8203;Taranys]) - [`no-cycle`]&#x3A; should not warn for Flow imports ([#&#8203;1494], thanks [@&#8203;maxmalov]) - [`order`]&#x3A; fix `@someModule` considered as `unknown` instead of `internal` ([#&#8203;1493], thanks [@&#8203;aamulumi]) - [`no-extraneous-dependencies`]&#x3A; Check `export from` ([#&#8203;1049], thanks [@&#8203;marcusdarmstrong]) ##### Docs - [`no-useless-path-segments`]&#x3A; add docs for option `commonjs` ([#&#8203;1507], thanks [@&#8203;golopot]) ##### Changed - [`no-unused-modules`]/`eslint-module-utils`: Avoid superfluous calls and code ([#&#8203;1551], thanks [@&#8203;brettz9]) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Newsflash: Renovate has joined WhiteSource, and is now free for all use. [Learn more](https://renovate.whitesourcesoftware.com/blog/renovate-is-now-part-of-whitesource/) or view updated [terms](https://renovate.whitesourcesoftware.com/terms-of-service/) and [privacy](https://renovate.whitesourcesoftware.com/privacy-policy/) policies. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 12:07:50 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-docker#830