-
Notifications
You must be signed in to change notification settings - Fork 14
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 @sveltejs/vite-plugin-svelte to v5 #1472
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/sveltejs-vite-plugin-svelte-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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
changed the title
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v5
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v5 - autoclosed
Dec 8, 2024
renovate
bot
changed the title
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v5 - autoclosed
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v5
Dec 9, 2024
renovate
bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-5.x
branch
2 times, most recently
from
December 9, 2024 19:38
ab97133
to
9205c11
Compare
renovate
bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-5.x
branch
from
December 21, 2024 20:45
9205c11
to
596b392
Compare
renovate
bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-5.x
branch
from
January 4, 2025 03:04
596b392
to
ad4fbc8
Compare
renovate
bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-5.x
branch
from
January 4, 2025 03:10
ad4fbc8
to
28b1de5
Compare
renovate
bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-5.x
branch
from
January 4, 2025 10:55
28b1de5
to
9bd295f
Compare
renovate
bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-5.x
branch
from
January 4, 2025 21:14
9bd295f
to
8de60bb
Compare
renovate
bot
force-pushed
the
renovate/sveltejs-vite-plugin-svelte-5.x
branch
from
January 4, 2025 21:16
8de60bb
to
bf93d6e
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.0.1
->^5.0.0
Release Notes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v5.0.1
Compare Source
Patch Changes
v5.0.0
Compare Source
Major Changes
Handle Vite 6 breaking change and remove Vite 5 handling (#1020)
Support Vite 6 (#1026)
Minor Changes
Add
esm-env
tossr.noExternal
by default to resolve its conditions with Vite (#1020)Support
?inline
query on Svelte style virtual modules (#1024)Patch Changes
remove vite6 beta from peer range (#1035)
Allow script tags to span multiple lines (
0db95a9
)Updated dependencies [
4fefbc2
,e262266
]:v4.0.2
Compare Source
Patch Changes
5309d7b
)v4.0.1
Compare Source
Patch Changes
v4.0.0
Compare Source
Major Changes
only prebundle files with default filenames (.svelte for components, .svelte.(js|ts) for modules) (#901)
remove support for Svelte 4 (#892)
breaking(types): some types that have been unintentionally public are now private (#934)
disable script preprocessing in vitePreprocess() by default because Svelte 5 supports lang=ts out of the box (#892)
replaced svelte-hmr with Svelte 5 compiler hmr integration (#892)
Minor Changes
allow infix notation for svelte modules (#901)
Previously, only suffix notation
.svelte.js
was allowed, now you can also use.svelte.test.js
or.svelte.stories.js
.This helps when writing testcases or other auxillary code where you may want to use runes too.
feat(config): dynamically extract list of svelte exports from peer dependency so that new exports work automatically" (#941)
feat(warnings): change default loglevel of warnings originating from files in node_modules to debug. To see them call
DEBUG:vite-plugin-svelte:node-modules-onwarn pnpm build
. (#989)Patch Changes
fix: make defaultHandler a required argument for onwarn in plugin options (#895)
prebundle with dev: true by default (#901)
fix(dev): compile with hmr: false for prebundled deps as hmr does not work with that (#950)
fix: ensure svelte modules correctly run in DEV mode (#906)
ensure consistent use of compileOptions.hmr also for prebundling (#956)
fix(optimizeDeps): avoid to optimise server only entrypoints of svelte that are never used on the client (#941)
update peer on workspace packages to avoid packages bumping each other (#916)
export PluginOptions interface (#976)
Remove log about experimental status of Svelte 5. Note that breaking changes can still occur while vite-plugin-svelte 4 is in prerelease mode (#894)
fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#912)
fix(vitePreprocess): default to build config so that svelte-check does not trigger dev-only plugins (#931)
fix: only apply infix filter to basename (#920)
fix: disable hmr when vite config server.hmr is false (#913)
fix(dev): make sure custom cssHash is applied consistently even for prebundled components to avoid hash mismatches during hydration (#950)
Updated dependencies [
22baa25
,49324db
,e9f048c
,213fedd
]: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.