Bump sequelize from 4.41.1 to 5.3.0 #1025

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/sequelize-5.3.0 into master 2019-08-07 16:42:33 +02:00
dependabot[bot] commented 2019-08-05 20:45:26 +02:00 (Migrated from github.com)

Bumps sequelize from 4.41.1 to 5.3.0.

Release notes

Sourced from sequelize's releases.

v5.3.0

5.3.0 (2019-04-10)

Features

  • security(postgres): enable standard conforming strings when required (#10746) (850c7fd)

v5.2.15

5.2.15 (2019-04-09)

Bug Fixes

  • types: add regex operators to WhereOperators (#10738) (3dbb318)

v5.2.14

5.2.14 (2019-04-09)

Bug Fixes

v5.2.13

5.2.13 (2019-04-08)

Bug Fixes

  • mariadb: named timezone support (#10705) (175da2d)
  • query: add escape of null character for postgres bind parameters (#10716) (d6daaf1)
  • query-generator: handle field names in scope include (#10718) (4c9d18f)
  • types: add parent transaction and enhance where parameters (#10726) (47c5f30)

v5.2.12

5.2.12 (2019-04-04)

Bug Fixes

  • types: add basic support for bind in sequelize.query() method (#10694) (b6c9117)

v5.2.11

5.2.11 (2019-04-03)

... (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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [sequelize](https://github.com/sequelize/sequelize) from 4.41.1 to 5.3.0. <details> <summary>Release notes</summary> *Sourced from [sequelize's releases](https://github.com/sequelize/sequelize/releases).* > ## v5.3.0 > # [5.3.0](https://github.com/sequelize/sequelize/compare/v5.2.15...v5.3.0) (2019-04-10) > > > ### Features > > * **security(postgres):** enable standard conforming strings when required ([#10746](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10746)) ([850c7fd](https://github.com/sequelize/sequelize/commit/850c7fd)) > > > > > ## v5.2.15 > ## [5.2.15](https://github.com/sequelize/sequelize/compare/v5.2.14...v5.2.15) (2019-04-09) > > > ### Bug Fixes > > * **types:** add regex operators to WhereOperators ([#10738](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10738)) ([3dbb318](https://github.com/sequelize/sequelize/commit/3dbb318)) > > ## v5.2.14 > ## [5.2.14](https://github.com/sequelize/sequelize/compare/v5.2.13...v5.2.14) (2019-04-09) > > > ### Bug Fixes > > * **types:** add models property to sequelize class ([#10736](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10736)) ([4d5be9a](https://github.com/sequelize/sequelize/commit/4d5be9a)) > * **types:** enhance having parameters ([#10733](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10733)) ([f6dd943](https://github.com/sequelize/sequelize/commit/f6dd943)) > > ## v5.2.13 > ## [5.2.13](https://github.com/sequelize/sequelize/compare/v5.2.12...v5.2.13) (2019-04-08) > > > ### Bug Fixes > > * **mariadb:** named timezone support ([#10705](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10705)) ([175da2d](https://github.com/sequelize/sequelize/commit/175da2d)) > * **query:** add escape of null character for postgres bind parameters ([#10716](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10716)) ([d6daaf1](https://github.com/sequelize/sequelize/commit/d6daaf1)) > * **query-generator:** handle field names in scope include ([#10718](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10718)) ([4c9d18f](https://github.com/sequelize/sequelize/commit/4c9d18f)) > * **types:** add parent transaction and enhance `where` parameters ([#10726](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10726)) ([47c5f30](https://github.com/sequelize/sequelize/commit/47c5f30)) > > ## v5.2.12 > ## [5.2.12](https://github.com/sequelize/sequelize/compare/v5.2.11...v5.2.12) (2019-04-04) > > > ### Bug Fixes > > * **types:** add basic support for `bind` in sequelize.query() method ([#10694](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10694)) ([b6c9117](https://github.com/sequelize/sequelize/commit/b6c9117)) > > ## v5.2.11 > ## [5.2.11](https://github.com/sequelize/sequelize/compare/v5.2.10...v5.2.11) (2019-04-03) > ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`850c7fd`](https://github.com/sequelize/sequelize/commit/850c7fd04669e0fef9238b6dc4f8d6ee93ed71e9) feat(postgres): enable standard conforming strings when required ([#10746](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10746)) - [`7c3c18a`](https://github.com/sequelize/sequelize/commit/7c3c18a9e56a801b9122441a44e658ebff1b2bf1) docs(upgrade-to-v5): correctly format code block ([#10745](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10745)) - [`3dbb318`](https://github.com/sequelize/sequelize/commit/3dbb318ed6a603bd87284c8edfceabe760e9baf8) fix(types): add regex operators to WhereOperators ([#10738](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10738)) - [`f6dd943`](https://github.com/sequelize/sequelize/commit/f6dd943515552cbdfd2bffd94e4ca837fb602bfb) fix(types): enhance having parameters ([#10733](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10733)) - [`4d5be9a`](https://github.com/sequelize/sequelize/commit/4d5be9a4f76c6d50701952b99287c03208d217d1) fix(types): add models property to sequelize class ([#10736](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10736)) - [`88228d7`](https://github.com/sequelize/sequelize/commit/88228d74411600f35217951ea36c88eb3c820fdd) refactor: inspect with logger ([#10703](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10703)) - [`cccd33f`](https://github.com/sequelize/sequelize/commit/cccd33f1f9e897a4d62e12902e7f93a7f3f31aeb) build: remove extra volume mounts - [`47c5f30`](https://github.com/sequelize/sequelize/commit/47c5f30f926577658fafabef93e35881ce5aeb07) fix(types): add parent transaction and enhance `where` parameters ([#10726](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10726)) - [`57aba97`](https://github.com/sequelize/sequelize/commit/57aba974c9da66f1c79c70c93d94863220e8be9a) docs(typescript): typo with associations ([#10707](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10707)) - [`175da2d`](https://github.com/sequelize/sequelize/commit/175da2d06ad47f549003620fbea38e1419d41f67) fix(mariadb): named timezone support ([#10705](https://github-redirect.dependabot.com/sequelize/sequelize/issues/10705)) - Additional commits viewable in [compare view](https://github.com/sequelize/sequelize/compare/v4.41.1...v5.3.0) </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sequelize&package-manager=npm_and_yarn&previous-version=4.41.1&new-version=5.3.0)](https://help.github.com/articles/configuring-automated-security-fixes) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/lbryio/spee.ch/network/alerts). </details>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/spee.ch#1025
No description provided.