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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps typeorm from 0.2.16 to 0.2.19.

Changelog

Sourced from typeorm's changelog.

0.2.19 (2019-09-13)

Bug Fixes

  • "database" option error in driver when use "url" option for connection (690e6f5)
  • "hstore injection" & properly handle NULL, empty string, backslashes & quotes in hstore key/value pairs (#4720) (3abe5b9)
  • add SaveOptions and RemoveOptions into ActiveRecord (#4318) (a6d7ba2)
  • apostrophe in Postgres enum strings breaks query (#4631) (445c740)
  • change PrimaryColumn decorator to clone passed options (#4571) (3cf470d), closes #4570
  • createQueryBuilder relation remove works only if using ID (#2632) (#4734) (1d73a90)
  • resolve issue with conversion string to simple-json (#4476) (d1594f5), closes #4440
  • sqlite connections don't ignore the schema property (#4599) (d8f1c81)
  • the excessive stack depth comparing types FindConditions<?> and FindConditions<?> problem (#4470) (7a0beed)
  • views generating broken Migrations (#4726) (c52b3d2), closes #4123

Features

0.2.18

Bug fixes

  • fixed loadRelationCountAndMap when entities' primary keys are strings (#3946)
  • fixed QueryExpressionMap not cloning all values correctly (#4156)
  • fixed transform embeddeds with no columns but with nested embeddeds (mongodb) (#4131)
  • fixed the getMany() result being droped randomly bug when using the buffer as primary key. (#4220)

Features

... (truncated)
Commits
  • ae1f131 version bump
  • d8f1c81 fix: sqlite connections don't ignore the schema property (#4599)
  • 0094f61 feat: add referenced table metadata to NamingStrategy to resolve foreign key ...
  • 3abe5b9 fix: "hstore injection" & properly handle NULL, empty string, backslashes & q...
  • 644c21b docs: explicitly defining the optional nature of the ManyToOne and OneToMany ...
  • c52b3d2 fix: views generating broken Migrations (#4726)
  • 1d73a90 fix: createQueryBuilder relation remove works only if using ID (#2632) (#4734)
  • 81f4b43 docs: added missing comma in relations.md (#4739)
  • 7808bba feat: UpdateResult returns affected rows in postgresql (#4432)
  • 7a0beed fix: the excessive stack depth comparing types FindConditions\<?> and `FindC...
  • 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 16, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #270.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/typeorm-0.2.19 branch October 21, 2019 05:48
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