FlussuferOrga / Botgart

2 stars 4 forks source link

Bump the mikro-orm group across 1 directory with 4 updates #842

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the mikro-orm group with 4 updates in the / directory: @mikro-orm/better-sqlite, @mikro-orm/core, @mikro-orm/migrations and @mikro-orm/cli.

Updates @mikro-orm/better-sqlite from 6.2.9 to 6.3.6

Release notes

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

v6.3.6

6.3.6 (2024-08-14)

Bug Fixes

  • core: ensure other conditions do not override collection operator conditions (97cdc9d)
  • core: fix hydration of polymorphic embeddables with overlapping property names (ab5c595), closes #5935
  • postgres: do not cast json columns to text (574390b), closes #5936
  • schema: recreate FKs when changing column type (8797c64)

v6.3.5

6.3.5 (2024-08-11)

Bug Fixes

  • core: track changes on non-scalar properties (a02c727), closes #5750
  • entity-generator: ensure columnType is emitted correctly and when necessary (#5930) (72333ad), closes #5928
  • entity-generator: fix the search for FK indexes to only match exact columns, not "at least" (#5924) (05a8808), closes #5912
  • entity-generator: unknown type defaults always use default/defaultRaw, never runtime (#5927) (dcc8227)
  • postgres: allow string value for $overlap/$contains/$contained operators (6c1b12a)
  • postgres: detect native enums with same name but different schema (31735e5), closes #5905
  • postgres: do not produce extra updates for fulltext properties (d18e5ed), closes #5908
  • postgres: respect timezone option and interpret timestamp columns in UTC by default (#5916) (1da0722), closes #5591
  • sql: support cursor-based pagination on virtual entities (b86799c), closes #5922

Features

  • cli: detect bun when checking for TS support (e87ebc9)
  • core: add RequestContext.enter() which uses ALS.enterWith() (dc06f60)

v6.3.4

6.3.4 (2024-08-06)

Bug Fixes

  • core: adjust collection owner's serialization context when lazy-loading (#5903) (57f234b), closes #5559
  • core: do not convert bigints with mapping to number to string on serialization (ee24f1f), closes #5839
  • core: fix populating lazy properties inside inlined embeddables (8d1e925), closes #5848
  • core: merge enum items from STI entities with the same name (06fffbd), closes #5807
  • migrations: use override keyword in TS migration files (d2f7b83), closes #5634
  • mssql: convert tuple comparison queries to simple and/or conditions (#5906) (c3c3519)
  • query-builder: do not return itself from qb.applyFilters() (6be2603)
  • schema: respect check constraints from base entities (22b7e97)
  • sqlite: allow tuple comparison (3caa50a)

v6.3.3

... (truncated)

Changelog

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

6.3.6 (2024-08-14)

Bug Fixes

  • core: ensure other conditions do not override collection operator conditions (97cdc9d)
  • core: fix hydration of polymorphic embeddables with overlapping property names (ab5c595), closes #5935
  • postgres: do not cast json columns to text (574390b), closes #5936
  • schema: recreate FKs when changing column type (8797c64)

6.3.5 (2024-08-11)

Bug Fixes

  • core: track changes on non-scalar properties (a02c727), closes #5750
  • entity-generator: ensure columnType is emitted correctly and when necessary (#5930) (72333ad), closes #5928
  • entity-generator: fix the search for FK indexes to only match exact columns, not "at least" (#5924) (05a8808), closes #5912
  • entity-generator: unknown type defaults always use default/defaultRaw, never runtime (#5927) (dcc8227)
  • postgres: allow string value for $overlap/$contains/$contained operators (6c1b12a)
  • postgres: detect native enums with same name but different schema (31735e5), closes #5905
  • postgres: do not produce extra updates for fulltext properties (d18e5ed), closes #5908
  • postgres: respect timezone option and interpret timestamp columns in UTC by default (#5916) (1da0722), closes #5591
  • sql: support cursor-based pagination on virtual entities (b86799c), closes #5922

Features

  • cli: detect bun when checking for TS support (e87ebc9)
  • core: add RequestContext.enter() which uses ALS.enterWith() (dc06f60)

6.3.4 (2024-08-06)

Bug Fixes

  • core: adjust collection owner's serialization context when lazy-loading (#5903) (57f234b), closes #5559
  • core: do not convert bigints with mapping to number to string on serialization (ee24f1f), closes #5839
  • core: fix populating lazy properties inside inlined embeddables (8d1e925), closes #5848
  • core: merge enum items from STI entities with the same name (06fffbd), closes #5807
  • migrations: use override keyword in TS migration files (d2f7b83), closes #5634
  • mssql: convert tuple comparison queries to simple and/or conditions (#5906) (c3c3519)

... (truncated)

Commits
  • 5c33581 chore(release): v6.3.6 [skip ci]
  • 8797c64 fix(schema): recreate FKs when changing column type
  • 97cdc9d fix(core): ensure other conditions do not override collection operator condit...
  • ab5c595 fix(core): fix hydration of polymorphic embeddables with overlapping property...
  • 574390b fix(postgres): do not cast json columns to text
  • 6f67825 chore(release): update internal dependencies [skip ci]
  • 7da81e5 chore(release): v6.3.5 [skip ci]
  • 31735e5 fix(postgres): detect native enums with same name but different schema
  • 6c1b12a fix(postgres): allow string value for $overlap/$contains/$contained operators
  • 26aef78 chore: update some dependencies
  • Additional commits viewable in compare view


Updates @mikro-orm/core from 6.2.9 to 6.3.6

Release notes

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

v6.3.6

6.3.6 (2024-08-14)

Bug Fixes

  • core: ensure other conditions do not override collection operator conditions (97cdc9d)
  • core: fix hydration of polymorphic embeddables with overlapping property names (ab5c595), closes #5935
  • postgres: do not cast json columns to text (574390b), closes #5936
  • schema: recreate FKs when changing column type (8797c64)

v6.3.5

6.3.5 (2024-08-11)

Bug Fixes

  • core: track changes on non-scalar properties (a02c727), closes #5750
  • entity-generator: ensure columnType is emitted correctly and when necessary (#5930) (72333ad), closes #5928
  • entity-generator: fix the search for FK indexes to only match exact columns, not "at least" (#5924) (05a8808), closes #5912
  • entity-generator: unknown type defaults always use default/defaultRaw, never runtime (#5927) (dcc8227)
  • postgres: allow string value for $overlap/$contains/$contained operators (6c1b12a)
  • postgres: detect native enums with same name but different schema (31735e5), closes #5905
  • postgres: do not produce extra updates for fulltext properties (d18e5ed), closes #5908
  • postgres: respect timezone option and interpret timestamp columns in UTC by default (#5916) (1da0722), closes #5591
  • sql: support cursor-based pagination on virtual entities (b86799c), closes #5922

Features

  • cli: detect bun when checking for TS support (e87ebc9)
  • core: add RequestContext.enter() which uses ALS.enterWith() (dc06f60)

v6.3.4

6.3.4 (2024-08-06)

Bug Fixes

  • core: adjust collection owner's serialization context when lazy-loading (#5903) (57f234b), closes #5559
  • core: do not convert bigints with mapping to number to string on serialization (ee24f1f), closes #5839
  • core: fix populating lazy properties inside inlined embeddables (8d1e925), closes #5848
  • core: merge enum items from STI entities with the same name (06fffbd), closes #5807
  • migrations: use override keyword in TS migration files (d2f7b83), closes #5634
  • mssql: convert tuple comparison queries to simple and/or conditions (#5906) (c3c3519)
  • query-builder: do not return itself from qb.applyFilters() (6be2603)
  • schema: respect check constraints from base entities (22b7e97)
  • sqlite: allow tuple comparison (3caa50a)

v6.3.3

... (truncated)

Changelog

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

6.3.6 (2024-08-14)

Bug Fixes

  • core: ensure other conditions do not override collection operator conditions (97cdc9d)
  • core: fix hydration of polymorphic embeddables with overlapping property names (ab5c595), closes #5935
  • postgres: do not cast json columns to text (574390b), closes #5936
  • schema: recreate FKs when changing column type (8797c64)

6.3.5 (2024-08-11)

Bug Fixes

  • core: track changes on non-scalar properties (a02c727), closes #5750
  • entity-generator: ensure columnType is emitted correctly and when necessary (#5930) (72333ad), closes #5928
  • entity-generator: fix the search for FK indexes to only match exact columns, not "at least" (#5924) (05a8808), closes #5912
  • entity-generator: unknown type defaults always use default/defaultRaw, never runtime (#5927) (dcc8227)
  • postgres: allow string value for $overlap/$contains/$contained operators (6c1b12a)
  • postgres: detect native enums with same name but different schema (31735e5), closes #5905
  • postgres: do not produce extra updates for fulltext properties (d18e5ed), closes #5908
  • postgres: respect timezone option and interpret timestamp columns in UTC by default (#5916) (1da0722), closes #5591
  • sql: support cursor-based pagination on virtual entities (b86799c), closes #5922

Features

  • cli: detect bun when checking for TS support (e87ebc9)
  • core: add RequestContext.enter() which uses ALS.enterWith() (dc06f60)

6.3.4 (2024-08-06)

Bug Fixes

  • core: adjust collection owner's serialization context when lazy-loading (#5903) (57f234b), closes #5559
  • core: do not convert bigints with mapping to number to string on serialization (ee24f1f), closes #5839
  • core: fix populating lazy properties inside inlined embeddables (8d1e925), closes #5848
  • core: merge enum items from STI entities with the same name (06fffbd), closes #5807
  • migrations: use override keyword in TS migration files (d2f7b83), closes #5634
  • mssql: convert tuple comparison queries to simple and/or conditions (#5906) (c3c3519)

... (truncated)

Commits
  • 5c33581 chore(release): v6.3.6 [skip ci]
  • 8797c64 fix(schema): recreate FKs when changing column type
  • 97cdc9d fix(core): ensure other conditions do not override collection operator condit...
  • ab5c595 fix(core): fix hydration of polymorphic embeddables with overlapping property...
  • 574390b fix(postgres): do not cast json columns to text
  • 6f67825 chore(release): update internal dependencies [skip ci]
  • 7da81e5 chore(release): v6.3.5 [skip ci]
  • 31735e5 fix(postgres): detect native enums with same name but different schema
  • 6c1b12a fix(postgres): allow string value for $overlap/$contains/$contained operators
  • 26aef78 chore: update some dependencies
  • Additional commits viewable in compare view


Updates @mikro-orm/migrations from 6.2.9 to 6.3.6

Release notes

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

v6.3.6

6.3.6 (2024-08-14)

Bug Fixes

  • core: ensure other conditions do not override collection operator conditions (97cdc9d)
  • core: fix hydration of polymorphic embeddables with overlapping property names (ab5c595), closes #5935
  • postgres: do not cast json columns to text (574390b), closes #5936
  • schema: recreate FKs when changing column type (8797c64)

v6.3.5

6.3.5 (2024-08-11)

Bug Fixes

  • core: track changes on non-scalar properties (a02c727), closes #5750
  • entity-generator: ensure columnType is emitted correctly and when necessary (#5930) (72333ad), closes #5928
  • entity-generator: fix the search for FK indexes to only match exact columns, not "at least" (#5924) (05a8808), closes #5912
  • entity-generator: unknown type defaults always use default/defaultRaw, never runtime (#5927) (dcc8227)
  • postgres: allow string value for $overlap/$contains/$contained operators (6c1b12a)
  • postgres: detect native enums with same name but different schema (31735e5), closes #5905
  • postgres: do not produce extra updates for fulltext properties (d18e5ed), closes #5908
  • postgres: respect timezone option and interpret timestamp columns in UTC by default (#5916) (1da0722), closes #5591
  • sql: support cursor-based pagination on virtual entities (b86799c), closes #5922

Features

  • cli: detect bun when checking for TS support (e87ebc9)
  • core: add RequestContext.enter() which uses ALS.enterWith() (dc06f60)

v6.3.4

6.3.4 (2024-08-06)

Bug Fixes

  • core: adjust collection owner's serialization context when lazy-loading (#5903) (57f234b), closes #5559
  • core: do not convert bigints with mapping to number to string on serialization (ee24f1f), closes #5839
  • core: fix populating lazy properties inside inlined embeddables (8d1e925), closes #5848
  • core: merge enum items from STI entities with the same name (06fffbd), closes #5807
  • migrations: use override keyword in TS migration files (d2f7b83), closes #5634
  • mssql: convert tuple comparison queries to simple and/or conditions (#5906) (c3c3519)
  • query-builder: do not return itself from qb.applyFilters() (6be2603)
  • schema: respect check constraints from base entities (22b7e97)
  • sqlite: allow tuple comparison (3caa50a)

v6.3.3

... (truncated)

Changelog

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

6.3.6 (2024-08-14)

Bug Fixes

  • core: ensure other conditions do not override collection operator conditions (97cdc9d)
  • core: fix hydration of polymorphic embeddables with overlapping property names (ab5c595), closes #5935
  • postgres: do not cast json columns to text (574390b), closes #5936
  • schema: recreate FKs when changing column type (8797c64)

6.3.5 (2024-08-11)

Bug Fixes

  • core: track changes on non-scalar properties (a02c727), closes #5750
  • entity-generator: ensure columnType is emitted correctly and when necessary (#5930) (72333ad), closes #5928
  • entity-generator: fix the search for FK indexes to only match exact columns, not "at least" (#5924) (05a8808), closes #5912
  • entity-generator: unknown type defaults always use default/defaultRaw, never runtime (#5927) (dcc8227)
  • postgres: allow string value for $overlap/$contains/$contained operators (6c1b12a)
  • postgres: detect native enums with same name but different schema (31735e5), closes #5905
  • postgres: do not produce extra updates for fulltext properties (d18e5ed), closes #5908
  • postgres: respect timezone option and interpret timestamp columns in UTC by default (#5916) (1da0722), closes #5591
  • sql: support cursor-based pagination on virtual entities (b86799c), closes #5922

Features

  • cli: detect bun when checking for TS support (e87ebc9)
  • core: add RequestContext.enter() which uses ALS.enterWith() (dc06f60)

6.3.4 (2024-08-06)

Bug Fixes

  • core: adjust collection owner's serialization context when lazy-loading (#5903) (57f234b), closes #5559
  • core: do not convert bigints with mapping to number to string on serialization (ee24f1f), closes #5839
  • core: fix populating lazy properties inside inlined embeddables (8d1e925), closes #5848
  • core: merge enum items from STI entities with the same name (06fffbd), closes #5807
  • migrations: use override keyword in TS migration files (d2f7b83), closes #5634
  • mssql: convert tuple comparison queries to simple and/or conditions (#5906) (c3c3519)

... (truncated)

Commits
  • 5c33581 chore(release): v6.3.6 [skip ci]
  • 8797c64 fix(schema): recreate FKs when changing column type
  • 97cdc9d fix(core): ensure other conditions do not override collection operator condit...
  • ab5c595 fix(core): fix hydration of polymorphic embeddables with overlapping property...
  • 574390b fix(postgres): do not cast json columns to text
  • 6f67825 chore(release): update internal dependencies [skip ci]
  • 7da81e5 chore(release): v6.3.5 [skip ci]
  • 31735e5 fix(postgres): detect native enums with same name but different schema
  • 6c1b12a fix(postgres): allow string value for $overlap/$contains/$contained operators
  • 26aef78 chore: update some dependencies
  • Additional commits viewable in compare view


Updates @mikro-orm/cli from 6.2.9 to 6.3.6

Release notes

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

v6.3.6

6.3.6 (2024-08-14)

Bug Fixes

  • core: ensure other conditions do not override collection operator conditions (97cdc9d)
  • core: fix hydration of polymorphic embeddables with overlapping property names (ab5c595), closes #5935
  • postgres: do not cast json columns to text (574390b), closes #5936
  • schema: recreate FKs when changing column type (8797c64)

v6.3.5

6.3.5 (2024-08-11)

Bug Fixes

  • core: track changes on non-scalar properties (a02c727), closes #5750
  • entity-generator: ensure columnType is emitted correctly and when necessary (#5930) (72333ad), closes #5928
  • entity-generator: fix the search for FK indexes to only match exact columns, not "at least" (#5924) (05a8808), closes #5912
  • entity-generator: unknown type defaults always use default/defaultRaw, never runtime (#5927) (dcc8227)
  • postgres: allow string value for $overlap/$contains/$contained operators (6c1b12a)
  • postgres: detect native enums with same name but different schema (31735e5), closes #5905
  • postgres: do not produce extra updates for fulltext properties (d18e5ed), closes #5908
  • postgres: respect timezone option and interpret timestamp columns in UTC by default (#5916) (1da0722), closes #5591
  • sql: support cursor-based pagination on virtual entities (b86799c), closes #5922

Features

  • cli: detect bun when checking for TS support (e87ebc9)
  • core: add RequestContext.enter() which uses ALS.enterWith() (dc06f60)

v6.3.4

6.3.4 (2024-08-06)

Bug Fixes

  • core: adjust collection owner's serialization context when lazy-loading (#5903) (57f234b), closes #5559
  • core: do not convert bigints with mapping to number to string on serialization (ee24f1f), closes #5839
  • core: fix populating lazy properties inside inlined embeddables (8d1e925), closes #5848
  • core: merge enum items from STI entities with the same name (06fffbd), closes #5807
  • migrations: use override keyword in TS migration files (d2f7b83), closes #5634
  • mssql: convert tuple comparison queries to simple and/or conditions (#5906) (c3c3519)
  • query-builder: do not return itself from qb.applyFilters() (6be2603)
  • schema: respect check constraints from base entities (22b7e97)
  • sqlite: allow tuple comparison (3caa50a)

v6.3.3

... (truncated)

Changelog

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

6.3.6 (2024-08-14)

Bug Fixes

  • core: ensure other conditions do not override collection operator conditions (97cdc9d)
  • core: fix hydration of polymorphic embeddables with overlapping property names (ab5c595), closes #5935
  • postgres: do not cast json columns to text (574390b), closes #5936
  • schema: recreate FKs when changing column type (8797c64)

6.3.5 (2024-08-11)

Bug Fixes

  • core: track changes on non-scalar properties (a02c727), closes #5750
  • entity-generator: ensure columnType is emitted correctly and when necessary (#5930) (72333ad), closes #5928
  • entity-generator: fix the search for FK indexes to only match exact columns, not "at least" (#5924) (05a8808), closes #5912
  • entity-generator: unknown type defaults always use default/defaultRaw, never runtime (#5927) (dcc8227)
  • postgres: allow string value for $overlap/$contains/$contained operators (6c1b12a)
  • postgres: detect native enums with same name but different schema (31735e5), closes #5905
  • postgres: do not produce extra updates for fulltext properties (d18e5ed), closes #5908
  • postgres: respect timezone option and interpret timestamp columns in UTC by default (#5916) (1da0722), closes #5591
  • sql: support cursor-based pagination on virtual entities (b86799c), closes #5922

Features

  • cli: detect bun when checking for TS support (e87ebc9)
  • core: add RequestContext.enter() which uses ALS.enterWith() (dc06f60)

6.3.4 (2024-08-06)

Bug Fixes

  • core: adjust collection owner's serialization context when lazy-loading (#5903) (57f234b), closes #5559
  • core: do not convert bigints with mapping to number to string on serialization (ee24f1f), closes #5839
  • core: fix populating lazy properties inside inlined embeddables (8d1e925), closes #5848
  • core: merge enum items from STI entities with the same name (06fffbd), closes #5807
  • migrations: use override keyword in TS migration files (d2f7b83), closes #5634
  • mssql: convert tuple comparison queries to simple and/or conditions (#5906) (c3c3519)

... (truncated)

Commits
  • 5c33581 chore(release): v6.3.6 [skip ci]
  • 8797c64 fix(schema): recreate FKs when changing column type
  • 97cdc9d fix(core): ensure other conditions do not override collection operator condit...
  • ab5c595 fix(core): fix hydration of polymorphic embeddables with overlapping property...
  • 574390b fix(postgres): do not cast json columns to text
  • dependabot[bot] commented 2 months ago

    Superseded by #852.