chore(vscode-wcs): release 1.14.0 - #262
Merged
Merged
Conversation
Close the unreleased CHANGELOG section as 1.14.0 and bump the version fields. The release bundles @wcstack/state 2.3.0, which shipped recursive paths. 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.
Marketplace release bookkeeping for the VS Code extension. Docs and version fields only, no source change.
What this commit carries
CHANGELOG.md:## 未リリースbecomes## 1.14.0 — 2026-09-12, and its intro line becomes the bundled-state line in the same form 1.13.0 uses (@wcstack/state2.3.0 の dist を同梱。).package.json/package-lock.json: 1.13.0 → 1.14.0.What 1.14.0 ships
Static validation for recursive paths (
$recursion/**) from #259 and #261, reported under the samewcs/recursion-*codes as the runtime. It also adds the preamble's**index signatures and reads${}-free template literals as path arguments. Built against@wcstack/state2.3.0, which shipped recursive paths.Verification
npm run build: clean.npm test: 35 files, 854 tests, all passing.npm run package: 890 files, 4.29 MB, the same file count as 1.13.0.npm prune --dry-runreports nothing extraneous.@wcstack/stateresolves to 2.3.0 through thefile:../statelink, and its dist includes$recursion.After merge
Tag
vscode-wcs-v1.14.0on the merge commit, publish exactly this packaged.vsix(vsce publish --packagePath, not a re-pack), and confirm the Marketplace version withvsce show.🤖 Generated with Claude Code