-
Notifications
You must be signed in to change notification settings - Fork 23
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v6 #177
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
base: main
Are you sure you want to change the base?
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
cdb5025 to
cc603e7
Compare
cc603e7 to
31c05da
Compare
31c05da to
d1f1382
Compare
d1f1382 to
1ce9064
Compare
1ce9064 to
4e0e046
Compare
4e0e046 to
1467f83
Compare
1467f83 to
99ad989
Compare
99ad989 to
c68818b
Compare
c68818b to
6d9cb17
Compare
This PR contains the following updates:
^4.0.0→^6.2.4Release Notes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v6.2.4Compare Source
Patch Changes
v6.2.3Compare Source
Patch Changes
v6.2.2Compare Source
Patch Changes
Update experimental support for rolldown-vite to vite 8 beta (#1246)
perf: switch from debug to obug (smaller, esm-only) (#1241)
v6.2.1Compare Source
Patch Changes
fix: remove unscopable global styles warning (#1223)
Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. (#1225)
v6.2.0Compare Source
Minor Changes
optimization.inlineConstby default to ensure treeshaking works with esm-env in svelte (#1207)v6.1.4Compare Source
Patch Changes
fix: allow preprocess plugin to run twice (#1206)
fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)
replace kleur dependency with builtin node:utils styleText (#1210)
v6.1.3Compare Source
Patch Changes
api.filterand deprecateapi.idFilterto avoid confusingfilter.id = idFilter.idassignments when used as hybrid filter in other plugins (#1199)v6.1.2Compare Source
Patch Changes
v6.1.1Compare Source
Patch Changes
build --watch(#1189)v6.1.0Compare Source
Minor Changes
Patch Changes
skip comment blocks when reporting compiler errors that might be caused by a preprocessor issue (#1166)
increase logLevel to info for "no Svelte config found" message (#1179)
v6.0.0Compare 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?rawis 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, see docs and is the recommended way to replace
plugin.api.sveltePreprocessusage in other vite plugins.You can also use vite-plugin-inspect now to inspect the result of svelte.preprocess by checking the transform of
vite-plugin-svelte:preprocessMinor 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)v5.1.1Compare Source
Patch Changes
svelteconfig.extensions(#1171)v5.1.0Compare Source
Minor Changes
Patch Changes
svelte > clsxto optimizeDeps.include to avoid page reload when using vite6 and npm (#1124)v5.0.3Compare Source
Patch Changes
v5.0.2Compare Source
Patch Changes
codeproperty to changes in svelte5 (#1044)v5.0.1Compare Source
Patch Changes
v5.0.0Compare Source
Major Changes
Handle Vite 6 breaking change and remove Vite 5 handling (#1020)
Support Vite 6 (#1026)
Minor Changes
Add
esm-envtossr.noExternalby default to resolve its conditions with Vite (#1020)Support
?inlinequery 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]:Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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 has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here