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

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

Merged
merged 1 commit into from
Dec 22, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2021

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)

Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.2.38 to 0.2.41.
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.2.38...0.2.41)

---
updated-dependencies:
- dependency-name: typeorm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 22, 2021
@codecov
Copy link

codecov bot commented Nov 22, 2021

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.

@rjlopezdev rjlopezdev merged commit d9bab21 into master Dec 22, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typeorm-0.2.41 branch December 22, 2021 08:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant