Skip to content

chore(deps): bump @objectstack/driver-sql from 10.0.0 to 11.1.0#414

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/objectstack/driver-sql-11.1.0
Closed

chore(deps): bump @objectstack/driver-sql from 10.0.0 to 11.1.0#414
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/objectstack/driver-sql-11.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @objectstack/driver-sql from 10.0.0 to 11.1.0.

Release notes

Sourced from @​objectstack/driver-sql's releases.

@​objectstack/driver-sqlite-wasm@​11.1.0

Patch Changes

  • Updated dependencies [ce0b4f6]
  • Updated dependencies [9ccfcd6]
  • Updated dependencies [ecf193f]
  • Updated dependencies [51bec81]
  • Updated dependencies [3e593a7]
  • Updated dependencies [63d5403]
    • @​objectstack/core@​11.1.0
    • @​objectstack/spec@​11.1.0
    • @​objectstack/driver-sql@​11.1.0

@​objectstack/driver-sql@​11.1.0

Patch Changes

  • Updated dependencies [ce0b4f6]
  • Updated dependencies [9ccfcd6]
  • Updated dependencies [ecf193f]
  • Updated dependencies [51bec81]
  • Updated dependencies [3e593a7]
  • Updated dependencies [fdb41c0]
  • Updated dependencies [63d5403]
    • @​objectstack/core@​11.1.0
    • @​objectstack/spec@​11.1.0
    • @​objectstack/types@​11.1.0
Changelog

Sourced from @​objectstack/driver-sql's changelog.

11.1.0

Patch Changes

  • Updated dependencies [ce0b4f6]
  • Updated dependencies [9ccfcd6]
  • Updated dependencies [ecf193f]
  • Updated dependencies [51bec81]
  • Updated dependencies [3e593a7]
  • Updated dependencies [fdb41c0]
  • Updated dependencies [63d5403]
    • @​objectstack/core@​11.1.0
    • @​objectstack/spec@​11.1.0
    • @​objectstack/types@​11.1.0

11.0.0

Minor Changes

  • d980f0d: feat: add a first-class user field type (person picker)

    A new user field type — the equivalent of Airtable's Collaborator / Notion's Person / Salesforce's Lookup(User). Authored as Field.user({ ... }); use { multiple: true } for collaborators/watchers and { defaultValue: 'current_user' } to auto-fill the acting user on create.

    Why a distinct type rather than telling authors to Field.lookup('sys_user'): selecting a person is table-stakes, but the value is in modelling discoverability — a "User" entry in the Studio/AI field palette instead of requiring authors (and AI) to know to reference the internal sys_user system object — plus current_user defaults and a user-search picker. Storage and runtime are unchanged.

    Deliberately NOT a new storage primitive. user is a semantic specialization of lookup with the target fixed to sys_user: it shares the exact lookup code path — same FK string column (multiple ⇒ JSON), same $expand resolution, same indexing — so referential integrity and fresh display names come for free, and nothing is re-implemented. An existing Field.lookup('sys_user') is therefore equivalent at the storage layer (zero data migration to adopt Field.user).

    Ownership semantics are unchanged: the existing owner_id convention + plugin-security auto-stamp/RLS still apply. A declarative owner flag is a possible future follow-up; intentionally not added here to avoid a second field type for what is a system role (rationale: keep the FieldType surface lean — see related ADR-0059 freeze discipline).

    Changes: FieldType gains 'user' + Field.user() builder; the SQL/Mongo drivers treat user exactly like lookup; the engine resolves $expand for user fields and honours a new defaultValue: 'current_user' token (resolved

... (truncated)

Commits
  • 89e80b4 chore: version packages
  • 3e593a7 feat(spec)!: remove deprecated DriverInterface alias — use IDataDriver (11.0,...
  • fdb41c0 feat(types)!: remove ObjectStack's own legacy env-var aliases (11.0, #2379) (...
  • 80fe2ef chore: version packages (#2382)
  • c715d25 chore(license): unify framework repo to single Apache-2.0 (#2353)
  • d980f0d feat: add a first-class user field type (person picker) (#2351)
  • 795b6d1 refactor: single-source the multi-org (OS_MULTI_ORG_ENABLED) flag (#2350)
  • bc22a89 fix(driver-sql): present Field.time as a wall-clock time-of-day on read (SQLi...
  • 8a7e9f1 fix(driver-sql): canonical ISO-8601-Z for user NOW()-default temporal fields ...
  • 98a1535 fix(driver-sql): canonical ISO-8601-Z audit timestamps on SQLite (ADR-0074) (...
  • Additional commits viewable 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/driver-sql](https://github.com/objectstack-ai/framework/tree/HEAD/packages/plugins/driver-sql) from 10.0.0 to 11.1.0.
- [Release notes](https://github.com/objectstack-ai/framework/releases)
- [Changelog](https://github.com/objectstack-ai/framework/blob/main/packages/plugins/driver-sql/CHANGELOG.md)
- [Commits](https://github.com/objectstack-ai/framework/commits/@objectstack/driver-sql@11.1.0/packages/plugins/driver-sql)

---
updated-dependencies:
- dependency-name: "@objectstack/driver-sql"
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

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.

@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Jun 29, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/objectstack/driver-sql-11.1.0 branch June 29, 2026 15:18
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