chore(deps): update dependency eslint-plugin-import-x to v3 - autoclosed #466
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:
^0.5.0
->^3.1.0
Release Notes
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v3.1.0
Compare Source
Minor Changes
38aa4cb
Thanks @silverwind! - AddignoreUnusedTypeExports
option tono-unused-modules
Patch Changes
#118
0307ff2
Thanks @SukkaW! - Reverts #111. The introduction of SCC causes extra overhead that overcomes the early return it introduced.A new
no-cycle-next
rule is being implemented using the graph. It won't be backward compatible with the current ruleno-cycle
. The currentno-cycle
rule will becomeno-cycle-legacy
in the next major version.v3.0.1
Compare Source
Patch Changes
#109
fe3121a
Thanks @SukkaW! - Makeeslint-plugin-import-x
overall faster by refactoring theExportMap
util#111
5cce946
Thanks @SukkaW! - Drastically improveno-cycle
's performance by skipping unnecessary BFSes using Tarjan's SCC.#109
fe3121a
Thanks @SukkaW! - Makeno-cycle
rule fasterv3.0.0
Compare Source
Major Changes
#106
19f10aa
Thanks @SukkaW! -eslint-plugin-import-x
is a fork ofeslint-plugin-import
that aims to provide a more performant and more lightweight version of the original plugin.Due to the nature of the fork, all
eslint-plugin-import
's git tags and releases have been copied over toeslint-plugin-import-x
. This causes version conflicts when publishing new versions ofeslint-plugin-import-x
.To prevent this, we have decided to publish a new major version of
eslint-plugin-import-x
that will not conflict with the originaleslint-plugin-import
's versions.See also https://github.com/un-ts/eslint-plugin-import-x/issues/76
Patch Changes
2d45869
Thanks @SukkaW! - Makeno-duplicates
way fasterv0.5.3
Compare Source
Patch Changes
#101
c0cea7b
Thanks @SukkaW! - Allow incorrect file path in extraneous deps check#100
293fcf4
Thanks @SukkaW! - feat: webpack comment regex supportwebpackFetchPriority
#85
ded3e80
Thanks @kosmotema! - add languageOptions to ChildContext#100
293fcf4
Thanks @SukkaW! - Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager modev0.5.2
Compare Source
Patch Changes
64bf1a6
Thanks @SukkaW! - fix: enable isolation parsing w/ typescript-eslint v8v0.5.1
Compare Source
Patch Changes
e29ba7f
Thanks @unzico! - fix: cannot find module 'tslib'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.
This PR was generated by Mend Renovate. View the repository job log.