Upgrade @objectstack dependencies to v2.0.0#401
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update objectstack to latest version and adjust code
Upgrade @objectstack dependencies to v2.0.0
Feb 9, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades the repo’s direct @objectstack/* dependencies from ^1.1.0 to ^2.0.0 across the monorepo (root, core packages, plugins, console app, and examples) and refreshes the lockfile accordingly.
Changes:
- Bump
@objectstack/specto^2.0.0in core packages and plugins that depend on the spec. - Bump runtime/client/objectql/driver-msw/cli/hono-server dependencies to
^2.0.0in the root, console app, and examples. - Regenerate
pnpm-lock.yamlto reflect the new dependency graph (including new transitive entries like@objectstack/rest@2.0.0).
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Regenerated lockfile reflecting @objectstack/* v2.0.0 and updated transitive dependency tree. |
| package.json | Bump root-level @objectstack/* devDependencies and @objectstack/plugin-hono-server dependency to ^2.0.0. |
| packages/types/package.json | Upgrade @objectstack/spec dependency to ^2.0.0. |
| packages/core/package.json | Upgrade @objectstack/spec dependency to ^2.0.0. |
| packages/react/package.json | Upgrade @objectstack/spec dependency to ^2.0.0. |
| packages/data-objectstack/package.json | Upgrade @objectstack/client dependency to ^2.0.0. |
| packages/plugin-gantt/package.json | Upgrade @objectstack/spec dependency to ^2.0.0. |
| packages/plugin-map/package.json | Upgrade @objectstack/spec dependency to ^2.0.0. |
| packages/plugin-timeline/package.json | Upgrade @objectstack/spec dependency to ^2.0.0. |
| apps/console/package.json | Upgrade @objectstack/* deps (client/runtime/spec/objectql/etc.) and dev @objectstack/cli to ^2.0.0. |
| examples/todo/package.json | Upgrade @objectstack/client, @objectstack/spec, and dev @objectstack/cli to ^2.0.0. |
| examples/msw-todo/package.json | Upgrade @objectstack/* deps (client/runtime/spec/objectql/etc.) to ^2.0.0. |
| examples/kitchen-sink/package.json | Upgrade @objectstack/spec and dev @objectstack/cli to ^2.0.0. |
| examples/crm/package.json | Upgrade @objectstack/core, @objectstack/runtime, @objectstack/spec, and dev @objectstack/cli to ^2.0.0. |
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.
Bumps all @objectstack packages from
^1.1.0to^2.0.0(released 2026-02-09).Scope
9 packages upgraded:
@objectstack/spec,@objectstack/cli,@objectstack/core@objectstack/runtime,@objectstack/driver-memory,@objectstack/objectql@objectstack/plugin-msw,@objectstack/plugin-hono-server,@objectstack/client14 files modified:
pnpm-lock.yamlCompatibility
No breaking changes. Zero code modifications required. Full backward compatibility maintained.
Original prompt
Created from VS Code.
💡 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.