Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Bump typeorm from 0.2.41 to 0.3.7 #109

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2022

Bumps typeorm from 0.2.41 to 0.3.7.

Release notes

Sourced from typeorm's releases.

0.3.7

Bug Fixes

  • add missing enumName support for EntitySchema (#9024) (676fd1b)
  • add missing connect call on RedisQueryResultCache connect (#8894) (7dfb69f)
  • add SET TRANSACTION AUTOCOMMIT DDL statements (SAP HANA) (#9020) (cac648e)
  • call dataSource.destroy() only on initialized dataSource in CLI commands (#9146) (a100a7a)
  • expo infinite loop on SAVEPOINT (#8984) (ec23922)
  • fixes recursive document to entity attributes mapping (#9050) (40155d6), closes #9049
  • log command error prior to calling destroy (#9135) (bf17381)
  • make soft-remove and recover events importable from index (#9110) (e296126), closes #9108
  • migration successful now displays name of the migration file (#8904) (49cbe23)
  • release newly created runner when no runner provided in DbQueryResultCache (#8969) (ec05f1d), closes #4866
  • resolve cli init peer dependency issues (#8977) (f7578d4), closes #8975
  • resolve ESM module declaration file correctly (#9097) (506133e)
  • support for TypeScript 4.8 (#9106) (d924b70), closes microsoft/TypeScript#49461
  • update mssql peerDependency (#8887) (9adab34)
  • wrong entity transform of relation id when referenced column is a primary key (#8959) (6e888dd)

Features

  • add for_key_share ("FOR KEY SHARE") lock mode for postgres driver (#8879) (4687be8), closes #8878
  • add nativeBinding option to better-sqlite3 driver (#9157) (bcdddc3)
  • add spanner as a db option for the init command (#9121) (e61cade)
  • allow explicitly named primary keys, foreign keys, and indices (#8900) (78df84c), closes #1355
  • Cloud Spanner support (#8730) (62518ae)
  • fix issues with generated columns and add support in other drivers (#8806) (0418ebc), closes #8761
  • implement support for relationids in entity schemas (#9129) (e24cced)
  • support TS 4.7+ node16/nodenext module mode (#9043) (862a402)
  • upgrade ioredis to v5 (#8997) (723f1e5)

Performance Improvements

0.3.6

Features

0.3.5

Bug Fixes

  • .save repository method not returning generated uuids for aurora-postgres (#8825) (ed06f4c)
  • allow hstore type to use transformers in driver postgres (#8823) (b1a0107)
  • broken shebang parameters of cli-ts-node-commonjs and cli-ts-node-esm on some linux distros (#8821) (c5dfc11), closes #8818
  • find select object api should support false values #8796 (#8807) (9ac8e9e)
  • resolve missing ConnectionOptions export in index.ts (#8850) (1693a17), closes #8837

... (truncated)

Changelog

Sourced from typeorm's changelog.

0.3.7 (2022-06-29)

Bug Fixes

  • add missing enumName support for EntitySchema (#9024) (676fd1b)
  • add missing connect call on RedisQueryResultCache connect (#8894) (7dfb69f)
  • add SET TRANSACTION AUTOCOMMIT DDL statements (SAP HANA) (#9020) (cac648e)
  • call dataSource.destroy() only on initialized dataSource in CLI commands (#9146) (a100a7a)
  • expo infinite loop on SAVEPOINT (#8984) (ec23922)
  • fixes recursive document to entity attributes mapping (#9050) (40155d6), closes #9049
  • log command error prior to calling destroy (#9135) (bf17381)
  • make soft-remove and recover events importable from index (#9110) (e296126), closes #9108
  • migration successful now displays name of the migration file (#8904) (49cbe23)
  • release newly created runner when no runner provided in DbQueryResultCache (#8969) (ec05f1d), closes #4866
  • resolve cli init peer dependency issues (#8977) (f7578d4), closes #8975
  • resolve ESM module declaration file correctly (#9097) (506133e)
  • support for TypeScript 4.8 (#9106) (d924b70), closes microsoft/TypeScript#49461
  • update mssql peerDependency (#8887) (9adab34)
  • wrong entity transform of relation id when referenced column is a primary key (#8959) (6e888dd)

Features

  • add for_key_share ("FOR KEY SHARE") lock mode for postgres driver (#8879) (4687be8), closes #8878
  • add nativeBinding option to better-sqlite3 driver (#9157) (bcdddc3)
  • add spanner as a db option for the init command (#9121) (e61cade)
  • allow explicitly named primary keys, foreign keys, and indices (#8900) (78df84c), closes #1355
  • Cloud Spanner support (#8730) (62518ae)
  • fix issues with generated columns and add support in other drivers (#8806) (0418ebc), closes #8761
  • implement support for relationids in entity schemas (#9129) (e24cced)
  • support TS 4.7+ node16/nodenext module mode (#9043) (862a402)
  • upgrade ioredis to v5 (#8997) (723f1e5)

Performance Improvements

0.3.6 (2022-04-12)

Features

0.3.5 (2022-04-05)

Bug Fixes

  • .save repository method not returning generated uuids for aurora-postgres (#8825) (ed06f4c)
  • allow hstore type to use transformers in driver postgres (#8823) (b1a0107)

... (truncated)

Commits
  • 50d75f5 version bump
  • 6e888dd fix: wrong entity transform of relation id when referenced column is a primar...
  • a748f3c test: replace Node 13 with 16 in tests (#8804)
  • cac648e fix: add SET TRANSACTION AUTOCOMMIT DDL statements (SAP HANA) (#9020)
  • bcdddc3 feat: add nativeBinding option to better-sqlite3 driver (#9157)
  • ec05f1d fix: release newly created runner when no runner provided in DbQueryResultCac...
  • 97e1dc1 build(deps-dev): bump sqlite3 from 5.0.2 to 5.0.3 (#9011)
  • 40155d6 fix: fixes recursive document to entity attributes mapping (#9050)
  • d924b70 fix: support for TypeScript 4.8 (#9106)
  • 60a7960 docs: repository replaced by dataSource.manager.getTreeRepository(Category) (...
  • 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.3.7.
- [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.3.7)

---
updated-dependencies:
- dependency-name: typeorm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 19, 2022
SDToews and others added 2 commits July 19, 2022 08:14
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.2.41 to 0.3.7.
- [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.3.7)

---
updated-dependencies:
- dependency-name: typeorm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typeorm-0.3.7 branch from a81c542 to 33304ee Compare July 19, 2022 15:15
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 30, 2022

A newer version of typeorm exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Breaking Changes dependencies Pull requests that update a dependency file DO NOT MERGE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant