Skip to content

build(deps-dev): bump vite from 6.3.5 to 8.2.0 in the svelte group across 1 directory - #92

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/svelte-62ce72d0a2
Open

build(deps-dev): bump vite from 6.3.5 to 8.2.0 in the svelte group across 1 directory#92
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/svelte-62ce72d0a2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the svelte group with 1 update in the / directory: vite.

Updates vite from 6.3.5 to 8.2.0

Release notes

Sourced from vite's releases.

create-vite@8.2.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.2.0

Please refer to CHANGELOG.md for details.

v8.2.0

Please refer to CHANGELOG.md for details.

v8.2.0-beta.0

Please refer to CHANGELOG.md for details.

v8.1.5

Please refer to CHANGELOG.md for details.

v8.1.4

Please refer to CHANGELOG.md for details.

v8.1.3

Please refer to CHANGELOG.md for details.

v8.1.2

Please refer to CHANGELOG.md for details.

v8.1.1

Please refer to CHANGELOG.md for details.

create-vite@8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0

Please refer to CHANGELOG.md for details.

v8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0-beta.0

Please refer to CHANGELOG.md for details.

v8.1.0-beta.0

Please refer to CHANGELOG.md for details.

v8.0.16

Please refer to CHANGELOG.md for details.

v8.0.15

Please refer to CHANGELOG.md for details.

v8.0.14

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

8.2.0 (2026-07-30)

Features

  • add input to server.fs.allow (#23035) (95a3cda)
  • bundled-dev: reload once after rebuild instead of via the fallback page (#23106) (b24381d)
  • bundled-dev: support worker file update accepted by HMR (#23068) (0d04351)
  • config: include column in config incompatibility location (#23064) (8a24572)
  • dev: resolve interface name for explicit host in network URLs (#22965) (3ac77d9)

Bug Fixes

  • bundledDev: print build errors to the terminal when an HMR update fails (#23024) (41c4658)
  • deps: update all non-major dependencies (#23069) (4c07b74)
  • hmr: preserve environment snapshot during server restart (#22992) (b1186c3)
  • importAnalysis: interop imports injected into optimized dep files by plugins (#23029) (8c2a87d)
  • module-runner: keep stack trace interception working when Object.prototype is frozen (#23073) (599c5b0)
  • server: strip base in indexHtml module graph lookup (#22932) (fa005d1)
  • support resolving top-level input option with plugins (#23101) (41df81a)

Documentation

  • config: correct cacheDir default fallback description (#23060) (aafa103)

Tests

8.2.0-beta.0 (2026-07-22)

Features

  • add input option (#22642) (9beae37)
  • config: warn features incompatible with native loader in bundle loader (#22850) (05302b0)
  • css: export PostCSS config type for type-safe configs (#22792) (302c755)
  • dev: label network URLs with their interface name (#22830) (78accc4)
  • optimizer: support aube lockfile (#22813) (6319827)
  • optimizer: support nub lockfile (#22891) (65d3604)
  • update rolldown-related dependencies and use client-side HMR in bundled-dev (#22961) (960e9ef)
  • wasm: expand test suite, unwrap WebAssembly.Global and enable js-string builtins (#22674) (9e79b51)

Bug Fixes

Performance Improvements

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vite since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2026
@dependabot dependabot Bot changed the title build(deps-dev): bump vite from 6.3.5 to 8.2.0 in the svelte group build(deps-dev): bump vite from 6.3.5 to 8.2.0 in the svelte group across 1 directory Aug 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/svelte-62ce72d0a2 branch 2 times, most recently from 459e1a0 to e96c394 Compare August 5, 2026 08:13
obcode added a commit that referenced this pull request Aug 5, 2026
Tailwind v4 ships a dedicated Vite plugin, and for a Vite project that is
the documented setup — it skips the PostCSS chain entirely.

The PostCSS route also blocks the Vite 8 upgrade (#92): Vite 8 runs its
built-in postcss-import over `@import 'tailwindcss'` before the PostCSS
plugin can replace it, then tries to open a file by that name and the build
fails with ENOENT. With the Vite plugin, Vite 8 builds cleanly.

Verified with Vite 6 (build, check, 163 unit tests, dev server, e2e smoke,
and the rendered CSS bundle) — output is unchanged.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@obcode

obcode commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Untersucht am 2026-08-05. Der Build-Fehler ([postcss] ENOENT: … open 'tailwindcss') ist behoben: main nutzt seit 96a0456 @tailwindcss/vite statt der PostCSS-Kette, damit baut Vite 8.2.0 hier sauber durch (build, check, 163 Unit-Tests, Dev-Server, e2e-Smoke, Styling im Browser geprüft).

Trotzdem noch nicht mergen: vite-plugin-svelte stuft Vite 8 als experimentell ein und schreibt im Meta-Issue sveltejs/vite-plugin-svelte#1143 ausdrücklich "do not deploy in production" — Rolldown entfernt toten Code nicht zuverlässig, was zu größerem Output und kaputten Anwendungen führen kann. Der Preview-Server gibt die Warnung bei jedem Start aus.

Wieder aufgreifen, sobald vite-plugin-svelte Vite 8 als stabil führt. Die Tailwind-Umstellung ist die einzige Blockade, die hier auf unserer Seite lag.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/svelte-62ce72d0a2 branch from e96c394 to e3b71b4 Compare August 5, 2026 08:20
Bumps the svelte group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.3.5 to 8.2.0
- [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/create-vite@8.2.0/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: svelte
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/svelte-62ce72d0a2 branch from e3b71b4 to d673e0f Compare August 5, 2026 13:57
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.

1 participant