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

Bump typeorm from 0.2.33 to 0.2.36 #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps typeorm from 0.2.33 to 0.2.36.

Release notes

Sourced from typeorm's releases.

0.2.36

Bug Fixes

  • add deprecated WhereExpression alias for WhereExpressionBuilder (#7980) (76e7ed9)
  • always generate migrations with template string literals (#7971) (e9c2af6)
  • use js rather than ts in all browser package manifests (#7982) (0d90bcd)
  • use nvarchar/ntext during transit for SQLServer queries (#7933) (62d7976)

Features

  • add postgres connection option applicationName (#7989) (d365acc)

0.2.35

Bug Fixes

  • entity to be Partial<Entity> | undefined in UpdateEvent (#7783) (f033045)
  • actually return a working ReadStream from SQL Server query runner (#7893) (e80985f)
  • added version check before dropping materialized views to keep backward compatibility (#7716) (29f1f86)
  • allow for string id in mongo.findByIds call (#7838) (4b45ae1)
  • better support of relation-based properties in where clauses (#7805) (3221c50)
  • Buffer in primary columns causes bugs with relations (#7952) (37e08a7), closes #4060
  • capacitor does not correctly set journal mode (#7873) (5f20eb7)
  • Capacitor driver PRAGMA requests failing on Android (#7728) (9620a26)
  • condition is optional in SelectQueryBuilder joins (#7888) (2deaa0e)
  • correctly handle mongo replica set driver option (#7908) (9212df4)
  • correctly load yml in ConnectionOptionsYmlReader (#7743) (57f9254)
  • craft oracle connectString as a descriptor with SID (#7878) (b05d093)
  • delete operation in MongoDB impact all matched documents (#7811) (0fbae53), closes #7809
  • Do not add NULL/NOT NULL for stored columns (#7708) (3c33e9f), closes #7698
  • do OBJECT_ID lookup for column constraint instead of name in mssql (#7916) (fa8c1b0)
  • drop pool.autostart from mssql options because it's unused (#7877) (0d21a4d)
  • drop SAP statement after prepare per Hana client docs (#7748) (8ca05b1)
  • eager relation respects children relations (#5685) (e7e887a)
  • enable returning additional columns with MSSQL (#7864) (e1db48d)
  • entity object undefined in afterUpdate subscriber (#7724) (d25304d)
  • find operation in MongoDB do not include nullable values from documents (#7820) (98c13cf), closes #7760
  • fix table loading when schemas are used (3a106a3)
  • foreign keys in SAP were loading from the wrong table (#7914) (4777a79)
  • handle postgres default when tableColumn.default is not string (#7816) (0463855)
  • handle snake case of ABcD which should become a_bc_d (#7883) (eb680f9)
  • improve query for MSSQL to fetch foreign keys and tables (#7935) (f6af01a)
  • make OracleQueryRunner createDatabase if-not-exists not fail (f5a80ef)
  • only pass data from SaveOptions during that query (#7886) (1de2e13)
  • oracle cannot support DB in table identifiers (#7954) (8c60d91)
  • pass table to namingstrategy when we can instead of table name (#7925) (140002d)
  • prevent modification of the FindOptions.relations (#7887) (a2fcad6)
  • prevent reuse of broken connections in postgres pool (#7792) (5cf368a)
  • prevent transactions in the Cordova driver (#7771) (fc4133c)
  • properly escape oracle table paths (#7917) (7e8687c)

... (truncated)

Changelog

Sourced from typeorm's changelog.

0.2.36 (2021-07-31)

Bug Fixes

  • add deprecated WhereExpression alias for WhereExpressionBuilder (#7980) (76e7ed9)
  • always generate migrations with template string literals (#7971) (e9c2af6)
  • use js rather than ts in all browser package manifests (#7982) (0d90bcd)
  • use nvarchar/ntext during transit for SQLServer queries (#7933) (62d7976)

Features

  • add postgres connection option applicationName (#7989) (d365acc)

0.2.35 (2021-07-28)

Bug Fixes

  • entity to be Partial<Entity> | undefined in UpdateEvent (#7783) (f033045)
  • actually return a working ReadStream from SQL Server query runner (#7893) (e80985f)
  • added version check before dropping materialized views to keep backward compatibility (#7716) (29f1f86)
  • allow for string id in mongo.findByIds call (#7838) (4b45ae1)
  • better support of relation-based properties in where clauses (#7805) (3221c50)
  • Buffer in primary columns causes bugs with relations (#7952) (37e08a7), closes #4060
  • capacitor does not correctly set journal mode (#7873) (5f20eb7)
  • Capacitor driver PRAGMA requests failing on Android (#7728) (9620a26)
  • condition is optional in SelectQueryBuilder joins (#7888) (2deaa0e)
  • correctly handle mongo replica set driver option (#7908) (9212df4)
  • correctly load yml in ConnectionOptionsYmlReader (#7743) (57f9254)
  • craft oracle connectString as a descriptor with SID (#7878) (b05d093)
  • delete operation in MongoDB impact all matched documents (#7811) (0fbae53), closes #7809
  • Do not add NULL/NOT NULL for stored columns (#7708) (3c33e9f), closes #7698
  • do OBJECT_ID lookup for column constraint instead of name in mssql (#7916) (fa8c1b0)
  • drop pool.autostart from mssql options because it's unused (#7877) (0d21a4d)
  • drop SAP statement after prepare per Hana client docs (#7748) (8ca05b1)
  • eager relation respects children relations (#5685) (e7e887a)
  • enable returning additional columns with MSSQL (#7864) (e1db48d)
  • entity object undefined in afterUpdate subscriber (#7724) (d25304d)
  • find operation in MongoDB do not include nullable values from documents (#7820) (98c13cf), closes #7760
  • fix table loading when schemas are used (3a106a3)
  • foreign keys in SAP were loading from the wrong table (#7914) (4777a79)
  • handle postgres default when tableColumn.default is not string (#7816) (0463855)
  • handle snake case of ABcD which should become a_bc_d (#7883) (eb680f9)
  • improve query for MSSQL to fetch foreign keys and tables (#7935) (f6af01a)
  • make OracleQueryRunner createDatabase if-not-exists not fail (f5a80ef)
  • only pass data from SaveOptions during that query (#7886) (1de2e13)
  • oracle cannot support DB in table identifiers (#7954) (8c60d91)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by imnotjames, a new releaser for typeorm since your current version.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 2, 2021
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.

None yet

0 participants