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 typeorm from 0.2.41 to 0.2.42 #9212

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2022

Bumps typeorm from 0.2.41 to 0.2.42.

Release notes

Sourced from typeorm's releases.

0.2.42

0.2.42 (2022-02-16)

Bug Fixes

  • proper column comment mapping from database to metadata in aurora-data-api (baa5880)
  • add referencedSchema to PostgresQueryRunner (#8566) (c490319)
  • adding/removing @​Generated() will now generate a migration to add/remove the DEFAULT value (#8274) (4208393), closes #5898
  • adds entity-schema support for createForeignKeyConstraints (#8606) (f224f24), closes #8489
  • allow special keyword as column name for simple-enum type on sqlite (#8645) (93bf96e)
  • correctly handle multiple-row insert for SAP HANA driver (#7957) (8f2ae71)
  • disable SQLite FK checks in synchronize / migrations (#7922) (f24822e)
  • find descendants of a non-existing tree parent (#8557) (cbb61eb), closes #8556
  • For MS SQL Server use lowercase "sys"."columns" reference. (#8400) (#8401) (e8a0f92)
  • improve DeepPartial type (#8187) (b93416d)
  • Lock peer dependencies versions (#8597) (600bd4e)
  • make EntityMetadataValidator comply with entitySkipConstructor, cover with test (#8445) (3d6c5da), closes #8444
  • materialized path being computed as "undefined1." (#8526) (09f54e0)
  • MongoConnectionOptions sslCA type mismatch (#8628) (02400da)
  • mongodb repository.find filters soft deleted rows (#8581) (f7c1f7d), closes #7113
  • mongodb@4 compatibility support (#8412) (531013b)
  • must invoke key pragma before any other interaction if SEE setted (#8478) (546b3ed), closes #8475
  • nested eager relations in a lazy-loaded entity are not loaded (#8564) (1cfd7b9)
  • QueryFailedError when tree entity with JoinColumn (#8443) (#8447) (a11c50d)
  • relation id and afterAll hook performance fixes (#8169) (31f0b55)
  • replaced custom uuid generator with uuid library (#8642) (8898a71)
  • single table inheritance returns the same discriminator value error for unrelated tables where their parents extend from the same entity (#8525) (6523fcc), closes #8522
  • updating with only update: false columns shouldn't trigger @​UpdateDateColumn column updation (2834729), closes #8394 #8394 #8394
  • upsert should find unique index created by one-to-one relation (#8618) (c8c00ba)

Features

Reverts

  • migration:show command must exist with zero status code (Fixes #7349) (#8185) (e0adeee)

... (truncated)

Changelog

Sourced from typeorm's changelog.

0.2.42 (2022-02-16)

Bug Fixes

  • proper column comment mapping from database to metadata in aurora-data-api (baa5880)
  • add referencedSchema to PostgresQueryRunner (#8566) (c490319)
  • adding/removing @​Generated() will now generate a migration to add/remove the DEFAULT value (#8274) (4208393), closes #5898
  • adds entity-schema support for createForeignKeyConstraints (#8606) (f224f24), closes #8489
  • allow special keyword as column name for simple-enum type on sqlite (#8645) (93bf96e)
  • correctly handle multiple-row insert for SAP HANA driver (#7957) (8f2ae71)
  • disable SQLite FK checks in synchronize / migrations (#7922) (f24822e)
  • find descendants of a non-existing tree parent (#8557) (cbb61eb), closes #8556
  • For MS SQL Server use lowercase "sys"."columns" reference. (#8400) (#8401) (e8a0f92)
  • improve DeepPartial type (#8187) (b93416d)
  • Lock peer dependencies versions (#8597) (600bd4e)
  • make EntityMetadataValidator comply with entitySkipConstructor, cover with test (#8445) (3d6c5da), closes #8444
  • materialized path being computed as "undefined1." (#8526) (09f54e0)
  • MongoConnectionOptions sslCA type mismatch (#8628) (02400da)
  • mongodb repository.find filters soft deleted rows (#8581) (f7c1f7d), closes #7113
  • mongodb@4 compatibility support (#8412) (531013b)
  • must invoke key pragma before any other interaction if SEE setted (#8478) (546b3ed), closes #8475
  • nested eager relations in a lazy-loaded entity are not loaded (#8564) (1cfd7b9)
  • QueryFailedError when tree entity with JoinColumn (#8443) (#8447) (a11c50d)
  • relation id and afterAll hook performance fixes (#8169) (31f0b55)
  • replaced custom uuid generator with uuid library (#8642) (8898a71)
  • single table inheritance returns the same discriminator value error for unrelated tables where their parents extend from the same entity (#8525) (6523fcc), closes #8522
  • updating with only update: false columns shouldn't trigger @​UpdateDateColumn column updation (2834729), closes #8394 #8394 #8394
  • upsert should find unique index created by one-to-one relation (#8618) (c8c00ba)

Features

Reverts

  • migration:show command must exist with zero status code (Fixes #7349) (#8185) (e0adeee)

... (truncated)

Commits
  • a5493fb updated changelog and version bump
  • 9e844d9 feat: sqlite attach (#8396)
  • 31f0b55 fix: relation id and afterAll hook performance fixes (#8169)
  • 8f2ae71 fix: correctly handle multiple-row insert for SAP HANA driver (#7957)
  • f24822e fix: disable SQLite FK checks in synchronize / migrations (#7922)
  • d0f32b3 feat: soft delete recursive cascade (#8436)
  • 3d6c5da fix: make EntityMetadataValidator comply with entitySkipConstructor, cover wi...
  • 09f54e0 fix: materialized path being computed as "undefined1." (#8526)
  • 93bf96e fix: allow special keyword as column name for simple-enum type on sqlite (#8645)
  • b93416d fix: improve DeepPartial type (#8187)
  • 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.41 to 0.2.42.
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.2.41...0.2.42)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build d486a198-7c9d-49a4-82b5-d2e7f2c71618

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.156%

Totals Coverage Status
Change from base Build 93af0728-c5ca-46eb-b6af-89596a7183a8: 0.0%
Covered Lines: 5720
Relevant Lines: 6075

💛 - Coveralls

@kamilmysliwiec kamilmysliwiec merged commit 06e78d1 into master Feb 17, 2022
@delete-merged-branch delete-merged-branch bot deleted the dependabot/npm_and_yarn/typeorm-0.2.42 branch February 17, 2022 12:34
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.

2 participants