Merged
Conversation
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update ObjectQL to latest version
Update @objectql dependencies to 1.7.2
Jan 12, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates all @objectql/* dependencies from version 1.7.0 to 1.7.2 across the entire ObjectOS monorepo. The update is comprehensive and consistent, covering all packages that depend on ObjectQL libraries. According to the PR description, the build is successful and all 55 tests pass.
Changes:
- Updated 7 different @objectql packages (core, types, driver-sql, driver-mongo, server, starter-basic, starter-enterprise) from v1.7.0 to v1.7.2
- Updated the lockfile to reflect new dependency versions and their transitive dependencies
- Ensured version consistency across all workspace packages
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated root-level @objectql dependencies to 1.7.2 |
| packages/kernel/package.json | Updated @objectql/core and @objectql/types to 1.7.2 |
| packages/server/package.json | Updated @objectql/core, driver-sql, driver-mongo, and server to 1.7.2 |
| packages/ui/package.json | Updated @objectql/types to 1.7.2 |
| packages/presets/base/package.json | Updated @objectql/core to 1.7.2 |
| apps/web/package.json | Updated @objectql/types to 1.7.2 |
| pnpm-lock.yaml | Updated all @objectql package resolutions and peer dependencies to 1.7.2, plus transitive dependency updates |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
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.
Bump all
@objectql/*packages from 1.7.0 to 1.7.2 across the monorepo.Updated Packages
@objectql/core: 1.7.0 → 1.7.2@objectql/types: 1.7.0 → 1.7.2@objectql/driver-sql: 1.7.0 → 1.7.2@objectql/driver-mongo: 1.7.0 → 1.7.2@objectql/server: 1.7.0 → 1.7.2@objectql/starter-basic: 1.7.0 → 1.7.2@objectql/starter-enterprise: 1.7.0 → 1.7.2Changed Files
package.jsonpackages/kernel/package.jsonpackages/server/package.jsonpackages/ui/package.jsonapps/web/package.jsonpackages/presets/base/package.jsonpnpm-lock.yaml(regenerated)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.