Skip to content

chore(deps-dev): bump vite, @sveltejs/vite-plugin-svelte and vite-plugin-static-copy in /frontend#475

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/multi-c532c130a6
Closed

chore(deps-dev): bump vite, @sveltejs/vite-plugin-svelte and vite-plugin-static-copy in /frontend#475
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/multi-c532c130a6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2026

Bumps vite, @sveltejs/vite-plugin-svelte and vite-plugin-static-copy. These dependencies needed to be updated together.
Updates vite from 5.2.6 to 8.0.5

Release notes

Sourced from vite's releases.

v8.0.5

Please refer to CHANGELOG.md for details.

v8.0.4

Please refer to CHANGELOG.md for details.

create-vite@8.0.3

Please refer to CHANGELOG.md for details.

v8.0.3

Please refer to CHANGELOG.md for details.

create-vite@8.0.2

Please refer to CHANGELOG.md for details.

v8.0.2

Please refer to CHANGELOG.md for details.

create-vite@8.0.1

Please refer to CHANGELOG.md for details.

v8.0.1

Please refer to CHANGELOG.md for details.

plugin-legacy@8.0.1

Please refer to CHANGELOG.md for details.

create-vite@8.0.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.0.0

Please refer to CHANGELOG.md for details.

v8.0.0

Please refer to CHANGELOG.md for details.

v8.0.0-beta.18

Please refer to CHANGELOG.md for details.

v8.0.0-beta.17

Please refer to CHANGELOG.md for details.

v8.0.0-beta.16

Please refer to CHANGELOG.md for details.

v8.0.0-beta.15

Please refer to CHANGELOG.md for details.

v8.0.0-beta.14

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

8.0.5 (2026-04-06)

