Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
bump(deps): update dependency eslint-plugin-import to ^2.29.1 (#311)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](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.28.1` ->
`^2.29.1`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.28.1/2.29.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-import/2.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-import/2.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-import/2.28.1/2.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-import/2.28.1/2.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v2.29.1`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2291---2023-12-14)

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

##### Fixed

- \[`no-extraneous-dependencies`]: ignore `export type { ... } from
'...'` when `includeTypes` is `false`
(\[[#&#8203;2919](https://togithub.com/import-js/eslint-plugin-import/issues/2919)],
thanks \[[@&#8203;Pandemic1617](https://togithub.com/Pandemic1617)])
- \[`no-unused-modules`]: support export patterns with array
destructuring
(\[[#&#8203;2930](https://togithub.com/import-js/eslint-plugin-import/issues/2930)],
thanks \[[@&#8203;ljharb](https://togithub.com/ljharb)])
- \[Deps] update `tsconfig-paths`
(\[[#&#8203;2447](https://togithub.com/import-js/eslint-plugin-import/issues/2447)],
thanks \[[@&#8203;domdomegg](https://togithub.com/domdomegg)])

###
[`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)])

</details>

---

### Configuration

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

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

♻ **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/levaintech/sticky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent 7ec87dd commit 5d0c849
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 50 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-anti-trojan-source": "^1.1.1",
"eslint-plugin-check-file": "^2.6.2",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0"
Expand Down
110 changes: 61 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d0c849

Please sign in to comment.