Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

chore(deps): bump typeorm from 0.2.25 to 0.2.27 #91

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps typeorm from 0.2.25 to 0.2.27.

Changelog

Sourced from typeorm's changelog.

0.2.27 (2020-09-29)

Bug Fixes

Features

  • add option to pass postgres server notices to client logger (#6215) (5084e47), closes #2216
  • backport SQLite Busy handler & WAL mode enable (#6588) (7a52f18)
  • Beautify generated SQL for migrations (#6685) (370442c), closes #4415
  • create EntityTarget and use instead of EntitySchema / ObjectType / etc (#6701) (8b68f40)

Reverts

0.2.26 (2020-09-10)

Bug Fixes

  • @JoinTable does not respect inverseJoinColumns referenced column width (#6444) (f642a9e), closes #6442
  • add missing schema for OracleDriver (#6673) (8b8bc35)
  • change InsertQueryBuilder.values() with an empty array into a no-op (#6584) (9d2df28), closes #3111
  • Child entities not being saved correctly with cascade actions (#6219) (16a2d80)
  • correctly parse connection URI with query params (#6390) (54a3a15), closes #6389
  • decorators should implement the official TypeScript interface (#6398) (c23c888), closes #5922
  • DeepPartial with any and {[k: string]: any} (#6581) (8d90d40), closes #6580 #6580
  • exporting missing load event (#6396) (c6336aa)
  • get correct insert ids for multiple entities inserted (#6668) (ef2011d), closes #2131 #5973 #2131
  • getPendingMigrations isn't properly working (#6372) (7c0da1c)
  • handle 'error' events from pool connection (#6262) (ae3cf0e)
  • insert IN(null) instead of IN() when In([]) empty array for mysqlDriver (#6237) (6f6bdbd)
  • make only a single SELECT to get inserted default and generated values of multiple entities (#6669) (4fc4a1b), closes #6266 #6266
  • Migration issues with scale & precision in sqlite/sql.js (#6638) (0397e44), closes #6636
  • mysql migration: make sure the indices sql which left-join be the same database (#6426) (906d97f)
  • pass ids_ to alias builder to prevent length overflow (#6624) (cf3ad62)
  • pass formatOptions to Data API Client, fix extensions (#6404) (9abab82), closes #1
  • Query builder makes query with joins, without limit for inherited entities (#6402) (874e573), closes #6399
Commits
  • 78a6ee9 version bump
  • 45b980c Revert "fix: properly override database url properties (#6247)" (#6802)
  • c1c8e88 fix: prevent wrong returned entity in ReturningResultsEntityUpdator (#6440)
  • 44aff17 refactor: Move FindOperator SQL generation into QueryBuilder (#6797)
  • dfcb2db fix: enforce name argument of migration generate command (#2719) (#6690)
  • 180fbd4 fix: add dummy for FileLogger, ConnectionOptionsReaders, and update gulpfile ...
  • 89d83b3 refactor: move aurora-pg driver to the aurora-pg driver directory (#6785)
  • 55fbb69 fix: coerce port to number in ConnectionOptionsEnvReader (#6786)
  • b55a417 fix: resolve issues ora-00972:identifier is too long (#6751)
  • 1b29591 refactor: drop promise utils (#6746)
  • 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)
  • @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.25 to 0.2.27.
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.2.25...0.2.27)

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 Sep 29, 2020
@sonarcloud
Copy link

sonarcloud bot commented Sep 29, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot-preview
Copy link
Author

Superseded by #94.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/typeorm-0.2.27 branch September 30, 2020 21:27
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.

None yet

0 participants