MichalLytek / type-graphql

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
https://typegraphql.com
MIT License
7.98k stars 674 forks source link

chore(deps-dev): bump @mikro-orm/postgresql from 6.0.2 to 6.1.10 #1655

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps @mikro-orm/postgresql from 6.0.2 to 6.1.10.

Release notes

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

v6.1.10

6.1.10 (2024-03-14)

Bug Fixes

  • core: detect ts-node when using esm loader (#5332) (23cc880)
  • core: don't alias formulas in update/delete queries (9e35642), closes #5334
  • core: fix populating references for 1:m collections (9b9027d), closes #5336
  • core: fix value of hasPrev[/Next]Page when paginating backwards (#5320) (00239eb)
  • postgres: fix diffing of native enums (create/remove via schema:update) (7c8be79), closes #5322
  • query-builder: allow joining object/array properties (fd90bae), closes #5325
  • query-builder: fix join on conditions where or operator (92936ef)
  • schema: support compound index over JSON property and a regular column (319df49), closes #5333
  • sql: allow creating query builder from a global context (9217bb3)
  • sql: override FK value when it's disallowed by query condition (0d20847)

Features

  • core: add onlyOwnProperties option to assign helper (#5330) (a081bea), closes #5327
  • postgres: provide more details in driver exceptions (e782d06)

Performance Improvements

  • core: disable change tracking on scalars when flushMode is not auto (fc30bfe)

v6.1.9

6.1.9 (2024-03-10)

Bug Fixes

  • core: don't propagate changes from em.transactional() to upper context if its global (7ac9a19), closes #5309
  • core: ignore filters on relations inside embedded properties (1e4b2ce), closes #5310
  • core: improve checks for generated columns (0396e1e)
  • core: map virtual relations with persist: false as formulas to preserve aliasing (20a4cfb)
  • entity-generator: emit missing imports in EntitySchema generated files (#5311) (f680d66)
  • entity-generator: output type import statements for type only core imports (#5317) (bd3f160)
  • migrator: allow up and down methods to be synchronous (#5316) (dd6daf9)

Features

  • postgres: add support for native enum arrays (c2e362b), closes #5322

... (truncated)

Changelog

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

6.1.10 (2024-03-14)

Bug Fixes

  • core: detect ts-node when using esm loader (#5332) (23cc880)
  • core: don't alias formulas in update/delete queries (9e35642), closes #5334
  • core: fix populating references for 1:m collections (9b9027d), closes #5336
  • core: fix value of hasPrev[/Next]Page when paginating backwards (#5320) (00239eb)
  • postgres: fix diffing of native enums (create/remove via schema:update) (7c8be79), closes #5322
  • query-builder: allow joining object/array properties (fd90bae), closes #5325
  • query-builder: fix join on conditions where or operator (92936ef)
  • schema: support compound index over JSON property and a regular column (319df49), closes #5333
  • sql: allow creating query builder from a global context (9217bb3)
  • sql: override FK value when it's disallowed by query condition (0d20847)

Features

  • core: add onlyOwnProperties option to assign helper (#5330) (a081bea), closes #5327
  • postgres: provide more details in driver exceptions (e782d06)

Performance Improvements

  • core: disable change tracking on scalars when flushMode: auto (fc30bfe)

6.1.9 (2024-03-10)

Bug Fixes

  • core: don't propagate changes from em.transactional() to upper context if its global (7ac9a19), closes #5309
  • core: ignore filters on relations inside embedded properties (1e4b2ce), closes #5310
  • core: improve checks for generated columns (0396e1e)
  • core: map virtual relations with persist: false as formulas to preserve aliasing (20a4cfb)
  • entity-generator: emit missing imports in EntitySchema generated files (#5311) (f680d66)
  • entity-generator: output type import statements for type only core imports (#5317) (bd3f160)
  • migrator: allow up and down methods to be synchronous (#5316) (dd6daf9)

Features

  • postgres: add support for native enum arrays (c2e362b), closes #5322

... (truncated)

Commits
  • 7776861 chore(release): v6.1.10 [skip ci]
  • 319df49 fix(schema): support compound index over JSON property and a regular column
  • 9b9027d fix(core): fix populating references for 1:m collections
  • 9e35642 fix(core): don't alias formulas in update/delete queries
  • 00239eb fix(core): fix value of hasPrev[/Next]Page when paginating backwards (#5320)
  • 5cb5387 refactor: respect meta.trackChanges in meta.trackingProps
  • fcd16be refactor: quote via platform.quoteIdentifier() instead of knex.ref()
  • fc30bfe perf(core): disable change tracking on scalars when flushMode: auto
  • 03f6f23 chore(deps): update dependency @​types/node to v20.11.27
  • 23cc880 fix(core): detect ts-node when using esm loader (#5332)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

Superseded by #1658.