Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 8, 2020

Bumps @nestjs/typeorm from 6.3.4 to 7.1.0.

Release notes

Sourced from @nestjs/typeorm's releases.

Release 7.1.0

  • fix(): resolve merge conflicts (4deffc2)
  • style(): add missing white line (3b73e78)
  • Merge pull request #469 from ISlavinskyi/fix-connection-error-output (6acde56)
  • Merge https://github.com/nestjs/typeorm into fix-connection-error-output (3082e30)
  • feat(): added verbose retry log option (b02e7f9)
  • chore(deps): update typescript-eslint monorepo to v3.0.1 (86a0f4f)
  • feat(): add support for entity schema (073977b)
  • Added more informative output when unable to connect. (6900241)

Release 7.0.1

  • Merge branch 'master' of https://github.com/nestjs/typeorm (5925dd1)
  • Merge branch 'dsbert-log-conn-name' (bf3580d)
  • style(): minor improvements (3c11893)
  • feat(@nestjs/typeorm): add connection name to retry message (db0065f)
  • chore(deps): update nest monorepo to v7.1.0 (0cb10dc)
  • Merge pull request #447 from nestjs/renovate/uuid-8.x (f38c8e8)
  • Merge pull request #486 from dsbert/patch-1 (8cd7aa4)
  • chore(deps): update dependency eslint to v7.1.0 (8814172)
  • chore(deps): update dependency lint-staged to v10.2.6 (debebc5)
  • chore(deps): update dependency lint-staged to v10.2.5 (04ca5db)
  • fix(deps): update dependency uuid to v8 (7db5def)
  • chore(deps): update typescript-eslint monorepo to v3 (952e6db)
  • docs(contributing): fix commit message examples (d7c295f)
  • chore(deps): update dependency typescript to v3.9.3 (c51f5a3)
  • chore(deps): update dependency typeorm to v0.2.25 (6003750)
  • chore(deps): update dependency @types/jest to v25.2.3 (35f9fe8)
  • chore(deps): update typescript-eslint monorepo to v2.34.0 (4d9aebe)
  • chore(deps): update dependency lint-staged to v10.2.4 (8c5ecd1)
  • chore(deps): update dependency lint-staged to v10.2.3 (6f12582)
  • chore(deps): update dependency release-it to v13.6.1 (8bcd016)
  • chore(deps): update dependency pg to v8.2.1 (9664866)
  • chore(deps): update dependency ts-jest to v26 (58642d4)
  • chore(deps): update nest monorepo to v7.0.13 (0653eff)
  • chore(deps): update dependency release-it to v13.6.0 (71a75e6)
  • chore(deps): update dependency @types/jest to v25.2.2 (1f5dc1a)
  • chore(deps): update dependency pg to v8.2.0 (fb1d94a)
  • chore(deps): update typescript-eslint monorepo to v2.33.0 (25d1f11)
  • chore(deps): update dependency typescript to v3.9.2 (68ddfa9)
  • chore(deps): update nest monorepo to v7.0.11 (5dfe0ba)
  • chore(deps): update typescript-eslint monorepo to v2.32.0 (8681929)
  • chore(deps): update dependency ts-jest to v25.5.1 (3ba3f8a)
  • chore(deps): update dependency eslint to v7 (dc14afb)
  • chore(deps): update dependency pg to v8.1.0 (509165e)
  • chore(deps): update dependency ts-jest to v25.5.0 (d50c52d)
  • chore(deps): update dependency jest to v26.0.1 (06339f2)
  • chore(deps): update dependency jest to v26 (850b6d5)
  • chore(deps): update typescript-eslint monorepo to v2.31.0 (9817877)
  • chore(deps): update dependency release-it to v13.5.8 (7fc1c11)
  • chore(deps): update dependency jest to v25.5.4 (5286d62)
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)
  • @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)

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/nestjs/typeorm-7.1.0 branch from a4bfb5b to 51205dd Compare August 16, 2020 21:00
Bumps [@nestjs/typeorm](https://github.com/nestjs/typeorm) from 6.3.4 to 7.1.0.
- [Release notes](https://github.com/nestjs/typeorm/releases)
- [Changelog](https://github.com/nestjs/typeorm/blob/master/.release-it.json)
- [Commits](nestjs/typeorm@6.3.4...7.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/nestjs/typeorm-7.1.0 branch from 51205dd to 0a0188e Compare August 16, 2020 21:05
@dependabot-preview
Copy link
Contributor Author

Superseded by #46.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/nestjs/typeorm-7.1.0 branch August 24, 2020 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant