Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2025

Bumps the mikro-orm group in /src with 5 updates:

Package From To
@mikro-orm/core 6.4.11 6.4.12
@mikro-orm/postgresql 6.4.11 6.4.12
@mikro-orm/sqlite 6.4.11 6.4.12
@mikro-orm/knex 6.4.11 6.4.12
@mikro-orm/mysql 6.4.11 6.4.12

Updates @mikro-orm/core from 6.4.11 to 6.4.12

Release notes

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

v6.4.12

6.4.12 (2025-04-06)

Bug Fixes

  • core: clean up 1:m collections when changing the m:1 value (a720927)
  • core: don't reset not selected values from existing entities (2ebc7a8), closes #6558
  • core: fix populating m:n collection with custom types (444c130), closes #6477
  • core: fix populating nested relations when parent entity is self referenced (285a632), closes #6531
  • core: propagate composite FK values when inserting new entities (9506cae), closes #6430
  • mssql: ensure date type is mapped to string instead of Date object (098d71b), closes #6553
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (a76805e), closes #6557

Features

Changelog

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

6.4.12 (2025-04-06)

Bug Fixes

  • core: clean up 1:m collections when changing the m:1 value (a720927)
  • core: don't reset not selected values from existing entities (2ebc7a8), closes #6558
  • core: fix populating m:n collection with custom types (444c130), closes #6477
  • core: fix populating nested relations when parent entity is self referenced (285a632), closes #6531
  • core: propagate composite FK values when inserting new entities (9506cae), closes #6430
  • mssql: ensure date type is mapped to string instead of Date object (098d71b), closes #6553
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (a76805e), closes #6557
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (e059375), closes #6557

Features

Commits
  • cdd7d16 chore(release): v6.4.12 [skip ci]
  • 285a632 fix(core): fix populating nested relations when parent entity is self referenced
  • 2ebc7a8 fix(core): don't reset not selected values from existing entities
  • 10a4d4b test: fix tests on node 18
  • 444c130 fix(core): fix populating m:n collection with custom types
  • 098d71b fix(mssql): ensure date type is mapped to string instead of Date object
  • 9506cae fix(core): propagate composite FK values when inserting new entities
  • a840ca3 docs: remove outdated mention about the second type argument in Ref
  • 4b56fdc chore(deps): update dependency eslint to v9.24.0
  • e337032 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view

Updates @mikro-orm/postgresql from 6.4.11 to 6.4.12

Release notes

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

v6.4.12

6.4.12 (2025-04-06)

Bug Fixes

  • core: clean up 1:m collections when changing the m:1 value (a720927)
  • core: don't reset not selected values from existing entities (2ebc7a8), closes #6558
  • core: fix populating m:n collection with custom types (444c130), closes #6477
  • core: fix populating nested relations when parent entity is self referenced (285a632), closes #6531
  • core: propagate composite FK values when inserting new entities (9506cae), closes #6430
  • mssql: ensure date type is mapped to string instead of Date object (098d71b), closes #6553
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (a76805e), closes #6557

Features

Changelog

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

6.4.12 (2025-04-06)

Bug Fixes

  • core: clean up 1:m collections when changing the m:1 value (a720927)
  • core: don't reset not selected values from existing entities (2ebc7a8), closes #6558
  • core: fix populating m:n collection with custom types (444c130), closes #6477
  • core: fix populating nested relations when parent entity is self referenced (285a632), closes #6531
  • core: propagate composite FK values when inserting new entities (9506cae), closes #6430
  • mssql: ensure date type is mapped to string instead of Date object (098d71b), closes #6553
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (a76805e), closes #6557
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (e059375), closes #6557

Features

Commits
  • cdd7d16 chore(release): v6.4.12 [skip ci]
  • 285a632 fix(core): fix populating nested relations when parent entity is self referenced
  • 2ebc7a8 fix(core): don't reset not selected values from existing entities
  • 10a4d4b test: fix tests on node 18
  • 444c130 fix(core): fix populating m:n collection with custom types
  • 098d71b fix(mssql): ensure date type is mapped to string instead of Date object
  • 9506cae fix(core): propagate composite FK values when inserting new entities
  • a840ca3 docs: remove outdated mention about the second type argument in Ref
  • 4b56fdc chore(deps): update dependency eslint to v9.24.0
  • e337032 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view

