chore(deps): update all major dependencies (major) #37
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:
^5.0.3
->^6.0.0
^6.2.6
->^7.0.0
Release Notes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v6.1.0
Compare 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.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, see docs and is the recommended way to replace
plugin.api.sveltePreprocess
usage 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: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)v5.1.1
Compare Source
Patch Changes
svelteconfig.extensions
(#1171)v5.1.0
Compare Source
Minor Changes
Patch Changes
svelte > clsx
to optimizeDeps.include to avoid page reload when using vite6 and npm (#1124)vitejs/vite (vite)
v7.0.6
Compare Source
Bug Fixes
Miscellaneous Chores
Code Refactoring
v7.0.5
Compare Source
Bug Fixes
Accept: text/html
(#20376) (c9614b9)new URL(, import.meta.url)
(#20382) (6bc8bf6)Miscellaneous Chores
Code Refactoring
foo.endsWith("bar")
instead of/bar$/.test(foo)
(#20413) (862e192)v7.0.4
Compare Source
Bug Fixes
Build System
@oxc-project/runtime
devDep (#20389) (5e29602)v7.0.3
Compare Source
Bug Fixes
Miscellaneous Chores
n/prefer-node-protocol
rule (#20368) (38bb268)Code Refactoring
v7.0.2
Compare Source
Bug Fixes
v7.0.1
Compare Source
Bug Fixes
Miscellaneous Chores
v7.0.0
Compare Source
import.meta.url
in bundled Vite (#20235) (3bf3a8a), closes #20235ssrExportNameKey
(#20266) (ac302a7), closes #20266normalizeModuleId
(#20277) (9b98dcb), closes #20277numberToPos
(#20244) (3f46901), closes #20244v6.3.5
Compare Source
v6.3.4
Compare Source
require
to import externals in optimized dependenci (efc5eab), closes #19940v6.3.3
Compare Source
ssrTransform
re-export deps and test stacktrace with first line (#19629) (9399cda), closes #19629v6.3.2
Compare Source
css.lightningcss
option in css minification process (#19879) (b5055e0), closes #19879v6.3.1
Compare Source
Promise.allSettled
in preload function (#19805) (35c7f35), closes #19805transform
calls (#19878) (a152b7c), closes #19878v6.3.0
Compare Source
hot.invalidate
in circular deps (#19870) (d4ee5e8), closes #19870v6.2.7
Compare Source
Please refer to CHANGELOG.md for details.
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.