Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the mikro-orm group in /src with 5 updates #1711

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2025

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

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

Updates @mikro-orm/core from 6.4.10 to 6.4.11

Release notes

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

v6.4.11

6.4.11 (2025-03-21)

Bug Fixes

  • core: fix metadata validation for polymorphic embedded properties (61bd2c3), closes #6522
  • core: fix wildcard schema resolution on pivot tables (c43afa6), closes #6516
  • core: respect EM schema when populating nested relations with wildcard schema (765eb69), closes #6511
  • mongo: do not create migrations collection by default (#6517) (154dafc)
  • mssql: fix upsert with an explicit merge array (4b57d3a), closes #6534
  • postgres: cockroachdb may not require unmarshallArray (#6501) (0661942)
  • sqlite: do not ensure directory exists when dbName is :memory: or URL (b0f97ed), closes #6533
Changelog

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

6.4.11 (2025-03-21)

Bug Fixes

  • core: fix metadata validation for polymorphic embedded properties (61bd2c3), closes #6522
  • core: fix wildcard schema resolution on pivot tables (c43afa6), closes #6516
  • core: respect EM schema when populating nested relations with wildcard schema (765eb69), closes #6511
  • mongo: do not create migrations collection by default (#6517) (154dafc)
  • mssql: fix upsert with an explicit merge array (4b57d3a), closes #6534
  • postgres: cockroachdb may not require unmarshallArray (#6501) (0661942)
  • sqlite: do not ensure directory exists when dbName is :memory: or URL (b0f97ed), closes #6533
Commits
  • b25e6e6 chore(release): v6.4.11 [skip ci]
  • b0f97ed fix(sqlite): do not ensure directory exists when dbName is :memory: or URL
  • 0661942 fix(postgres): cockroachdb may not require unmarshallArray (#6501)
  • 154dafc fix(mongo): do not create migrations collection by default (#6517)
  • d6b5529 chore(deps): update patch/minor dependencies
  • 9e314a0 chore: fix linter
  • 4b57d3a fix(mssql): fix upsert with an explicit merge array
  • 51f5a3a chore(deps): update dependency mongodb to v6.15.0
  • 765eb69 fix(core): respect EM schema when populating nested relations with wildcard s...
  • c43afa6 fix(core): fix wildcard schema resolution on pivot tables
  • Additional commits viewable in compare view

Updates @mikro-orm/postgresql from 6.4.10 to 6.4.11

Release notes

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

v6.4.11

6.4.11 (2025-03-21)

Bug Fixes

  • core: fix metadata validation for polymorphic embedded properties (61bd2c3), closes #6522
  • core: fix wildcard schema resolution on pivot tables (c43afa6), closes #6516
  • core: respect EM schema when populating nested relations with wildcard schema (765eb69), closes #6511
  • mongo: do not create migrations collection by default (#6517) (154dafc)
  • mssql: fix upsert with an explicit merge array (4b57d3a), closes #6534
  • postgres: cockroachdb may not require unmarshallArray (#6501) (0661942)
  • sqlite: do not ensure directory exists when dbName is :memory: or URL (b0f97ed), closes #6533
Changelog

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

6.4.11 (2025-03-21)

Bug Fixes

  • core: fix metadata validation for polymorphic embedded properties (61bd2c3), closes #6522
  • core: fix wildcard schema resolution on pivot tables (c43afa6), closes #6516
  • core: respect EM schema when populating nested relations with wildcard schema (765eb69), closes #6511
  • mongo: do not create migrations collection by default (#6517) (154dafc)
  • mssql: fix upsert with an explicit merge array (4b57d3a), closes #6534
  • postgres: cockroachdb may not require unmarshallArray (#6501) (0661942)
  • sqlite: do not ensure directory exists when dbName is :memory: or URL (b0f97ed), closes #6533
Commits
  • b25e6e6 chore(release): v6.4.11 [skip ci]
  • b0f97ed fix(sqlite): do not ensure directory exists when dbName is :memory: or URL
  • 0661942 fix(postgres): cockroachdb may not require unmarshallArray (#6501)
  • 154dafc fix(mongo): do not create migrations collection by default (#6517)
  • d6b5529 chore(deps): update patch/minor dependencies
  • 9e314a0 chore: fix linter
  • 4b57d3a fix(mssql): fix upsert with an explicit merge array
  • 51f5a3a chore(deps): update dependency mongodb to v6.15.0
  • 765eb69 fix(core): respect EM schema when populating nested relations with wildcard s...
  • c43afa6 fix(core): fix wildcard schema resolution on pivot tables
  • Additional commits viewable in compare view

Updates @mikro-orm/sqlite from 6.4.10 to 6.4.11

Release notes

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

v6.4.11

6.4.11 (2025-03-21)

Bug Fixes

  • core: fix metadata validation for polymorphic embedded properties (61bd2c3), closes #6522
  • core: fix wildcard schema resolution on pivot tables (c43afa6), closes #6516
  • core: respect EM schema when populating nested relations with wildcard schema (765eb69), closes #6511
  • mongo: do not create migrations collection by default (#6517) (154dafc)
  • mssql: fix upsert with an explicit merge array (4b57d3a), closes #6534
  • postgres: cockroachdb may not require unmarshallArray (#6501) (0661942)
  • sqlite: do not ensure directory exists when dbName is :memory: or URL (b0f97ed), closes #6533
Changelog

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

6.4.11 (2025-03-21)

Bug Fixes

  • core: fix metadata validation for polymorphic embedded properties (61bd2c3), closes #6522
  • core: fix wildcard schema resolution on pivot tables (c43afa6), closes #6516
  • core: respect EM schema when populating nested relations with wildcard schema (765eb69), closes #6511
  • mongo: do not create migrations collection by default (#6517) (154dafc)
  • mssql: fix upsert with an explicit merge array (4b57d3a), closes #6534
  • postgres: cockroachdb may not require unmarshallArray (#6501) (0661942)
  • sqlite: do not ensure directory exists when dbName is :memory: or URL (b0f97ed), closes #6533
Commits
  • b25e6e6 chore(release): v6.4.11 [skip ci]
  • b0f97ed fix(sqlite): do not ensure directory exists when dbName is :memory: or URL
  • 0661942 fix(postgres): cockroachdb may not require unmarshallArray (#6501)
  • 154dafc fix(mongo): do not create migrations collection by default (#6517)
  • d6b5529 chore(deps): update patch/minor dependencies
  • 9e314a0 chore: fix linter
  • 4b57d3a fix(mssql): fix upsert with an explicit merge array
  • 51f5a3a chore(deps): update dependency mongodb to v6.15.0
  • 765eb69 fix(core): respect EM schema when populating nested relations with wildcard s...
  • c43afa6 fix(core): fix wildcard schema resolution on pivot tables
  • Additional commits viewable in compare view

Updates @mikro-orm/knex from 6.4.10 to 6.4.11

Release notes

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

v6.4.11

6.4.11 (2025-03-21)

Bug Fixes

  • core: fix metadata validation for polymorphic embedded properties (61bd2c3), closes #6522
  • core: fix wildcard schema resolution on pivot tables (c43afa6), closes #6516
  • core: respect EM schema when populating nested relations with wildcard schema (765eb69), closes #6511
  • mongo: do not create migrations collection by default (#6517) (154dafc)
  • mssql: fix upsert with an explicit merge array (4b57d3a), closes #6534
  • postgres: cockroachdb may not require unmarshallArray (#6501) (0661942)
  • sqlite: do not ensure directory exists when dbName is :memory: or URL (b0f97ed), closes #6533
Changelog

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

6.4.11 (2025-03-21)

Bug Fixes

  • core: fix metadata validation for polymorphic embedded properties (61bd2c3), closes #6522
  • core: fix wildcard schema resolution on pivot tables (c43afa6), closes #6516
  • core: respect EM schema when populating nested relations with wildcard schema (765eb69), closes #6511
  • mongo: do not create migrations collection by default (#6517) (154dafc)
  • mssql: fix upsert with an explicit merge array (4b57d3a), closes #6534
  • postgres: cockroachdb may not require unmarshallArray (#6501) (0661942)
  • sqlite: do not ensure directory exists when dbName is :memory: or URL (b0f97ed), closes #6533
Commits
  • b25e6e6 chore(release): v6.4.11 [skip ci]
  • b0f97ed fix(sqlite): do not ensure directory exists when dbName is :memory: or URL
  • 0661942 fix(postgres): cockroachdb may not require unmarshallArray (#6501)
  • 154dafc fix(mongo): do not create migrations collection by default (#6517)
  • d6b5529 chore(deps): update patch/minor dependencies
  • 9e314a0 chore: fix linter
  • 4b57d3a fix(mssql): fix upsert with an explicit merge array
  • 51f5a3a chore(deps): update dependency mongodb to v6.15.0
  • 765eb69 fix(core): respect EM schema when populating nested relations with wildcard s...
  • c43afa6 fix(core): fix wildcard schema resolution on pivot tables
  • Additional commits viewable in compare view

Updates @mikro-orm/mysql from 6.4.10 to 6.4.11

Release notes

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

v6.4.11

6.4.11 (2025-03-21)

Bug Fixes

  • core: fix metadata validation for polymorphic embedded properties (61bd2c3), closes #6522
  • core: fix wildcard schema resolution on pivot tables (c43afa6), closes #6516
  • core: respect EM schema when populating nested relations with wildcard schema (765eb69), closes #6511
  • mongo: do not create migrations collection by default (#6517) (154dafc)
  • mssql: fix upsert with an explicit merge array (4b57d3a), closes #6534
  • postgres: cockroachdb may not require unmarshallArray (#6501) (0661942)
  • sqlite: do not ensure directory exists when dbName is :memory: or URL (b0f97ed), closes #6533
Changelog

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

6.4.11 (2025-03-21)

Bug Fixes

  • core: fix metadata validation for polymorphic embedded properties (61bd2c3), closes #6522
  • core: fix wildcard schema resolution on pivot tables (c43afa6), closes #6516
  • core: respect EM schema when populating nested relations with wildcard schema (765eb69), closes #6511
  • mongo: do not create migrations collection by default (#6517) (154dafc)
  • mssql: fix upsert with an explicit merge array (4b57d3a), closes #6534
  • postgres: cockroachdb may not require unmarshallArray (#6501) (0661942)
  • sqlite: do not ensure directory exists when dbName is :memory: or URL (b0f97ed), closes #6533
Commits
  • b25e6e6 chore(release): v6.4.11 [skip ci]
  • b0f97ed fix(sqlite): do not ensure directory exists when dbName is :memory: or URL
  • 0661942 fix(postgres): cockroachdb may not require unmarshallArray (#6501)
  • 154dafc fix(mongo): do not create migrations collection by default (#6517)
  • d6b5529 chore(deps): update patch/minor dependencies
  • 9e314a0 chore: fix linter
  • 4b57d3a fix(mssql): fix upsert with an explicit merge array
  • 51f5a3a chore(deps): update dependency mongodb to v6.15.0
  • 765eb69 fix(core): respect EM schema when populating nested relations with wildcard s...
  • c43afa6 fix(core): fix wildcard schema resolution on pivot tables
  • Additional commits viewable in compare view

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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 23, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/mikro-orm-55cd51b79d branch from cb4eee7 to 2654d8f Compare March 23, 2025 22:46
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.10` | `6.4.11` |
| [@mikro-orm/postgresql](https://github.com/mikro-orm/mikro-orm) | `6.4.10` | `6.4.11` |
| [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm) | `6.4.10` | `6.4.11` |
| [@mikro-orm/knex](https://github.com/mikro-orm/mikro-orm) | `6.4.10` | `6.4.11` |
| [@mikro-orm/mysql](https://github.com/mikro-orm/mikro-orm) | `6.4.10` | `6.4.11` |


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

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

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

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

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

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/postgresql"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/sqlite"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/knex"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/mysql"
  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-55cd51b79d branch from 2654d8f to 7a5f625 Compare March 23, 2025 23:02
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Mar 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/mikro-orm-55cd51b79d branch March 24, 2025 04:21
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