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 @mikro-orm/migrations-mongodb from 6.2.2 to 6.3.11 #4197

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps @mikro-orm/migrations-mongodb from 6.2.2 to 6.3.11.

Release notes

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

v6.3.11

6.3.11 (2024-09-26)

Bug Fixes

  • core: fix diffing of object properties (55df57f), closes #6050
  • core: fix partial loading with * on joined strategy (1f0dbd4), closes #6045
  • core: properly detect when Windows imports need patching (#6035) (a6c4dea)
  • core: skip extra query when loading inverse side of 1:1 relation with a filter (ccf099f)
  • core: support atomic updates on properties with custom types (951284b), closes #6030
  • core: support multi update on mixed STI entities (e1deb0d), closes #6069
  • migrations: use ORM logger and respect loggerFactory (e845c26), closes #6039
  • postgres: improve timezone handling for negative timezone offsets (52a503c)
  • postgres: set max identifier length to 63 characters (5b866fa), closes #6042
  • schema: ensure CREATE TABLE DDL for tinyint/smallint/mediumint primary keys (#6065) (e2738cc)
  • schema: ensure unsigned: false works for primary keys (#6063) (f14a6b4), closes #6057
  • schema: resolve missing auto_increment for PK in MySQL/MariaDB update DDL (#6073) (984758f), closes #6072

Features

  • core: load root entities via em.populate() (b7c3f69), closes #6032
  • mongo: improve error logging for ensureIndexes (faa2a00), closes #4486

Performance Improvements

  • core: reduce nesting of toPOJO() serializer (4b263f3)

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

... (truncated)

Changelog

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

6.3.11 (2024-09-26)

Bug Fixes

  • core: fix diffing of object properties (55df57f), closes #6050
  • core: fix partial loading with * on joined strategy (1f0dbd4), closes #6045
  • core: properly detect when Windows imports need patching (#6035) (a6c4dea)
  • core: skip extra query when loading inverse side of 1:1 relation with a filter (ccf099f)
  • core: support atomic updates on properties with custom types (951284b), closes #6030
  • core: support multi update on mixed STI entities (e1deb0d), closes #6069
  • migrations: use ORM logger and respect loggerFactory (e845c26), closes #6039
  • postgres: improve timezone handling for negative timezone offsets (52a503c)
  • postgres: set max identifier length to 63 characters (5b866fa), closes #6042
  • schema: ensure CREATE TABLE DDL for tinyint/smallint/mediumint primary keys (#6065) (e2738cc)
  • schema: ensure unsigned: false works for primary keys (#6063) (f14a6b4), closes #6057
  • schema: resolve missing auto_increment for PK in MySQL/MariaDB update DDL (#6073) (984758f), closes #6072

Features

  • core: load root entities via em.populate() (b7c3f69), closes #6032
  • mongo: improve error logging for ensureIndexes (faa2a00), closes #4486

Performance Improvements

  • core: reduce nesting of toPOJO() serializer (4b263f3)

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)

... (truncated)

Commits
  • 0ad6973 chore(release): v6.3.11 [skip ci]
  • 984758f fix(schema): resolve missing auto_increment for PK in MySQL/MariaDB update ...
  • c5ac932 test: improve test and make it close connections properly
  • 52a503c fix(postgres): improve timezone handling for negative timezone offsets
  • e1deb0d fix(core): support multi update on mixed STI entities
  • e2738cc fix(schema): ensure CREATE TABLE DDL for tinyint/smallint/mediumint prima...
  • 1304a7c chore(deps): update dependency @​types/node to v22.7.2
  • 840353a chore(deps): update dependency @​types/node to v22.7.0
  • ccf099f fix(core): skip extra query when loading inverse side of 1:1 relation with a ...
  • f14a6b4 fix(schema): ensure unsigned: false works for primary keys (#6063)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 6.2.2 to 6.3.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.2.2...v6.3.11)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners September 30, 2024 08:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 30, 2024
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