[PR #812] [MERGED] Update dependency eslint-plugin-import to v2.20.1 #854

Closed
opened 2025-11-06 12:08:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/812
Author: @renovate[bot]
Created: 2/2/2020
Status: Merged
Merged: 2/2/2020
Merged by: @veggiemonk

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


📝 Commits (1)

  • a77c4e7 Update dependency eslint-plugin-import to v2.20.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 patch 2.20.0 -> 2.20.1

Release Notes

benmosher/eslint-plugin-import

v2.20.1

Compare Source

Fixed
  • [export]: Handle function overloading in *.d.ts ([#​1619], thanks [@​IvanGoncharov])
  • [no-absolute-path]: fix a crash with invalid import syntax ([#​1616], thanks [@​ljharb])
  • [import/external-module-folders setting] now correctly works with directories containing modules symlinked from node_modules ([#​1605], thanks [@​skozin])
  • [extensions]: for invalid code where name does not exist, do not crash ([#​1613], thanks [@​ljharb])
  • [extentions]: Fix scope regex ([#​1611], thanks [@​yordis])
  • [no-duplicates]: allow duplicate imports if one is a namespace and the other not ([#​1612], thanks [@​sveyret])
  • Add some missing rule meta schemas and types ([#​1620], thanks [@​bmish])
  • [named]: for importing from a module which re-exports named exports from a node_modules module ([#​1569], [#​1447], thanks [@​redbugz], [@​kentcdodds])
  • [order]: Fix alphabetize for mixed requires and imports ([#​5625], thanks [@​wschurman])
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])

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 tick the rebase/retry checkbox below.

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


🔄 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/812 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 2/2/2020 **Status:** ✅ Merged **Merged:** 2/2/2020 **Merged by:** [@veggiemonk](https://github.com/veggiemonk) **Base:** `master` ← **Head:** `renovate/eslint-plugin-import-2.x` --- ### 📝 Commits (1) - [`a77c4e7`](https://github.com/veggiemonk/awesome-docker/commit/a77c4e74b7a71dcfb1d5ea0c5e463517dc0d040a) Update dependency eslint-plugin-import to v2.20.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 | patch | [`2.20.0` -> `2.20.1`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.20.0/2.20.1) | --- ### Release Notes <details> <summary>benmosher/eslint-plugin-import</summary> ### [`v2.20.1`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#&#8203;2201---2020-02-01) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.20.0...v2.20.1) ##### Fixed - [`export`]&#x3A; Handle function overloading in `*.d.ts` ([#&#8203;1619], thanks [@&#8203;IvanGoncharov]) - [`no-absolute-path`]&#x3A; fix a crash with invalid import syntax ([#&#8203;1616], thanks [@&#8203;ljharb]) - [`import/external-module-folders` setting] now correctly works with directories containing modules symlinked from `node_modules` ([#&#8203;1605], thanks [@&#8203;skozin]) - [`extensions`]&#x3A; for invalid code where `name` does not exist, do not crash ([#&#8203;1613], thanks [@&#8203;ljharb]) - [`extentions`]&#x3A; Fix scope regex ([#&#8203;1611], thanks [@&#8203;yordis]) - [`no-duplicates`]&#x3A; allow duplicate imports if one is a namespace and the other not ([#&#8203;1612], thanks [@&#8203;sveyret]) - Add some missing rule meta schemas and types ([#&#8203;1620], thanks [@&#8203;bmish]) - [`named`]&#x3A; for importing from a module which re-exports named exports from a `node_modules` module ([#&#8203;1569], [#&#8203;1447], thanks [@&#8203;redbugz], [@&#8203;kentcdodds]) - [`order`]&#x3A; Fix alphabetize for mixed requires and imports ([#&#8203;5625], thanks [@&#8203;wschurman]) ##### Changed - [`import/external-module-folders` setting] behavior is more strict now: it will only match complete path segments ([#&#8203;1605], thanks [@&#8203;skozin]) - [meta] fix "files" field to include/exclude the proper files ([#&#8203;1635], thanks [@&#8203;ljharb]) </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 tick the rebase/retry checkbox below. :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 --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#veggiemonk/awesome-docker). --- <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:08:23 -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#854