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

Build(deps): Bump @mikro-orm/core from 6.3.5 to 6.3.7 #266

Merged
merged 2 commits into from
Aug 31, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @mikro-orm/core from 6.3.5 to 6.3.7.

Release notes

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

v6.3.7

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)

v6.3.6

6.3.6 (2024-08-14)

Bug Fixes

  • core: ensure other conditions do not override collection operator conditions (97cdc9d)
  • core: fix hydration of polymorphic embeddables with overlapping property names (ab5c595), closes #5935
  • postgres: do not cast json columns to text (574390b), closes #5936
  • schema: recreate FKs when changing column type (8797c64)
Changelog

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

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)

6.3.6 (2024-08-14)

Bug Fixes

  • core: ensure other conditions do not override collection operator conditions (97cdc9d)
  • core: fix hydration of polymorphic embeddables with overlapping property names (ab5c595), closes #5935
  • postgres: do not cast json columns to text (574390b), closes #5936
  • schema: recreate FKs when changing column type (8797c64)
Commits
  • 88e0388 chore(release): v6.3.7 [skip ci]
  • 45aea8c chore(deps): bump webpack from 5.90.3 to 5.94.0 in /docs (#5977)
  • c5327d5 chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#5978)
  • d9729f4 chore: update dependencies
  • b4da5ff chore: ignore docusaurus in renovate for now [skip ci]
  • f3321f9 fix(core): don't double encode JSON properties inside object/array embeddables
  • fc782d3 fix(sql): correct cursor conditions application on virtual entities (#5973)
  • 10a858d fix(query-builder): ensure the correct order of parameters when handing neste...
  • 8912185 fix(core): respect context in EM transaction methods
  • c642a49 fix(core): respect entity level forceConstructor option
  • 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/core](https://github.com/mikro-orm/mikro-orm) from 6.3.5 to 6.3.7.
- [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.3.5...v6.3.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 28, 2024
@shaynethiessen shaynethiessen merged commit 29789c9 into main Aug 31, 2024
1 check passed
@shaynethiessen shaynethiessen deleted the dependabot/npm_and_yarn/mikro-orm/core-6.3.7 branch August 31, 2024 13:51
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant