Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

chore(deps): bump typeorm from 0.2.41 to 0.2.44#233

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/typeorm-0.2.44
Closed

chore(deps): bump typeorm from 0.2.41 to 0.2.44#233
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/typeorm-0.2.44

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 23, 2022

Copy link
Copy Markdown
Contributor

Bumps typeorm from 0.2.41 to 0.2.44.

Release notes

Sourced from typeorm's releases.

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)

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)

... (truncated)

Changelog

Sourced from typeorm's changelog.

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)
  • 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)

... (truncated)

Commits
  • 3131c5c version bump
  • 2c2fb29 fix: alter relation loader to use transforms when present (#8691)
  • 948d328 refactor: minor spelling fix (#8695)
  • 3291524 refactor: minor spelling fix (#8694)
  • 2d3374b fix: ng webpack default import (#8688)
  • 5a71803 fix: expo driver doesn't work properly because of new beforeMigration() after...
  • 8744395 feat: add option to upsert to skip update if the row already exists and no va...
  • 7facbab feat: allow {delete,insert}().returning() on MariaDB (#8673)
  • 1f54c70 feat: Implement deferrable foreign keys for SAP HANA (#6104)
  • 136015b fix: cannot read properties of undefined (reading 'joinEagerRelations')
  • 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.44.
- [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.44)

---
updated-dependencies:
- dependency-name: typeorm
  dependency-type: direct:production
  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 Feb 23, 2022
@dependabot @github

dependabot Bot commented on behalf of github Mar 6, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #242.

@dependabot dependabot Bot closed this Mar 6, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/main/typeorm-0.2.44 branch March 6, 2022 23:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants