Build(deps-dev): Bump @sveltejs/vite-plugin-svelte from 3.1.2 to 4.0.0
Bumps @sveltejs/vite-plugin-svelte from 3.1.2 to 4.0.0.
Release notes
Sourced from @sveltejs/vite-plugin-svelte
's releases.
@sveltejs/vite-plugin-svelte
@4
.0.0Major 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)
... (truncated)
Changelog
Sourced from @sveltejs/vite-plugin-svelte
's changelog.
4.0.0
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)
... (truncated)
Commits
-
4af064c
Version Packages (#999) -
f5cb457
chore(deps): update all non-major dependencies (#992) -
3a61041
Version Packages (next) (#990) -
54d3bb5
feat(warnings): hide warnings in node_modules by default (#989) -
19cfe33
chore(deps): update all non-major dependencies (#987) -
38fd166
chore(deps): update all non-major dependencies (#985) -
7b8a357
chore(deps): update all non-major dependencies (#978) -
9be5d4b
Version Packages (next) (#977) -
552eaeb
fix(types): export PluginOptions (#976) -
18d53e3
fix(deps): update dependency vitefu to v1 (#973) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts