Tool-Kid / express-query-adapter

:mag_right: :dizzy: Transfrom automatically Express.js req.query into your favourite query tool
MIT License
72 stars 29 forks source link

build(deps-dev): bump typeorm from 0.2.38 to 0.2.41 #282

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps typeorm from 0.2.38 to 0.2.41.

Release notes

Sourced from typeorm's releases.

0.2.41

Bug Fixes

  • add retryWrites to MongoConnectionOptions (#8354) (c895680), closes #7869
  • create typeorm_metadata table when running migrations (#4956) (b2c8168)
  • db caching won't work with replication enabled (#7694) (2d0abe7), closes #5919
  • incorrect composite UNIQUE constraints detection (#8364) (29cb891), closes #8158
  • Postgres enum generates unnecessary queries on schema sync (#8268) (98d5f39)
  • resolve issue delete column null on after update event subscriber (#8318) (8a5e671), closes #6327

Features

0.2.40

Bug Fixes

  • BaseEntity finder methods to properly type-check lazy relations conditions (#5710) (0665ff5)

Features

  • add depth limiter optional parameter when loading nested trees using TreeRepository's findTrees() and findDescendantsTree() (#7926) (0c44629), closes #3909
  • add upsert methods for the drivers that support onUpdate (#8104) (3f98197), closes #2363
  • Postgres IDENTITY Column support (#7741) (969af95)

Reverts

0.2.39

Bug Fixes

  • attach FOR NO KEY UPDATE lock to query if required (#8008) (9692930), closes #7717
  • cli should accept absolute paths for --config (4ad3a61)
  • create a different cacheId if present for count query in getManyAndCount (#8283) (9f14e48), closes #4277
  • defaults type cast filtering in Cockroachdb (#8144) (28c183e), closes #7110 #7110
  • do not generate migration for unchanged enum column (#8161) (#8164) (4638dea)
  • NativescriptQueryRunner's query method fails when targeting es2017 (#8182) (8615733)
  • OneToManySubjectBuilder bug with multiple primary keys (#8221) (6558295)
  • ordering by joined columns for PostgreSQL (#3736) (#8118) (1649882)
  • support DeleteResult in SQLiteDriver (#8237) (b678807)

Features

... (truncated)

Changelog

Sourced from typeorm's changelog.

0.2.41 (2021-11-18)

Bug Fixes

  • add retryWrites to MongoConnectionOptions (#8354) (c895680), closes #7869
  • create typeorm_metadata table when running migrations (#4956) (b2c8168)
  • db caching won't work with replication enabled (#7694) (2d0abe7), closes #5919
  • incorrect composite UNIQUE constraints detection (#8364) (29cb891), closes #8158
  • Postgres enum generates unnecessary queries on schema sync (#8268) (98d5f39)
  • resolve issue delete column null on after update event subscriber (#8318) (8a5e671), closes #6327

Features

0.2.40 (2021-11-11)

Bug Fixes

  • BaseEntity finder methods to properly type-check lazy relations conditions (#5710) (0665ff5)

Features

  • add depth limiter optional parameter when loading nested trees using TreeRepository's findTrees() and findDescendantsTree() (#7926) (0c44629), closes #3909
  • add upsert methods for the drivers that support onUpdate (#8104) (3f98197), closes #2363
  • Postgres IDENTITY Column support (#7741) (969af95)

Reverts

0.2.39 (2021-11-09)

Bug Fixes

  • attach FOR NO KEY UPDATE lock to query if required (#8008) (9692930), closes #7717
  • cli should accept absolute paths for --config (4ad3a61)
  • create a different cacheId if present for count query in getManyAndCount (#8283) (9f14e48), closes #4277
  • defaults type cast filtering in Cockroachdb (#8144) (28c183e), closes #7110 #7110
  • do not generate migration for unchanged enum column (#8161) (#8164) (4638dea)
  • NativescriptQueryRunner's query method fails when targeting es2017 (#8182) (8615733)
  • OneToManySubjectBuilder bug with multiple primary keys (#8221) (6558295)
  • ordering by joined columns for PostgreSQL (#3736) (#8118) (1649882)
  • support DeleteResult in SQLiteDriver (#8237) (b678807)

Features

... (truncated)

Commits
  • 1af30b1 version bump
  • 7b8a1e3 feat: export interfaces from schema-builder/options (#8383)
  • 8a5e671 fix: resolve issue delete column null on after update event subscriber (#8318)
  • d494fcc feat: lock modes in cockroachdb (#8250)
  • 4e7d32f fixing failing test issue
  • 078dd99 fixing failing test issue
  • 15ad5ac fixed failing test issue
  • 32bf6c0 removing nested describes to find problem in failing tests
  • c59ef29 docs: fix eager loading in relations (#8145)
  • 2d0abe7 fix: db caching won't work with replication enabled (#7694)
  • 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 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #282 (124177b) into master (18f964e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #282   +/-   ##
=======================================
  Coverage   98.37%   98.37%           
=======================================
  Files          16       16           
  Lines         185      185           
  Branches       33       33           
=======================================
  Hits          182      182           
  Misses          1        1           
  Partials        2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 18f964e...124177b. Read the comment docs.