chore: version packages - #223
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 20:58
1bd0dd9 to
8e883da
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
everything-dev@1.52.0
Minor Changes
e574161: Improve
bos syncandbos upgradewith conflict detection, script cleanup,--jsonflag, and upgrade ordering fix.bos/sync-backup/and overwritten with the template version. User-only changes are respected (left alone). Output includes a "For AI agents" block with version delta, conflict count, backup path, upstream PR link, and intent skills reference.--jsonflag:bos sync --jsonandbos upgrade --jsonoutput machine-parseable JSON for CI integration.bos upgrade --migrations-only --jsonfrom the newly installed package, ensuring migration code runs with the latest version.buildChildRootScripts) are automatically cleaned from child projectpackage.jsonduringpersonalizeConfigandmigrateChildRootPackageJson. Self-maintaining viagetParentOnlyScriptKeys().node_modules/.bin/bosreplaced withbosshorthand.testscript uses--if-presentper workspace for flexible test execution when workspaces may or may not have tests.--forcemessaging, stale "Review changes" blocks from sync/upgrade output.bos upgradenow skips sync and parent plugin discovery when there is noextendsfield, instead of silently swallowing a sync error. Framework updates and migrations still run normally in root apps.bos types gen, re-exec upgrade) now setBOS_NO_BANNER=1to suppress the banner, preventing duplicate output and fixing a latent JSON corruption bug in the re-exec path. The banner is gated onprocess.env.BOS_NO_BANNERbeing unset..github/renovate.jsonfrom obsolete files list (should be preserved). Changed "Removed" label to "Migrated" in CLI output since the list includes both rewritten and actually-deleted files.changelogUrlalways beingundefinedin non-dry-run upgrade results. FixedrunTypesGenbeing called twice. Fixedskippedarray never being populated in sync results. Removed unusedsharedSyncvariable andexistsSyncimport.7c71c87: Move to dependency-graph-based plugin composition with manifest stacking and per-plugin type generation
dag.tsmodule withnormalizeToNodes(),topologicalSort(),buildDependencyDAG(),mergeManifestNodes(),getDependenciesForNode(), andgetSingletonKey(). API implicitly depends on all non-ui siblings unlessdependsOnis explicit.buildRuntimeConfignow fetches the API plugin manifest when remote, discovers sub-plugins with secrets/variables, and merges them into the runtime config. Config-declared plugins override manifest-discovered ones.writeGeneratedFiles()now generates per-pluginplugins-client.gen.tsfiles inplugins/{key}/src/whendependsOnis declared, andplugins-types.gen.tsis filtered byapiDependsOn.plugins.tsloads auth, plugins, and API in DAG order with a singleton cache, usinggetDependenciesForNodeto wire per-plugin client contexts. RemovedloadedPluginKeys.unshift("api")hack.RuntimeConfigSchemagains anodesfield populated bybuildRuntimeConfig, enabling the host to reason about the plugin graph directly.buildRuntimeConfig: Now returnsPromise<RuntimeConfig>— all callers updated.e574161: Improve
bos types genwith--remote-pluginsflag, cleaner output, and local paths--remote-pluginsflag:bos types gen --remote-plugins auth,appsforces specified plugins to fetch contract types remotely, matchingbos dev --remote-pluginsbehavior. The flag is passed through fromrunTypesGenin init.ts, sobos syncandbos upgradealso benefit.api local (api),apps local (plugins/apps)) instead of just "local".sourcefield: Thesourcefield was removed fromTypesGenResultSchemaand the handler since it was redundant — each contract source now reports its own status individually.host@1.15.0
Minor Changes
7c71c87: Move to dependency-graph-based plugin composition with manifest stacking and per-plugin type generation
dag.tsmodule withnormalizeToNodes(),topologicalSort(),buildDependencyDAG(),mergeManifestNodes(),getDependenciesForNode(), andgetSingletonKey(). API implicitly depends on all non-ui siblings unlessdependsOnis explicit.buildRuntimeConfignow fetches the API plugin manifest when remote, discovers sub-plugins with secrets/variables, and merges them into the runtime config. Config-declared plugins override manifest-discovered ones.writeGeneratedFiles()now generates per-pluginplugins-client.gen.tsfiles inplugins/{key}/src/whendependsOnis declared, andplugins-types.gen.tsis filtered byapiDependsOn.plugins.tsloads auth, plugins, and API in DAG order with a singleton cache, usinggetDependenciesForNodeto wire per-plugin client contexts. RemovedloadedPluginKeys.unshift("api")hack.RuntimeConfigSchemagains anodesfield populated bybuildRuntimeConfig, enabling the host to reason about the plugin graph directly.buildRuntimeConfig: Now returnsPromise<RuntimeConfig>— all callers updated.