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

Bump the orm group with 8 updates #337

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2025

Bumps the orm group with 8 updates:

Package From To
@mikro-orm/core 6.4.2 6.4.3
@mikro-orm/migrations 6.4.2 6.4.3
@mikro-orm/postgresql 6.4.2 6.4.3
@mikro-orm/better-sqlite 6.4.2 6.4.3
@mikro-orm/mariadb 6.4.2 6.4.3
@mikro-orm/mssql 6.4.2 6.4.3
@mikro-orm/mysql 6.4.2 6.4.3
better-sqlite3 11.7.0 11.7.2

Updates @mikro-orm/core from 6.4.2 to 6.4.3

Release notes

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

v6.4.3

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Changelog

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

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Commits
  • 72ebe7d chore(release): v6.4.3 [skip ci]
  • c7984fe fix(entity-generator): skip bidirectional relation if target metadata doesn't...
  • 79996b5 docs: mention env vars in the migrations section
  • 59f0593 feat(migrations): allow configuring snapshot via env vars
  • f501a91 feat(mongo): include MikroORM version in MongoDB handshake (#6326)
  • 6bbec01 fix(schema): output deferrable FKs in sqlite create table statement
  • d4998c0 chore(deps): update patch/minor dependencies (#6324)
  • 3b7fdba fix(query-builder): ignore lock mode in paginate subquery and keep it only on...
  • ee7cba8 docs: update docusaurus to v3.7
  • d3ce313 fix(schema): support unsigned for decimal and double types
  • Additional commits viewable in compare view

Updates @mikro-orm/migrations from 6.4.2 to 6.4.3

Release notes

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

v6.4.3

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Changelog

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

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Commits
  • 72ebe7d chore(release): v6.4.3 [skip ci]
  • c7984fe fix(entity-generator): skip bidirectional relation if target metadata doesn't...
  • 79996b5 docs: mention env vars in the migrations section
  • 59f0593 feat(migrations): allow configuring snapshot via env vars
  • f501a91 feat(mongo): include MikroORM version in MongoDB handshake (#6326)
  • 6bbec01 fix(schema): output deferrable FKs in sqlite create table statement
  • d4998c0 chore(deps): update patch/minor dependencies (#6324)
  • 3b7fdba fix(query-builder): ignore lock mode in paginate subquery and keep it only on...
  • ee7cba8 docs: update docusaurus to v3.7
  • d3ce313 fix(schema): support unsigned for decimal and double types
  • Additional commits viewable in compare view

Updates @mikro-orm/postgresql from 6.4.2 to 6.4.3

Release notes

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

v6.4.3

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Changelog

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

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Commits
  • 72ebe7d chore(release): v6.4.3 [skip ci]
  • c7984fe fix(entity-generator): skip bidirectional relation if target metadata doesn't...
  • 79996b5 docs: mention env vars in the migrations section
  • 59f0593 feat(migrations): allow configuring snapshot via env vars
  • f501a91 feat(mongo): include MikroORM version in MongoDB handshake (#6326)
  • 6bbec01 fix(schema): output deferrable FKs in sqlite create table statement
  • d4998c0 chore(deps): update patch/minor dependencies (#6324)
  • 3b7fdba fix(query-builder): ignore lock mode in paginate subquery and keep it only on...
  • ee7cba8 docs: update docusaurus to v3.7
  • d3ce313 fix(schema): support unsigned for decimal and double types
  • Additional commits viewable in compare view

Updates @mikro-orm/better-sqlite from 6.4.2 to 6.4.3

Release notes

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

v6.4.3

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Changelog

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

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Commits
  • 72ebe7d chore(release): v6.4.3 [skip ci]
  • c7984fe fix(entity-generator): skip bidirectional relation if target metadata doesn't...
  • 79996b5 docs: mention env vars in the migrations section
  • 59f0593 feat(migrations): allow configuring snapshot via env vars
  • f501a91 feat(mongo): include MikroORM version in MongoDB handshake (#6326)
  • 6bbec01 fix(schema): output deferrable FKs in sqlite create table statement
  • d4998c0 chore(deps): update patch/minor dependencies (#6324)
  • 3b7fdba fix(query-builder): ignore lock mode in paginate subquery and keep it only on...
  • ee7cba8 docs: update docusaurus to v3.7
  • d3ce313 fix(schema): support unsigned for decimal and double types
  • Additional commits viewable in compare view

Updates @mikro-orm/mariadb from 6.4.2 to 6.4.3

Release notes

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

v6.4.3

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Changelog

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

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Commits
  • 72ebe7d chore(release): v6.4.3 [skip ci]
  • c7984fe fix(entity-generator): skip bidirectional relation if target metadata doesn't...
  • 79996b5 docs: mention env vars in the migrations section
  • 59f0593 feat(migrations): allow configuring snapshot via env vars
  • f501a91 feat(mongo): include MikroORM version in MongoDB handshake (#6326)
  • 6bbec01 fix(schema): output deferrable FKs in sqlite create table statement
  • d4998c0 chore(deps): update patch/minor dependencies (#6324)
  • 3b7fdba fix(query-builder): ignore lock mode in paginate subquery and keep it only on...
  • ee7cba8 docs: update docusaurus to v3.7
  • d3ce313 fix(schema): support unsigned for decimal and double types
  • Additional commits viewable in compare view

Updates @mikro-orm/mssql from 6.4.2 to 6.4.3

Release notes

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

v6.4.3

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Changelog

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

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Commits
  • 72ebe7d chore(release): v6.4.3 [skip ci]
  • c7984fe fix(entity-generator): skip bidirectional relation if target metadata doesn't...
  • 79996b5 docs: mention env vars in the migrations section
  • 59f0593 feat(migrations): allow configuring snapshot via env vars
  • f501a91 feat(mongo): include MikroORM version in MongoDB handshake (#6326)
  • 6bbec01 fix(schema): output deferrable FKs in sqlite create table statement
  • d4998c0 chore(deps): update patch/minor dependencies (#6324)
  • 3b7fdba fix(query-builder): ignore lock mode in paginate subquery and keep it only on...
  • ee7cba8 docs: update docusaurus to v3.7
  • d3ce313 fix(schema): support unsigned for decimal and double types
  • Additional commits viewable in compare view

Updates @mikro-orm/mysql from 6.4.2 to 6.4.3

Release notes

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

v6.4.3

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Changelog

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

6.4.3 (2025-01-08)

Bug Fixes

  • entity-generator: output explicit referencedColumnNames when sharing a column in a composite foreign key (85db3c1), closes #6323
  • entity-generator: skip bidirectional relation if target metadata doesn't exist (#6328) (c7984fe)
  • query-builder: ignore lock mode in paginate subquery and keep it only on top level (3b7fdba)
  • schema: infer columnTypes when sharing a column in a composite foreign key (6781194), closes #6323
  • schema: output deferrable FKs in sqlite create table statement (6bbec01)
  • schema: support unsigned for decimal and double types (d3ce313), closes #6318

Features

  • migrations: allow configuring snapshot via env vars (59f0593), closes #6327
  • mongo: include MikroORM version in MongoDB handshake (#6326) (f501a91)
Commits
  • 72ebe7d chore(release): v6.4.3 [skip ci]
  • c7984fe fix(entity-generator): skip bidirectional relation if target metadata doesn't...
  • 79996b5 docs: mention env vars in the migrations section
  • 59f0593 feat(migrations): allow configuring snapshot via env vars
  • f501a91 feat(mongo): include MikroORM version in MongoDB handshake (#6326)
  • 6bbec01 fix(schema): output deferrable FKs in sqlite create table statement
  • d4998c0 chore(deps): update patch/minor dependencies (#6324)
  • 3b7fdba fix(query-builder): ignore lock mode in paginate subquery and keep it only on...
  • ee7cba8 docs: update docusaurus to v3.7
  • d3ce313 fix(schema): support unsigned for decimal and double types
  • Additional commits viewable in compare view

Updates better-sqlite3 from 11.7.0 to 11.7.2

Release notes

Sourced from better-sqlite3's releases.

v11.7.2

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v11.7.1...v11.7.2

v11.7.1

BROKEN RELEASE

See WiseLibs/better-sqlite3#1306 for details

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v11.7.0...v11.7.1

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 orm group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.4.2` | `6.4.3` |
| [@mikro-orm/migrations](https://github.com/mikro-orm/mikro-orm) | `6.4.2` | `6.4.3` |
| [@mikro-orm/postgresql](https://github.com/mikro-orm/mikro-orm) | `6.4.2` | `6.4.3` |
| [@mikro-orm/better-sqlite](https://github.com/mikro-orm/mikro-orm) | `6.4.2` | `6.4.3` |
| [@mikro-orm/mariadb](https://github.com/mikro-orm/mikro-orm) | `6.4.2` | `6.4.3` |
| [@mikro-orm/mssql](https://github.com/mikro-orm/mikro-orm) | `6.4.2` | `6.4.3` |
| [@mikro-orm/mysql](https://github.com/mikro-orm/mikro-orm) | `6.4.2` | `6.4.3` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `11.7.0` | `11.7.2` |


Updates `@mikro-orm/core` from 6.4.2 to 6.4.3
- [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.4.2...v6.4.3)

Updates `@mikro-orm/migrations` from 6.4.2 to 6.4.3
- [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.4.2...v6.4.3)

Updates `@mikro-orm/postgresql` from 6.4.2 to 6.4.3
- [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.4.2...v6.4.3)

Updates `@mikro-orm/better-sqlite` from 6.4.2 to 6.4.3
- [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.4.2...v6.4.3)

Updates `@mikro-orm/mariadb` from 6.4.2 to 6.4.3
- [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.4.2...v6.4.3)

Updates `@mikro-orm/mssql` from 6.4.2 to 6.4.3
- [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.4.2...v6.4.3)

Updates `@mikro-orm/mysql` from 6.4.2 to 6.4.3
- [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.4.2...v6.4.3)

Updates `better-sqlite3` from 11.7.0 to 11.7.2
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v11.7.0...v11.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: orm
- dependency-name: "@mikro-orm/migrations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: orm
- dependency-name: "@mikro-orm/postgresql"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: orm
- dependency-name: "@mikro-orm/better-sqlite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: orm
- dependency-name: "@mikro-orm/mariadb"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: orm
- dependency-name: "@mikro-orm/mssql"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: orm
- dependency-name: "@mikro-orm/mysql"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: orm
- dependency-name: better-sqlite3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: orm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 11, 2025
@acelaya acelaya merged commit 8b1b646 into main Jan 11, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/orm-c0a620753a branch January 11, 2025 08:47
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant