chore: release v0.2.0#87
Merged
Merged
Conversation
npm audit flagged newly-published high-severity advisories (esbuild, form-data, dompurify, js-yaml). form-data/dompurify/js-yaml were fixed in-range; esbuild required the breaking vite 7->8 upgrade, which moves bundling to Rolldown and drops esbuild from the default tree (audit now reports 0 vulnerabilities). vite 8 / Rolldown compat changes in vite.config.js: - manualChunks: object map -> function form (Rolldown rejects the map) - minify: "esbuild" -> built-in oxc minifier (avoids pulling esbuild back in) Verified locally: build ok, 432 frontend tests pass, lint clean (0 errors), npm audit 0 vulnerabilities. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Release v0.2.0
Minor version bump cutting the 8 unreleased commits on
mainsince v0.1.15 into a release. First minor bump of the 0.x line — marks the Twin Workspace milestone.What ships in this release
baseUrlfrom jsconfig.json (Remove deprecated baseUrl from jsconfig.json #86)Release prep (this PR)
0.1.15 → 0.2.0inpackage.json,tauri.conf.json,Cargo.tomlCargo.lockviacargo generate-lockfilerelease:verifypassed: 8 Cargo graphs across all 4 release targets validated under--lockedGenerated via
npm run release:prepare -- 0.2.0. Tagv0.2.0will be cut from cleanmainafter merge.🤖 Generated with Claude Code