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

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

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 <dependency name> 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)

Bumps [@mikro-orm/postgresql](https://github.com/mikro-orm/mikro-orm) from 6.0.2 to 6.1.10.
- [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.0.2...v6.1.10)

---
updated-dependencies:
- dependency-name: "@mikro-orm/postgresql"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from MichalLytek as a code owner March 18, 2024 05:15
@dependabot dependabot bot added Dependencies 📦 Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2024

Superseded by #1658.

@dependabot dependabot bot closed this Mar 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mikro-orm/postgresql-6.1.10 branch March 25, 2024 05:13
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.

None yet

0 participants