chore(deps-dev): Bump vite from 6.4.3 to 8.1.3 in /web#14
Closed
dependabot[bot] wants to merge 5 commits into
Closed
chore(deps-dev): Bump vite from 6.4.3 to 8.1.3 in /web#14dependabot[bot] wants to merge 5 commits into
dependabot[bot] wants to merge 5 commits into
Conversation
Built-in UI served gzipped from LittleFS. Firmware is the source of truth; the UI fetches its constants (/api/spec) + data (/api/db) at load. - main page: brand -> filament -> size -> color -> Write, plus Read pre-fill - config page: Device / Material database / OTA sub-tabs (WiFi/AP/serial, DB upload, firmware OTA) - Vite build emits minified, fixed-name bundles (index.js/config.js/style.css) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Cross-platform desktop client driving the device over USB serial. Go backend (serial-only) + a Vite/TypeScript frontend; the material DB is parsed in the frontend like the web client. - device auto-discovery (labels the ESP32-C3), gated connect flow + loading - Write/Read, and Config sub-tabs: Device / Material database / OTA - material DB: upload a file or pull from a printer (desktop fetches over HTTP, pushes to the device over serial) - firmware OTA relay with progress + release auto-discovery (GitHub), and a desktop/firmware version compatibility gate Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- release-please (Conventional Commits, Angular) drives the version + CHANGELOG and tags releases; commitlint enforces the convention - Release workflow builds + attaches firmware (firmware.bin, littlefs.bin + checksums) and desktop (macOS/Windows/Linux, UPX-compressed on Linux/Windows) - CI builds firmware / web / desktop with per-job path filters; ESLint on the desktop frontend; dependabot for gomod + pnpm + actions - firmware and desktop share one lockstep version (must match on the minor) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
README + CLAUDE.md (architecture, build/run, serial protocol, OTA + releases), the project license, and .gitignore for the generated build artifacts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.3 to 8.1.3. - [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.1.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.1.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
5cde512 to
29f79b3
Compare
Collaborator
|
Applied in the 1.0.0 history: vite 8 + typescript 6 (minify via Oxc, vite/client CSS types, ES2022). |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps vite from 6.4.3 to 8.1.3.
Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
578ffb8release: v8.1.37103c3afix(deps): bumpes-module-lexerto 2.3.0 (#22838)1534d36fix(css): inject inlined CSS after the shebang line (#22717)c4acd69fix(ssr): correct stacktrace column position for first line (#22828)2c53054fix: preload css for nested dynamic imports (#22759)ba31193release: v8.1.20d3bd7cfix(deps): revert es-module-lexer to 2.1.0 (#22827)efb98ccfix: restore, "fix: resolve pnpm .modules.yaml from workspace root instead of...cf97711fix: revert, "fix: resolve pnpm .modules.yaml from workspace root instead of ...cccef55fix: revert, "fix: escape ids with multiple null bytes (#22687)"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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)