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 mysql2, @mikro-orm/core, @mikro-orm/migrations, @mikro-orm/postgresql and @mikro-orm/cli #56

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2024

Bumps mysql2 to 3.10.2 and updates ancestor dependencies mysql2, @mikro-orm/core, @mikro-orm/migrations, @mikro-orm/postgresql and @mikro-orm/cli. These dependencies need to be updated together.

Updates mysql2 from 2.3.3 to 3.10.2

Release notes

Sourced from mysql2's releases.

v3.10.2

3.10.2 (2024-07-01)

Bug Fixes

  • typeCast: ensure the same behavior for field.string() with query and execute (#2820) (27e38ea)

v3.10.1

3.10.1 (2024-06-13)

Bug Fixes

v3.10.0

3.10.0 (2024-05-30)

Features

Bug Fixes

  • stream: reads should emit the dataset number for each dataset (#2496, #2628) (4dab4ca)

v3.9.9

3.9.9 (2024-05-29)

Bug Fixes

  • connection config: remove keepAliveInitialDelay default value (#2712) (688ebab)

v3.9.8

3.9.8 (2024-05-26)

Bug Fixes

  • security: sanitize fields and tables when using nestTables (#2702) (efe3db5)
  • support deno + caching_sha2_password FULL_AUTHENTICATION_PACKET flow (#2704) (2e03694)
  • typings: typo from jonServerPublicKey to onServerPublicKey (#2699) (8b5f691)

v3.9.7

3.9.7 (2024-04-21)

... (truncated)

Changelog

Sourced from mysql2's changelog.

3.10.2 (2024-07-01)

Bug Fixes

  • typeCast: ensure the same behavior for field.string() with query and execute (#2820) (27e38ea)

3.10.1 (2024-06-13)

Bug Fixes

3.10.0 (2024-05-30)

Features

Bug Fixes

  • stream: reads should emit the dataset number for each dataset (#2628) (4dab4ca)

3.9.9 (2024-05-29)

Bug Fixes

  • connection config: remove keepAliveInitialDelay default value (#2712) (688ebab)

3.9.8 (2024-05-26)

Bug Fixes

  • security: sanitize fields and tables when using nestTables (#2702) (efe3db5)
  • support deno + caching_sha2_password FULL_AUTHENTICATION_PACKET flow (#2704) (2e03694)
  • typings: typo from jonServerPublicKey to onServerPublicKey (#2699) (8b5f691)

3.9.7 (2024-04-21)

Bug Fixes

  • security: sanitize timezone parameter value to prevent code injection (#2608) (7d4b098)

3.9.6 (2024-04-18)

... (truncated)

Commits
  • 88dd4b5 chore(master): release 3.10.2 (#2821)
  • 27e38ea fix(typeCast): ensure the same behavior for field.string() with query and...
  • a14f354 build(deps): bump lucide-react from 0.396.0 to 0.397.0 in /website (#2813)
  • 83eb15d build(deps-dev): bump poku from 1.20.0 to 1.20.1 in /website (#2812)
  • 4610414 build(deps-dev): bump @​types/node from 20.14.8 to 20.14.9 (#2814)
  • e52d53c build(deps-dev): bump poku from 1.20.0 to 1.20.1 (#2815)
  • 5d4a885 build(deps-dev): bump @​typescript-eslint/parser in /website (#2809)
  • 5723d26 build(deps-dev): bump @​typescript-eslint/eslint-plugin in /website (#2807)
  • 4af7dd5 build(deps-dev): bump poku from 1.19.0 to 1.20.0 in /website (#2808)
  • f4eb5ca build(deps-dev): bump poku from 1.19.0 to 1.20.0 (#2810)
  • Additional commits viewable in compare view

Updates @mikro-orm/core from 5.6.6 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/migrations from 5.6.6 to 5.9.8

Release notes

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

v5.9.8

5.9.8 (2024-02-04)

Bug Fixes

  • core: do not mutate data provided to em.upsert/Many (5acb4eb), closes #5136
  • core: ensure em.insertMany returns array of PKs for a single item too (#5180) (b9a55e5), closes #5179
  • core: process upsert data to allow using entity instances in place of relations (42e3c5e), closes #5165
  • mongo: ensure assign on object properties won't ignore changes (bd22d7c), closes #5158
  • postgres: parse timestamp dates less than year 1000 (#5071) (63eb5c5)

v5.9.7

5.9.7 (2023-12-30)

Bug Fixes

  • core: check for root entity properties in em.canPopulate() when using STI (b8fcf45), closes #5043
  • core: fix eager loading detection with multiple populate hints for one property (da1daf5), closes #5057
  • core: support pivot entities with autoincrement PK (e250634), closes #4988
  • postgres: respect column length in down migrations (222e2b8), closes #5048

v5.9.6

5.9.6 (2023-12-21)

Bug Fixes

  • core: fix assign on collections of unloaded entities (b60e4ee)
  • core: fix extra updates with select-in strategy and composite FKs (c848f8c)

v5.9.5

5.9.5 (2023-12-15)

Bug Fixes

  • core: ensure eager loading on deeper levels work with joined strategy (cc5f476)
  • core: fix extra updates for composite FKs that share a column (78772fb)
  • core: fix infinite loop with populate: true and refresh: true (#5001) (9f63378)
  • core: fix returning statement hydration after em.upsert (a7e9a82), closes #4945
  • core: respect context in virtual entity expression callback (84d42a7)
  • postgres: allow using array operators (e.g. @>) with object arrays (6a5a1ef), closes #4973
  • schema: improve json default diffing for down migrations (5bc19ba)
  • sql: deduplicate keys in batch update queries (7de7a48)

... (truncated)

Changelog

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

5.9.8 (2024-02-04)

Bug Fixes

  • core: do not mutate data provided to em.upsert/Many (5acb4eb), closes #5136
  • core: ensure em.insertMany returns array of PKs for a single item too (#5180) (b9a55e5), closes #5179
  • core: process upsert data to allow using entity instances in place of relations (42e3c5e), closes #5165
  • mongo: ensure assign on object properties won't ignore changes (bd22d7c), closes #5158
  • postgres: parse timestamp dates less than year 1000 (#5071) (63eb5c5)

5.9.7 (2023-12-30)

Bug Fixes

  • core: check for root entity properties in em.canPopulate() when using STI (b8fcf45), closes #5043
  • core: fix eager loading detection with multiple populate hints for one property (da1daf5), closes #5057
  • core: support pivot entities with autoincrement PK (e250634), closes #4988
  • postgres: respect column length in down migrations (222e2b8), closes #5048

5.9.6 (2023-12-21)

Bug Fixes

  • core: fix assign on collections of unloaded entities (b60e4ee)
  • core: fix extra updates with select-in strategy and composite FKs (c848f8c)

5.9.5 (2023-12-15)

Bug Fixes

  • core: ensure eager loading on deeper levels work with joined strategy (cc5f476)
  • core: fix extra updates for composite FKs that share a column (78772fb)
  • core: fix infinite loop with populate: true and refresh: true (#5001) (9f63378)
  • core: fix returning statement hydration after em.upsert (a7e9a82), closes #4945

... (truncated)

Commits
  • 2ddaf6d chore(release): v5.9.8 [skip ci]
  • 42e3c5e fix(core): process upsert data to allow using entity instances in place of re...
  • b9a55e5 fix(core): ensure em.insertMany returns array of PKs for a single item too ...
  • 5acb4eb fix(core): do not mutate data provided to em.upsert/Many
  • bd22d7c fix(mongo): ensure assign on object properties won't ignore changes
  • 0e646a9 docs: correct a typo in documentation (#5094)
  • 63eb5c5 fix(postgres): parse timestamp dates less than year 1000 (#5071)
  • 6667656 chore: fix changelog
  • 4383f50 chore(release): update internal dependencies [skip ci]
  • 6a2ad4e chore(release): v5.9.7 [skip ci]
  • Additional commits viewable in compare view

Updates @mikro-orm/postgresql from 5.6.6 to 5.9.8

Release notes

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

v5.9.8

5.9.8 (2024-02-04)

Bug Fixes

  • core: do not mutate data provided to em.upsert/Many (5acb4eb), closes #5136
  • core: ensure em.insertMany returns array of PKs for a single item too (#5180) (b9a55e5), closes #5179
  • core: process upsert data to allow using entity instances in place of relations (42e3c5e), closes #5165
  • mongo: ensure assign on object properties won't ignore changes (bd22d7c), closes #5158
  • postgres: parse timestamp dates less than year 1000 (#5071) (63eb5c5)

v5.9.7

5.9.7 (2023-12-30)

Bug Fixes

  • core: check for root entity properties in em.canPopulate() when using STI (b8fcf45), closes #5043
  • core: fix eager loading detection with multiple populate hints for one property (da1daf5), closes #5057
  • core: support pivot entities with autoincrement PK (e250634), closes #4988
  • postgres: respect column length in down migrations (222e2b8), closes #5048

v5.9.6

5.9.6 (2023-12-21)

Bug Fixes

  • core: fix assign on collections of unloaded entities (b60e4ee)
  • core: fix extra updates with select-in strategy and composite FKs (c848f8c)

v5.9.5

5.9.5 (2023-12-15)

Bug Fixes

  • core: ensure eager loading on deeper levels work with joined strategy (cc5f476)
  • core: fix extra updates for composite FKs that share a column (78772fb)
  • core: fix infinite loop with populate: true and refresh: true (#5001) (9f63378)
  • core: fix returning statement hydration after em.upsert (a7e9a82), closes #4945
  • core: respect context in virtual entity expression callback (84d42a7)
  • postgres: allow using array operators (e.g. @>) with object arrays (6a5a1ef), closes #4973
  • schema: improve json default diffing for down migrations (5bc19ba)
  • sql: deduplicate keys in batch update queries (7de7a48)

... (truncated)

Changelog

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

5.9.8 (2024-02-04)

Bug Fixes

  • core: do not mutate data provided to em.upsert/Many (5acb4eb), closes #5136
  • core: ensure em.insertMany returns array of PKs for a single item too (#5180) (b9a55e5), closes #5179
  • core: process upsert data to allow using entity instances in place of relations (42e3c5e), closes #5165
  • mongo: ensure assign on object properties won't ignore changes (bd22d7c), closes #5158
  • postgres: parse timestamp dates less than year 1000 (#5071) (63eb5c5)

5.9.7 (2023-12-30)

Bug Fixes

  • core: check for root entity properties in em.canPopulate() when using STI (b8fcf45), closes #5043
  • core: fix eager loading detection with multiple populate hints for one property (da1daf5), closes #5057
  • core: support pivot entities with autoincrement PK (e250634), closes #4988
  • postgres: respect column length in down migrations (222e2b8), closes #5048

5.9.6 (2023-12-21)

Bug Fixes

  • core: fix assign on collections of unloaded entities (b60e4ee)
  • core: fix extra updates with select-in strategy and composite FKs (c848f8c)

5.9.5 (2023-12-15)

Bug Fixes

  • core: ensure eager loading on deeper levels work with joined strategy (cc5f476)
  • core: fix extra updates for composite FKs that share a column (78772fb)
  • core: fix infinite loop with populate: true and refresh: true (#5001) (9f63378)
  • core: fix returning statement hydration after em.upsert (a7e9a82), closes #4945

... (truncated)

Commits
  • 2ddaf6d chore(release): v5.9.8 [skip ci]
  • 42e3c5e fix(core): process upsert data to allow using entity instances in place of re...
  • b9a55e5 fix(core): ensure em.insertMany returns array of PKs for a single item too ...
  • 5acb4eb fix(core): do not mutate data provided to em.upsert/Many
  • bd22d7c fix(mongo): ensure assign on object properties won't ignore changes
  • 0e646a9 docs: correct a typo in documentation (#5094)
  • 63eb5c5 fix(postgres): parse timestamp dates less than year 1000 (#5071)
  • 6667656 chore: fix changelog
  • 4383f50 chore(release): update internal dependencies [skip ci]
  • 6a2ad4e chore(release): v5.9.7 [skip ci]
  • Additional commits viewable in compare view

Updates @mikro-orm/cli from 5.6.6 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 Description has been truncated

…kro-orm/postgresql and @mikro-orm/cli

Bumps [mysql2](https://github.com/sidorares/node-mysql2) to 3.10.2 and updates ancestor dependencies [mysql2](https://github.com/sidorares/node-mysql2), [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm), [@mikro-orm/migrations](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). These dependencies need to be updated together.


Updates `mysql2` from 2.3.3 to 3.10.2
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v2.3.3...v3.10.2)

Updates `@mikro-orm/core` from 5.6.6 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@v5.6.6...v6.2.9)

Updates `@mikro-orm/migrations` from 5.6.6 to 5.9.8
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/v5.9.8/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.6.6...v5.9.8)

Updates `@mikro-orm/postgresql` from 5.6.6 to 5.9.8
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/v5.9.8/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.6.6...v5.9.8)

Updates `@mikro-orm/cli` from 5.6.6 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@v5.6.6...v6.2.9)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: indirect
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
- dependency-name: "@mikro-orm/migrations"
  dependency-type: direct:production
- dependency-name: "@mikro-orm/postgresql"
  dependency-type: direct:production
- dependency-name: "@mikro-orm/cli"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Type: dependencies Pull requests that update a dependency file. label Jul 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jul 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-46687ab5d1 branch July 3, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: dependencies Pull requests that update a dependency file.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants