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.40 #276

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps typeorm from 0.2.38 to 0.2.40.

Release notes

Sourced from typeorm's releases.

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

  • add typeorm command wrapper to package.json in project template (#8081) (19d4a91)
  • add dependency configuraiton for views #8240 (#8261) (2c861af)
  • add relation options to all tree queries (#8080) (e4d4636), closes #8076
  • add the ability to pass the driver into all database types (#8259) (2133ffe)
  • more informative logging in case of migration failure (#8307) (dc6f1c9)
  • support using custom index with SelectQueryBuilder in MySQL (#7755) (f79ae58)

Reverts

Changelog

Sourced from typeorm's changelog.

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

  • add typeorm command wrapper to package.json in project template (#8081) (19d4a91)
  • add dependency configuraiton for views #8240 (#8261) (2c861af)
  • add relation options to all tree queries (#8080) (e4d4636), closes #8076
  • add the ability to pass the driver into all database types (#8259) (2133ffe)
  • more informative logging in case of migration failure (#8307) (dc6f1c9)
  • support using custom index with SelectQueryBuilder in MySQL (#7755) (f79ae58)

Reverts

Commits
  • cf4f957 version bump
  • 0c44629 feat: add depth limiter optional parameter when loading nested trees using Tr...
  • e80f97d fixing compiler error
  • 0665ff5 fix: BaseEntity finder methods to properly typecheck lazy relations conditio...
  • 0334d10 revert: regression in ordering by the relation property (#8346) (#8352)
  • a92120a removed redundant console.log
  • 0cc8fbb fixed lint issue
  • 0af0f36 fixed broken logging enable from ormconfig in tests
  • d039319 docs: document npm run pack (#8349)
  • 3f98197 feat: add upsert methods for the drivers that support onUpdate (#8104)
  • 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 #276 (a6175b8) into master (18f964e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #276   +/-   ##
=======================================
  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...a6175b8. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #282.