Skip to content

chore(deps): bump @mikro-orm/sql from 7.0.2 to 7.1.3#370

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mikro-orm/sql-7.1.3
Closed

chore(deps): bump @mikro-orm/sql from 7.0.2 to 7.1.3#370
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mikro-orm/sql-7.1.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @mikro-orm/sql from 7.0.2 to 7.1.3.

Release notes

Sourced from @​mikro-orm/sql's releases.

v7.1.3

7.1.3 (2026-05-31)

Bug Fixes

  • core: emit composite unique for OneToOne across 3+ STI variants (#7806) (ae89033), closes #7805
  • core: support mapToPk scalar typing with ES decorators (#7818) (9b8b4e4), closes #7817

Features

  • core: support onReserveConnection across SQL drivers (#7815) (166c966)
  • postgres: support adding and changing partitioning on existing tables (#7816) (db738bd)
  • schema: add ignoreRoutines option to leave routines unmanaged (#7810) (84e2ed3)
  • schema: add ignoreTriggers option and skip trigger drops in safe mode (#7809) (cc35d88)

v7.1.2

7.1.2 (2026-05-29)

Bug Fixes

  • cli: allow discovery:export to generate an empty list of entities (#7795) (604f109)
  • core: avoid circular type in defineEntity index/unique where with self-referencing relations (#7784) (82ad42a), closes #7440
  • core: preserve sibling conditions next to $and/$or on relation filters (#7790) (2b59672)
  • core: reload non-merged columns after upsert with a raw conflict target (#7800) (1366074)
  • migrations: stop migrator.up() from churning a snapshot that matches the DB (#7804) (3f1297c), closes #7803 #7798 #7798
  • sql: expose raw aliases in QueryBuilder execute() result type (#7785) (2944703)
  • sql: handle scalar PK in joined mapping of composite-FK relations (#7802) (88fae8e), closes #7801
  • sql: stabilize MySQL snapshot serialization for decimal/text/extra/comment (#7797) (184cfde), closes #7235 #7608 #7796
  • sql: stop spurious Postgres schema diff on geometry typmod and truncated check names (#7803) (a972992), closes #7798 #7798
  • sql: stop sqlite snapshot flip on table/column comments (#7799) (bac9210), closes #7798

Features

v7.1.1

7.1.1 (2026-05-22)

Bug Fixes

  • cli: skip local-dependency check under Deno (#7767) (c27c211), closes #7766
  • core: reload suppressed entities from partially-suppressed upsertMany (#7779) (36eaff3), closes #7775

... (truncated)

Changelog

Sourced from @​mikro-orm/sql's changelog.

7.1.3 (2026-05-31)

Bug Fixes

  • core: emit composite unique for OneToOne across 3+ STI variants (#7806) (ae89033), closes #7805
  • core: support mapToPk scalar typing with ES decorators (#7818) (9b8b4e4), closes #7817

Features

7.1.2 (2026-05-29)

Bug Fixes

  • cli: allow discovery:export to generate an empty list of entities (#7795) (604f109)
  • core: avoid circular type in defineEntity index/unique where with self-referencing relations (#7784) (82ad42a), closes #7440
  • core: preserve sibling conditions next to $and/$or on relation filters (#7790) (2b59672)
  • core: reload non-merged columns after upsert with a raw conflict target (#7800) (1366074)
  • migrations: stop migrator.up() from churning a snapshot that matches the DB (#7804) (3f1297c), closes #7803 #7798 #7798
  • sql: expose raw aliases in QueryBuilder execute() result type (#7785) (2944703)
  • sql: handle scalar PK in joined mapping of composite-FK relations (#7802) (88fae8e), closes #7801
  • sql: stabilize MySQL snapshot serialization for decimal/text/extra/comment (#7797) (184cfde), closes #7235 #7608 #7796
  • sql: stop spurious Postgres schema diff on geometry typmod and truncated check names (#7803) (a972992), closes #7798 #7798
  • sql: stop sqlite snapshot flip on table/column comments (#7799) (bac9210), closes #7798

Features

7.1.1 (2026-05-22)

Bug Fixes

... (truncated)

Commits
  • 41e1040 chore(release): v7.1.3 [skip ci]
  • 166c966 feat(core): support onReserveConnection across SQL drivers (#7815)
  • db738bd feat(postgres): support adding and changing partitioning on existing tables (...
  • b9209c6 docs: clarify type-level inheritance of base class methods with defineEntity ...
  • 9b8b4e4 fix(core): support mapToPk scalar typing with ES decorators (#7818)
  • 3278a9a chore(deps): update patch/minor dependencies to v21.0.2
  • 4307918 chore(deps): update dependency mongodb-memory-server-core to v11.2.0 (#7813)
  • 142a0fa chore: make CI mssql startup resilient to crash-restart cycles (#7812)
  • 84e2ed3 feat(schema): add ignoreRoutines option to leave routines unmanaged (#7810)
  • cc35d88 feat(schema): add ignoreTriggers option and skip trigger drops in safe mode...
  • 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 [@mikro-orm/sql](https://github.com/mikro-orm/mikro-orm) from 7.0.2 to 7.1.3.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v7.0.2...v7.1.3)

---
updated-dependencies:
- dependency-name: "@mikro-orm/sql"
  dependency-version: 7.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #374.

@dependabot dependabot Bot closed this Jun 8, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/mikro-orm/sql-7.1.3 branch June 8, 2026 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants