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 mikro-orm group across 1 directory with 3 updates #525

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2024

Bumps the mikro-orm group with 3 updates in the / directory: @mikro-orm/core, @mikro-orm/postgresql and @mikro-orm/cli.

Updates @mikro-orm/core from 6.2.1 to 6.2.9

Release notes

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

v6.2.9

6.2.9 (2024-05-31)

Bug Fixes

  • cli: use module: 'nodenext' when registering ts-node (#5514) (8695524), closes #5427
  • core: detect path from decorator for each class only once (#5545) (9af0e38)
  • core: improve support for clientUrl with additional query parameters (1472705), closes #5608
  • core: improve support for sharing columns in composite PK and FK (#5623) (7190879), closes #5622
  • core: improve validation for missing dbName when clientUrl is provided (c21359e)
  • core: respect ignoreNestedTransactions from upper context (eab4df6), closes #5585
  • core: use explicit NoInfer type helper to support TS<5.4 (c38b366), closes #5613
  • knex: explicitly declare all the extended drivers as optional peer dependencies (#5647) (64045ad)
  • mssql: account for quotes in table names (#5637) (0343609)
  • mssql: fix creating migrations due to a missing helper method (#5644) (90e27c2), closes #5633
  • mssql: fix creating schema for migrations table (fe1be6f), closes #5644
  • mssql: fix ensuring the database exists on older SQL Server versions (f0a5790), closes #5638
  • postgres: respect deferMode option in 1:1 relations (#5641) (101c0a8)
  • reflection: detect complex runtime types and don't use them as column types (0c8a587), closes #5601
  • reflection: support entities compiled by babel (#5628) (26f627e), closes #5610
  • schema: fix diffing renamed indexes and columns when the names are not lowercase (4019dc3), closes #5617
  • sql: implement batching of M:N collection update queries (d97979b), closes #5627

Features

  • core: allow overriding the --config argument name (8b304ab)

Performance Improvements

  • sql: optimize diffing M:N collection state (f46e7c8), closes #5627

v6.2.8

6.2.8 (2024-05-21)

Bug Fixes

  • cli: disable eager connection when creating the ORM instance (ef5d14a), closes #5030
  • core: allow hydration of non persistent embedded properties (#5579) (e8c0c3f), closes #5578
  • core: always use root entity when computing M:N field names with STI (568e57f), closes #5586
  • core: map embedded constructor parameters (24f3ee6)
  • postgres: support lockTableAliases with explicit schema name in config (3fdb077), closes #5125 #5404
  • schema: use type as columnType when no matching mapping found (cd7f85c), closes #5587
  • sql: respect timezone when mapping joined properties to Date (7f9bb0b), closes #5577

v6.2.7

6.2.7 (2024-05-18)

... (truncated)

Changelog

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

6.2.9 (2024-05-31)

Bug Fixes

  • cli: use module: 'nodenext' when registering ts-node (#5514) (8695524), closes #5427
  • core: detect path from decorator for each class only once (#5545) (9af0e38)
  • core: improve support for clientUrl with additional query parameters (1472705), closes #5608
  • core: improve support for sharing columns in composite PK and FK (#5623) (7190879), closes #5622
  • core: improve validation for missing dbName when clientUrl is provided (c21359e)
  • core: respect ignoreNestedTransactions from upper context (eab4df6), closes #5585
  • core: use explicit NoInfer type helper to support TS<5.4 (c38b366), closes #5613
  • knex: explicitly declare all the extended drivers as optional peer dependencies (#5647) (64045ad)
  • mssql: account for quotes in table names (#5637) (0343609)
  • mssql: fix creating migrations due to a missing helper method (#5644) (90e27c2), closes #5633
  • mssql: fix creating schema for migrations table (fe1be6f), closes #5644
  • mssql: fix ensuring the database exists on older SQL Server versions (f0a5790), closes #5638
  • postgres: respect deferMode option in 1:1 relations (#5641) (101c0a8)
  • reflection: detect complex runtime types and don't use them as column types (0c8a587), closes #5601
  • reflection: support entities compiled by babel (#5628) (26f627e), closes #5610
  • schema: fix diffing renamed indexes and columns when the names are not lowercase (4019dc3), closes #5617
  • sql: implement batching of M:N collection update queries (d97979b), closes #5627

Features

  • core: allow overriding the --config argument name (8b304ab)

Performance Improvements

  • sql: optimize diffing M:N collection state (f46e7c8), closes #5627

6.2.8 (2024-05-21)

Bug Fixes

  • cli: disable eager connection when creating the ORM instance (ef5d14a), closes #5030
  • core: allow hydration of non persistent embedded properties (#5579) (e8c0c3f), closes #5578
  • core: always use root entity when computing M:N field names with STI (568e57f), closes #5586
  • core: map embedded constructor parameters (24f3ee6)
  • postgres: support lockTableAliases with explicit schema name in config (3fdb077), closes #5125 #5404
  • schema: use type as columnType when no matching mapping found (cd7f85c), closes #5587
  • sql: respect timezone when mapping joined properties to Date (7f9bb0b), closes #5577

... (truncated)

Commits
  • d21c713 chore(release): v6.2.9 [skip ci]
  • c21359e fix(core): improve validation for missing dbName when clientUrl is provided
  • eab4df6 fix(core): respect ignoreNestedTransactions from upper context
  • 0c8a587 fix(reflection): detect complex runtime types and don't use them as column types
  • c4ed4d5 docs: use ESM syntax in js examples
  • 26f627e fix(reflection): support entities compiled by babel (#5628)
  • 8695524 fix(cli): use module: 'nodenext' when registering ts-node (#5514)
  • 64045ad fix(knex): explicitly declare all the extended drivers as optional peer depen...
  • d2e40c0 chore: try to fix tests (#5645)
  • dc00bd8 chore: fix tests
  • Additional commits viewable in compare view

Updates @mikro-orm/postgresql from 6.2.1 to 6.2.9

Release notes

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

v6.2.9

6.2.9 (2024-05-31)

Bug Fixes

  • cli: use module: 'nodenext' when registering ts-node (#5514) (8695524), closes #5427
  • core: detect path from decorator for each class only once (#5545) (9af0e38)
  • core: improve support for clientUrl with additional query parameters (1472705), closes #5608
  • core: improve support for sharing columns in composite PK and FK (#5623) (7190879), closes #5622
  • core: improve validation for missing dbName when clientUrl is provided (c21359e)
  • core: respect ignoreNestedTransactions from upper context (eab4df6), closes #5585
  • core: use explicit NoInfer type helper to support TS<5.4 (c38b366), closes #5613
  • knex: explicitly declare all the extended drivers as optional peer dependencies (#5647) (64045ad)
  • mssql: account for quotes in table names (#5637) (0343609)
  • mssql: fix creating migrations due to a missing helper method (#5644) (90e27c2), closes #5633
  • mssql: fix creating schema for migrations table (fe1be6f), closes #5644
  • mssql: fix ensuring the database exists on older SQL Server versions (f0a5790), closes #5638
  • postgres: respect deferMode option in 1:1 relations (#5641) (101c0a8)
  • reflection: detect complex runtime types and don't use them as column types (0c8a587), closes #5601
  • reflection: support entities compiled by babel (#5628) (26f627e), closes #5610
  • schema: fix diffing renamed indexes and columns when the names are not lowercase (4019dc3), closes #5617
  • sql: implement batching of M:N collection update queries (d97979b), closes #5627

Features

  • core: allow overriding the --config argument name (8b304ab)

Performance Improvements

  • sql: optimize diffing M:N collection state (f46e7c8), closes #5627

v6.2.8

6.2.8 (2024-05-21)

Bug Fixes

  • cli: disable eager connection when creating the ORM instance (ef5d14a), closes #5030
  • core: allow hydration of non persistent embedded properties (#5579) (e8c0c3f), closes #5578
  • core: always use root entity when computing M:N field names with STI (568e57f), closes #5586
  • core: map embedded constructor parameters (24f3ee6)
  • postgres: support lockTableAliases with explicit schema name in config (3fdb077), closes #5125 #5404
  • schema: use type as columnType when no matching mapping found (cd7f85c), closes #5587
  • sql: respect timezone when mapping joined properties to Date (7f9bb0b), closes #5577

v6.2.7

6.2.7 (2024-05-18)

... (truncated)

Changelog

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

6.2.9 (2024-05-31)

Bug Fixes

  • cli: use module: 'nodenext' when registering ts-node (#5514) (8695524), closes #5427
  • core: detect path from decorator for each class only once (#5545) (9af0e38)
  • core: improve support for clientUrl with additional query parameters (1472705), closes #5608
  • core: improve support for sharing columns in composite PK and FK (#5623) (7190879), closes #5622
  • core: improve validation for missing dbName when clientUrl is provided (c21359e)
  • core: respect ignoreNestedTransactions from upper context (eab4df6), closes #5585
  • core: use explicit NoInfer type helper to support TS<5.4 (c38b366), closes #5613
  • knex: explicitly declare all the extended drivers as optional peer dependencies (#5647) (64045ad)
  • mssql: account for quotes in table names (#5637) (0343609)
  • mssql: fix creating migrations due to a missing helper method (#5644) (90e27c2), closes #5633
  • mssql: fix creating schema for migrations table (fe1be6f), closes #5644
  • mssql: fix ensuring the database exists on older SQL Server versions (f0a5790), closes #5638
  • postgres: respect deferMode option in 1:1 relations (#5641) (101c0a8)
  • reflection: detect complex runtime types and don't use them as column types (0c8a587), closes #5601
  • reflection: support entities compiled by babel (#5628) (26f627e), closes #5610
  • schema: fix diffing renamed indexes and columns when the names are not lowercase (4019dc3), closes #5617
  • sql: implement batching of M:N collection update queries (d97979b), closes #5627

Features

  • core: allow overriding the --config argument name (8b304ab)

Performance Improvements

  • sql: optimize diffing M:N collection state (f46e7c8), closes #5627

6.2.8 (2024-05-21)

Bug Fixes

  • cli: disable eager connection when creating the ORM instance (ef5d14a), closes #5030
  • core: allow hydration of non persistent embedded properties (#5579) (e8c0c3f), closes #5578
  • core: always use root entity when computing M:N field names with STI (568e57f), closes #5586
  • core: map embedded constructor parameters (24f3ee6)
  • postgres: support lockTableAliases with explicit schema name in config (3fdb077), closes #5125 #5404
  • schema: use type as columnType when no matching mapping found (cd7f85c), closes #5587
  • sql: respect timezone when mapping joined properties to Date (7f9bb0b), closes #5577

... (truncated)

Commits
  • d21c713 chore(release): v6.2.9 [skip ci]
  • c21359e fix(core): improve validation for missing dbName when clientUrl is provided
  • eab4df6 fix(core): respect ignoreNestedTransactions from upper context
  • 0c8a587 fix(reflection): detect complex runtime types and don't use them as column types
  • c4ed4d5 docs: use ESM syntax in js examples
  • 26f627e fix(reflection): support entities compiled by babel (#5628)
  • 8695524 fix(cli): use module: 'nodenext' when registering ts-node (#5514)
  • 64045ad fix(knex): explicitly declare all the extended drivers as optional peer depen...
  • d2e40c0 chore: try to fix tests (#5645)
  • dc00bd8 chore: fix tests
  • Additional commits viewable in compare view

Updates @mikro-orm/cli from 6.2.1 to 6.2.9

Release notes

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

v6.2.9

6.2.9 (2024-05-31)

Bug Fixes

  • cli: use module: 'nodenext' when registering ts-node (#5514) (8695524), closes #5427
  • core: detect path from decorator for each class only once (#5545) (9af0e38)
  • core: improve support for clientUrl with additional query parameters (1472705), closes #5608
  • core: improve support for sharing columns in composite PK and FK (#5623) (7190879), closes #5622
  • core: improve validation for missing dbName when clientUrl is provided (c21359e)
  • core: respect ignoreNestedTransactions from upper context (eab4df6), closes #5585
  • core: use explicit NoInfer type helper to support TS<5.4 (c38b366), closes #5613
  • knex: explicitly declare all the extended drivers as optional peer dependencies (#5647) (64045ad)
  • mssql: account for quotes in table names (#5637) (0343609)
  • mssql: fix creating migrations due to a missing helper method (#5644) (90e27c2), closes #5633
  • mssql: fix creating schema for migrations table (fe1be6f), closes #5644
  • mssql: fix ensuring the database exists on older SQL Server versions (f0a5790), closes #5638
  • postgres: respect deferMode option in 1:1 relations (#5641) (101c0a8)
  • reflection: detect complex runtime types and don't use them as column types (0c8a587), closes #5601
  • reflection: support entities compiled by babel (#5628) (26f627e), closes #5610
  • schema: fix diffing renamed indexes and columns when the names are not lowercase (4019dc3), closes #5617
  • sql: implement batching of M:N collection update queries (d97979b), closes #5627

Features

  • core: allow overriding the --config argument name (8b304ab)

Performance Improvements

  • sql: optimize diffing M:N collection state (f46e7c8), closes #5627

v6.2.8

6.2.8 (2024-05-21)

Bug Fixes

  • cli: disable eager connection when creating the ORM instance (ef5d14a), closes #5030
  • core: allow hydration of non persistent embedded properties (#5579) (e8c0c3f), closes #5578
  • core: always use root entity when computing M:N field names with STI (568e57f), closes #5586
  • core: map embedded constructor parameters (24f3ee6)
  • postgres: support lockTableAliases with explicit schema name in config (3fdb077), closes #5125 #5404
  • schema: use type as columnType when no matching mapping found (cd7f85c), closes #5587
  • sql: respect timezone when mapping joined properties to Date (7f9bb0b), closes #5577

v6.2.7

6.2.7 (2024-05-18)

... (truncated)

Changelog

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

6.2.9 (2024-05-31)

Bug Fixes

  • cli: use module: 'nodenext' when registering ts-node (#5514) (8695524), closes #5427
  • core: detect path from decorator for each class only once (#5545) (9af0e38)
  • core: improve support for clientUrl with additional query parameters (1472705), closes #5608
  • core: improve support for sharing columns in composite PK and FK (#5623) (7190879), closes #5622
  • core: improve validation for missing dbName when clientUrl is provided (c21359e)
  • core: respect ignoreNestedTransactions from upper context (eab4df6), closes #5585
  • core: use explicit NoInfer type helper to support TS<5.4 (c38b366), closes #5613
  • knex: explicitly declare all the extended drivers as optional peer dependencies (#5647) (64045ad)
  • mssql: account for quotes in table names (#5637) (0343609)
  • mssql: fix creating migrations due to a missing helper method (#5644) (90e27c2), closes #5633
  • mssql: fix creating schema for migrations table (fe1be6f), closes #5644
  • mssql: fix ensuring the database exists on older SQL Server versions (f0a5790), closes #5638
  • postgres: respect deferMode option in 1:1 relations (#5641) (101c0a8)
  • reflection: detect complex runtime types and don't use them as column types (0c8a587), closes #5601
  • reflection: support entities compiled by babel (#5628) (26f627e), closes #5610
  • schema: fix diffing renamed indexes and columns when the names are not lowercase (4019dc3), closes #5617
  • sql: implement batching of M:N collection update queries (d97979b), closes #5627

Features

  • core: allow overriding the --config argument name (8b304ab)

Performance Improvements

  • sql: optimize diffing M:N collection state (f46e7c8), closes #5627

6.2.8 (2024-05-21)

Bug Fixes

  • cli: disable eager connection when creating the ORM instance (ef5d14a), closes #5030
  • core: allow hydration of non persistent embedded properties (#5579) (e8c0c3f), closes #5578
  • core: always use root entity when computing M:N field names with STI (568e57f), closes #5586
  • core: map embedded constructor parameters (24f3ee6)
  • postgres: support lockTableAliases with explicit schema name in config (3fdb077), closes #5125 #5404
  • schema: use type as columnType when no matching mapping found (cd7f85c), closes #5587
  • sql: respect timezone when mapping joined properties to Date (7f9bb0b), closes #5577

... (truncated)

Commits
  • d21c713 chore(release): v6.2.9 [skip ci]
  • c21359e fix(core): improve validation for missing dbName when clientUrl is provided
  • eab4df6 fix(core): respect ignoreNestedTransactions from upper context
  • 0c8a587 fix(reflection): detect complex runtime types and don't use them as column types
  • c4ed4d5 docs: use ESM syntax in js examples
  • 26f627e fix(reflection): support entities compiled by babel (#5628)
  • 8695524 fix(cli): use module: 'nodenext' when registering ts-node (#5514)
  • 64045ad fix(knex): explicitly declare all the extended drivers as optional peer depen...
  • d2e40c0 chore: try to fix tests (#5645)
  • dc00bd8 chore: fix tests
  • 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 <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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 31, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mikro-orm-da65a7806e branch 2 times, most recently from 85d2c07 to b494f88 Compare June 6, 2024 12:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mikro-orm-da65a7806e branch 3 times, most recently from 1dad014 to 9dd831f Compare June 18, 2024 20:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mikro-orm-da65a7806e branch 2 times, most recently from ed4f52d to 8744ce0 Compare June 20, 2024 20:39
Bumps the mikro-orm group with 3 updates in the / directory: [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm), [@mikro-orm/postgresql](https://github.com/mikro-orm/mikro-orm) and [@mikro-orm/cli](https://github.com/mikro-orm/mikro-orm).


Updates `@mikro-orm/core` from 6.2.1 to 6.2.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.2.1...v6.2.9)

Updates `@mikro-orm/postgresql` from 6.2.1 to 6.2.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.2.1...v6.2.9)

Updates `@mikro-orm/cli` from 6.2.1 to 6.2.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.2.1...v6.2.9)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/postgresql"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mikro-orm-da65a7806e branch from 8744ce0 to d7adc17 Compare July 12, 2024 20:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants