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 the regular group with 6 updates #1163

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the regular group with 6 updates:

Package From To
@mikro-orm/core 6.3.8 6.3.9
@mikro-orm/mariadb 6.3.8 6.3.9
@mikro-orm/reflection 6.3.8 6.3.9
@mikro-orm/sqlite 6.3.8 6.3.9
@mikro-orm/cli 6.3.8 6.3.9
typescript 5.5.4 5.6.2

Updates @mikro-orm/core from 6.3.8 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
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
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

Updates @mikro-orm/mariadb from 6.3.8 to 6.3.9

Release notes

Sourced from @​mikro-orm/mariadb'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
Changelog

Sourced from @​mikro-orm/mariadb'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
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

Updates @mikro-orm/reflection from 6.3.8 to 6.3.9

Release notes

Sourced from @​mikro-orm/reflection'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
Changelog

Sourced from @​mikro-orm/reflection'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
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

Updates @mikro-orm/sqlite from 6.3.8 to 6.3.9

Release notes

Sourced from @​mikro-orm/sqlite'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
Changelog

Sourced from @​mikro-orm/sqlite'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
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

Updates @mikro-orm/cli from 6.3.8 to 6.3.9

Release notes

Sourced from @​mikro-orm/cli'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
Changelog

Sourced from @​mikro-orm/cli'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
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

Updates typescript from 5.5.4 to 5.6.2

Release notes

Sourced from typescript's releases.

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the regular group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.3.8` | `6.3.9` |
| [@mikro-orm/mariadb](https://github.com/mikro-orm/mikro-orm) | `6.3.8` | `6.3.9` |
| [@mikro-orm/reflection](https://github.com/mikro-orm/mikro-orm) | `6.3.8` | `6.3.9` |
| [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm) | `6.3.8` | `6.3.9` |
| [@mikro-orm/cli](https://github.com/mikro-orm/mikro-orm) | `6.3.8` | `6.3.9` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` |


Updates `@mikro-orm/core` from 6.3.8 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.8...v6.3.9)

Updates `@mikro-orm/mariadb` from 6.3.8 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.8...v6.3.9)

Updates `@mikro-orm/reflection` from 6.3.8 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.8...v6.3.9)

Updates `@mikro-orm/sqlite` from 6.3.8 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.8...v6.3.9)

Updates `@mikro-orm/cli` from 6.3.8 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.8...v6.3.9)

Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@mikro-orm/mariadb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@mikro-orm/reflection"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@mikro-orm/sqlite"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@mikro-orm/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies dependencies label Sep 9, 2024
Copy link

sonarcloud bot commented Sep 9, 2024

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

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Sep 9, 2024

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

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@jerome-benoit jerome-benoit added this pull request to the merge queue Sep 9, 2024
Merged via the queue into main with commit e6ea62c Sep 9, 2024
27 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/regular-b6a7d2c866 branch September 9, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant