-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency eslint-import-resolver-typescript to ^4.3.4 #398
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/eslint-import-resolver-typescript-4.x
base: main
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 hidden or 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
e6363dd
to
7d2d097
Compare
7d2d097
to
336750f
Compare
336750f
to
c1f626c
Compare
c1f626c
to
b431131
Compare
22d2ae6
to
d9db43f
Compare
f77b4fd
to
e9e413d
Compare
e9e413d
to
7253ae0
Compare
7253ae0
to
e1dd30b
Compare
e1dd30b
to
b45e150
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:
^4.0.0
->^4.3.4
Release Notes
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v4.3.4
Compare Source
Patch Changes
#442
57611d9
Thanks @JounQin! - fix: add more extension aliases for ts source/declaration files#444
bd45fcd
Thanks @JounQin! - fix(deps): bumpunrs-resolver
which resolves #406, #409, #437v4.3.3
Compare Source
Patch Changes
834b11e
Thanks @JounQin! - chore: bumpunrs-resolver
to v1.6.0v4.3.2
Compare Source
Patch Changes
dabba8e
Thanks @JounQin! - chore: bumpunrs-resolver
to v1.4.1v4.3.1
Compare Source
Patch Changes
2ced0ba
Thanks @JounQin! - chore: bumpunrs-resolver
to v1.3.3v4.3.0
Compare Source
Minor Changes
2fcb947
Thanks @JounQin! - feat: throw error on malformedtsconfig
referencev4.2.7
Compare Source
Patch Changes
aeb558f
Thanks @JounQin! - fix: add missingindex.d.cts
filev4.2.6
Compare Source
Patch Changes
c3f678b
Thanks @JounQin! - fix:require
entry types, addmodule-sync
entryv4.2.5
Compare Source
Patch Changes
ec59d22
Thanks @JounQin! - fix: absolute path aliasing should not be skippedv4.2.4
Compare Source
Patch Changes
#407
6b183ff
Thanks @JounQin! - chore: migrate to rebrandingunrs-resolver
with new targets supported:i686-pc-windows-msvc
armv7-unknown-linux-musleabihf
powerpc64le-unknown-linux-gnu
s390x-unknown-linux-gnu
v4.2.3
Compare Source
Patch Changes
#402
f21bf15
Thanks @SunsetTechuila! - fix: don't resolve not implemented node modules inbun
is-bun-module
is marked asdependency
, again, for correctness, seeisBunImplementedNodeModule
for more detailsFor
Bun
users: you don't need to installis-bun-module
any more butbun: true
option is still required if you're running withoutbun --bun
norrun#bun
enabledv4.2.2
Compare Source
Patch Changes
#397
14a7688
Thanks @JounQin! - chore: bumprspack-resolver
for better P'n'P supportNow
rspack-resolver
resolvespnpapi
natively.v4.2.1
Compare Source
Patch Changes
#394
9f11f6b
Thanks @JounQin! - fix: don't set emptyconfigFile
when notsconfig
found#394
9f11f6b
Thanks @JounQin! - chore: bumprspack-resolver
to v1.2.0v4.2.0
Compare Source
Minor Changes
#391
c8121e5
Thanks @JounQin! - feat: makeis-bun-module
as optional peer dependencyTechnically this is a BREAKING CHANGE, but considering we just raise out v4 recently and this only affects
bun
users,bun --bun eslint
even works without this dependency, so I'd consider this as a minor change.So for
bun
users, there are three options:is-bun-module
dependency manually and usebun: true
optioneslint
withbun --bun eslint
w/obun: true
optionrun#bun
inbunfig.toml
w/obun: true
optionv4.1.1
Compare Source
Patch Changes
1b97d8a
Thanks @JounQin! - fix: should prefermodule.isBuiltin
whenprocess.versions.bun
availablev4.1.0
Compare Source
Minor Changes
#387
ef5cd10
Thanks @JounQin! - feat: add a newbun?: boolean
option forbun
users - close #386process.versions.bun
is unavailable even withbun eslint
due to its own design,but checking
bun
modules for non-bun users is incorrect behavior and just wasting time,so a new option is added for such case, you can still run with
bun --bun eslint
without this option enabledConfiguration
📅 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.