Updates @mikro-orm/sqlite from 6.4.11 to 6.4.12

Release notes

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

v6.4.12

6.4.12 (2025-04-06)

Bug Fixes

  • core: clean up 1:m collections when changing the m:1 value (a720927)
  • core: don't reset not selected values from existing entities (2ebc7a8), closes #6558
  • core: fix populating m:n collection with custom types (444c130), closes #6477
  • core: fix populating nested relations when parent entity is self referenced (285a632), closes #6531
  • core: propagate composite FK values when inserting new entities (9506cae), closes #6430
  • mssql: ensure date type is mapped to string instead of Date object (098d71b), closes #6553
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (a76805e), closes #6557

Features

Changelog

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

6.4.12 (2025-04-06)

Bug Fixes

  • core: clean up 1:m collections when changing the m:1 value (a720927)
  • core: don't reset not selected values from existing entities (2ebc7a8), closes #6558
  • core: fix populating m:n collection with custom types (444c130), closes #6477
  • core: fix populating nested relations when parent entity is self referenced (285a632), closes #6531
  • core: propagate composite FK values when inserting new entities (9506cae), closes #6430
  • mssql: ensure date type is mapped to string instead of Date object (098d71b), closes #6553
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (a76805e), closes #6557
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (e059375), closes #6557

Features

Commits
  • cdd7d16 chore(release): v6.4.12 [skip ci]
  • 285a632 fix(core): fix populating nested relations when parent entity is self referenced
  • 2ebc7a8 fix(core): don't reset not selected values from existing entities
  • 10a4d4b test: fix tests on node 18
  • 444c130 fix(core): fix populating m:n collection with custom types
  • 098d71b fix(mssql): ensure date type is mapped to string instead of Date object
  • 9506cae fix(core): propagate composite FK values when inserting new entities
  • a840ca3 docs: remove outdated mention about the second type argument in Ref
  • 4b56fdc chore(deps): update dependency eslint to v9.24.0
  • e337032 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view

Updates @mikro-orm/knex from 6.4.11 to 6.4.12

Release notes

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

v6.4.12

6.4.12 (2025-04-06)

Bug Fixes

  • core: clean up 1:m collections when changing the m:1 value (a720927)
  • core: don't reset not selected values from existing entities (2ebc7a8), closes #6558
  • core: fix populating m:n collection with custom types (444c130), closes #6477
  • core: fix populating nested relations when parent entity is self referenced (285a632), closes #6531
  • core: propagate composite FK values when inserting new entities (9506cae), closes #6430
  • mssql: ensure date type is mapped to string instead of Date object (098d71b), closes #6553
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (a76805e), closes #6557

Features

Changelog

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

6.4.12 (2025-04-06)

Bug Fixes

  • core: clean up 1:m collections when changing the m:1 value (a720927)
  • core: don't reset not selected values from existing entities (2ebc7a8), closes #6558
  • core: fix populating m:n collection with custom types (444c130), closes #6477
  • core: fix populating nested relations when parent entity is self referenced (285a632), closes #6531
  • core: propagate composite FK values when inserting new entities (9506cae), closes #6430
  • mssql: ensure date type is mapped to string instead of Date object (098d71b), closes #6553
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (a76805e), closes #6557
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (e059375), closes #6557

Features

Commits
  • cdd7d16 chore(release): v6.4.12 [skip ci]
  • 285a632 fix(core): fix populating nested relations when parent entity is self referenced
  • 2ebc7a8 fix(core): don't reset not selected values from existing entities
  • 10a4d4b test: fix tests on node 18
  • 444c130 fix(core): fix populating m:n collection with custom types
  • 098d71b fix(mssql): ensure date type is mapped to string instead of Date object
  • 9506cae fix(core): propagate composite FK values when inserting new entities
  • a840ca3 docs: remove outdated mention about the second type argument in Ref
  • 4b56fdc chore(deps): update dependency eslint to v9.24.0
  • e337032 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view

