-
Notifications
You must be signed in to change notification settings - Fork 19
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
build(deps): update dependency eslint-import-resolver-typescript to v3 #115
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/eslint-import-resolver-typescript-3.x
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
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
7 times, most recently
from
July 4, 2022 05:31
3f6a260
to
324930f
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
3 times, most recently
from
July 8, 2022 17:43
2494b54
to
195a68b
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
3 times, most recently
from
July 19, 2022 17:22
aab6577
to
ce47ba3
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
August 1, 2022 19:27
ce47ba3
to
febc4d6
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
2 times, most recently
from
August 18, 2022 01:00
7f2eaf9
to
f54fb3c
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
August 22, 2022 16:06
f54fb3c
to
a6c43dd
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
September 7, 2022 15:10
a6c43dd
to
73e499c
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
October 20, 2022 15:38
73e499c
to
5b018ae
Compare
renovate
bot
changed the title
build(deps): update dependency eslint-import-resolver-typescript to v3
Update dependency eslint-import-resolver-typescript to v3
Dec 17, 2022
renovate
bot
changed the title
Update dependency eslint-import-resolver-typescript to v3
build(deps): update dependency eslint-import-resolver-typescript to v3
Dec 17, 2022
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
5 times, most recently
from
January 17, 2023 02:44
d29646b
to
5a2c66a
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
March 29, 2023 19:36
5a2c66a
to
4301fb9
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
April 5, 2023 20:19
4301fb9
to
4bc8c0e
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
August 9, 2023 15:55
4bc8c0e
to
039a153
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
August 28, 2023 00:36
039a153
to
0c75410
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
September 22, 2023 10:53
0c75410
to
b28cbf1
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
October 24, 2023 14:48
b28cbf1
to
e5a741f
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
January 25, 2024 10:58
e5a741f
to
8a1b334
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
July 26, 2024 07:20
8a1b334
to
ea4e7d7
Compare
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-typescript-3.x
branch
from
August 26, 2024 12:46
ea4e7d7
to
9ee84ce
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
^2.7.1
->^3.6.3
Release Notes
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v3.6.3
Compare Source
Patch Changes
#305
f8d7b82
Thanks @SukkaW! - Fix resolve fornode:test
,node:sea
, andnode:sqlite
without sacrificing installation size#288
a4c6c78
Thanks @SunsetTechuila! - fix: ignore bun built-in modulesv3.6.1
Compare Source
Patch Changes
cf5d67f
Thanks @klippx! - Fix CJS import to make it compatible with ESM projectsv3.6.0
Compare Source
Minor Changes
b5ea367
Thanks @SukkaW! - refactor: dropglobby
andsynckit
v3.5.5
Compare Source
Patch Changes
84b0649
Thanks @JounQin! - fix: mark eslint-module-utils as depv3.5.4
Compare Source
Patch Changes
25f3920
Thanks @JounQin! - fix: enhanced-resolve is commonjs only - close #213#219
0bf6ffb
Thanks @lsmurray! - fix: check if cwd changed to bust mapper cachev3.5.3
Compare Source
Patch Changes
6531bad
Thanks @marvinhagemeister! - Only try to resolve a module directory when we know that the path is a directory. This can lead to a 15% speedup on projects with many files.v3.5.2
Compare Source
Patch Changes
#193
8756a26
Thanks @Rialgar! - chore(package): remove node 12 from engines field#187
7a91daf
Thanks @scott-ut! - fix: resolve modules if folder contains a package.json filev3.5.1
Compare Source
Patch Changes
afeb928
Thanks @chenxinyanc! - perf: disablethrowIfNoEntry
on Node 14+v3.5.0
Compare Source
Minor Changes
66a3e6c
Thanks @JounQin! - feat: reuseeslint-module-utils/hash.js
for better cachingPatch Changes
00abb6f
Thanks @JounQin! - fix: incorrect exports mappingv3.4.2
Compare Source
Patch Changes
594df9c
Thanks @HanSeo0507! - chore(deps): update dependency synckit to ^0.8.3 for yarn PnP (#169)v3.4.1
Compare Source
Patch Changes
8892a8c
Thanks @thatsmydoing! - perf: add filesystem caching supportv3.4.0
Compare Source
Minor Changes
82d090b
Thanks @rbong! - feat: add support forjsconfig.json
v3.3.0
Compare Source
Minor Changes
#154
42f2dd6
Thanks @JounQin! - feat: addexternsionAlias
option support,.d.([cm]?ts|tsx)
are always preferred than.([cm]?js|jsx)
typescript
resolvestypescript/lib/typescript.d.ts
instead oftypescript/lib/typescript.js
by default#154
42f2dd6
Thanks @JounQin! - feat: exportsglobSync
,defaultExtensions
,defaultMainFields
,defaultConditionNames
anddefaultExtensionAlias
for reusingPatch Changes
#154
42f2dd6
Thanks @JounQin! - perf: cacheoptions
andresolver
#154
42f2dd6
Thanks @JounQin! - chore: align with Angular Package Format correctlyreference: https://angular.io/guide/angular-package-format
#156
4bd60c3
Thanks @JounQin! - docs: document options fromenhanced-resolve
v3.2.7
Compare Source
Patch Changes
60ff431
Thanks @JounQin! - chore: bump synckitv3.2.6
Compare Source
Patch Changes
7edb823
Thanks @JounQin! - chore: use latestget-tsconfig
packagev3.2.5
Compare Source
Patch Changes
abf8907
Thanks @JounQin! - build: use pnpm as manager, yarn pnp is still supportedv3.2.4
Compare Source
Patch Changes
3e93659
Thanks @JounQin! - fix: run prerelease manually for yarn v3, 2nd tryv3.2.2
Compare Source
Patch Changes
d944b26
Thanks @JounQin! - fix: use yarn v3 with PnP linker, close #130v3.2.1
Compare Source
Patch Changes
fb88af2
Thanks @JounQin! - fix: try index file with extensions automaticallyv3.2.0
Compare Source
Minor Changes
#128
56775b3
Thanks @JounQin! - refactor: support custom extensions on resolving#128
56775b3
Thanks @JounQin! - feat: try extensionless file by defaultv3.1.5
Compare Source
Patch Changes
9cf60cb
Thanks @JounQin! - fix: auto try extensionsv3.1.4
Compare Source
Patch Changes
f88a8c9
Thanks @JounQin! - refactor: use non-capturing groups for perfv3.1.3
Compare Source
Patch Changes
35d3022
Thanks @JounQin! - fix: try index.d.ts automaticallyv3.1.2
Compare Source
Patch Changes
01f525e
Thanks @JounQin! - docs: update repository, documentexports
support3.1.1 (2022-06-27)
Bug Fixes
v3.1.1
Compare Source
v3.1.0
Compare Source
⚠ BREAKING CHANGES
Features
v3.0.0
Compare Source
⚠ BREAKING CHANGES
Features
bump globby, use synckit for sync fn (322cb29)
ignore
node_modules
folder inprojects
option glob (#105) (1e1b5a6)remove depracated directory option (67c8d59)
use get-tsconfig to replace tsconfig-paths (78a08e0)
deps: bump tsconfig-paths to ^4.0.0 (#104) (b2edbc8)
2.7.1 (2022-04-03)
Bug Fixes
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.