FlussuferOrga / Botgart

2 stars 4 forks source link

Bump the mikro-orm group across 1 directory with 4 updates #867

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps the mikro-orm group with 4 updates in the / directory: @mikro-orm/better-sqlite, @mikro-orm/core, @mikro-orm/migrations and @mikro-orm/cli.

Updates @mikro-orm/better-sqlite from 6.2.9 to 6.3.10

Release notes

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

v6.3.10

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)

v6.3.9

6.3.9 (2024-09-09)

Bug Fixes

  • core: allow proper select with embedded many to many (#5997) (8b30ae2), closes #5992
  • core: fix expansion of array conditions to $in operator for raw values (59c627e)
  • core: fix hydration of datetime when provided a ISO string value via em.create() (2992046)
  • core: implement joined filters via populateFilter option, separately from populateWhere (#6003) (9d0a022), closes #5893
  • mongo: allow ordering by object embedded properties (2a9ffa3), closes #6002
  • postgres: fix casting of JSON values when used with $in operator (840d3cd), closes #6000
  • postgres: fix diffing vector columns without length (2f7a7fb), closes #6008

v6.3.8

6.3.8 (2024-09-04)

Bug Fixes

  • core: check proptotype chain while cloning (#5979) (d5eeee5)
  • core: fix populating lazy scalar properties inside embeddables (ffcd0e0), closes #5956
  • core: improve support for embeddables in em.upsert() (78dbeed), closes #5969
  • core: infer runtime type based on new Date() property initializer (ed0560b)
  • core: support collection operators with non-standard primary keys (171793f), closes #5989
  • postgres: fix parsing of timestamptz values with negative timezone (8ccc925)
  • schema: change default of disableForeignKeys to false (#5993) (8a8aa2d)

v6.3.7

6.3.7 (2024-08-28)

Bug Fixes

... (truncated)

Changelog

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

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)

6.3.9 (2024-09-09)

Bug Fixes

  • core: allow proper select with embedded many to many (#5997) (8b30ae2), closes #5992
  • core: fix expansion of array conditions to $in operator for raw values (59c627e)
  • core: fix hydration of datetime when provided a ISO string value via em.create() (2992046)
  • core: implement joined filters via populateFilter option, separately from populateWhere (#6003) (9d0a022), closes #5893
  • mongo: allow ordering by object embedded properties (2a9ffa3), closes #6002
  • postgres: fix casting of JSON values when used with $in operator (840d3cd), closes #6000
  • postgres: fix diffing vector columns without length (2f7a7fb), closes #6008

6.3.8 (2024-09-04)

Bug Fixes

... (truncated)

Commits
  • 88c5068 chore(release): v6.3.10 [skip ci]
  • 4574831 fix(core): respect context name in @EnsureRequestContext()
  • 32d588d fix(core): allow accessing PK props on Ref properties with partial loading
  • 3fde7d4 fix(core): support dynamic discovery via EntitySchema
  • ec521c9 fix(core): fix mapping of version properties from batch updates
  • e53a7d9 fix(mongo): support partial loading of M:N owning sides (#6027)
  • e697ec2 fix(core): fix dynamic imports on Windows (#6020)
  • 120e2ed chore(deps): update dependency libsql to v0.4.5
  • 87612d4 chore(deps): update dependency eslint-plugin-unused-imports to v4.1.4
  • 907d095 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view


Updates @mikro-orm/core from 6.2.9 to 6.3.10

Release notes

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

v6.3.10

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)

v6.3.9

6.3.9 (2024-09-09)

Bug Fixes

  • core: allow proper select with embedded many to many (#5997) (8b30ae2), closes #5992
  • core: fix expansion of array conditions to $in operator for raw values (59c627e)
  • core: fix hydration of datetime when provided a ISO string value via em.create() (2992046)
  • core: implement joined filters via populateFilter option, separately from populateWhere (#6003) (9d0a022), closes #5893
  • mongo: allow ordering by object embedded properties (2a9ffa3), closes #6002
  • postgres: fix casting of JSON values when used with $in operator (840d3cd), closes #6000
  • postgres: fix diffing vector columns without length (2f7a7fb), closes #6008

v6.3.8

6.3.8 (2024-09-04)

Bug Fixes

  • core: check proptotype chain while cloning (#5979) (d5eeee5)
  • core: fix populating lazy scalar properties inside embeddables (ffcd0e0), closes #5956
  • core: improve support for embeddables in em.upsert() (78dbeed), closes #5969
  • core: infer runtime type based on new Date() property initializer (ed0560b)
  • core: support collection operators with non-standard primary keys (171793f), closes #5989
  • postgres: fix parsing of timestamptz values with negative timezone (8ccc925)
  • schema: change default of disableForeignKeys to false (#5993) (8a8aa2d)

v6.3.7

6.3.7 (2024-08-28)

Bug Fixes

... (truncated)

Changelog

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

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)

6.3.9 (2024-09-09)

Bug Fixes

  • core: allow proper select with embedded many to many (#5997) (8b30ae2), closes #5992
  • core: fix expansion of array conditions to $in operator for raw values (59c627e)
  • core: fix hydration of datetime when provided a ISO string value via em.create() (2992046)
  • core: implement joined filters via populateFilter option, separately from populateWhere (#6003) (9d0a022), closes #5893
  • mongo: allow ordering by object embedded properties (2a9ffa3), closes #6002
  • postgres: fix casting of JSON values when used with $in operator (840d3cd), closes #6000
  • postgres: fix diffing vector columns without length (2f7a7fb), closes #6008

6.3.8 (2024-09-04)

Bug Fixes

... (truncated)

Commits
  • 88c5068 chore(release): v6.3.10 [skip ci]
  • 4574831 fix(core): respect context name in @EnsureRequestContext()
  • 32d588d fix(core): allow accessing PK props on Ref properties with partial loading
  • 3fde7d4 fix(core): support dynamic discovery via EntitySchema
  • ec521c9 fix(core): fix mapping of version properties from batch updates
  • e53a7d9 fix(mongo): support partial loading of M:N owning sides (#6027)
  • e697ec2 fix(core): fix dynamic imports on Windows (#6020)
  • 120e2ed chore(deps): update dependency libsql to v0.4.5
  • 87612d4 chore(deps): update dependency eslint-plugin-unused-imports to v4.1.4
  • 907d095 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view


Updates @mikro-orm/migrations from 6.2.9 to 6.3.10

Release notes

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

v6.3.10

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)

v6.3.9

6.3.9 (2024-09-09)

Bug Fixes

  • core: allow proper select with embedded many to many (#5997) (8b30ae2), closes #5992
  • core: fix expansion of array conditions to $in operator for raw values (59c627e)
  • core: fix hydration of datetime when provided a ISO string value via em.create() (2992046)
  • core: implement joined filters via populateFilter option, separately from populateWhere (#6003) (9d0a022), closes #5893
  • mongo: allow ordering by object embedded properties (2a9ffa3), closes #6002
  • postgres: fix casting of JSON values when used with $in operator (840d3cd), closes #6000
  • postgres: fix diffing vector columns without length (2f7a7fb), closes #6008

v6.3.8

6.3.8 (2024-09-04)

Bug Fixes

  • core: check proptotype chain while cloning (#5979) (d5eeee5)
  • core: fix populating lazy scalar properties inside embeddables (ffcd0e0), closes #5956
  • core: improve support for embeddables in em.upsert() (78dbeed), closes #5969
  • core: infer runtime type based on new Date() property initializer (ed0560b)
  • core: support collection operators with non-standard primary keys (171793f), closes #5989
  • postgres: fix parsing of timestamptz values with negative timezone (8ccc925)
  • schema: change default of disableForeignKeys to false (#5993) (8a8aa2d)

v6.3.7

6.3.7 (2024-08-28)

Bug Fixes

... (truncated)

Changelog

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

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)

6.3.9 (2024-09-09)

Bug Fixes

  • core: allow proper select with embedded many to many (#5997) (8b30ae2), closes #5992
  • core: fix expansion of array conditions to $in operator for raw values (59c627e)
  • core: fix hydration of datetime when provided a ISO string value via em.create() (2992046)
  • core: implement joined filters via populateFilter option, separately from populateWhere (#6003) (9d0a022), closes #5893
  • mongo: allow ordering by object embedded properties (2a9ffa3), closes #6002
  • postgres: fix casting of JSON values when used with $in operator (840d3cd), closes #6000
  • postgres: fix diffing vector columns without length (2f7a7fb), closes #6008

6.3.8 (2024-09-04)

Bug Fixes

... (truncated)

Commits
  • 88c5068 chore(release): v6.3.10 [skip ci]
  • 4574831 fix(core): respect context name in @EnsureRequestContext()
  • 32d588d fix(core): allow accessing PK props on Ref properties with partial loading
  • 3fde7d4 fix(core): support dynamic discovery via EntitySchema
  • ec521c9 fix(core): fix mapping of version properties from batch updates
  • e53a7d9 fix(mongo): support partial loading of M:N owning sides (#6027)
  • e697ec2 fix(core): fix dynamic imports on Windows (#6020)
  • 120e2ed chore(deps): update dependency libsql to v0.4.5
  • 87612d4 chore(deps): update dependency eslint-plugin-unused-imports to v4.1.4
  • 907d095 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view


Updates @mikro-orm/cli from 6.2.9 to 6.3.10

Release notes

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

v6.3.10

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)

v6.3.9

6.3.9 (2024-09-09)

Bug Fixes

  • core: allow proper select with embedded many to many (#5997) (8b30ae2), closes #5992
  • core: fix expansion of array conditions to $in operator for raw values (59c627e)
  • core: fix hydration of datetime when provided a ISO string value via em.create() (2992046)
  • core: implement joined filters via populateFilter option, separately from populateWhere (#6003) (9d0a022), closes #5893
  • mongo: allow ordering by object embedded properties (2a9ffa3), closes #6002
  • postgres: fix casting of JSON values when used with $in operator (840d3cd), closes #6000
  • postgres: fix diffing vector columns without length (2f7a7fb), closes #6008

v6.3.8

6.3.8 (2024-09-04)

Bug Fixes

  • core: check proptotype chain while cloning (#5979) (d5eeee5)
  • core: fix populating lazy scalar properties inside embeddables (ffcd0e0), closes #5956
  • core: improve support for embeddables in em.upsert() (78dbeed), closes #5969
  • core: infer runtime type based on new Date() property initializer (ed0560b)
  • core: support collection operators with non-standard primary keys (171793f), closes #5989
  • postgres: fix parsing of timestamptz values with negative timezone (8ccc925)
  • schema: change default of disableForeignKeys to false (#5993) (8a8aa2d)

v6.3.7

6.3.7 (2024-08-28)

Bug Fixes

... (truncated)

Changelog

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

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)

6.3.9 (2024-09-09)

Bug Fixes

  • core: allow proper select with embedded many to many (#5997) (8b30ae2), closes #5992
  • core: fix expansion of array conditions to $in operator for raw values (59c627e)
  • core: fix hydration of datetime when provided a ISO string value via em.create() (2992046)
  • core: implement joined filters via populateFilter option, separately from populateWhere (#6003) (9d0a022), closes #5893
  • mongo: allow ordering by object embedded properties (2a9ffa3), closes #6002
  • postgres: fix casting of JSON values when used with $in operator (840d3cd), closes #6000
  • postgres: fix diffing vector columns without length (2f7a7fb), closes #6008

6.3.8 (2024-09-04)

Bug Fixes

... (truncated)

Commits
  • 88c5068 chore(release): v6.3.10 [skip ci]
  • 4574831 fix(core): respect context name in @EnsureRequestContext()
  • 32d588d fix(core): allow accessing PK props on Ref properties with partial loading
  • 3fde7d4 fix(core): support dynamic discovery via EntitySchema
  • ec521c9 fix(core): fix mapping of version properties from batch updates
  • e53a7d9 fix(mongo): support partial loading of M:N owning sides (#6027)
  • e697ec2 fix(core): fix dynamic imports on Windows (#6020)
  • 120e2ed chore(deps): update dependency libsql to v0.4.5
  • 87612d4 chore(deps): update dependency eslint-plugin-unused-imports to v4.1.4
  • 907d095 chore(deps): update patch/minor dependencies
  • 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 th... _Description has been truncated_