chore: sync main to dev after v1.30.1#82
Merged
Merged
Conversation
release: persistent conversations
Update 18 packages to latest minor/patch versions: - svelte 5.45→5.55, @sveltejs/kit 2.49→2.55, vite 7.2→7.3 - tailwindcss 4.1→4.2, @tailwindcss/vite 4.1→4.2 - @biomejs/biome 2.3→2.4 (migrate config schema) - electron 39.2→39.8, electron-builder 26.0→26.8 - @inlang/paraglide-js 2.6→2.15, @inlang/cli 3.0→3.1 - semantic-release 25.0.2→25.0.3, svelte-check 4.3→4.4
- Update 18 non-breaking dependencies to latest minor/patch - Migrate Biome config schema to 2.4.10 - Bump all CI workflows from Node 22 to Node 24 (fixes npm ci lockfile incompatibility with npm 11)
# [1.30.0](v1.29.4...v1.30.0) (2026-04-01) ### Bug Fixes * preserve original line content in parseLine for sender/content ([ec7c3da](ec7c3da)) ### Features * add persistent conversation feature with cross-platform file restoration ([#66](#66)) ([432bdb4](432bdb4)) * improve date format detection and resilience ([d8f9ddc](d8f9ddc)), closes [#69](#69)
electron-builder 26.8 introduced a dmg-builder regression (plistlib.InvalidFileException) that breaks macOS builds. Pin to 26.0.x until upstream fix lands.
## [1.30.1](v1.30.0...v1.30.1) (2026-04-01) ### Bug Fixes * pin electron-builder to ~26.0.12 ([95cb0b7](95cb0b7))
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.
Automated PR to sync release changes from main to dev.