Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

v7.0.15

7.0.15 (2026-05-09)

Bug Fixes

  • core: apply array customType to scalar arrays defined via property chain (#7689) (26f8107), closes #7688
  • core: apply filters to inverse 1:1 populate joins instead of duplicating them (#7684) (895c93e), closes #7680
  • core: narrow inherited discriminator to literal value in defineEntity (#7678) (571a91e), closes #7677
  • migrations: log migration inside the runner's transaction (#7676) (59a96f4)
  • mysql: default maxIdle when pool.idleTimeoutMillis is set (#7673) (b711997), closes #7672
  • sql: apply customType SQL wrappers in getKysely (#7682) (89f9222), closes #7679
  • sql: nest auto-joins inside a join cond's target to avoid forward references (#7683) (2ad53b3), closes #7681

v7.0.14

7.0.14 (2026-05-04)

Bug Fixes

  • core: avoid crash on STI subclass with 1:M override (#7636) (34427ff), closes #7635
  • core: drop entity from persist/remove stacks in uow.unsetIdentity() (#7639) (0b90c31), closes #7638
  • core: escape embedded quote characters in quoteIdentifier (#7653) (3fadd28)
  • core: escape JSON path keys in getSearchJsonPropertyKey (#7656) (556d339)
  • core: respect hidden flag with populate: ['*'] in serialize() (#7637) (88ed196), closes #7634
  • sql: avoid duplicate result cache write on em.find() (#7645) (fa12c86), closes #6923 #7644

Features

  • sql: add MikroORM and defineConfig variants in @mikro-orm/sql (#7647) (ce31ff4)

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

... (truncated)

Changelog

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

7.0.15 (2026-05-09)

Bug Fixes

  • core: apply array customType to scalar arrays defined via property chain (#7689) (26f8107), closes #7688
  • core: apply filters to inverse 1:1 populate joins instead of duplicating them (#7684) (895c93e), closes #7680
  • core: narrow inherited discriminator to literal value in defineEntity (#7678) (571a91e), closes #7677
  • migrations: log migration inside the runner's transaction (#7676) (59a96f4)
  • mysql: default maxIdle when pool.idleTimeoutMillis is set (#7673) (b711997), closes #7672
  • sql: apply customType SQL wrappers in getKysely (#7682) (89f9222), closes #7679
  • sql: nest auto-joins inside a join cond's target to avoid forward references (#7683) (2ad53b3), closes #7681

7.0.14 (2026-05-04)

Bug Fixes

  • core: avoid crash on STI subclass with 1:M override (#7636) (34427ff), closes #7635
  • core: drop entity from persist/remove stacks in uow.unsetIdentity() (#7639) (0b90c31), closes #7638
  • core: escape embedded quote characters in quoteIdentifier (#7653) (3fadd28)
  • core: escape JSON path keys in getSearchJsonPropertyKey (#7656) (556d339)
  • core: respect hidden flag with populate: ['*'] in serialize() (#7637) (88ed196), closes #7634
  • sql: avoid duplicate result cache write on em.find() (#7645) (fa12c86), closes #6923 #7644

Features

  • sql: add MikroORM and defineConfig variants in @mikro-orm/sql (#7647) (ce31ff4)

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)

... (truncated)

Commits
  • 4f5c1dc chore(release): v7.0.15 [skip ci]
  • 26f8107 fix(core): apply array customType to scalar arrays defined via property chain...
  • 89f9222 fix(sql): apply customType SQL wrappers in getKysely (#7682)
  • 4b60803 chore(deps): bump fast-uri from 3.0.3 to 3.1.2 in /docs (#7686)
  • 66511a4 chore(deps): bump fast-uri from 3.1.0 to 3.1.2 (#7687)
  • 2ad53b3 fix(sql): nest auto-joins inside a join cond's target to avoid forward refere...
  • 895c93e fix(core): apply filters to inverse 1:1 populate joins instead of duplicating...
  • 59a96f4 fix(migrations): log migration inside the runner's transaction (#7676)
  • 571a91e fix(core): narrow inherited discriminator to literal value in defineEntity ...
  • 0d155de chore(deps): bump ip-address from 10.0.1 to 10.2.0 (#7675)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 11, 2026
Bumps [@mikro-orm/sql](https://github.com/mikro-orm/mikro-orm) from 7.0.2 to 7.0.15.
- [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.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mikro-orm/sql-7.0.15 branch from 76811a5 to eae7a0c Compare May 11, 2026 06:37
@dependabot @github

dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #362.

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