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

Bump typeorm from 0.2.29 to 0.2.31 #165

Merged
merged 1 commit into from
Mar 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps typeorm from 0.2.29 to 0.2.31.

Changelog

Sourced from typeorm's changelog.

0.2.31 (2021-02-08)

Bug Fixes

Features

BREAKING CHANGES

  • passing ColumnOptions to @PrimaryColumn does not function anymore. One must use PrimaryColumnOptions instead.
  • minor breaking change on "conflict*" options - column names used are now automatically escaped.

0.2.30 (2021-01-12)

Bug Fixes

  • add missing "comment" field to QB clone method (#7205) (f019771), closes #7203
  • avoid early release of PostgresQueryRunner (#7109) (#7185) (9abe007)
  • Error when sorting by an embedded entity while using join and skip/take (#7082) (d27dd2a), closes #7079
  • Fix CLI query command TypeError (#7043) (b35397e)
  • get length attribute of postgres array columns (#7239) (eb82f78), closes #6990
  • handle overlapping property / database names in querybuilder (#7042) (b518fa1), closes #7030
  • improve stack traces when using persist executor (#7218) (0dfe5b8)
  • order should allow only model fields, not methods (#7188) (0194193), closes #7178
  • resolve migration for UpdateDateColumn without ON UPDATE clause (#7057) (ddd8cbc), closes #6995
  • resolves Postgres sequence identifier length error (#7115) (568ef35), closes #7106
  • return 'null' (instead of 'undefined') on lazy relations that have no results (#7146) (#7147) (9b278c9)
  • support MongoDB DNS seed list connection (#7136) (f730bb9), closes #3347 #3133
  • data-api: Fixed how data api driver uses and reuses a client (#6869) (6ce65fb)
  • use default import of yargs for --help (#6986) (6ef8ffe)

Features

... (truncated)

Commits

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.29 to 0.2.31.
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.2.29...0.2.31)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@mattwelke mattwelke merged commit 563a1b1 into main Mar 15, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typeorm-0.2.31 branch March 15, 2021 02:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.