Updates @mikro-orm/mysql from 6.4.11 to 6.4.12

Release notes

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

v6.4.12

6.4.12 (2025-04-06)

Bug Fixes

  • core: clean up 1:m collections when changing the m:1 value (a720927)
  • core: don't reset not selected values from existing entities (2ebc7a8), closes #6558
  • core: fix populating m:n collection with custom types (444c130), closes #6477
  • core: fix populating nested relations when parent entity is self referenced (285a632), closes #6531
  • core: propagate composite FK values when inserting new entities (9506cae), closes #6430
  • mssql: ensure date type is mapped to string instead of Date object (098d71b), closes #6553
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (a76805e), closes #6557

Features

Changelog

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

6.4.12 (2025-04-06)

Bug Fixes

  • core: clean up 1:m collections when changing the m:1 value (a720927)
  • core: don't reset not selected values from existing entities (2ebc7a8), closes #6558
  • core: fix populating m:n collection with custom types (444c130), closes #6477
  • core: fix populating nested relations when parent entity is self referenced (285a632), closes #6531
  • core: propagate composite FK values when inserting new entities (9506cae), closes #6430
  • mssql: ensure date type is mapped to string instead of Date object (098d71b), closes #6553
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (a76805e), closes #6557
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (e059375), closes #6557

Features

Commits
  • cdd7d16 chore(release): v6.4.12 [skip ci]
  • 285a632 fix(core): fix populating nested relations when parent entity is self referenced
  • 2ebc7a8 fix(core): don't reset not selected values from existing entities
  • 10a4d4b test: fix tests on node 18
  • 444c130 fix(core): fix populating m:n collection with custom types
  • 098d71b fix(mssql): ensure date type is mapped to string instead of Date object
  • 9506cae fix(core): propagate composite FK values when inserting new entities
  • a840ca3 docs: remove outdated mention about the second type argument in Ref
  • 4b56fdc chore(deps): update dependency eslint to v9.24.0
  • e337032 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 6, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/mikro-orm-73646be38d branch 3 times, most recently from 6334d74 to 5546ff7 Compare April 8, 2025 05:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/mikro-orm-73646be38d branch from 5546ff7 to c5492bd Compare April 22, 2025 17:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/mikro-orm-73646be38d branch from c5492bd to f982b6e Compare May 6, 2025 18:08
@thekevinbrown
Copy link
Member

@dependabot recreate

Bumps the mikro-orm group in /src with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.4.11` | `6.4.12` |
| [@mikro-orm/postgresql](https://github.com/mikro-orm/mikro-orm) | `6.4.11` | `6.4.12` |
| [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm) | `6.4.11` | `6.4.12` |
| [@mikro-orm/knex](https://github.com/mikro-orm/mikro-orm) | `6.4.11` | `6.4.12` |
| [@mikro-orm/mysql](https://github.com/mikro-orm/mikro-orm) | `6.4.11` | `6.4.12` |


Updates `@mikro-orm/core` from 6.4.11 to 6.4.12
- [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.4.11...v6.4.12)

Updates `@mikro-orm/postgresql` from 6.4.11 to 6.4.12
- [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.4.11...v6.4.12)

Updates `@mikro-orm/sqlite` from 6.4.11 to 6.4.12
- [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.4.11...v6.4.12)

Updates `@mikro-orm/knex` from 6.4.11 to 6.4.12
- [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.4.11...v6.4.12)

Updates `@mikro-orm/mysql` from 6.4.11 to 6.4.12
- [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.4.11...v6.4.12)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-version: 6.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/postgresql"
  dependency-version: 6.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/sqlite"
  dependency-version: 6.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/knex"
  dependency-version: 6.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/mysql"
  dependency-version: 6.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/mikro-orm-73646be38d branch from f982b6e to d932fb6 Compare May 9, 2025 06:27
@thekevinbrown thekevinbrown merged commit 3cb8aeb into main May 9, 2025
16 checks passed
@thekevinbrown thekevinbrown deleted the dependabot/npm_and_yarn/src/mikro-orm-73646be38d branch May 9, 2025 08:48
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.

2 participants