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

fix(deps): update dependency eslint-plugin-import to v2.29.0 #9499

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-import 2.27.5 -> 2.29.0 age adoption passing confidence

Release Notes

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

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) November 15, 2023 20:51
@jtoar jtoar added this to the next-release milestone Nov 15, 2023
@jtoar jtoar added the release:chore This PR is a chore (means nothing for users) label Nov 15, 2023
@renovate renovate bot merged commit fca4006 into main Nov 15, 2023
34 of 36 checks passed
@renovate renovate bot deleted the renovate/eslint-plugin-import-2.x branch November 15, 2023 21:17
jtoar pushed a commit that referenced this pull request Nov 17, 2023
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-import](https://togithub.com/import-js/eslint-plugin-import)
| [`2.27.5` ->
`2.29.0`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.27.5/2.29.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-import/2.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-import/2.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-import/2.27.5/2.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-import/2.27.5/2.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>import-js/eslint-plugin-import (eslint-plugin-import)</summary>

###
[`v2.29.0`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2290---2023-10-22)

[Compare
Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0)

##### Added

- TypeScript config: add .cts and .mts extensions
(\[[#&#8203;2851](https://togithub.com/import-js/eslint-plugin-import/issues/2851)],
thanks \[[@&#8203;Zamiell](https://togithub.com/Zamiell)])
- \[`newline-after-import`]: new option `exactCount` and docs update
(\[[#&#8203;1933](https://togithub.com/import-js/eslint-plugin-import/issues/1933)],
thanks \[[@&#8203;anikethsaha](https://togithub.com/anikethsaha)] and
\[[@&#8203;reosarevok](https://togithub.com/reosarevok)])
- \[`newline-after-import`]: fix `exactCount` with `considerComments`
false positive, when there is a leading comment
(\[[#&#8203;2884](https://togithub.com/import-js/eslint-plugin-import/issues/2884)],
thanks \[[@&#8203;kinland](https://togithub.com/kinland)])

###
[`v2.28.1`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2281---2023-08-18)

[Compare
Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1)

##### Fixed

- \[`order`]: revert breaking change to single nested group
(\[[#&#8203;2854](https://togithub.com/import-js/eslint-plugin-import/issues/2854)],
thanks \[[@&#8203;yndajas](https://togithub.com/yndajas)])

##### Changed

- \[Docs] remove duplicate fixable notices in docs
(\[[#&#8203;2850](https://togithub.com/import-js/eslint-plugin-import/issues/2850)],
thanks \[[@&#8203;bmish](https://togithub.com/bmish)])

###
[`v2.28.0`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2280---2023-07-27)

[Compare
Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0)

##### Fixed

- \[`no-duplicates`]: remove duplicate identifiers in duplicate imports
(\[[#&#8203;2577](https://togithub.com/import-js/eslint-plugin-import/issues/2577)],
thanks \[[@&#8203;joe-matsec](https://togithub.com/joe-matsec)])
- \[`consistent-type-specifier-style`]: fix accidental removal of comma
in certain cases
(\[[#&#8203;2754](https://togithub.com/import-js/eslint-plugin-import/issues/2754)],
thanks \[[@&#8203;bradzacher](https://togithub.com/bradzacher)])
- \[Perf] `ExportMap`: Improve `ExportMap.for` performance on larger
codebases
(\[[#&#8203;2756](https://togithub.com/import-js/eslint-plugin-import/issues/2756)],
thanks \[[@&#8203;leipert](https://togithub.com/leipert)])
- \[`no-extraneous-dependencies`]/TypeScript: do not error when
importing inline type from dev dependencies
(\[[#&#8203;1820](https://togithub.com/import-js/eslint-plugin-import/issues/1820)],
thanks \[[@&#8203;andyogo](https://togithub.com/andyogo)])
- \[`newline-after-import`]/TypeScript: do not error when re-exporting a
namespaced import
(\[[#&#8203;2832](https://togithub.com/import-js/eslint-plugin-import/issues/2832)],
thanks \[[@&#8203;laurens-dg](https://togithub.com/laurens-dg)])
- \[`order`]: partial fix for
\[[#&#8203;2687](https://togithub.com/import-js/eslint-plugin-import/issues/2687)]
(thanks \[[@&#8203;ljharb](https://togithub.com/ljharb)])
- \[`no-duplicates`]: Detect across type and regular imports
(\[[#&#8203;2835](https://togithub.com/import-js/eslint-plugin-import/issues/2835)],
thanks \[[@&#8203;benkrejci](https://togithub.com/benkrejci)])
- \[`extensions`]: handle `.` and `..` properly
(\[[#&#8203;2778](https://togithub.com/import-js/eslint-plugin-import/issues/2778)],
thanks \[[@&#8203;benasher44](https://togithub.com/benasher44)])
- \[`no-unused-modules`]: improve schema (thanks
\[[@&#8203;ljharb](https://togithub.com/ljharb)])
- \[`no-unused-modules`]: report error on binding instead of parent
export
(\[[#&#8203;2842](https://togithub.com/import-js/eslint-plugin-import/issues/2842)],
thanks \[[@&#8203;Chamion](https://togithub.com/Chamion)])

##### Changed

- \[Docs] \[`no-duplicates`]: fix example schema
(\[[#&#8203;2684](https://togithub.com/import-js/eslint-plugin-import/issues/2684)],
thanks \[[@&#8203;simmo](https://togithub.com/simmo)])
- \[Docs] \[`group-exports`]: fix syntax highlighting
(\[[#&#8203;2699](https://togithub.com/import-js/eslint-plugin-import/issues/2699)],
thanks \[[@&#8203;devinrhode2](https://togithub.com/devinrhode2)])
- \[Docs] \[`extensions`]: reference node ESM behavior
(\[[#&#8203;2748](https://togithub.com/import-js/eslint-plugin-import/issues/2748)],
thanks \[[@&#8203;xM8WVqaG](https://togithub.com/xM8WVqaG)])
- \[Refactor] \[`exports-last`]: use `array.prototype.findlastindex`
(thanks \[[@&#8203;ljharb](https://togithub.com/ljharb)])
- \[Refactor] \[`no-anonymous-default-export`]: use `object.fromentries`
(thanks \[[@&#8203;ljharb](https://togithub.com/ljharb)])
- \[Refactor] \[`no-unused-modules`]: use `array.prototype.flatmap`
(thanks \[[@&#8203;ljharb](https://togithub.com/ljharb)])

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@Tobbe Tobbe modified the milestones: next-release, v6.5.0 Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants