Skip to content

chore(deps): update @sveltejs/vite-plugin-svelte to v7 - autoclosed - #76

Closed
have-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sveltejs-vite-plugin-svelte-7.x
Closed

chore(deps): update @sveltejs/vite-plugin-svelte to v7 - autoclosed#76
have-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sveltejs-vite-plugin-svelte-7.x

Conversation

@have-renovate

@have-renovate have-renovate Bot commented Mar 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/vite-plugin-svelte (source) ^6.2.4 -> ^7.1.2 age confidence

Release Notes

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

v7.1.2

Compare Source

Patch Changes
  • fix: correctly resolve compiled CSS on the server for dependencies with Svelte files (#​1342)

v7.1.1

Compare Source

Patch Changes
  • fix: pass typescript.onlyRemoveTypeImports to transformWithOxc in vitePreprocess so that value imports are not dropped when they are only referenced in Svelte template markup (#​1326)

  • fix: correctly resolve compiled CSS for optimised Svelte dependencies on the server (#​1336)

v7.1.0

Compare Source

Minor Changes
  • feat: enable optimizer for server environments during dev (#​1328)

v7.0.0

Compare Source

Major Changes
  • breaking(deps): require vite 8 (#​1266)

  • breaking(options): remove deprecated options (#​1274)

    • vitePlugin.hot in svelte.config.js
      use compilerOptions.hmr instead
    • vitePlugin.ignorePluginPreprocessors in svelte.config.js
      no longer needed
    • api.idFilter of vite-plugin-svelte:api
      use api.filter instead
    • plugin.api.sveltePreprocess of other vite plugins
      Update affected plugins to a newer version or remove them.
      See docs for more information.
  • breaking(dev): no longer overrides compilerOptions.cssHash because Svelte now produces a stable css hash by itself (#​1271)

  • breaking(inspector): integrate vite-plugin-svelte-inspector into vite-plugin-svelte to avoid circular dependency (#​1270)

  • breaking(deps): require svelte 5.46.4 or later (#​1271)

Patch Changes
  • chore: upgrade vitefu to compatible peer dependency range (#​1286)

  • remove author field from package.json (#​1281)


Configuration

📅 Schedule: Branch creation - "" (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.


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

This PR has been generated by Renovate Bot.

@have-renovate
have-renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch 3 times, most recently from 9cd2c3e to 82c95f1 Compare March 23, 2026 13:19
@have-renovate
have-renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch 2 times, most recently from cd793e6 to d6378f3 Compare March 31, 2026 00:33
@have-renovate
have-renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch 3 times, most recently from ccf49d0 to ce33149 Compare April 8, 2026 18:51
@have-renovate
have-renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch 2 times, most recently from f525f69 to b365e90 Compare April 17, 2026 15:30
@have-renovate
have-renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch 2 times, most recently from 4b7c84d to 242816e Compare May 2, 2026 21:09
@have-renovate
have-renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch 7 times, most recently from f83f895 to 8e63cb6 Compare May 10, 2026 05:30
@have-renovate
have-renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch 5 times, most recently from 902ed01 to 14ba522 Compare May 20, 2026 21:45
@have-renovate
have-renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch 2 times, most recently from a101bab to d2bffa2 Compare May 25, 2026 05:29
@have-renovate
have-renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch 4 times, most recently from 52b4db7 to 0c33661 Compare June 7, 2026 03:35
@have-renovate
have-renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch 2 times, most recently from 50ba12b to d1a462a Compare June 20, 2026 08:13
@have-renovate
have-renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch 3 times, most recently from 763885c to e533791 Compare June 26, 2026 08:12
@have-renovate
have-renovate Bot force-pushed the renovate/sveltejs-vite-plugin-svelte-7.x branch from e533791 to 50a76bd Compare July 2, 2026 08:58
@have-renovate

have-renovate Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: pnpm install --no-frozen-lockfile
 WARN  Ignored project-level auth setting "//npm.pkg.github.com/:_authToken" in "/tmp/renovate/repos/github/happyvertical/svelte/.npmrc": environment variables are not expanded in registry credentials that come from a project .npmrc, because that file is committed to the repository and could leak the secret to an attacker-controlled registry. Move this credential to a trusted source that pnpm still expands — put the line in your user-level ~/.npmrc, or set it with pnpm config set (for example, run: pnpm config set "//npm.pkg.github.com/:_authToken" <value>). See https://pnpm.io/npmrc

@have-renovate have-renovate Bot changed the title chore(deps): update @sveltejs/vite-plugin-svelte to v7 chore(deps): update @sveltejs/vite-plugin-svelte to v7 - autoclosed Jul 5, 2026
@have-renovate have-renovate Bot closed this Jul 5, 2026
@have-renovate
have-renovate Bot deleted the renovate/sveltejs-vite-plugin-svelte-7.x branch July 5, 2026 19:21
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.

0 participants