Bug Fixes

  • apply server.fs check to env transport (#22159) (f02d9fd)
  • avoid path traversal with optimize deps sourcemap handler (#22161) (79f002f)
  • check server.fs after stripping query as well (#22160) (a9a3df2)
  • disallow referencing files outside the package from sourcemap (#22158) (f05f501)

8.0.4 (2026-04-06)

Features

  • allow esbuild 0.28 as peer deps (#22155) (b0da973)
  • hmr: truncate list of files on hmr update (#21535) (d00e806)
  • optimizer: log when dependency scanning or bundling takes over 1s (#21797) (f61a1ab)

Bug Fixes

  • hasBothRollupOptionsAndRolldownOptions should return false for proxy case (#22043) (99897d2)
  • add types for vite/modulepreload-polyfill (#22126) (17330d2)
  • deps: update all non-major dependencies (#22073) (6daa10f)
  • deps: update all non-major dependencies (#22143) (22b0166)
  • resolve: resolve tsconfig paths starting with # (#22038) (3460fc5)
  • ssr: use browser platform for webworker SSR builds (fix #21969) (#21963) (364c227)

Documentation

Miscellaneous Chores

Code Refactoring

8.0.3 (2026-03-26)

Features

Bug Fixes

  • html: cache unfiltered CSS list to prevent missing styles across entries (#22017) (5464190)
  • module-runner: handle non-ascii characters in base64 sourcemaps (#21985) (77c95bf)
  • module-runner: skip re-import if the runner is closed (#22020) (ee2c2cd)
  • optimizer: scan is not resolving sub path import if used in a glob import (#22018) (ddfe20d)
  • ssr: ssrTransform incorrectly rewrites meta identifier inside import.meta when a binding named meta exists (#22019) (cff5f0c)

Miscellaneous Chores

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vite since your current version.


Updates @sveltejs/vite-plugin-svelte from 3.0.2 to 7.0.0

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​7.0.0

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)

@​sveltejs/vite-plugin-svelte@​7.0.0-next.1

Patch Changes

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

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

@​sveltejs/vite-plugin-svelte@​7.0.0-next.0

Major Changes

  • breaking(deps): require vite 8 (#1266)

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

... (truncated)

Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

7.0.0

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)

7.0.0-next.1

Patch Changes

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

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

7.0.0-next.0

Major Changes

  • breaking(deps): require vite 8 (#1266)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​sveltejs/vite-plugin-svelte since your current version.


Updates vite-plugin-static-copy from 1.0.2 to 4.0.1

Release notes

Sourced from vite-plugin-static-copy's releases.

vite-plugin-static-copy@4.0.1

Patch Changes

  • #249 c6bf44c Thanks @​sapphi-red! - Fix absolute dest paths being nested under the output directory

    When dest was an absolute path and the source file had a directory component (structured output), the path was incorrectly converted to a relative path, causing files to be nested under the build output directory instead of being copied to the specified absolute path.

    { src: 'foo/foo.txt', dest: '/home/user/my-repo/bar' }

    Before: /home/user/my-repo/dist/home/user/my-repo/bar/foo/foo.txt After: /home/user/my-repo/bar/foo/foo.txt

  • #247 d3af79e Thanks @​sapphi-red! - Fix rename.stripBase to work correctly with ../ paths

    Previously, stripBase counted .. as directory segments, causing incorrect output paths when copying from parent directories.

    { src: '../../src/pages/**/*.html', dest: 'dist/', rename: { stripBase: 2 } }

    Before: dist/src/pages/events/test.html After: dist/events/test.html

    { src: '../../src/pages/**/*.html', dest: 'dist/', rename: { stripBase: true } }

    Before: dist/src/pages/events/test.html After: dist/test.html

vite-plugin-static-copy@4.0.0

Major Changes

  • #235 b2edc86 Thanks @​sapphi-red! - Simplify glob behavior and always preserve directory structure.

    Breaking changes:

    • Only files are matched. Glob patterns no longer match directory entries. Previously, matching a directory would recursively copy it via fs.cp, which caused files to be copied twice when using ** patterns.
    • Directory patterns are auto-expanded. src: 'assets' now automatically expands to match all files inside the directory, using tinyglobby's built-in expandDirectories option. No migration needed for this pattern alone.
    • structured option removed. Directory structure is now always preserved in the output. The structured option has been removed entirely. Use rename: { stripBase: true } to flatten output paths when needed.
  • #237 6129008 Thanks @​sapphi-red! - Drop support for Vite 5

  • #238 9766e42 Thanks @​sapphi-red! - Drop support for Node 18, 20, 21, 23. The new support range is ^22.0.0 || >= 24.0.0.

vite-plugin-static-copy@3.4.0

Minor Changes

... (truncated)

Changelog

Sourced from vite-plugin-static-copy's changelog.

4.0.1

Patch Changes

  • #249 c6bf44c Thanks @​sapphi-red! - Fix absolute dest paths being nested under the output directory

    When dest was an absolute path and the source file had a directory component (structured output), the path was incorrectly converted to a relative path, causing files to be nested under the build output directory instead of being copied to the specified absolute path.

    { src: 'foo/foo.txt', dest: '/home/user/my-repo/bar' }

    Before: /home/user/my-repo/dist/home/user/my-repo/bar/foo/foo.txt After: /home/user/my-repo/bar/foo/foo.txt

  • #247 d3af79e Thanks @​sapphi-red! - Fix rename.stripBase to work correctly with ../ paths

    Previously, stripBase counted .. as directory segments, causing incorrect output paths when copying from parent directories.

    { src: '../../src/pages/**/*.html', dest: 'dist/', rename: { stripBase: 2 } }

    Before: dist/src/pages/events/test.html After: dist/events/test.html

    { src: '../../src/pages/**/*.html', dest: 'dist/', rename: { stripBase: true } }

    Before: dist/src/pages/events/test.html After: dist/test.html

4.0.0

Major Changes

  • #235 b2edc86 Thanks @​sapphi-red! - Simplify glob behavior and always preserve directory structure.

    Breaking changes:

    • Only files are matched. Glob patterns no longer match directory entries. Previously, matching a directory would recursively copy it via fs.cp, which caused files to be copied twice when using ** patterns.
    • Directory patterns are auto-expanded. src: 'assets' now automatically expands to match all files inside the directory, using tinyglobby's built-in expandDirectories option. No migration needed for this pattern alone.
    • structured option removed. Directory structure is now always preserved in the output. The structured option has been removed entirely. Use rename: { stripBase: true } to flatten output paths when needed.
  • #237 6129008 Thanks @​sapphi-red! - Drop support for Vite 5

  • #238 9766e42 Thanks @​sapphi-red! - Drop support for Node 18, 20, 21, 23. The new support range is ^22.0.0 || >= 24.0.0.

3.4.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vite-plugin-static-copy since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…gin-static-copy

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) and [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy). These dependencies needed to be updated together.

Updates `vite` from 5.2.6 to 8.0.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.5/packages/vite)

Updates `@sveltejs/vite-plugin-svelte` from 3.0.2 to 7.0.0
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@7.0.0/packages/vite-plugin-svelte)

Updates `vite-plugin-static-copy` from 1.0.2 to 4.0.1
- [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases)
- [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@1.0.2...vite-plugin-static-copy@4.0.1)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.5
  dependency-type: direct:development
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-version: 7.0.0
  dependency-type: direct:development
- dependency-name: vite-plugin-static-copy
  dependency-version: 4.0.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 7, 2026 05:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 10, 2026

Superseded by #482.

@dependabot dependabot bot closed this Apr 10, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/multi-c532c130a6 branch April 10, 2026 08:40
Kamirus added a commit that referenced this pull request Apr 10, 2026
Svelte 5's compatibility mode preserves full Svelte 4 component syntax,
so no .svelte file rewrites are needed. This resolves the peer-dependency
conflicts that blocked Dependabot PRs #475, #480, and #482.

frontend:
- svelte 4.2.12 → 5.55.2
- vite 5.2.6 → 8.0.8
- @sveltejs/vite-plugin-svelte 3.0.2 → 7.0.0
- svelte-chartjs 3.1.5 → 4.0.1
- vite-plugin-static-copy 1.0.2 → 4.0.1
- svelte-check 3.6.8 → 4.4.6
- eslint-plugin-svelte 2.35.1 → 2.46.1
- @types/node 20.11.30 → 22.15.3
- Drop svelte-preprocess in favor of vitePreprocess
- Pin @dfinity/candid@1.0.1 via overrides to preserve compat with @dfinity/agent@1.0.1

cli-releases/frontend:
- svelte 4.2.12 → 5.55.2
- vite 5.4.21 → 8.0.8
- @sveltejs/vite-plugin-svelte 3.0.2 → 7.0.0
- @sveltejs/kit 2.55.0 → 2.57.1
- svelte-check 3.6.8 → 4.4.6
- eslint-plugin-svelte 2.35.1 → 2.46.1

root:
- eslint-plugin-svelte 2.35.1 → 2.46.1

Made-with: Cursor
Kamirus added a commit that referenced this pull request Apr 10, 2026
Svelte 5's compatibility mode preserves full Svelte 4 component syntax,
so no .svelte file rewrites are needed. This resolves the peer-dependency
conflicts that blocked Dependabot PRs #475, #480, and #482.

frontend:
- svelte 4.2.12 → 5.55.2
- vite 5.2.6 → 8.0.8
- @sveltejs/vite-plugin-svelte 3.0.2 → 7.0.0
- svelte-chartjs 3.1.5 → 4.0.1
- vite-plugin-static-copy 1.0.2 → 4.0.1
- svelte-check 3.6.8 → 4.4.6
- eslint-plugin-svelte 2.35.1 → 2.46.1
- @types/node 20.11.30 → 22.15.3
- Drop svelte-preprocess in favor of vitePreprocess
- Pin @dfinity/candid@1.0.1 via overrides to preserve compat with @dfinity/agent@1.0.1

cli-releases/frontend:
- svelte 4.2.12 → 5.55.2
- vite 5.4.21 → 8.0.8
- @sveltejs/vite-plugin-svelte 3.0.2 → 7.0.0
- @sveltejs/kit 2.55.0 → 2.57.1
- svelte-check 3.6.8 → 4.4.6
- eslint-plugin-svelte 2.35.1 → 2.46.1

root:
- eslint-plugin-svelte 2.35.1 → 2.46.1

Made-with: Cursor
Kamirus added a commit that referenced this pull request Apr 10, 2026
Svelte 5's compatibility mode preserves full Svelte 4 component syntax,
so no .svelte file rewrites are needed. This resolves the peer-dependency
conflicts that blocked Dependabot PRs #475, #480, and #482.

frontend:
- svelte 4.2.12 → 5.55.2
- vite 5.2.6 → 8.0.8
- @sveltejs/vite-plugin-svelte 3.0.2 → 7.0.0
- svelte-chartjs 3.1.5 → 4.0.1
- vite-plugin-static-copy 1.0.2 → 4.0.1
- svelte-check 3.6.8 → 4.4.6
- eslint-plugin-svelte 2.35.1 → 2.46.1
- @types/node 20.11.30 → 22.15.3
- Drop svelte-preprocess in favor of vitePreprocess
- Pin @dfinity/candid@1.0.1 via overrides to preserve compat with @dfinity/agent@1.0.1

cli-releases/frontend:
- svelte 4.2.12 → 5.55.2
- vite 5.4.21 → 8.0.8
- @sveltejs/vite-plugin-svelte 3.0.2 → 7.0.0
- @sveltejs/kit 2.55.0 → 2.57.1
- svelte-check 3.6.8 → 4.4.6
- eslint-plugin-svelte 2.35.1 → 2.46.1

root:
- eslint-plugin-svelte 2.35.1 → 2.46.1

Made-with: Cursor
Kamirus added a commit that referenced this pull request Apr 10, 2026
Svelte 5's compatibility mode preserves full Svelte 4 component syntax,
so no .svelte file rewrites are needed. This resolves the peer-dependency
conflicts that blocked Dependabot PRs #475, #480, and #482.

frontend:
- svelte 4.2.12 → 5.55.2
- vite 5.2.6 → 8.0.8
- @sveltejs/vite-plugin-svelte 3.0.2 → 7.0.0
- svelte-chartjs 3.1.5 → 4.0.1
- vite-plugin-static-copy 1.0.2 → 4.0.1
- svelte-check 3.6.8 → 4.4.6
- eslint-plugin-svelte 2.35.1 → 2.46.1
- @types/node 20.11.30 → 22.15.3
- Drop svelte-preprocess in favor of vitePreprocess
- Pin @dfinity/candid@1.0.1 via overrides to preserve compat with @dfinity/agent@1.0.1

cli-releases/frontend:
- svelte 4.2.12 → 5.55.2
- vite 5.4.21 → 8.0.8
- @sveltejs/vite-plugin-svelte 3.0.2 → 7.0.0
- @sveltejs/kit 2.55.0 → 2.57.1
- svelte-check 3.6.8 → 4.4.6
- eslint-plugin-svelte 2.35.1 → 2.46.1

root:
- eslint-plugin-svelte 2.35.1 → 2.46.1

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants