Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 28, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/cli (source) ^19.8.0 -> ^20.0.0 age confidence devDependencies major
@commitlint/config-conventional (source) ^19.8.0 -> ^20.0.0 age confidence devDependencies major
@sveltejs/adapter-auto (source) ^6.0.1 -> ^7.0.0 age confidence devDependencies major
@sveltejs/vite-plugin-svelte (source) ^5.0.3 -> ^6.0.0 age confidence devDependencies major
@types/node (source) ^22.14.1 -> ^24.0.0 age confidence devDependencies major
@vitest/coverage-v8 (source) ^3.1.1 -> ^4.0.0 age confidence devDependencies major
actions/checkout v4 -> v5 age confidence action major
actions/setup-node v4 -> v6 age confidence action major
actions/upload-pages-artifact v3 -> v4 age confidence action major
jsdom ^26.1.0 -> ^27.0.0 age confidence devDependencies major
vite (source) ^6.2.6 -> ^7.0.0 age confidence devDependencies major
vitest (source) ^3.1.1 -> ^4.0.0 age confidence devDependencies major

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.8.1 (2025-05-08)

Bug Fixes

v19.8.1

Compare Source

Bug Fixes
conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.8.1 (2025-05-08)

Note: Version bump only for package @​commitlint/config-conventional

v19.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

sveltejs/kit (@​sveltejs/adapter-auto)

v7.0.0

Compare Source

Major Changes
  • feat: update adapter-vercel to version 6 (#​14737)

v6.1.1

Compare Source

Patch Changes
  • chore: update "homepage" field in package.json (#​14579)

v6.1.0

Compare Source

Minor Changes
  • feat: add Deno as a supported package manager (#​14163)
Patch Changes

v6.0.2

Compare Source

Patch Changes
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v6.2.1

Compare 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.0

Compare Source

Minor Changes
  • feat(rolldown-vite): enable optimization.inlineConst by default to ensure treeshaking works with esm-env in svelte (#​1207)

v6.1.4

Compare 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.3

Compare Source

Patch Changes
  • fix(api): add api.filter and deprecate api.idFilter to avoid confusing filter.id = idFilter.id assignments when used as hybrid filter in other plugins (#​1199)

v6.1.2

Compare Source

Patch Changes
  • fix: ensure compiled css is returned when reloading during dev with ssr (e.g. SvelteKit) (#​1194)

v6.1.1

Compare Source

Patch Changes
  • fix: ensure compiled svelte css is loaded correctly when rebuilding in build --watch (#​1189)

v6.1.0

Compare Source

Minor Changes
  • feat: add support for the new experimental.async option and apply dynamicCompileOptions when compiling Svelte modules (#​1176)
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)

    NOTE
    include logic has changed to files matching svelteConfig.include OR svelteConfig.extensions. Previously only files matching both were loaded and transformed.

  • 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

    NOTE
    This can be a breaking change in case you have other plugins besides vite-plugin-svelte transforming your svelte code
    To fix this, read the docs on how to order plugins in relation to preprocess and compile

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)

    NOTE
    This change only applies to vite-plugin-svelte.

    To use svelte.config.ts in SvelteKit, with the Svelte VS Code extension or other tools reading the Svelte config file, you have to wait until support is implemented there.

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
  • fix: prevent accidental pollution of svelteconfig.extensions (#​1171)

v5.1.0

Compare Source

Minor Changes
  • scope css to js module to enable treeshaking scoped css from unused components. Requires vite 6.2 and svelte 5.26 (#​1092)
Patch Changes
  • add svelte > clsx to optimizeDeps.include to avoid page reload when using vite6 and npm (#​1124)
vitest-dev/vitest (@​vitest/coverage-v8)

v4.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.4

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.0

Compare Source

   🚨 Breaking Changes
   🚀 Features

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-all-major branch from 49aa518 to ea5540d Compare July 13, 2025 11:59
@renovate renovate bot changed the title chore(deps): update dependency vite to v7 chore(deps): update all major dependencies (major) Jul 13, 2025
@renovate renovate bot force-pushed the renovate/major-all-major branch from ea5540d to 17733ff Compare July 27, 2025 04:06
@renovate renovate bot force-pushed the renovate/major-all-major branch 3 times, most recently from 7cfce27 to cb934b1 Compare August 13, 2025 08:12
@renovate renovate bot force-pushed the renovate/major-all-major branch from cb934b1 to 8ea2bd8 Compare August 16, 2025 00:20
@renovate renovate bot force-pushed the renovate/major-all-major branch from 8ea2bd8 to dd6d727 Compare August 23, 2025 03:37
@renovate renovate bot force-pushed the renovate/major-all-major branch 4 times, most recently from 8dc5893 to 0cf9598 Compare September 5, 2025 15:36
@renovate renovate bot force-pushed the renovate/major-all-major branch 3 times, most recently from 68dc365 to 6029402 Compare September 14, 2025 23:26
@renovate renovate bot force-pushed the renovate/major-all-major branch 3 times, most recently from 070363a to 08e4a6f Compare September 24, 2025 23:43
@renovate renovate bot force-pushed the renovate/major-all-major branch 4 times, most recently from a4ed318 to b4943e0 Compare October 3, 2025 10:51
@renovate renovate bot force-pushed the renovate/major-all-major branch 3 times, most recently from 0952c09 to d56304a Compare October 16, 2025 04:13
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 018bd8a to a4275c2 Compare October 19, 2025 10:25
@renovate renovate bot force-pushed the renovate/major-all-major branch 3 times, most recently from 8f3f40f to f6573ff Compare October 26, 2025 07:57
@renovate renovate bot force-pushed the renovate/major-all-major branch from f6573ff to 91b044c Compare November 1, 2025 23:37
@renovate renovate bot force-pushed the renovate/major-all-major branch from 91b044c to 9543117 Compare November 8, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant