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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

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

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

Updates @mikro-orm/core from 6.4.2 to 6.4.3

Release notes

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

v6.4.3

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Changelog

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

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Commits
  • 72ebe7d chore(release): v6.4.3 [skip ci]
  • c7984fe fix(entity-generator): skip bidirectional relation if target metadata doesn't...
  • 79996b5 docs: mention env vars in the migrations section
  • 59f0593 feat(migrations): allow configuring snapshot via env vars
  • f501a91 feat(mongo): include MikroORM version in MongoDB handshake (#6326)
  • 6bbec01 fix(schema): output deferrable FKs in sqlite create table statement
  • d4998c0 chore(deps): update patch/minor dependencies (#6324)
  • 3b7fdba fix(query-builder): ignore lock mode in paginate subquery and keep it only on...
  • ee7cba8 docs: update docusaurus to v3.7
  • d3ce313 fix(schema): support unsigned for decimal and double types
  • Additional commits viewable in compare view

Updates @mikro-orm/postgresql from 6.4.2 to 6.4.3

Release notes

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

v6.4.3

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Changelog

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

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Commits
  • 72ebe7d chore(release): v6.4.3 [skip ci]
  • c7984fe fix(entity-generator): skip bidirectional relation if target metadata doesn't...
  • 79996b5 docs: mention env vars in the migrations section
  • 59f0593 feat(migrations): allow configuring snapshot via env vars
  • f501a91 feat(mongo): include MikroORM version in MongoDB handshake (#6326)
  • 6bbec01 fix(schema): output deferrable FKs in sqlite create table statement
  • d4998c0 chore(deps): update patch/minor dependencies (#6324)
  • 3b7fdba fix(query-builder): ignore lock mode in paginate subquery and keep it only on...
  • ee7cba8 docs: update docusaurus to v3.7
  • d3ce313 fix(schema): support unsigned for decimal and double types
  • Additional commits viewable in compare view

Updates @mikro-orm/sqlite from 6.4.0 to 6.4.3

Release notes

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

v6.4.3

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)

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.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)

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

... (truncated)

Commits
  • 72ebe7d chore(release): v6.4.3 [skip ci]
  • c7984fe fix(entity-generator): skip bidirectional relation if target metadata doesn't...
  • 79996b5 docs: mention env vars in the migrations section
  • 59f0593 feat(migrations): allow configuring snapshot via env vars
  • f501a91 feat(mongo): include MikroORM version in MongoDB handshake (#6326)
  • 6bbec01 fix(schema): output deferrable FKs in sqlite create table statement
  • d4998c0 chore(deps): update patch/minor dependencies (#6324)
  • 3b7fdba fix(query-builder): ignore lock mode in paginate subquery and keep it only on...
  • ee7cba8 docs: update docusaurus to v3.7
  • d3ce313 fix(schema): support unsigned for decimal and double types
  • Additional commits viewable in compare view

Updates @mikro-orm/knex from 6.4.0 to 6.4.3

Release notes

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

v6.4.3

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)

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.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)

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

... (truncated)

Commits
  • 72ebe7d chore(release): v6.4.3 [skip ci]
  • c7984fe fix(entity-generator): skip bidirectional relation if target metadata doesn't...
  • 79996b5 docs: mention env vars in the migrations section
  • 59f0593 feat(migrations): allow configuring snapshot via env vars
  • f501a91 feat(mongo): include MikroORM version in MongoDB handshake (#6326)
  • 6bbec01 fix(schema): output deferrable FKs in sqlite create table statement
  • d4998c0 chore(deps): update patch/minor dependencies (#6324)
  • 3b7fdba fix(query-builder): ignore lock mode in paginate subquery and keep it only on...
  • ee7cba8 docs: update docusaurus to v3.7
  • d3ce313 fix(schema): support unsigned for decimal and double types
  • Additional commits viewable in compare view

Updates @mikro-orm/mysql from 6.4.2 to 6.4.3

Release notes

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

v6.4.3

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Changelog

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

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Commits
  • 72ebe7d chore(release): v6.4.3 [skip ci]
  • c7984fe fix(entity-generator): skip bidirectional relation if target metadata doesn't...
  • 79996b5 docs: mention env vars in the migrations section
  • 59f0593 feat(migrations): allow configuring snapshot via env vars
  • f501a91 feat(mongo): include MikroORM version in MongoDB handshake (#6326)
  • 6bbec01 fix(schema): output deferrable FKs in sqlite create table statement
  • d4998c0 chore(deps): update patch/minor dependencies (#6324)
  • 3b7fdba fix(query-builder): ignore lock mode in paginate subquery and keep it only on...
  • ee7cba8 docs: update docusaurus to v3.7
  • d3ce313 fix(schema): support unsigned for decimal and double types
  • 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 Jan 13, 2025
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.2` | `6.4.3` |
| [@mikro-orm/postgresql](https://github.com/mikro-orm/mikro-orm) | `6.4.2` | `6.4.3` |
| [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm) | `6.4.0` | `6.4.3` |
| [@mikro-orm/knex](https://github.com/mikro-orm/mikro-orm) | `6.4.0` | `6.4.3` |
| [@mikro-orm/mysql](https://github.com/mikro-orm/mikro-orm) | `6.4.2` | `6.4.3` |


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

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

Updates `@mikro-orm/sqlite` from 6.4.0 to 6.4.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.4.0...v6.4.3)

Updates `@mikro-orm/knex` from 6.4.0 to 6.4.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.4.0...v6.4.3)

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

---
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-9954ebfd60 branch from f0a0b69 to 718ce97 Compare January 14, 2025 23:24
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