chore: release core 0.7.54, server 0.8.67, ui 0.3.15 and cli 0.10.58 - #1482
Merged
Merged
Conversation
cli ships `webjs ci`, the webjs.db verb map and the `webjs ui lint` wiring; ui carries the design-system linter itself; server and core carry the validator, schema and types for the new webjs.ci and webjs.db config keys. cli's declared server and ui ranges are raised to these versions, because a scaffold from the new cli writes a webjs.ci block an older server reports as an unknown key, and `webjs ui lint` does not exist in an older ui. The ui changelog is dated ahead of cli's so the publish loop ships both of cli's dependencies before cli itself.
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.
Releases the four packages with unreleased changes on
main.@webjsdev/coreWebjsConfigtypes for thewebjs.ciandwebjs.dbblocks@webjsdev/serverwebjs.ciandwebjs.db@webjsdev/ui@webjsdev/cliwebjs ci(#1472), thewebjs.dbverb map (#1469),webjs ui lintwiring (#1479)Two things beyond the bumps:
@webjsdev/server ^0.8.67and@webjsdev/ui ^0.3.15. A scaffold from the new cli writes awebjs.ciblock that server 0.8.66 reports as an unknown key, andwebjs ui lintdoes not exist in ui 0.3.14, so the old ranges let npm resolve a broken pairing.date:ascending. core is earliest, and the ui changelog is dated ahead of cli's, so the order is core, server, ui, cli and both of cli's dependencies are on the registry before cli is.The changelog bodies are hand-edited. The generated excerpts for core and server described the cli features rather than what those two packages carry.
@webjsdev/mcphas one unreleased internal refactor commit with no user-visible effect, so it is left out. Thecreate-webjsandwebjsdevwrapper versions are left to the release workflow.Test run:
test/packaging/*.test.mjsplus the published-package and release-guard repo-health tests, all green. No source changed.After the publish lands, refresh the global CLI (
npm update -g webjsdev,bun add -g webjsdev,mise use -g npm:webjsdev@latest).