Skip to content

chore(deps): Bump @objectstack/cli from 7.2.0 to 7.3.0#363

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/objectstack/cli-7.3.0
Closed

chore(deps): Bump @objectstack/cli from 7.2.0 to 7.3.0#363
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/objectstack/cli-7.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps @objectstack/cli from 7.2.0 to 7.3.0.

Release notes

Sourced from @​objectstack/cli's releases.

@​objectstack/client-react@​7.3.0

Patch Changes

  • Updated dependencies [5e7c554]
    • @​objectstack/spec@​7.3.0
    • @​objectstack/core@​7.3.0
    • @​objectstack/client@​7.3.0

@​objectstack/cli@​7.3.0

Patch Changes

  • 45259d6: os start no longer silently shifts ports on a conflict.

    Port resolution is unchanged (--port$OS_PORT$PORT3000), but the conflict behaviour is now mode-dependent:

    • Dev (os dev, or NODE_ENV=development): still auto-hops to the next free port (up to +100) so multiple example apps can run side-by-side. The startup banner shows the actual bound port.
    • Production (os start): if the resolved port is busy, the CLI now fails loudly and exits 1 instead of binding a different port. A silently drifted port breaks reverse-proxy upstreams, better-auth callback URLs (OS_AUTH_URL), and CORS trusted-origins (OS_TRUSTED_ORIGINS) as opaque 403/502s.

    Also fixed: the os start startup banner now prints the real Console URL when the port comes from $PORT/$OS_PORT (previously it always showed the --port/3000 value, which could be wrong).

  • Updated dependencies [5e7c554]

    • @​objectstack/spec@​7.3.0
    • @​objectstack/core@​7.3.0
    • @​objectstack/account@​7.3.0
    • @​objectstack/client@​7.3.0
    • @​objectstack/objectql@​7.3.0
    • @​objectstack/observability@​7.3.0
    • @​objectstack/platform-objects@​7.3.0
    • @​objectstack/driver-memory@​7.3.0
    • @​objectstack/driver-mongodb@​7.3.0
    • @​objectstack/driver-sql@​7.3.0
    • @​objectstack/driver-sqlite-wasm@​7.3.0
    • @​objectstack/plugin-approvals@​7.3.0
    • @​objectstack/plugin-audit@​7.3.0
    • @​objectstack/plugin-auth@​7.3.0
    • @​objectstack/plugin-email@​7.3.0
    • @​objectstack/plugin-hono-server@​7.3.0
    • @​objectstack/plugin-mcp-server@​7.3.0
    • @​objectstack/plugin-org-scoping@​7.3.0
    • @​objectstack/plugin-reports@​7.3.0
    • @​objectstack/plugin-security@​7.3.0
    • @​objectstack/plugin-sharing@​7.3.0

... (truncated)

Changelog

Sourced from @​objectstack/cli's changelog.

7.3.0

Patch Changes

  • 45259d6: os start no longer silently shifts ports on a conflict.

    Port resolution is unchanged (--port$OS_PORT$PORT3000), but the conflict behaviour is now mode-dependent:

    • Dev (os dev, or NODE_ENV=development): still auto-hops to the next free port (up to +100) so multiple example apps can run side-by-side. The startup banner shows the actual bound port.
    • Production (os start): if the resolved port is busy, the CLI now fails loudly and exits 1 instead of binding a different port. A silently drifted port breaks reverse-proxy upstreams, better-auth callback URLs (OS_AUTH_URL), and CORS trusted-origins (OS_TRUSTED_ORIGINS) as opaque 403/502s.

    Also fixed: the os start startup banner now prints the real Console URL when the port comes from $PORT/$OS_PORT (previously it always showed the --port/3000 value, which could be wrong).

  • Updated dependencies [5e7c554]

    • @​objectstack/spec@​7.3.0
    • @​objectstack/core@​7.3.0
    • @​objectstack/account@​7.3.0
    • @​objectstack/client@​7.3.0
    • @​objectstack/objectql@​7.3.0
    • @​objectstack/observability@​7.3.0
    • @​objectstack/platform-objects@​7.3.0
    • @​objectstack/driver-memory@​7.3.0
    • @​objectstack/driver-mongodb@​7.3.0
    • @​objectstack/driver-sql@​7.3.0
    • @​objectstack/driver-sqlite-wasm@​7.3.0
    • @​objectstack/plugin-approvals@​7.3.0
    • @​objectstack/plugin-audit@​7.3.0
    • @​objectstack/plugin-auth@​7.3.0
    • @​objectstack/plugin-email@​7.3.0
    • @​objectstack/plugin-hono-server@​7.3.0
    • @​objectstack/plugin-mcp-server@​7.3.0
    • @​objectstack/plugin-org-scoping@​7.3.0
    • @​objectstack/plugin-reports@​7.3.0
    • @​objectstack/plugin-security@​7.3.0
    • @​objectstack/plugin-sharing@​7.3.0
    • @​objectstack/plugin-webhooks@​7.3.0
    • @​objectstack/rest@​7.3.0
    • @​objectstack/runtime@​7.3.0
    • @​objectstack/service-ai@​7.3.0
    • @​objectstack/service-analytics@​7.3.0
    • @​objectstack/service-automation@​7.3.0
    • @​objectstack/service-cache@​7.3.0

... (truncated)

Commits
  • f39c764 chore: version packages
  • 45259d6 fix(cli): fail loudly on port conflict in production instead of silently drif...
  • 91f98bd chore: switch default cloud URL from cloud.objectos.app to cloud.objectos.ai
  • 715ac21 chore: version packages
  • cf0e0ba Update env var migration to OS_ prefixes
  • 9096dfe migrate env vars to OS_ prefix and add metadata protection
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@objectstack/cli](https://github.com/objectstack-ai/framework/tree/HEAD/packages/cli) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/objectstack-ai/framework/releases)
- [Changelog](https://github.com/objectstack-ai/framework/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/objectstack-ai/framework/commits/@objectstack/cli@7.3.0/packages/cli)

---
updated-dependencies:
- dependency-name: "@objectstack/cli"
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 1, 2026

Labels

The following labels could not be found: automated. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
hotcrm Ignored Ignored Jun 1, 2026 2:12am

Request Review

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 1, 2026

Looks like @objectstack/cli is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 1, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/objectstack/cli-7.3.0 branch June 1, 2026 14:27
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.

0 participants