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.41 to 0.2.45 #322

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps typeorm from 0.2.41 to 0.2.45.

Release notes

Sourced from typeorm's releases.

0.2.45

0.2.45 (2022-03-04)

Bug Fixes

Features

0.2.44

0.2.44 (2022-02-23)

Bug Fixes

  • alter relation loader to use transforms when present (#8691) (2c2fb29), closes #8690
  • cannot read properties of undefined (reading 'joinEagerRelations') (136015b)
  • expo driver doesn't work properly because of new beforeMigration() afterMigration() callbacks (#8683) (5a71803)
  • ng webpack default import (#8688) (2d3374b), closes #8674
  • support imports of absolute paths of ESM files on Windows (#8669) (12cbfcd), closes #8651

Features

  • add option to upsert to skip update if the row already exists and no values would be changed (#8679) (8744395)
  • allow {delete,insert}().returning() on MariaDB (#8673) (7facbab), closes #7235 #7235
  • Implement deferrable foreign keys for SAP HANA (#6104) (1f54c70)

0.2.43

0.2.43 (2022-02-17)

Bug Fixes

  • support require to internal files without explicitly writing .js in the path (#8660) (96aed8a), closes #8656

Features

Reverts

0.2.42

0.2.42 (2022-02-16)

... (truncated)

Changelog

Sourced from typeorm's changelog.

0.2.45 (2022-03-04)

Bug Fixes

Features

0.2.44 (2022-02-23)

Bug Fixes

  • alter relation loader to use transforms when present (#8691) (2c2fb29), closes #8690
  • cannot read properties of undefined (reading 'joinEagerRelations') (136015b)
  • expo driver doesn't work properly because of new beforeMigration() afterMigration() callbacks (#8683) (5a71803)
  • ng webpack default import (#8688) (2d3374b), closes #8674
  • support imports of absolute paths of ESM files on Windows (#8669) (12cbfcd), closes #8651

Features

  • add option to upsert to skip update if the row already exists and no values would be changed (#8679) (8744395)
  • allow {delete,insert}().returning() on MariaDB (#8673) (7facbab), closes #7235 #7235
  • Implement deferrable foreign keys for SAP HANA (#6104) (1f54c70)

0.2.43 (2022-02-17)

Bug Fixes

  • support require to internal files without explicitly writing .js in the path (#8660) (96aed8a), closes #8656

Features

Reverts

0.2.42 (2022-02-16)

Bug Fixes

  • proper column comment mapping from database to metadata in aurora-data-api (baa5880)

... (truncated)

Commits
  • 486f8c5 version bump
  • 0fc093d fix: discard duplicated columns on update (#8724)
  • f3cfdd2 fix: allow clearing database inside a transaction (#8712)
  • 96ac8f7 feat: add transformer to ViewColumnOptions (#8717)
  • 32549fe refactor: DefaultNamingStrategy#getTableName should be protected, not private...
  • 411fa54 fix: force web bundlers to ignore index.mjs and use the browser ESM version d...
  • 10f46d9 fixing failing test
  • ea16ac2 Update issue-8690.ts
  • 89a270f fixing failing test
  • 6523526 feat: add nested transaction (#8541)
  • 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 #322 (023c180) into master (84c8ba0) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #322   +/-   ##
=======================================
  Coverage   97.86%   97.86%           
=======================================
  Files          16       16           
  Lines         187      187           
  Branches       36       36           
=======================================
  Hits          183      183           
  Misses          4        4           

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 84c8ba0...023c180. Read the comment docs.