Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

v7.0.13

7.0.13 (2026-04-27)

Bug Fixes

  • cli: don't auto-register extensions on CLI-passed options (#7614) (2a4cd8a), closes #7613
  • core: allow targetKey to point at a primary key (#7626) (be4c04f), closes #7625
  • core: infer FK column from accessor name for backing-field relations (#7627) (c136f42)
  • core: link TPT subclass iterated before its abstract parent (#7611) (0468716), closes #7609
  • core: merge nested fields paths into explicit populate (#7605) (5489104)
  • mssql: clean up .mdf/.ldf files on drop (#7621) (5d6ed58)
  • mssql: use set offline instead of set single_user to drop databases (#7620) (921cd81)
  • mysql: skip password callback when reusing a pooled connection (#7604) (1965155), closes #7576
  • postgres: treat timetz / time with time zone as aliases in schema diff (#7618) (57080c5), closes #7616
  • sql: stabilize migration snapshot serialization (#7608) (caec061), closes #7607 #7610 #7607 #7610

v7.0.12

7.0.12 (2026-04-23)

Bug Fixes

  • core: avoid crash on STI subclass @​ManyToOne override targeting same hierarchy (#7599) (eeebf6f), closes #7598
  • core: expand polymorphic entity refs in where filters (#7579) (32a0f08), closes #7578
  • core: expand polymorphic entity refs inside scalar operators (#7581) (1027e90), closes #7579 #7578
  • core: recognize TypeScript's __esDecorate helper in decorator path lookup (#7584) (ad9c86a), closes #7583
  • core: skip getter-only properties in assignDefaultValues (#7575) (0251777), closes #7574
  • mysql: resolve password callback per-connection for short-lived tokens (#7577) (9b9fe2d), closes #7576
  • postgres: schema-qualify generated drop index statements (#7603) (c32bbd6)
  • sql: forward ignoreBranch options for M2M pivot alias resolution (#7591) (0cb4895), closes #7590

v7.0.11

7.0.11 (2026-04-16)

Bug Fixes

  • core: allow unknown values for Opt<unknown> properties (#7555) (7368fa1)
  • core: hydrate version property when merging data via SELECT_IN populate (#7547) (23ed086), closes #7543
  • core: prevent infinite loop with populate: ['*'] and refresh: true (#7548) (2f0518f), closes #7544
  • core: support TPT inheritance targets in polymorphic relations (#7564) (0e818fa), closes #7563
  • core: unwrap IType serialized type for scalar-based properties in EntityDTO (#7549) (42e4675)
  • core: validate TPT leaf entity indexes against own properties (#7573) (1f5e518), closes #7570
  • decorators: allow ES decorators on abstract classes (#7556) (a4eb8f2), closes #7553
  • migrations: skip database connection in create() and getPending() when snapshot exists (#7568) (4bf6ed5), closes #7493
  • postgres: normalize != to <> in check constraint diffing (#7541) (b8ad2b0), closes #7540

... (truncated)

Changelog

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

7.0.13 (2026-04-27)

Bug Fixes

7.0.12 (2026-04-23)

Bug Fixes

  • core: avoid crash on STI subclass @​ManyToOne override targeting same hierarchy (#7599) (eeebf6f), closes #7598
  • core: expand polymorphic entity refs in where filters (#7579) (32a0f08), closes #7578
  • core: expand polymorphic entity refs inside scalar operators (#7581) (1027e90), closes #7579 #7578
  • core: recognize TypeScript's __esDecorate helper in decorator path lookup (#7584) (ad9c86a), closes #7583
  • core: skip getter-only properties in assignDefaultValues (#7575) (0251777), closes #7574
  • mysql: resolve password callback per-connection for short-lived tokens (#7577) (9b9fe2d), closes #7576
  • postgres: schema-qualify generated drop index statements (#7603) (c32bbd6)
  • sql: forward ignoreBranch options for M2M pivot alias resolution (#7591) (0cb4895), closes #7590

7.0.11 (2026-04-16)

Bug Fixes

... (truncated)

Commits
  • ba33745 chore(release): v7.0.13 [skip ci]
  • 99cff28 chore(deps): update dependency marked to v18 (#7631)
  • 1db6df5 chore(deps): update patch/minor dependencies
  • d656072 docs: add version sidebar to changelog page and polish rendering (#7630)
  • c2ccf34 docs: source changelog page from GitHub Releases (#7628)
  • c136f42 fix(core): infer FK column from accessor name for backing-field relations (#7...
  • be4c04f fix(core): allow targetKey to point at a primary key (#7626)
  • e20a870 chore(deps): bump postcss from 8.5.4 to 8.5.10 in /docs (#7624)
  • c1c58f6 chore(ci): retry docker pulls and give mssql a startup grace period (#7623)
  • caec061 fix(sql): stabilize migration snapshot serialization (#7608)
  • 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.0.13.
- [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.0.13)

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

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 May 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #360.

@dependabot dependabot Bot closed this May 11, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/mikro-orm/sql-7.0.13 branch May 11, 2026 02:08
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