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 5.7.5 to 5.7.7 #2136

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2023

Bumps @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7.

Release notes

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

v5.7.7

5.7.7 (2023-05-14)

Bug Fixes

  • core: deprecate @Subscriber() decorator (033b71d)
  • core: revert the const enums as they break projects with isolatedModules (8b23674), closes #4350
  • knex: remove constraints from knex's peer dependencies (ce81071)
  • query-builder: do not enable query pagination when explicit groupBy is set (921251a), closes #4353

Features

  • core: add options argument to filter callback (c57ee5e), closes #4352
  • query-builder: validate unknown alias when explicitly joining (8d4a83a), closes #4353

v5.7.6

5.7.6 (2023-05-13)

Bug Fixes

  • core: allow em.populate() on lazy formula properties (5c6bb13)
  • core: ensure database values are used in the identity map keys (46b5e3a), closes #4335
  • core: fix re-populating relations with refresh: true (74b6a98), closes #4339

Features

  • core: add wrap(entity).populate([...]) shortcut (6b519c4)
  • core: log number of results (261b3d9)

Performance Improvements

  • core: define some enums as const enums, so they get inlined (3cb43ba)
Changelog

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

5.7.7 (2023-05-14)

Bug Fixes

  • core: deprecate @Subscriber() decorator (033b71d)
  • core: revert the const enums as they break projects with isolatedModules (8b23674), closes #4350
  • knex: remove constraints from knex's peer dependencies (ce81071)
  • query-builder: do not enable query pagination when explicit groupBy is set (921251a), closes #4353

Features

  • core: add options argument to filter callback (c57ee5e), closes #4352
  • query-builder: validate unknown alias when explicitly joining (8d4a83a), closes #4353

5.7.6 (2023-05-13)

Bug Fixes

  • core: allow em.populate() on lazy formula properties (5c6bb13)
  • core: ensure database values are used in the identity map keys (46b5e3a), closes #4335
  • core: fix re-populating relations with refresh: true (74b6a98), closes #4339

Features

  • core: add wrap(entity).populate([...]) shortcut (6b519c4)
  • core: log number of results (261b3d9)

Performance Improvements

  • core: define some enums as const enums, so they get inlined (3cb43ba)
Commits
  • 7ac239c chore(release): v5.7.7 [skip ci]
  • 921251a fix(query-builder): do not enable query pagination when explicit groupBy is...
  • c57ee5e feat(core): add options argument to filter callback
  • 8d4a83a feat(query-builder): validate unknown alias when explicitly joining
  • ce81071 fix(knex): remove constraints from knex's peer dependencies
  • 033b71d fix(core): deprecate @Subscriber() decorator
  • 3355825 chore: disable codeclimate
  • 8b23674 fix(core): revert the const enums as they break projects with `isolatedModu...
  • c562f13 chore(release): update internal dependencies to use tilde [skip ci]
  • 2846015 chore(release): v5.7.6 [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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 15, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/mikro-orm/migrations-mongodb-5.7.7 branch 2 times, most recently from 6b9a6d3 to 64fc654 Compare May 15, 2023 15:28
Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.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@v5.7.5...v5.7.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/mikro-orm/migrations-mongodb-5.7.7 branch from 64fc654 to 9253d99 Compare May 15, 2023 15:29
@simvalery simvalery merged commit a6be9e9 into develop May 15, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/mikro-orm/migrations-mongodb-5.7.7 branch May 15, 2023 15:30
felipeneuhauss pushed a commit to IntellectEU/guardian that referenced this pull request Jul 22, 2023
…arn/develop/mikro-orm/migrations-mongodb-5.7.7

Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7
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