shlinkio / shlink-dashboard

Next generation web application to interact with Shlink servers
MIT License
4 stars 1 forks source link

Bump the orm group with 9 updates #197

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the orm group with 9 updates:

Package From To
@mikro-orm/core 6.3.8 6.3.9
@mikro-orm/migrations 6.3.8 6.3.9
@mikro-orm/postgresql 6.3.8 6.3.9
@mikro-orm/better-sqlite 6.3.8 6.3.9
@mikro-orm/mariadb 6.3.8 6.3.9
@mikro-orm/mssql 6.3.8 6.3.9
@mikro-orm/mysql 6.3.8 6.3.9
better-sqlite3 11.2.1 11.3.0
libsql 0.4.1 0.4.5

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/migrations from 6.3.8 to 6.3.9

Release notes

Sourced from @​mikro-orm/migrations'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/migrations'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/postgresql from 6.3.8 to 6.3.9

Release notes

Sourced from @​mikro-orm/postgresql'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/postgresql'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/better-sqlite from 6.3.8 to 6.3.9

Release notes

Sourced from @​mikro-orm/better-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/better-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/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/mssql from 6.3.8 to 6.3.9

Release notes

Sourced from @​mikro-orm/mssql'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/mssql'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/mysql from 6.3.8 to 6.3.9

Release notes

Sourced from @​mikro-orm/mysql'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/mysql'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 better-sqlite3 from 11.2.1 to 11.3.0

Release notes

Sourced from better-sqlite3's releases.

v11.3.0

What's Changed

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.2.1...v11.3.0

Commits


Updates libsql from 0.4.1 to 0.4.5

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions