chore: upgrade @objectstack/* packages from 4.0.2 to 4.0.3#1220
Conversation
Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/81c8065c-e0e3-4068-aa7d-cb2963ec4e5a Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
❌ Console Performance Budget
📦 Bundle Size Report
Size Limits
|
There was a problem hiding this comment.
Pull request overview
Upgrades @objectstack/* dependencies from 4.0.2 to 4.0.3 across the workspace to keep the monorepo aligned with the latest ObjectStack runtime/spec/client packages.
Changes:
- Bumped
@objectstack/*versions to^4.0.3in the root and selected workspace packages/apps. - Updated
pnpm-lock.yamlto reflect new resolutions (including transitive upgrades likebetter-sqlite3). - Updated
@objectstack/specusage in multiple internal packages/plugins.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
package.json |
Bumps root @objectstack/* devDependencies and runtime dependencies to ^4.0.3. |
apps/console/package.json |
Updates Console’s @objectstack/* dependencies to ^4.0.3. |
packages/core/package.json |
Updates @objectstack/spec to ^4.0.3. |
packages/react/package.json |
Updates @objectstack/spec to ^4.0.3. |
packages/types/package.json |
Updates @objectstack/spec to ^4.0.3. |
packages/data-objectstack/package.json |
Updates @objectstack/client to ^4.0.3. |
packages/plugin-gantt/package.json |
Updates @objectstack/spec to ^4.0.3. |
packages/plugin-map/package.json |
Updates @objectstack/spec to ^4.0.3. |
packages/plugin-timeline/package.json |
Updates @objectstack/spec to ^4.0.3. |
pnpm-lock.yaml |
Lockfile refresh to capture new 4.0.3 resolutions and transitive changes. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
| '@objectstack/plugin-auth': | ||
| specifier: ^4.0.2 | ||
| version: 4.0.2(1680a8aa557a1b8cc3211deda05896ff) | ||
| version: 4.0.2(2b6f3deddcd467dd4969d40990b38b10) | ||
| '@objectstack/plugin-hono-server': | ||
| specifier: ^4.0.2 |
There was a problem hiding this comment.
The PR description says the upgrade is applied across the monorepo, but this lockfile section still shows the examples/crm importer pinned to @objectstack/* ^4.0.2 (core/driver-memory/objectql/plugin-auth/etc). This keeps multiple @objectstack versions in the workspace and can lead to duplicated installs and inconsistent behavior; either upgrade the example package.json dependencies to ^4.0.3 and regenerate the lockfile, or update the PR description/scope to explicitly exclude examples.
| devDependencies: | ||
| '@objectstack/cli': | ||
| specifier: ^4.0.2 | ||
| version: 4.0.2(@ai-sdk/anthropic@3.0.67(zod@4.3.6))(@ai-sdk/google@3.0.59(zod@4.3.6))(@ai-sdk/openai@3.0.51(zod@4.3.6))(@objectstack/core@4.0.2(pino@8.21.0))(esbuild@0.28.0)(pino@8.21.0) | ||
| version: 4.0.2(@ai-sdk/anthropic@3.0.69(zod@4.3.6))(@ai-sdk/google@3.0.62(zod@4.3.6))(@ai-sdk/openai@3.0.52(zod@4.3.6))(@objectstack/core@4.0.3(pino@8.21.0))(esbuild@0.28.0)(pino@8.21.0) | ||
| typescript: |
There was a problem hiding this comment.
In the examples/kitchen-sink importer, @objectstack/cli is still at 4.0.2 but is being resolved with a peer set that includes @objectstack/core@4.0.3. This indicates a peer-version mismatch (and will likely produce pnpm warnings or break the example at runtime). Align the example’s @objectstack/cli (and other @objectstack deps) to ^4.0.3 and re-run pnpm install so the lockfile resolves a consistent 4.0.3 set.
Upgrades all
@objectstack/*dependencies to version 4.0.3 across the monorepo.Changes
Package upgrades:
Lockfile:
Verification
Build passes (27/33 packages). The single failure in
example-sdui-page-starteris a pre-existing TypeScript issue unrelated to this upgrade.Tests pass: 64 test files, 893 tests.