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.7 to 6.3.9 #287

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

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)
Changelog

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

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

Commits
  • 1ffeeff chore(release): v6.3.9 [skip ci]
  • 2f7a7fb fix(postgres): fix diffing vector columns without length
  • fd25346 chore(deps): update patch/minor dependencies (#5921)
  • 79dd40d docs: update docusaurus to v3.5 (#5942)
  • 2a9ffa3 fix(mongo): allow ordering by object embedded properties
  • 9d0a022 fix(core): implement joined filters via populateFilter option, separately f...
  • 840d3cd fix(postgres): fix casting of JSON values when used with $in operator
  • 59c627e fix(core): fix expansion of array conditions to $in operator for raw values
  • 8b30ae2 fix(core): allow proper select with embedded many to many (#5997)
  • 2992046 fix(core): fix hydration of datetime when provided a ISO string value via `em...
  • 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.7 to 6.3.9.
- [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.7...v6.3.9)

---
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 Sep 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

Superseded by #290.

@dependabot dependabot bot closed this Sep 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mikro-orm/core-6.3.9 branch September 16, 2024 15:38
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.

0 participants