Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

Packages across the monorepo had diverged (1.9.1, 1.0.2, 0.2.1, 0.1.x), causing dependency confusion and breaking the fixed versioning contract defined in .changeset/config.json.

Changes

  • Version synchronization: Bumped all 14 @objectql packages + root + vscode extension to 2.0.0
  • Changeset config: Added missing packages (@objectql/create, @objectql/driver-{excel,fs,localstorage,memory}) to fixed group
  • Release changeset: Created major version changeset with migration notes

Version alignment

Before:

@objectql/types: 1.9.1
@objectql/create: 1.0.2
@objectql/driver-excel: 0.2.1
@objectql/driver-localstorage: 0.1.2

After: All at 2.0.0

The check-versions script now validates all 14 packages maintain synchronization.

Publishing

pnpm run release

This will update CHANGELOGs, remove the changeset, and publish to npm.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • fastdl.mongodb.org
    • Triggering command: /usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/objectql/objectql/node_modules/.pnpm/[email protected]/node_modules/jest-worker/build/processChild.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

统一版本号并发一个版本


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Unify version numbers and deploy a release Unify all package versions to 2.0.0 with synchronized release strategy Jan 16, 2026
Copilot AI requested a review from huangyiirene January 16, 2026 17:05
@github-actions
Copy link
Contributor

📋 Changelog Preview

The following changes will be included in the next release:

[email protected] changeset /home/runner/work/objectql/objectql
changeset status --verbose

🦋 �[31merror�[39m Error: Failed to find where HEAD diverged from "main". Does "main" exist and it's synced with remote?
🦋 �[31merror�[39m at getDivergedCommit (/home/runner/work/objectql/objectql/node_modules/.pnpm/@changesets[email protected]/node_modules/@changesets/git/dist/changesets-git.cjs.js:63:11)
🦋 �[31merror�[39m at async getChangedFilesSince (/home/runner/work/objectql/objectql/node_modules/.pnpm/@changesets[email protected]/node_modules/@changesets/git/dist/changesets-git.cjs.js:189:22)
🦋 �[31merror�[39m at async Object.getChangedPackagesSinceRef (/home/runner/work/objectql/objectql/node_modules/.pnpm/@changesets[email protected]/node_modules/@changesets/git/dist/changesets-git.cjs.js:229:24)
🦋 �[31merror�[39m at async getVersionableChangedPackages (/home/runner/work/objectql/objectql/node_modules/.pnpm/@changesets+cli@2.29.8_@types[email protected]/node_modules/@changesets/cli/dist/changesets-cli.cjs.js:230:27)
🦋 �[31merror�[39m at async status (/home/runner/work/objectql/objectql/node_modules/.pnpm/@changesets+cli@2.29.8_@types[email protected]/node_modules/@changesets/cli/dist/changesets-cli.cjs.js:1051:27)
🦋 �[31merror�[39m at async run (/home/runner/work/objectql/objectql/node_modules/.pnpm/@changesets+cli@2.29.8_@types[email protected]/node_modules/@changesets/cli/dist/changesets-cli.cjs.js:1355:11)
 ELIFECYCLE  Command failed with exit code 1.

@huangyiirene huangyiirene marked this pull request as ready for review January 16, 2026 17:37
@huangyiirene huangyiirene merged commit 61f36ad into main Jan 16, 2026
13 checks passed
@huangyiirene huangyiirene deleted the copilot/unify-version-numbers branch January 16, 2026 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants