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

chore(deps): bump @mikro-orm/migrations from 5.6.15 to 6.2.3 #511

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2024

Bumps @mikro-orm/migrations from 5.6.15 to 6.2.3.

Release notes

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

v6.2.3

6.2.3 (2024-04-24)

Bug Fixes

  • core: fix handling of first/last: 0 with cursor-based pagination (508389e), closes #5501
  • core: ignore upsert with inlined embedded properties (7d2bed6), closes #5500
  • migrations: fix reading migration snapshot (096dcee), closes #5497
  • query-builder: do not prune join branches when paginating and there are raw fragments in select clause (4d0fe15), closes #5490

v6.2.2

6.2.2 (2024-04-20)

Bug Fixes

  • core: do not enforce require() when running via ts-jest or on JSON imports (7e8409b), closes #5461
  • core: fix folder-based discovery for multiple entities in single file (#5464) (d64be7e)
  • core: ignore serialization options when using toPOJO() (#5481) (46d6eb4), closes #5479
  • migrator: store snapshot only after migration is generated (#5470) (65ec57c)
  • mssql: declare import types explicitly (02494bf), closes #5462
  • mysql: fix reading auto_increment_increment value (1da88af), closes #5460
  • postgres: support wildcard native enums (e183de3), closes #5456

Features

  • entity-generator: extend filtering options for EntityGenerator (#5473) (0894ac9), closes #5469
  • query-builder: allow returning promise from virtual entity expression (ee98412), closes #5475

v6.2.1

6.2.1 (2024-04-12)

Bug Fixes

  • core: skip 1:1 owner auto-joins for lazy properties (6442e57)
  • knex: rework postgres and mysql dialect imports to fix compilation errors (ffdca15)
  • mssql: support instance names in host (dc7dc4c), closes #5441
  • query-builder: do not ignore unmatching partial loading hints in qb.joinAndSelect (ccdf018), closes #5445
  • query-builder: fix partial loading via qb.joinAndSelect with explicit aliasing (da68503), closes #5445
  • query-builder: generate join on condition for subquery joins with known property name (3dfbbde), closes #5445
  • query-builder: respect collection property where conditions (declarative partial loading) (3b4fc41), closes #5445

v6.2.0

6.2.0 (2024-04-09)

https://mikro-orm.io/blog/mikro-orm-6-2-released

... (truncated)

Changelog

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

6.2.3 (2024-04-24)

Bug Fixes

  • core: fix handling of first/last: 0 with cursor-based pagination (508389e), closes #5501
  • core: ignore upsert with inlined embedded properties (7d2bed6), closes #5500
  • migrations: fix reading migration snapshot (096dcee), closes #5497
  • query-builder: do not prune join branches when paginating and there are raw fragments in select clause (4d0fe15), closes #5490

6.2.2 (2024-04-20)

Bug Fixes

  • core: do not enforce require() when running via ts-jest or on JSON imports (7e8409b), closes #5461
  • core: fix folder-based discovery for multiple entities in single file (#5464) (d64be7e)
  • core: ignore serialization options when using toPOJO() (#5481) (46d6eb4), closes #5479
  • migrator: store snapshot only after migration is generated (#5470) (65ec57c)
  • mssql: declare import types explicitly (02494bf), closes #5462
  • mysql: fix reading auto_increment_increment value (1da88af), closes #5460
  • postgres: support wildcard native enums (e183de3), closes #5456

Features

  • entity-generator: extend filtering options for EntityGenerator (#5473) (0894ac9), closes #5469
  • query-builder: allow returning promise from virtual entity expression (ee98412), closes #5475

6.2.1 (2024-04-12)

Bug Fixes

  • core: skip 1:1 owner auto-joins for lazy properties (6442e57)
  • knex: rework postgres and mysql dialect imports to fix compilation errors (ffdca15)
  • mssql: support instance names in host (dc7dc4c), closes #5441
  • query-builder: do not ignore unmatching partial loading hints in qb.joinAndSelect (ccdf018), closes #5445
  • query-builder: fix partial loading via qb.joinAndSelect with explicit aliasing (da68503), closes #5445
  • query-builder: generate join on condition for subquery joins with known property name (3dfbbde), closes #5445
  • query-builder: respect collection property where conditions (declarative partial loading) (3b4fc41), closes #5445

... (truncated)

Commits
  • 99dfb8b chore(release): v6.2.3 [skip ci]
  • 7d2bed6 fix(core): ignore upsert with inlined embedded properties
  • 508389e fix(core): fix handling of first/last: 0 with cursor-based pagination
  • 4d0fe15 fix(query-builder): do not prune join branches when paginating and there are ...
  • c4b58cd chore(deps): update dependency @​commitlint/cli to v19.3.0
  • 096dcee fix(migrations): fix reading migration snapshot
  • 15fe129 docs: improve dataloader guides and add example of nestjs resolver
  • 12b38db chore(deps): update patch/minor dependencies (#5495)
  • ba9e387 chore(deps): update dependency mysql2 to v3.9.7
  • 372f593 chore(release): update internal dependencies [skip ci]
  • 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](https://github.com/mikro-orm/mikro-orm) from 5.6.15 to 6.2.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@v5.6.15...v6.2.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

nx-cloud bot commented Apr 25, 2024

☁️ Nx Cloud Report

We didn't find any information for the current pull request with the commit e77b25f.
Please verify you are running the latest version of the NxCloud runner.

Check the Nx Cloud Source Control Integration documentation for more information.

Alternatively, you can contact us at [email protected].


Sent with 💌 from NxCloud.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2024

Superseded by #516.

@dependabot dependabot bot closed this May 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mikro-orm/migrations-6.2.3 branch May 2, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants