Skip to content

build(deps): bump @mikro-orm/core in /src#2545

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/src/npm_and_yarn-4c56bcbfe7
Closed

build(deps): bump @mikro-orm/core in /src#2545
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/src/npm_and_yarn-4c56bcbfe7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @mikro-orm/core in /src from 6.6.2 to 7.1.3.

Updates @mikro-orm/core from 6.6.2 to 7.1.3

Release notes

Sourced from @​mikro-orm/core'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/core'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
Maintainer changes

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


Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) in `/src` from 6.6.2 to 7.1.3.


Updates `@mikro-orm/core` from 6.6.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@v6.6.2...v7.1.3)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-version: 7.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
...

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 31, 2026
@netlify

netlify Bot commented May 31, 2026

Copy link
Copy Markdown

Deploy Preview for graphweaver-storybook failed. Why did it fail? →

Name Link
🔨 Latest commit 61e66ff
🔍 Latest deploy log https://app.netlify.com/projects/graphweaver-storybook/deploys/6a1c7610196921000862b7a2

@sonarqubecloud

Copy link
Copy Markdown

@thekevinbrown

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Sorry, the 'unknown' group has been removed from your config so we do not know how to rebase this PR.

@thekevinbrown

Copy link
Copy Markdown
Member

We are not compatible with mikro v7.

Dependabot ignore this major version.

@thekevinbrown

Copy link
Copy Markdown
Member

Closing so Dependabot can recreate this update under the current dependabot.yml config.

@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/src/npm_and_yarn-4c56bcbfe7 branch July 27, 2026 03:18
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.

1 participant