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/mariadb from 6.0.4 to 6.0.5 #943

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2024

Bumps @mikro-orm/mariadb from 6.0.4 to 6.0.5.

Release notes

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

v6.0.5

6.0.5 (2024-01-18)

Bug Fixes

  • cli: try to respect windows ESM binary (57e91e2), closes #5147
  • core: do not infer populate: ['*'] from fields: ['*'] (f658376), closes #5139
  • core: do not mutate data provided to em.upsert/Many (3d8c242), closes #5136
  • core: don't convert mapped types for constructor parameters when creating new entity (37befd3), closes #5150
  • core: fix bigint mode detection when hydrating new entity from returning statement (a42321d), closes #5146
  • core: merge serialization hints when lazy populating (f1d2487), closes #5138
  • query-builder: cache knex QB instance to get around issues with raw fragments (f6e76d8)
  • reflection: improve detection of Ref types with FK as PK (c8858d2), closes #5144
Changelog

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

6.0.5 (2024-01-18)

Bug Fixes

  • cli: try to respect windows ESM binary (57e91e2), closes #5147
  • core: do not infer populate: ['*'] from fields: ['*'] (f658376), closes #5139
  • core: do not mutate data provided to em.upsert/Many (3d8c242), closes #5136
  • core: don't convert mapped types for constructor parameters when creating new entity (37befd3), closes #5150
  • core: fix bigint mode detection when hydrating new entity from returning statement (a42321d), closes #5146
  • core: merge serialization hints when lazy populating (f1d2487), closes #5138
  • query-builder: cache knex QB instance to get around issues with raw fragments (f6e76d8)
  • reflection: improve detection of Ref types with FK as PK (c8858d2), closes #5144
Commits
  • 1daa3f7 chore(release): v6.0.5 [skip ci]
  • fe38ba5 chore: copy CLI scripts without extensions
  • e5eef64 chore: revert the changes in CLI scripts
  • 19fcc35 chore(deps): update patch/minor dependencies (#5143)
  • 37befd3 fix(core): don't convert mapped types for constructor parameters when creatin...
  • fdb7c13 chore: fix build
  • 14f10aa chore: fix tests
  • 57e91e2 fix(cli): try to respect windows ESM binary
  • c8858d2 fix(reflection): improve detection of Ref types with FK as PK
  • a42321d fix(core): fix bigint mode detection when hydrating new entity from returning...
  • 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)

@dependabot dependabot bot added dependencies dependencies simulator Simulator labels Jan 19, 2024
@jerome-benoit jerome-benoit mentioned this pull request Jan 19, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mikro-orm/mariadb-6.0.5 branch from b9806ca to 902cd12 Compare January 19, 2024 19:34
@jerome-benoit jerome-benoit mentioned this pull request Jan 19, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mikro-orm/mariadb-6.0.5 branch from 902cd12 to 9a1c54e Compare January 19, 2024 19:45
@jerome-benoit jerome-benoit mentioned this pull request Jan 19, 2024
Bumps [@mikro-orm/mariadb](https://github.com/mikro-orm/mikro-orm) from 6.0.4 to 6.0.5.
- [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.0.4...v6.0.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mariadb"
  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/mikro-orm/mariadb-6.0.5 branch from 9a1c54e to 64d0d0a Compare January 19, 2024 20:57
Copy link

Quality Gate Passed Quality Gate passed for 'e-mobility-charging-stations-simulator-webui'

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

Quality Gate Passed Quality Gate passed for 'e-mobility-charging-stations-simulator'

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@jerome-benoit jerome-benoit added this pull request to the merge queue Jan 19, 2024
Merged via the queue into main with commit 2b9603a Jan 19, 2024
23 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mikro-orm/mariadb-6.0.5 branch January 19, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies dependencies simulator Simulator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant