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: bump @mikro-orm/sqlite from 5.1.3 to 5.6.8 #58

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2023

Bumps @mikro-orm/sqlite from 5.1.3 to 5.6.8.

Release notes

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

v5.6.8

5.6.8 (2023-01-25)

Bug Fixes

  • mysql: fix reloading of database defaults for complex composite PKs (d36af00), closes #3965
  • reflection: do not rehydrate metadata cache for enum items unless needed (e4761b6), closes #3955
  • migrations-mongo: replace backslash in the glob to fix windows support (d904ba0), closes #3957

Features

  • core: add forceConstructor option to @Entity() decorator (c89b4af)
  • core: add hydrate option to @Property() decorator (f4ba092), closes #3936
  • core: allow filtering in Collection.loadCount() (#3958) (08ea320), closes #3527
  • mongo: add missing MongoEntityRepository.getCollection() shortcut (5e4e126), closes #3951

v5.6.7

5.6.7 (2023-01-13)

Bug Fixes

  • core: ensure propagation during hydration dont produce extra updates (88595bd), closes #3941
  • core: propagate ManyToOne only to matching collections (STI) (#3940) (8ff7ed1), closes #3939
  • core: respect mapToPk during hydration with custom type FK (75d05ee), closes #3921

Features

  • seeder: expose Factory.makeEntity method that does not call em.persist() (bb8f1b0), closes #3932

v5.6.6

5.6.6 (2023-01-10)

Bug Fixes

  • core: make FilterQuery strict again! (5427097)
  • core: do not allow functions and symbols in FilterQuery (85b1fc1), closes #3928

v5.6.5

5.6.5 (2023-01-09)

Bug Fixes

... (truncated)

Changelog

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

5.6.8 (2023-01-25)

Bug Fixes

  • mysql: fix reloading of database defaults for complex composite PKs (d36af00), closes #3965
  • reflection: do not rehydrate metadata cache for enum items unless needed (e4761b6), closes #3955

Features

  • core: add forceConstructor option to @Entity() decorator (c89b4af)
  • core: add hydrate option to @Property() decorator (f4ba092), closes #3936
  • core: allow filtering in Collection.loadCount() (#3958) (08ea320), closes #3527
  • migrations-mongo: replace backslash in the glob to fix windows support (d904ba0), closes #3957
  • mongo: add missing MongoEntityRepository.getCollection() shortcut (5e4e126), closes #3951

5.6.7 (2023-01-13)

Bug Fixes

  • core: ensure propagation during hydration dont produce extra updates (88595bd), closes #3941
  • core: propagate ManyToOne only to matching collections (STI) (#3940) (8ff7ed1), closes #3939
  • core: respect mapToPk during hydration with custom type FK (75d05ee), closes #3921

Features

  • seeder: expose Factory.makeEntity method that does not call em.persist() (bb8f1b0), closes #3932

5.6.6 (2023-01-10)

Bug Fixes

  • core: do not allow functions and symbols in FilterQuery (85b1fc1), closes #3928
  • core: make FilterQuery strict again! (5427097)

... (truncated)

Commits
  • 12b034f chore(release): v5.6.8 [skip ci]
  • cbc5e06 chore(deps): bump ua-parser-js from 0.7.28 to 0.7.33 in /docs (#3967)
  • d904ba0 feat(migrations-mongo): replace backslash in the glob to fix windows support
  • f4ba092 feat(core): add hydrate option to @Property() decorator
  • e4761b6 fix(reflection): do not rehydrate metadata cache for enum items unless needed
  • d36af00 fix(mysql): fix reloading of database defaults for complex composite PKs
  • c89b4af feat(core): add forceConstructor option to @Entity() decorator
  • 5e4e126 feat(mongo): add missing MongoEntityRepository.getCollection() shortcut
  • 1f3911b chore(deps): update dependency rimraf to v4.1.2
  • dc9f96a chore(deps): update patch/minor dependencies to v5.49.0
  • 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)

Bumps [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm) from 5.1.3 to 5.6.8.
- [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.1.3...v5.6.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2023

Superseded by #62.

@dependabot dependabot bot closed this Mar 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mikro-orm/sqlite-5.6.8 branch March 1, 2023 16:57
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