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 across 1 directory with 5 updates #1466

Merged
merged 3 commits into from
Dec 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2024

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

Package From To
@mikro-orm/core 6.4.0 6.4.2
@mikro-orm/postgresql 6.4.0 6.4.2
@mikro-orm/sqlite 6.4.0 6.4.2
@mikro-orm/knex 6.4.0 6.4.2
@mikro-orm/mysql 6.4.0 6.4.2

Updates @mikro-orm/core from 6.4.0 to 6.4.2

Release notes

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

v6.4.2

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308

v6.4.1

6.4.1 (2024-12-08)

Bug Fixes

  • core: consider nested queries on JSON properties as scalars (920b019), closes #6246
  • core: fix upserting properties with custom types (036b84d), closes #6241
  • core: improve handling of reference wrapper inside constructor parameters (db7cb8a), closes #6266
  • core: skip extra updates on properties with deferred constraints (85a649b), closes #6266
  • core: support upserting entities with FK as PK when the target entity has composite PK (#6275) (2ae9ae7), closes #6252
Changelog

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

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308

6.4.1 (2024-12-08)

Bug Fixes

  • core: consider nested queries on JSON properties as scalars (920b019), closes #6246
  • core: fix upserting properties with custom types (036b84d), closes #6241
  • core: improve handling of reference wrapper inside constructor parameters (db7cb8a), closes #6266
  • core: skip extra updates on properties with deferred constraints (85a649b), closes #6266
  • core: support upserting entities with FK as PK when the target entity has composite PK (#6275) (2ae9ae7), closes #6252
Commits
  • 582826c chore(release): v6.4.2 [skip ci]
  • 58f9518 chore(deps): update patch/minor dependencies (#6288)
  • b1291fb chore: update mongodb
  • d175c9d feat(core): validate missing properties in cursor
  • de1ae67 fix(core): fix cursor pagination with POJO cursor and relations
  • d9716a6 fix(reflection): fix source file detection after update to ts-morph v24
  • 4e5b18b fix(query-builder): improve detection of to-many joins in qb.getCount()
  • 8f45243 fix(core): prevent reinsertion of an entity referenced by a formula when it i...
  • 7d1a0dc fix(query-builder): combine serialization hint from managed entities and Quer...
  • 61fb8f5 fix(core): correctly handle populate of mapToPk relations (#6309)
  • Additional commits viewable in compare view

Updates @mikro-orm/postgresql from 6.4.0 to 6.4.2

Release notes

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

v6.4.2

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308

v6.4.1

6.4.1 (2024-12-08)

Bug Fixes

  • core: consider nested queries on JSON properties as scalars (920b019), closes #6246
  • core: fix upserting properties with custom types (036b84d), closes #6241
  • core: improve handling of reference wrapper inside constructor parameters (db7cb8a), closes #6266
  • core: skip extra updates on properties with deferred constraints (85a649b), closes #6266
  • core: support upserting entities with FK as PK when the target entity has composite PK (#6275) (2ae9ae7), closes #6252
Changelog

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

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308

6.4.1 (2024-12-08)

Bug Fixes

  • core: consider nested queries on JSON properties as scalars (920b019), closes #6246
  • core: fix upserting properties with custom types (036b84d), closes #6241
  • core: improve handling of reference wrapper inside constructor parameters (db7cb8a), closes #6266
  • core: skip extra updates on properties with deferred constraints (85a649b), closes #6266
  • core: support upserting entities with FK as PK when the target entity has composite PK (#6275) (2ae9ae7), closes #6252
Commits
  • 582826c chore(release): v6.4.2 [skip ci]
  • 58f9518 chore(deps): update patch/minor dependencies (#6288)
  • b1291fb chore: update mongodb
  • d175c9d feat(core): validate missing properties in cursor
  • de1ae67 fix(core): fix cursor pagination with POJO cursor and relations
  • d9716a6 fix(reflection): fix source file detection after update to ts-morph v24
  • 4e5b18b fix(query-builder): improve detection of to-many joins in qb.getCount()
  • 8f45243 fix(core): prevent reinsertion of an entity referenced by a formula when it i...
  • 7d1a0dc fix(query-builder): combine serialization hint from managed entities and Quer...
  • 61fb8f5 fix(core): correctly handle populate of mapToPk relations (#6309)
  • Additional commits viewable in compare view

Updates @mikro-orm/sqlite from 6.4.0 to 6.4.2

Release notes

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

v6.4.2

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308

v6.4.1

6.4.1 (2024-12-08)

Bug Fixes

  • core: consider nested queries on JSON properties as scalars (920b019), closes #6246
  • core: fix upserting properties with custom types (036b84d), closes #6241
  • core: improve handling of reference wrapper inside constructor parameters (db7cb8a), closes #6266
  • core: skip extra updates on properties with deferred constraints (85a649b), closes #6266
  • core: support upserting entities with FK as PK when the target entity has composite PK (#6275) (2ae9ae7), closes #6252
Changelog

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

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308

6.4.1 (2024-12-08)

Bug Fixes

  • core: consider nested queries on JSON properties as scalars (920b019), closes #6246
  • core: fix upserting properties with custom types (036b84d), closes #6241
  • core: improve handling of reference wrapper inside constructor parameters (db7cb8a), closes #6266
  • core: skip extra updates on properties with deferred constraints (85a649b), closes #6266
  • core: support upserting entities with FK as PK when the target entity has composite PK (#6275) (2ae9ae7), closes #6252
Commits
  • 582826c chore(release): v6.4.2 [skip ci]
  • 58f9518 chore(deps): update patch/minor dependencies (#6288)
  • b1291fb chore: update mongodb
  • d175c9d feat(core): validate missing properties in cursor
  • de1ae67 fix(core): fix cursor pagination with POJO cursor and relations
  • d9716a6 fix(reflection): fix source file detection after update to ts-morph v24
  • 4e5b18b fix(query-builder): improve detection of to-many joins in qb.getCount()
  • 8f45243 fix(core): prevent reinsertion of an entity referenced by a formula when it i...
  • 7d1a0dc fix(query-builder): combine serialization hint from managed entities and Quer...
  • 61fb8f5 fix(core): correctly handle populate of mapToPk relations (#6309)
  • Additional commits viewable in compare view

Updates @mikro-orm/knex from 6.4.0 to 6.4.2

Release notes

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

v6.4.2

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308

v6.4.1

6.4.1 (2024-12-08)

Bug Fixes

  • core: consider nested queries on JSON properties as scalars (920b019), closes #6246
  • core: fix upserting properties with custom types (036b84d), closes #6241
  • core: improve handling of reference wrapper inside constructor parameters (db7cb8a), closes #6266
  • core: skip extra updates on properties with deferred constraints (85a649b), closes #6266
  • core: support upserting entities with FK as PK when the target entity has composite PK (#6275) (2ae9ae7), closes #6252
Changelog

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

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308

6.4.1 (2024-12-08)

Bug Fixes

  • core: consider nested queries on JSON properties as scalars (920b019), closes #6246
  • core: fix upserting properties with custom types (036b84d), closes #6241
  • core: improve handling of reference wrapper inside constructor parameters (db7cb8a), closes #6266
  • core: skip extra updates on properties with deferred constraints (85a649b), closes #6266
  • core: support upserting entities with FK as PK when the target entity has composite PK (#6275) (2ae9ae7), closes #6252
Commits
  • 582826c chore(release): v6.4.2 [skip ci]
  • 58f9518 chore(deps): update patch/minor dependencies (#6288)
  • b1291fb chore: update mongodb
  • d175c9d feat(core): validate missing properties in cursor
  • de1ae67 fix(core): fix cursor pagination with POJO cursor and relations
  • d9716a6 fix(reflection): fix source file detection after update to ts-morph v24
  • 4e5b18b fix(query-builder): improve detection of to-many joins in qb.getCount()
  • 8f45243 fix(core): prevent reinsertion of an entity referenced by a formula when it i...
  • 7d1a0dc fix(query-builder): combine serialization hint from managed entities and Quer...
  • 61fb8f5 fix(core): correctly handle populate of mapToPk relations (#6309)
  • Additional commits viewable in compare view

Updates @mikro-orm/mysql from 6.4.0 to 6.4.2

Release notes

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

v6.4.2

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308

v6.4.1

6.4.1 (2024-12-08)

Bug Fixes

  • core: consider nested queries on JSON properties as scalars (920b019), closes #6246
  • core: fix upserting properties with custom types (036b84d), closes #6241
  • core: improve handling of reference wrapper inside constructor parameters (db7cb8a), closes #6266
  • core: skip extra updates on properties with deferred constraints (85a649b), closes #6266
  • core: support upserting entities with FK as PK when the target entity has composite PK (#6275) (2ae9ae7), closes #6252
Changelog

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

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308

6.4.1 (2024-12-08)

Bug Fixes

  • core: consider nested queries on JSON properties as scalars (920b019), closes #6246
  • core: fix upserting properties with custom types (036b84d), closes #6241
  • core: improve handling of reference wrapper inside constructor parameters (db7cb8a), closes #6266
  • core: skip extra updates on properties with deferred constraints (85a649b), closes #6266
  • core: support upserting entities with FK as PK when the target entity has composite PK (#6275) (2ae9ae7), closes #6252
Commits
  • 582826c chore(release): v6.4.2 [skip ci]
  • 58f9518 chore(deps): update patch/minor dependencies (#6288)
  • b1291fb chore: update mongodb
  • d175c9d feat(core): validate missing properties in cursor
  • de1ae67 fix(core): fix cursor pagination with POJO cursor and relations
  • d9716a6 fix(reflection): fix source file detection after update to ts-morph v24
  • 4e5b18b fix(query-builder): improve detection of to-many joins in qb.getCount()
  • 8f45243 fix(core): prevent reinsertion of an entity referenced by a formula when it i...
  • 7d1a0dc fix(query-builder): combine serialization hint from managed entities and Quer...
  • 61fb8f5 fix(core): correctly handle populate of mapToPk relations (#6309)
  • 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 Dec 22, 2024
Bumps the mikro-orm group with 5 updates in the /src directory:

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



Updates `@mikro-orm/core` from 6.4.0 to 6.4.2
- [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.0...v6.4.2)

Updates `@mikro-orm/postgresql` from 6.4.0 to 6.4.2
- [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.0...v6.4.2)

Updates `@mikro-orm/sqlite` from 6.4.0 to 6.4.2
- [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.0...v6.4.2)

Updates `@mikro-orm/knex` from 6.4.0 to 6.4.2
- [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.0...v6.4.2)

Updates `@mikro-orm/mysql` from 6.4.0 to 6.4.2
- [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.0...v6.4.2)

---
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-bc190bc74f branch from 8bda43c to fab4141 Compare December 23, 2024 16:40
@thekevinbrown thekevinbrown merged commit 738c5ed into main Dec 23, 2024
14 checks passed
@thekevinbrown thekevinbrown deleted the dependabot/npm_and_yarn/src/mikro-orm-bc190bc74f branch December 23, 2024 23:35
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