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 7 updates #207

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the orm group with 7 updates:

Package From To
@mikro-orm/core 6.3.9 6.3.10
@mikro-orm/migrations 6.3.9 6.3.10
@mikro-orm/postgresql 6.3.9 6.3.10
@mikro-orm/better-sqlite 6.3.9 6.3.10
@mikro-orm/mariadb 6.3.9 6.3.10
@mikro-orm/mssql 6.3.9 6.3.10
@mikro-orm/mysql 6.3.9 6.3.10

Updates @mikro-orm/core from 6.3.9 to 6.3.10

Release notes

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

v6.3.10

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Changelog

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

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Commits
  • 88c5068 chore(release): v6.3.10 [skip ci]
  • 4574831 fix(core): respect context name in @EnsureRequestContext()
  • 32d588d fix(core): allow accessing PK props on Ref properties with partial loading
  • 3fde7d4 fix(core): support dynamic discovery via EntitySchema
  • ec521c9 fix(core): fix mapping of version properties from batch updates
  • e53a7d9 fix(mongo): support partial loading of M:N owning sides (#6027)
  • e697ec2 fix(core): fix dynamic imports on Windows (#6020)
  • 120e2ed chore(deps): update dependency libsql to v0.4.5
  • 87612d4 chore(deps): update dependency eslint-plugin-unused-imports to v4.1.4
  • 907d095 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view


Updates @mikro-orm/migrations from 6.3.9 to 6.3.10

Release notes

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

v6.3.10

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Changelog

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

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Commits
  • 88c5068 chore(release): v6.3.10 [skip ci]
  • 4574831 fix(core): respect context name in @EnsureRequestContext()
  • 32d588d fix(core): allow accessing PK props on Ref properties with partial loading
  • 3fde7d4 fix(core): support dynamic discovery via EntitySchema
  • ec521c9 fix(core): fix mapping of version properties from batch updates
  • e53a7d9 fix(mongo): support partial loading of M:N owning sides (#6027)
  • e697ec2 fix(core): fix dynamic imports on Windows (#6020)
  • 120e2ed chore(deps): update dependency libsql to v0.4.5
  • 87612d4 chore(deps): update dependency eslint-plugin-unused-imports to v4.1.4
  • 907d095 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view


Updates @mikro-orm/postgresql from 6.3.9 to 6.3.10

Release notes

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

v6.3.10

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Changelog

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

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Commits
  • 88c5068 chore(release): v6.3.10 [skip ci]
  • 4574831 fix(core): respect context name in @EnsureRequestContext()
  • 32d588d fix(core): allow accessing PK props on Ref properties with partial loading
  • 3fde7d4 fix(core): support dynamic discovery via EntitySchema
  • ec521c9 fix(core): fix mapping of version properties from batch updates
  • e53a7d9 fix(mongo): support partial loading of M:N owning sides (#6027)
  • e697ec2 fix(core): fix dynamic imports on Windows (#6020)
  • 120e2ed chore(deps): update dependency libsql to v0.4.5
  • 87612d4 chore(deps): update dependency eslint-plugin-unused-imports to v4.1.4
  • 907d095 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view


Updates @mikro-orm/better-sqlite from 6.3.9 to 6.3.10

Release notes

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

v6.3.10

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Changelog

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

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Commits
  • 88c5068 chore(release): v6.3.10 [skip ci]
  • 4574831 fix(core): respect context name in @EnsureRequestContext()
  • 32d588d fix(core): allow accessing PK props on Ref properties with partial loading
  • 3fde7d4 fix(core): support dynamic discovery via EntitySchema
  • ec521c9 fix(core): fix mapping of version properties from batch updates
  • e53a7d9 fix(mongo): support partial loading of M:N owning sides (#6027)
  • e697ec2 fix(core): fix dynamic imports on Windows (#6020)
  • 120e2ed chore(deps): update dependency libsql to v0.4.5
  • 87612d4 chore(deps): update dependency eslint-plugin-unused-imports to v4.1.4
  • 907d095 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view


Updates @mikro-orm/mariadb from 6.3.9 to 6.3.10

Release notes

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

v6.3.10

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Changelog

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

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Commits
  • 88c5068 chore(release): v6.3.10 [skip ci]
  • 4574831 fix(core): respect context name in @EnsureRequestContext()
  • 32d588d fix(core): allow accessing PK props on Ref properties with partial loading
  • 3fde7d4 fix(core): support dynamic discovery via EntitySchema
  • ec521c9 fix(core): fix mapping of version properties from batch updates
  • e53a7d9 fix(mongo): support partial loading of M:N owning sides (#6027)
  • e697ec2 fix(core): fix dynamic imports on Windows (#6020)
  • 120e2ed chore(deps): update dependency libsql to v0.4.5
  • 87612d4 chore(deps): update dependency eslint-plugin-unused-imports to v4.1.4
  • 907d095 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view


Updates @mikro-orm/mssql from 6.3.9 to 6.3.10

Release notes

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

v6.3.10

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Changelog

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

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Commits
  • 88c5068 chore(release): v6.3.10 [skip ci]
  • 4574831 fix(core): respect context name in @EnsureRequestContext()
  • 32d588d fix(core): allow accessing PK props on Ref properties with partial loading
  • 3fde7d4 fix(core): support dynamic discovery via EntitySchema
  • ec521c9 fix(core): fix mapping of version properties from batch updates
  • e53a7d9 fix(mongo): support partial loading of M:N owning sides (#6027)
  • e697ec2 fix(core): fix dynamic imports on Windows (#6020)
  • 120e2ed chore(deps): update dependency libsql to v0.4.5
  • 87612d4 chore(deps): update dependency eslint-plugin-unused-imports to v4.1.4
  • 907d095 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view


Updates @mikro-orm/mysql from 6.3.9 to 6.3.10

Release notes

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

v6.3.10

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Changelog

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

6.3.10 (2024-09-15)

Bug Fixes

  • core: allow accessing PK props on Ref properties with partial loading (32d588d)
  • core: fix dynamic imports on Windows (#6020) (e697ec2)
  • core: fix mapping of version properties from batch updates (ec521c9), closes #6016 #6022
  • core: respect context name in @EnsureRequestContext() (4574831)
  • core: support dynamic discovery via EntitySchema (3fde7d4), closes #6026
  • migrations: support multiline strings in addSql() (#6017) (bc14925), closes #6015
  • mongo: support partial loading of M:N owning sides (#6027) (e53a7d9)
Commits
  • 88c5068 chore(release): v6.3.10 [skip ci]
  • 4574831 fix(core): respect context name in @EnsureRequestContext()
  • 32d588d fix(core): allow accessing PK props on Ref properties with partial loading
  • 3fde7d4 fix(core): support dynamic discovery via EntitySchema
  • ec521c9 fix(core): fix mapping of version properties from batch updates
  • e53a7d9 fix(mongo): support partial loading of M:N owning sides (#6027)
  • e697ec2 fix(core): fix dynamic imports on Windows (#6020)
  • 120e2ed chore(deps): update dependency libsql to v0.4.5
  • 87612d4 chore(deps): update dependency eslint-plugin-unused-imports to v4.1.4
  • 907d095 chore(deps): update patch/minor dependencies
  • Additional commits viewable in compare view


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