Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 31, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 7.26.0 -> 7.32.0 age adoption passing confidence
eslint-config-prettier 4.1.0 -> 4.3.0 age adoption passing confidence
eslint-plugin-import 2.23.2 -> 2.32.0 age adoption passing confidence
eslint-plugin-prettier 3.0.1 -> 3.4.1 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v7.32.0

Compare Source

v7.31.0

Compare Source

v7.30.0

Compare Source

v7.29.0

Compare Source

v7.28.0

Compare Source

v7.27.0

Compare Source

  • 2c0868c Chore: merge all html formatter files into html.js (#​14612) (Milos Djermanovic)
  • 9e9b5e0 Update: no-unused-vars false negative with comma operator (fixes #​14325) (#​14354) (Nitin Kumar)
  • afe9569 Chore: use includes instead of indexOf (#​14607) (Mikhail Bodrov)
  • c0f418e Chore: Remove lodash (#​14287) (Stephen Wade)
  • 52655dd Update: no-restricted-imports custom message for patterns (fixes #​11843) (#​14580) (Alex Holden)
  • 967b1c4 Chore: Fix typo in large.js (#​14589) (Ikko Ashimine)
  • 2466a05 Sponsors: Sync README with website (ESLint Jenkins)
  • fe29f18 Sponsors: Sync README with website (ESLint Jenkins)
  • 086c1d6 Chore: add more test cases for no-sequences (#​14579) (Nitin Kumar)
  • 6a2ced8 Docs: Update README team and sponsors (ESLint Jenkins)
prettier/eslint-config-prettier (eslint-config-prettier)

v4.3.0

Compare Source

v4.2.0

Compare Source

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

v2.32.0

Compare Source

Added
Fixed
Changed

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 ([#​2735], 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
  • [Tests] [no-nodejs-modules]: add tests for node protocol URL ([#​2367], thanks [@​sosukesuzuki])
  • [Tests] [default], [no-anonymous-default-export], [no-mutable-exports], [no-named-as-default-member], [no-named-as-default]: add tests for arbitrary module namespace names ([#​2358], thanks [@​sosukesuzuki])
  • [Docs] [no-unresolved]: Fix RegExp escaping in readme ([#​2332], thanks [@​stephtr])
  • [Refactor] [namespace]: try to improv

Configuration

📅 Schedule: Branch creation - "on the first day of the month" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from shavo007 as a code owner December 31, 2024 17:00
@renovate renovate bot force-pushed the renovate/eslint branch from ed6ed9a to 9e63f3f Compare January 23, 2025 18:09
@renovate renovate bot force-pushed the renovate/eslint branch from 9e63f3f to a1f9daf Compare February 1, 2025 20:40
@renovate renovate bot force-pushed the renovate/eslint branch from a1f9daf to a89bdd1 Compare February 9, 2025 17:31
@renovate renovate bot force-pushed the renovate/eslint branch from a89bdd1 to 1bd9e2d Compare March 3, 2025 17:22
@renovate renovate bot force-pushed the renovate/eslint branch 3 times, most recently from 2981872 to 2b2eda8 Compare March 17, 2025 17:51
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 262f8fa to e66745e Compare April 8, 2025 11:23
@renovate renovate bot force-pushed the renovate/eslint branch from e66745e to 6652ff1 Compare April 24, 2025 09:56
@renovate renovate bot force-pushed the renovate/eslint branch from 6652ff1 to 9615ef0 Compare May 19, 2025 16:57
@renovate renovate bot force-pushed the renovate/eslint branch from 9615ef0 to 633522c Compare May 28, 2025 08:21
@renovate renovate bot force-pushed the renovate/eslint branch from 633522c to aa3985c Compare June 4, 2025 12:28
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 582652e to 88cbb67 Compare June 22, 2025 13:42
@renovate renovate bot force-pushed the renovate/eslint branch from 88cbb67 to 2049d67 Compare July 2, 2025 14:53
@renovate renovate bot force-pushed the renovate/eslint branch from 2049d67 to 1a6441b Compare August 31, 2025 11:32
@renovate renovate bot force-pushed the renovate/eslint branch from 48f4256 to 85008a9 Compare October 23, 2025 06:54
@renovate renovate bot force-pushed the renovate/eslint branch from 85008a9 to 5516649 Compare November 10, 2025 23:34
@renovate renovate bot force-pushed the renovate/eslint branch from 5516649 to f7b0d57 Compare November 19, 2025 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant