Unify package versions to 4.0.0 across monorepo#172
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update version number to 4.0
Unify package versions to 4.0.0 across monorepo
Jan 23, 2026
Contributor
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aligns all ObjectQL monorepo packages in the fixed version group to 4.0.0, eliminating prior fragmentation across 3.0.0, 3.0.1, and mixed 4.0.0 versions and matching the Changesets configuration.
Changes:
- Bumped the root monorepo
package.jsonversion to4.0.0. - Updated all core ObjectQL packages (foundation, runtime, tools, and drivers) in this repo that were at
3.xto4.0.0. - Updated all affected example packages’
package.jsonversions to4.0.0for consistency with the main packages.
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Sets the monorepo root version to 4.0.0, aligning the workspace version baseline. |
| packages/foundation/types/package.json | Bumps @objectql/types to 4.0.0, keeping the type “constitution” in sync with the 4.x line. |
| packages/foundation/core/package.json | Bumps @objectql/core to 4.0.0, matching the engine with the new major version. |
| packages/foundation/platform-node/package.json | Bumps @objectql/platform-node to 4.0.0, syncing Node platform utilities with the rest of the foundation. |
| packages/runtime/server/package.json | Bumps @objectql/server to 4.0.0, ensuring the HTTP server adapter tracks the new core version. |
| packages/tools/cli/package.json | Bumps @objectql/cli to 4.0.0, aligning the CLI with the 4.x ecosystem. |
| packages/tools/create/package.json | Bumps @objectql/create to 4.0.0, ensuring new app scaffolds are associated with the 4.x generation. |
| packages/tools/vscode-objectql/package.json | Bumps the VS Code extension vscode-objectql to 4.0.0, matching the protocol/tooling versioning. |
| packages/drivers/sql/package.json | Bumps @objectql/driver-sql to 4.0.0, aligning the SQL driver with DriverInterface v4.0 and the rest of the stack. |
| packages/drivers/mongo/package.json | Bumps @objectql/driver-mongo to 4.0.0, keeping the MongoDB driver consistent with the 4.x protocol. |
| packages/drivers/memory/package.json | Bumps @objectql/driver-memory to 4.0.0, syncing the in-memory driver with the unified version group. |
| examples/showcase/project-tracker/package.json | Bumps the project tracker example to 4.0.0 for consistency with the main packages. |
| examples/showcase/enterprise-erp/package.json | Bumps the enterprise ERP example to 4.0.0, matching the 4.x stack. |
| examples/quickstart/hello-world/package.json | Bumps the hello-world quickstart to 4.0.0, keeping the starter aligned with the current version. |
| examples/integrations/express-server/package.json | Bumps the Express integration example to 4.0.0, aligning with the updated server/core packages. |
| examples/integrations/browser/package.json | Bumps the browser integration example to 4.0.0, matching the 4.x drivers it uses. |
| examples/drivers/fs-demo/package.json | Bumps the FS driver demo to 4.0.0, consistent with the 4.x driver set. |
| examples/drivers/excel-demo/package.json | Bumps the Excel driver demo to 4.0.0, ensuring example alignment with the driver version. |
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.
Synchronizes all ObjectQL packages to version 4.0.0, resolving version fragmentation across the monorepo (previously at 3.0.0, 3.0.1, and mixed 4.0.0).
Changes
Updated to 4.0.0:
@objectql/types,@objectql/core,@objectql/platform-node@objectql/cli,@objectql/create,vscode-objectql@objectql/server@objectql/driver-{sql,mongo,memory}Preserved versions:
@objectstack/*packages remain at 0.2.0 (separate namespace)apps/siteremains at 1.0.0All 14 packages in the fixed version group now synchronized per
.changeset/config.jsonrequirements.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.