-
Notifications
You must be signed in to change notification settings - Fork 7
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-x to v4 #767
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-eslint-and-prettier
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
4 times, most recently
from
April 13, 2024 16:50
1dc4781
to
8c2a259
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
3 times, most recently
from
April 22, 2024 20:21
28d0fac
to
d118236
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
2 times, most recently
from
April 26, 2024 21:08
c3021b2
to
8dede70
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
from
May 3, 2024 22:17
8dede70
to
9cf9f9a
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
from
May 17, 2024 23:47
9cf9f9a
to
a6737e5
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
2 times, most recently
from
May 31, 2024 22:29
f27c693
to
d49c92c
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
from
June 5, 2024 14:32
d49c92c
to
2b8bbd7
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
7 times, most recently
from
June 19, 2024 16:03
23f2b6b
to
b2c72bc
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
4 times, most recently
from
June 28, 2024 20:09
2ecd8a1
to
5a60d60
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
2 times, most recently
from
September 10, 2024 12:11
78e2fe1
to
4c07e1e
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
5 times, most recently
from
September 20, 2024 17:36
66d33b6
to
24f81a3
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
2 times, most recently
from
September 24, 2024 12:50
539cf5f
to
eb915b5
Compare
renovate
bot
changed the title
chore(deps): update dependency eslint to v9
fix(deps): update dependency eslint-plugin-import-x to v4
Sep 24, 2024
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
10 times, most recently
from
September 29, 2024 18:34
6dec9f1
to
0a2b1b2
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
2 times, most recently
from
October 9, 2024 15:05
bb28830
to
7e291e0
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
3 times, most recently
from
October 26, 2024 16:19
b434d2f
to
9620718
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
2 times, most recently
from
October 30, 2024 20:03
256e4f4
to
87c6534
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
from
November 12, 2024 12:01
87c6534
to
2483312
Compare
renovate
bot
force-pushed
the
renovate/major-eslint-and-prettier
branch
from
November 20, 2024 17:36
2483312
to
ff522cb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.1.0
->^4.4.3
Release Notes
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.4.3
Compare Source
Patch Changes
a428f82
Thanks @SukkaW! - AttachecmaVersion
andsourceType
toparserOptions
during parsev4.4.2
Compare Source
Patch Changes
cc4ee65
Thanks @SukkaW! - Fix #144, read propersourceType
for both eslint flat config and legacy eslintrc config.v4.4.0
Compare Source
Minor Changes
9c58269
Thanks @teidesu! - Add new rule optioncheckTypedImports
forextensions
, backports https://github.com/import-js/eslint-plugin-import/pull/2817Patch Changes
#171
9715220
Thanks @SukkaW! - Perf: avoid regexp during parser choosing#171
9715220
Thanks @SukkaW! - Add extra guard for ruleno-named-as-default
. A few guards are borrowed from https://github.com/import-js/eslint-plugin-import/pull/3032, but we don't sync the rest of changes from upstream since we have already implemented a way more performant check.#171
9715220
Thanks @SukkaW! - More test cases forno-named-export
andno-defualt-export
rule specifically with non-modulesourceType
#171
9715220
Thanks @SukkaW! - Fixexport
when there is only oneTSDeclareFunction
(https://github.com/import-js/eslint-plugin-import/pull/3065)#171
9715220
Thanks @SukkaW! - PreventExportMap
's cache is being tainted by incompatible parser (e.g. oldbabel-eslint
). The cache is now skipped w/ incompatible parsers, which might introduce performance impacts only for those who are using incompatible parsers. (https://github.com/import-js/eslint-plugin-import/pull/3062)#171
9715220
Thanks @SukkaW! - Docs: fix a few typos here and there#168
5de039c
Thanks @hyoban! - Fixes https://github.com/un-ts/eslint-plugin-import-x/issues/167, theno-duplicates
rule now allows co-existing inline type imports and namespace imports.#171
9715220
Thanks @SukkaW! - Properly fix espree parser w/ ESLint Flat Configv4.3.1
Compare Source
Patch Changes
38d0081
Thanks @AaronMoat! - Fix issue whereno-duplicates
rule withprefer-inline
incorrectly marks default type and named type imports as duplicatesv4.3.0
Compare Source
Minor Changes
4da5388
Thanks @GoodbyeNJN! - feat: add support for using resolver object directly in settingsv4.2.1
Compare Source
Patch Changes
#148
d228129
Thanks @SukkaW! - Fixnewline-after-import
'sconsiderComments
options when lintingrequire
, backports https://github.com/import-js/eslint-plugin-import/pull/2952#147
eca73ed
Thanks @nchevsky! - Fix regression in ruleno-unused-modules
which would incorrectly initialize optionsrc
to[]
instead of[process.cwd()]
, breaking file discovery.#148
d228129
Thanks @SukkaW! - Fixno-duplicates
for TypeScript, backports https://github.com/import-js/eslint-plugin-import/pull/3033v4.2.0
Compare Source
Minor Changes
f12447e
Thanks @Zamiell! - Add new option "whitelist" for rule "no-extraneous-dependencies"Patch Changes
e5e4580
Thanks @SukkaW! - Fix https://github.com/nuxt/eslint/issues/494 by avoid importing from@typescript-eslint/typescript-estree
.v4.1.1
Compare Source
Patch Changes
757ffa9
Thanks @SukkaW! - Fix #123 where the ruleno-named-as-default
will confuse TypeScript namespace exports with actual exports.v4.1.0
Compare Source
Minor Changes
#122
cd52e86
Thanks @michaelfaith! - Add ESLint flat configuration presets. You can access them with:#132
9948c78
Thanks @SukkaW! - Addedno-rename-default
that forbid importing a default export by a different name. Originally created by @whitneyit, ported by @SukkaWv4.0.0
Compare Source
Major Changes
4ba14da
Thanks @SukkaW! - Use typescript-eslint v8. The minimum supported ESLint version is now >= 8.57.0 and the minimum required Node.js version is now 18.18.0.Configuration
📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.