Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork23
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v6#724
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
changeset-botbot commentedJul 10, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
30685f2
to5fdbb98
Comparegithub-actionsbot commentedJul 16, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Try the Instant Preview in Online PlaygroundInstall the Instant Preview to Your Local
Published Instant Preview Packages:
|
5fdbb98
to888fab4
Comparecoveralls commentedJul 16, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Pull Request Test Coverage Report forBuild 16326824699Details
💛 -Coveralls |
888fab4
tof49d128
Compare
Uh oh!
There was an error while loading.Please reload this page.
This PR contains the following updates:
^5.0.1
->^6.0.0
Release Notes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v6.0.0
Compare Source
Major Changes
drop support for node18 and update exports map to use default export. cjs is supported via require esm in node 20.19+ (#1129)
Remove experimental "advanced raw queries" feature. Basic
File.svelte?raw
is still supported. (#1145)Using the typescript preprocessor now requires a tsconfig.json with verbatimModuleSyntax enabled, eg@tsconfig/svelte (#1135)
remove support for loading commonjs svelte config files (#1142)
bump vite peer dependency to ^6.3.0 || ^7.0.0 (#1130)
define filters using object hook syntax and optimize the filter for resolveId (#1132)
split preprocess and compile into separate plugins (#1145)
It allows vite plugins to transform code between preprocess and compile, seedocs and is the recommended way to replace
plugin.api.sveltePreprocess
usage in other vite plugins.You can also usevite-plugin-inspect now to inspect the result of svelte.preprocess by checking the transform of
vite-plugin-svelte:preprocess
Minor Changes
Add experimental support for rolldown-vite (#1135)
replace esbuild optimizer with rolldown optimizer if rolldown-vite is used (#1135)
add support for loading TypeScript Svelte config files in runtimes that support it (#1142)
Patch Changes
reduce deprecation logging to info and allow disabling it with a flag (#1158)
refactor internal caching to reduce code, memory use and avoid perEnvironmentCache (#1154)
fix: crawl local workspace private packages devDependencies for generating vite config ssr.noExternal (#1155)
log known-issues link when using rolldown-vite (#1144)
use vite environment api internally (#1145)
remove vite7 beta releases from peerDependency range. (#1151)
deprecate
plugin.api.sveltePreprocess
(#1145)Configuration
📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦Automerge: Enabled.
♻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 byMend Renovate. View therepository job log.