chore(release): 0.4.0 - #29
Merged
Merged
Conversation
Minor rather than patch: the VS Code floor moves from 1.125 to 1.134, which is breaking for anyone on an older editor. Pre-1.0, so it lands as a minor with the change marked **Breaking** in the changelog. Verified on this branch, all exit 0: lint, typecheck, check:l10n, unit + integration tests, `vsce package`, verify:vsix. Co-Authored-By: Claude Opus 5 (1M context) <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.
Cuts 0.4.0. Contents are the merged
engines.vscodefloor raise plus this cycle's dependency updates.Changes
engines.vscode^1.125.0→^1.134.0, in step with@types/vscode~1.134.0— breaking for anyone on an older editorvitest→ 4.1.11,eslint→ 10.9.1,typescript-eslint→ 8.68.0CONTRIBUTING.mdcorrections: it asked for Node.js ≥ 22.12 whereengines.nodeand CI require 24, and credited the floor to@kkdev92/vscode-ext-kit2.0 when the dependency is^3.0.0quickUtils.logLevelfix, already on mainMinor rather than patch because the floor raise is breaking; pre-1.0, so it lands as a minor with Breaking marked in the changelog.
Verification
Local on this branch, all exit 0:
lint,typecheck,check:l10n, unit + integration tests (35),vsce package,verify:vsix.Important
publish.ymlfires onrelease: published, not on a tag push — and it has noworkflow_dispatch, so there is no dry run. Merging this PR publishes nothing; creating the GitHub Release is the step that does.