Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Updates eslint-plugin-import to v2.31.0 #437

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2022

This PR contains the following updates:

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

Release Notes

import-js/eslint-plugin-import (eslint-plugin-import)

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added

v2.28.1

Compare Source

Fixed
Changed

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​1820], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])

v2.27.5

Compare Source

Fixed

v2.27.4

Compare Source

Fixed
  • semver should be a prod dep ([#​2668])

v2.27.3

Compare Source

Fixed
  • [no-empty-named-blocks]: rewrite rule to only check import declarations ([#​2666])

v2.27.2

Compare Source

Fixed
  • [no-duplicates]: do not unconditionally require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed
Changed

v2.26.0

Compare Source

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

v2.25.4

Compare Source

Fixed
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

Compare Source

Fixed
Changed

v2.25.2

Compare Source

Fixed

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

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@changelogg
Copy link

changelogg bot commented May 16, 2022

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@viezly
Copy link

viezly bot commented May 16, 2022

Pull request by bot. No need to analyze

@renovate
Copy link
Contributor Author

renovate bot commented May 16, 2022

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@github-actions
Copy link

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

@github-actions
Copy link

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

@github-actions
Copy link

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.

@github-actions
Copy link

github-actions bot commented May 16, 2022

Mega-Linter status: ✅ SUCCESS

See errors details in artifact Mega-Linter reports on GitHub Action page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 5c5f4a9 to 43661b6 Compare September 25, 2022 16:05
@renovate renovate bot changed the title ⬆️ Updates eslint-plugin-import to v2.26.0 ⬆️ Updates eslint-plugin-import to v2.27.5 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 43661b6 to 06e7e2a Compare March 16, 2023 17:53
@renovate renovate bot changed the title ⬆️ Updates eslint-plugin-import to v2.27.5 ⬆️ Updates eslint-plugin-import to v2.28.0 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 06e7e2a to 43bf642 Compare July 28, 2023 07:05
@socket-security
Copy link

socket-security bot commented Jul 28, 2023

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] filesystem Transitive: environment, shell, unsafe +50 12.4 MB pavelfeldman
npm/[email protected] None 0 134 MB streamich
npm/[email protected] None 0 11.1 kB bokub
npm/[email protected] None 0 26.7 kB typicode
npm/[email protected] Transitive: filesystem, unsafe +1 10.7 kB sindresorhus
npm/[email protected] Transitive: network +1 165 kB developit
npm/[email protected] Transitive: environment +25 8.97 MB simenb
npm/[email protected] None 0 4.34 kB simenb
npm/[email protected] filesystem 0 63.1 kB zaach
npm/[email protected] environment, filesystem Transitive: shell +48 6.91 MB evocateur
npm/[email protected] filesystem Transitive: environment +3 262 kB davglass
npm/[email protected] environment, filesystem Transitive: shell +23 1.39 MB okonet
npm/[email protected] None 0 1.41 MB bnjmnt4n
npm/[email protected] environment Transitive: filesystem, network, shell +3 343 kB tcort
npm/[email protected] shell 0 6.21 kB domenic
npm/[email protected] Transitive: environment +3 93.3 kB sindresorhus
npm/[email protected] filesystem 0 5.41 kB sindresorhus
npm/[email protected] environment, eval, filesystem, unsafe 0 19.9 MB thorn0
npm/[email protected] filesystem Transitive: environment, shell +14 284 kB azz
npm/[email protected] None 0 25.2 kB davidmerfield
npm/[email protected] None 0 9.35 kB wooorm
npm/[email protected] None 0 9.47 kB wooorm
npm/[email protected] None 0 11.1 kB wooorm
npm/[email protected] Transitive: environment, filesystem, shell +36 628 kB davidtheclark
npm/[email protected] None 0 7.61 kB wooorm
npm/[email protected] filesystem, shell +1 55.9 kB wooorm
npm/[email protected] environment, network Transitive: filesystem, shell, unsafe +38 1.92 MB semantic-release-bot
npm/[email protected] environment, filesystem +6 608 kB kul
npm/[email protected] environment, filesystem, unsafe +2 2.76 MB cspotcode
npm/[email protected] Transitive: environment, filesystem, shell, unsafe +68 13 MB agilgur5
npm/[email protected] filesystem, unsafe +5 3.73 MB typedoc-bot
npm/[email protected] None 0 60.7 MB typescript-bot
npm/[email protected] environment 0 448 kB eemeli

🚮 Removed packages: npm/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot changed the title ⬆️ Updates eslint-plugin-import to v2.28.0 ⬆️ Updates eslint-plugin-import to v2.28.1 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 43bf642 to aee003a Compare August 18, 2023 21:05
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from aee003a to d0bfb6f Compare October 4, 2023 09:42
@renovate renovate bot changed the title ⬆️ Updates eslint-plugin-import to v2.28.1 ⬆️ Updates eslint-plugin-import to v2.29.0 Oct 23, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from d0bfb6f to 2e9aaeb Compare October 23, 2023 08:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 2e9aaeb to bf815cd Compare December 14, 2023 20:39
@renovate renovate bot changed the title ⬆️ Updates eslint-plugin-import to v2.29.0 ⬆️ Updates eslint-plugin-import to v2.29.1 Dec 14, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from bf815cd to b8a9509 Compare September 3, 2024 07:13
@renovate renovate bot changed the title ⬆️ Updates eslint-plugin-import to v2.29.1 ⬆️ Updates eslint-plugin-import to v2.30.0 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from b8a9509 to 048a7fe Compare October 3, 2024 12:16
@renovate renovate bot changed the title ⬆️ Updates eslint-plugin-import to v2.30.0 ⬆️ Updates eslint-plugin-import to v2.31.0 Oct 3, 2024
@renovate renovate bot changed the title ⬆️ Updates eslint-plugin-import to v2.31.0 ⬆️ Updates eslint-plugin-import to v2.31.0 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/eslint-plugin-import-2.x branch December 8, 2024 18:50
@renovate renovate bot changed the title ⬆️ Updates eslint-plugin-import to v2.31.0 - autoclosed ⬆️ Updates eslint-plugin-import to v2.31.0 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from ed50502 to 048a7fe Compare December 8, 2024 21:41
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/eslint-plugin-import-2.x branch from 048a7fe to 22949d4 Compare January 8, 2025 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants