Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

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
  • core: skip PK collapse when composite FK doesn't align with target PK (#7765) (fce1cc6), closes #7764
  • migrations: preserve partial unique index where predicate in snapshot (#7778) (5616c3d), closes #7773
  • postgres: recast column default when changing array element type (#7769) (e122c20)
  • schema: detect removed default on boolean columns (#7777) (c0faca0), closes #7774
  • seeder: widen Factory.model type to EntityName<T> (#7776) (878078c), closes #7768

v7.1.0

7.1.0 (2026-05-20)

https://mikro-orm.io/blog/mikro-orm-7-1-released

Bug Fixes

  • core: coerce ISO date strings to Date in em.assign() (#7740) (0940a5f), closes #7737
  • core: skip M:N inverse scrub for STI siblings that can't reference the entity (#7759) (6971c8a)
  • core: treat inlined embeddables as loaded when their leaves are (#7758) (e89dab0)
  • mongo: clean up inlined pivot on em.remove when owning side is populated (#7755) (4c5f03a), closes #7752
  • mongo: create collections before ensuring indexes in create() (#7745) (531bc6b)
  • mongo: throw on em.remove of inlined-pivot M:N target with uninitialized owning side (#7752) (231f84c), closes #7750
  • sql: infer scalar array properties as columns in Kysely types (#7753) (111d69d), closes #7751
  • sql: wrap raw subqueries with parens inside INSERT VALUES (#7754) (d379880), closes #7749

Features

  • cli: add discovery:export command (#7335) (e38f5c4), closes #7323 #7323
  • cli: add migration:log and migration:unlog commands (#7347) (6cf1045), closes #5390
  • cli: emit typed EntityManager alias from discovery:export (#7756) (fd06439)
  • core: accept enum references directly in items (#7606) (3d67892)
  • core: add discriminator option and column-name override (#7748) (5390ce8), closes #7121
  • core: add em.clone() and qb.insertFrom() for server-side row cloning (#7365) (13ca566), closes #5820
  • core: add em.countBy() for grouped counting (#7372) (c4d2e99)
  • core: add fields whitelist option to serialize() (#7517) (6ea6d64), closes #7507
  • core: add initNullableProperties config option (#7554) (03a3122), closes #7551
  • core: add LazyRef<T>, Loadable mixin, and unref() escape hatch (#7587) (221c2fc)
  • core: add where option for partial indexes and unique constraints (#7593) (78d00e3)
  • core: add a chunkSize option to streams (#7520) (13c61fa)
  • core: add column-level collation support for SQL drivers (#7615) (12e3a73), closes #4286
  • core: add dataloader support for Collection.loadCount() (#7373) (120189c), closes #7372 #6425
  • core: add type-safe using option for index hints (#7375) (3337b58), closes #7175
  • core: auto-generated classes inherit from parent with defineEntity extends (#7404) (94450ef)
  • core: expose query cancellation via AbortSignal (#7629) (1a8379c)

... (truncated)

Changelog

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

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
  • core: skip PK collapse when composite FK doesn't align with target PK (#7765) (fce1cc6), closes #7764
  • migrations: preserve partial unique index where predicate in snapshot (#7778) (5616c3d), closes #7773
  • postgres: recast column default when changing array element type (#7769) (e122c20)
  • schema: detect removed default on boolean columns (#7777) (c0faca0), closes #7774
  • seeder: widen Factory.model type to EntityName<T> (#7776) (878078c), closes #7768

7.1.0 (2026-05-20)

Bug Fixes

Features

  • cli: add discovery:export command (#7335) (e38f5c4), closes #7323 #7323
  • cli: add migration:log and migration:unlog commands (#7347) (6cf1045), closes #5390
  • cli: emit typed EntityManager alias from discovery:export (#7756) (fd06439)
  • core: accept enum references directly in items (#7606) (3d67892)
  • core: add discriminator option and column-name override (#7748) (5390ce8), closes #7121
  • core: add em.clone() and qb.insertFrom() for server-side row cloning (#7365) (13ca566), closes #5820
  • core: add em.countBy() for grouped counting (#7372) (c4d2e99)
  • core: add fields whitelist option to serialize() (#7517) (6ea6d64), closes #7507
  • core: add initNullableProperties config option (#7554) (03a3122), closes #7551
  • core: add LazyRef<T>, Loadable mixin, and unref() escape hatch (#7587) (221c2fc)
  • core: add where option for partial indexes and unique constraints (#7593) (78d00e3)
  • core: add a chunkSize option to streams (#7520) (13c61fa)
  • core: add column-level collation support for SQL drivers (#7615) (12e3a73), closes #4286
  • core: add dataloader support for Collection.loadCount() (#7373) (120189c), closes #7372 #6425
  • core: add type-safe using option for index hints (#7375) (3337b58), closes #7175
  • core: auto-generated classes inherit from parent with defineEntity extends (#7404) (94450ef)

... (truncated)

Commits
  • 249d302 chore(release): v7.1.1 [skip ci]
  • 36eaff3 fix(core): reload suppressed entities from partially-suppressed upsertMany (#...
  • 5616c3d fix(migrations): preserve partial unique index where predicate in snapshot ...
  • 878078c fix(seeder): widen Factory.model type to EntityName\<T> (#7776)
  • c0faca0 fix(schema): detect removed default on boolean columns (#7777)
  • e4dc316 chore(deps): bump uuid from 11.1.0 to 11.1.1 in /docs (#7772)
  • 09c63b1 chore(deps): update patch/minor dependencies to v4.1.7
  • 3d0eac8 docs: document custom EntityManager with discovery:export (#7770)
  • e122c20 fix(postgres): recast column default when changing array element type (#7769)
  • c27c211 fix(cli): skip local-dependency check under Deno (#7767)
  • 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 25, 2026
Bumps [@mikro-orm/sql](https://github.com/mikro-orm/mikro-orm) from 7.0.2 to 7.1.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mikro-orm/sql-7.1.1 branch from 1f416d1 to 34fc9d6 Compare May 28, 2026 13:59
@dependabot @github

dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #370.

@dependabot dependabot Bot closed this Jun 1, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/mikro-orm/sql-7.1.1 branch June 1, 2026 03:13
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