-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore(deps): update dependency vite-tsconfig-paths to v5 #272
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/vite-tsconfig-paths-5.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 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/vite-tsconfig-paths-5.x
branch
3 times, most recently
from
August 18, 2024 07:59
cdf29fc
to
beaa1fa
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
3 times, most recently
from
August 25, 2024 07:44
2b76f00
to
f2e772c
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
2 times, most recently
from
September 1, 2024 07:14
85292d4
to
aa725d4
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
2 times, most recently
from
September 8, 2024 07:57
76db2b5
to
5f95134
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
3 times, most recently
from
September 22, 2024 04:52
b26362f
to
f1e60ba
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
3 times, most recently
from
September 29, 2024 06:33
c1a53b1
to
d614722
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
4 times, most recently
from
October 6, 2024 07:09
23554f4
to
c0ef6ff
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
2 times, most recently
from
October 13, 2024 06:07
0db86dd
to
44b6cda
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
3 times, most recently
from
October 27, 2024 03:49
9da9599
to
0bd168f
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
3 times, most recently
from
November 3, 2024 05:02
202299e
to
5649f52
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
4 times, most recently
from
November 10, 2024 03:59
16f97a4
to
5fa3e22
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
4 times, most recently
from
November 17, 2024 10:23
3e7a525
to
344213c
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
3 times, most recently
from
November 24, 2024 07:26
61e51f8
to
86cd9e3
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
3 times, most recently
from
December 8, 2024 03:58
dd8bb40
to
637778c
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
from
December 8, 2024 06:21
637778c
to
59178d1
Compare
renovate
bot
changed the title
chore(deps): update dependency vite-tsconfig-paths to v5
chore(deps): update dependency vite-tsconfig-paths to v5 - autoclosed
Dec 8, 2024
renovate
bot
changed the title
chore(deps): update dependency vite-tsconfig-paths to v5 - autoclosed
chore(deps): update dependency vite-tsconfig-paths to v5
Dec 15, 2024
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
3 times, most recently
from
December 22, 2024 04:03
b544917
to
ab68c29
Compare
renovate
bot
force-pushed
the
renovate/vite-tsconfig-paths-5.x
branch
from
December 22, 2024 07:45
ab68c29
to
4991f94
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.3.2
->^5.1.4
Release Notes
aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)
v5.1.4
Compare Source
paths
root dir (eea1c17
) (#150)v5.1.3
Compare Source
b0d8ecb
)vite-tsconfig-paths:resolve
debug logs (7160d6e
)0dc9a8b
)v5.1.2
Compare Source
v5.1.1
Compare Source
${configDir}
syntax in include/exclude (#156)v5.1.0
Compare Source
skip
option for adding additional directories to be skipped when searching for tsconfig.json files (#146)importer
path before callingthis.resolve
in theirresolveId
hooks (#157)4124b09
)v5.0.1
Compare Source
v5.0.0
Compare Source
This package is now ESM only in order to align with Vite: https://vitejs.dev/guide/migration#deprecate-cjs-node-api
If your project is using CommonJS, you can rename your Vite config to use the
.mjs
or.mts
extension (depending on whether you use TypeScript or not). If you're not using Vite v5.0.0+, you may want to pin your dependency to v4 of this plugin.Configuration
📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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.