Skip to content

Bump @mikro-orm/knex, @mikro-orm/core and @mikro-orm/postgresql - #418

Open
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/multi-5f4d0ba1c9
Open

Bump @mikro-orm/knex, @mikro-orm/core and @mikro-orm/postgresql#418
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/multi-5f4d0ba1c9

Conversation

@dependabot

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

Copy link
Copy Markdown

Removes @mikro-orm/knex. It's no longer used after updating ancestor dependencies @mikro-orm/knex, @mikro-orm/core and @mikro-orm/postgresql. These dependencies need to be updated together.

Removes @mikro-orm/knex

Updates @mikro-orm/core from 4.5.10 to 7.0.14

Release notes

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

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
  • sql: stabilize migration snapshot serialization (#7608) (caec061), closes #7607 #7610 #7607 #7610

v7.0.12

7.0.12 (2026-04-23)

Bug Fixes

... (truncated)

Changelog

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

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

7.0.12 (2026-04-23)

Bug Fixes

... (truncated)

Commits
  • f273175 chore(release): v7.0.14 [skip ci]
  • 10ba097 chore(deps): bump kysely to 0.28.17 (#7655)
  • b07af8f chore(deps): update patch/minor dependencies
  • 556d339 fix(core): escape JSON path keys in getSearchJsonPropertyKey (#7656)
  • 3fadd28 fix(core): escape embedded quote characters in quoteIdentifier (#7653)
  • ee077ed docs(sqlite): add Cloudflare Durable Objects section (#7650)
  • 32b3509 docs: fix comparrisons typo in entity-generator example (#7649)
  • e987f3b chore(deps): update patch/minor dependencies (#7648)
  • ce31ff4 feat(sql): add MikroORM and defineConfig variants in @mikro-orm/sql (#7...
  • ba4d855 chore(deps): update dependency mongodb-memory-server-core to v11.1.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​mikro-orm/core since your current version.


Updates @mikro-orm/postgresql from 4.5.10 to 7.0.14

Release notes

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

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
  • sql: stabilize migration snapshot serialization (#7608) (caec061), closes #7607 #7610 #7607 #7610

v7.0.12

7.0.12 (2026-04-23)

Bug Fixes

... (truncated)

Changelog

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

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

7.0.12 (2026-04-23)

Bug Fixes

... (truncated)

Commits
  • f273175 chore(release): v7.0.14 [skip ci]
  • 10ba097 chore(deps): bump kysely to 0.28.17 (#7655)
  • b07af8f chore(deps): update patch/minor dependencies
  • 556d339 fix(core): escape JSON path keys in getSearchJsonPropertyKey (#7656)
  • 3fadd28 fix(core): escape embedded quote characters in quoteIdentifier (#7653)
  • ee077ed docs(sqlite): add Cloudflare Durable Objects section (#7650)
  • 32b3509 docs: fix comparrisons typo in entity-generator example (#7649)
  • e987f3b chore(deps): update patch/minor dependencies (#7648)
  • ce31ff4 feat(sql): add MikroORM and defineConfig variants in @mikro-orm/sql (#7...
  • ba4d855 chore(deps): update dependency mongodb-memory-server-core to v11.1.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​mikro-orm/postgresql since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [@mikro-orm/knex](https://github.com/mikro-orm/mikro-orm). It's no longer used after updating ancestor dependencies [@mikro-orm/knex](https://github.com/mikro-orm/mikro-orm), [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) and [@mikro-orm/postgresql](https://github.com/mikro-orm/mikro-orm). These dependencies need to be updated together.


Removes `@mikro-orm/knex`

Updates `@mikro-orm/core` from 4.5.10 to 7.0.14
- [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@v4.5.10...v7.0.14)

Updates `@mikro-orm/postgresql` from 4.5.10 to 7.0.14
- [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@v4.5.10...v7.0.14)

---
updated-dependencies:
- dependency-name: "@mikro-orm/knex"
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@mikro-orm/core"
  dependency-version: 7.0.14
  dependency-type: direct:production
- dependency-name: "@mikro-orm/postgresql"
  dependency-version: 7.0.14
  dependency-type: direct:production
...

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 8, 2026
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