Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency sequelize to ~6.37.0 #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Sep 5, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sequelize (source) ~6.9.0 -> ~6.37.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sequelize/sequelize (sequelize)

v6.37.3

Compare Source

Bug Fixes
  • postgres: use schema for foreign key constrains of a table (#​17099) (6aba382)

v6.37.2

Compare Source

Bug Fixes

v6.37.1

Compare Source

Bug Fixes

v6.37.0

Compare Source

Features

v6.36.0

Compare Source

Features

v6.35.2

Compare Source

Bug Fixes

v6.35.1

Compare Source

Bug Fixes
  • mssql: allow calling describeTable a table with a dot in its name (#​16769) (47cba67)

v6.35.0

Compare Source

Features

v6.34.0

Compare Source

Bug Fixes
Features

v6.33.0

Compare Source

Bug Fixes
Features

v6.32.1

Compare Source

Bug Fixes

v6.32.0

Compare Source

Bug Fixes
Features

v6.31.1

Compare Source

Bug Fixes
  • postgres: adds support for minifying through join aliases (#​15897) (a9fd501)

v6.31.0

Compare Source

Bug Fixes
Features

v6.30.0

Compare Source

Bug Fixes
Features
  • postgres, sqlite: add conflictWhere option to Model.bulkCreate (#​15788) (295c297)
  • postgres, sqlite: add conflictWhere option to upsert (#​15786) (1e68681)
  • postgres, sqlite: allow override of conflict keys for bulkCreate (#​15787) (2e50bd9)

v6.29.3

Compare Source

Bug Fixes

v6.29.2

Compare Source

Bug Fixes

v6.29.1

Compare Source

Bug Fixes
  • postgres: make sync not fail when trying to create existing enum (#​15718) (1b94462)

v6.29.0

Compare Source

Features

v6.28.2

Compare Source

Bug Fixes

v6.28.1

Compare Source

Bug Fixes

v6.28.0

Compare Source

Features
  • types: use retry-as-promised types for retry options to match documentation (#​15484) (fd4afa6)

v6.27.0

Compare Source

Features

v6.26.0

Compare Source

Features

v6.25.8

Compare Source

Bug Fixes

v6.25.7

Compare Source

Bug Fixes

v6.25.6

Compare Source

Bug Fixes

v6.25.5

Compare Source

Bug Fixes

v6.25.4

Compare Source

Bug Fixes

v6.25.3

Compare Source

Bug Fixes
  • don't treat \ as escape in standard strings, support E-strings, support vars after ->> operator, treat lowercase e as valid e-string prefix (#​15139) (7990095), closes #​14700

v6.25.2

Compare Source

Bug Fixes
  • types: fix TS 4.9 excessive depth error on InferAttributes (v6) (#​15135) (851daaf)

v6.25.1

Compare Source

Bug Fixes

v6.25.0

Compare Source

Features

v6.24.0

Compare Source

Features
  • snowflake: Add support for QueryGenerator#tableExistsQuery (#​15087) (a44772e)

v6.23.2

Compare Source

Bug Fixes
  • postgres: add custom order direction to subQuery ordering with minified alias (#​15056) (7203b66)

v6.23.1

Compare Source

Bug Fixes

v6.23.0

Compare Source

Features

v6.22.1

Compare Source

Bug Fixes

v6.22.0

Compare Source

Features

v6.21.6

Compare Source

Bug Fixes

v6.21.5

Compare Source

Bug Fixes

v6.21.4

Compare Source

Bug Fixes

v6.21.3

Compare Source

Bug Fixes
  • postgres: attach postgres error-handler earlier in lifecycle (v6) (#​14731) (90bb694)

v6.21.2

Compare Source

Bug Fixes

v6.21.1

Compare Source

Bug Fixes

v6.21.0

Compare Source

Features
  • exports types to support typescript >= 4.5 nodenext module (#​14620) (cbdf73e)

v6.20.1

Compare Source

Bug Fixes

v6.20.0

Compare Source

Features

v6.19.2

Compare Source

Bug Fixes

v6.19.1

Compare Source

Bug Fixes

⚠️ BREAKING CHANGE: This change is a security fix that patches a serious SQL injection vulnerability, however it is possible that your application made use of it and broke as a result of this change. Please see this issue for more information.

v6.19.0

Compare Source

Bug Fixes
Features
  • types: make Model.init aware of pre-configured foreign keys (#​14370) (5954d2c)

v6.18.0

Compare Source

Features
  • add whereScopeStrategy to merge where scopes with Op.and (#​14152) (8349c02)

v6.17.0

Compare Source

Bug Fixes
Features

v6.16.3

Compare Source

Bug Fixes

v6.16.2

Compare Source

Bug Fixes

v6.16.1

Compare Source

Bug Fixes

v6.16.0

Compare Source

Features

v6.15.1

Compare Source

Bug Fixes

v6.15.0

Compare Source

Bug Fixes
Features

v6.14.1

Compare Source

Bug Fixes

v6.14.0

Compare Source

Bug Fixes
Features

v6.13.0

Compare Source

Bug Fixes
Features

v6.12.5

Compare Source

Bug Fixes

v6.12.4

Compare Source

Bug Fixes
  • mssql/async-queue: fix unable to start mysql due to circular ref (#​13823) (49e8614)

v6.12.3

Compare Source

Bug Fixes

v6.12.2

Compare Source

Bug Fixes

v6.12.1

Compare Source

Bug Fixes

v6.12.0

Compare Source

Bug Fixes
Features

v6.11.0

Compare Source

Features

v6.10.0

Compare Source

Bug Fixes
Features
  • definitions: Adds AbstractQuery and before/afterQuery hook definitions (#​13635) (37a5858)
  • postgresql: easier SSL config and options param support (#​13673) (9591573)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by WhiteSource label Sep 5, 2022
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.16.1 Update dependency sequelize to v6.25.4 Nov 7, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from 91fa23b to b28010a Compare November 7, 2022 16:41
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to v6.25.4 Update dependency sequelize to ~6.16.1 Nov 8, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from b28010a to fe0a5e9 Compare November 8, 2022 06:59
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.16.1 Update dependency sequelize to v6.25.5 Nov 12, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from fe0a5e9 to f66be02 Compare November 12, 2022 16:08
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to v6.25.5 Update dependency sequelize to ~6.16.1 Nov 13, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from f66be02 to a0dd58a Compare November 13, 2022 21:13
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.16.1 Update dependency sequelize to ~6.28.1 Feb 24, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from a0dd58a to 61bca7b Compare February 24, 2023 01:17
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.28.1 Update dependency sequelize to ~6.29.0 Mar 5, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch 2 times, most recently from 41c4c3d to 5748b18 Compare March 5, 2023 09:45
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.29.0 Update dependency sequelize to ~6.28.1 Mar 5, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from 5748b18 to ee1e176 Compare March 26, 2023 19:40
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.28.1 Update dependency sequelize to ~6.29.0 Mar 26, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from ee1e176 to d38ec27 Compare March 31, 2023 03:19
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.29.0 Update dependency sequelize to ~6.30.0 Mar 31, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from d38ec27 to eafe8ba Compare April 9, 2023 21:29
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.30.0 Update dependency sequelize to ~6.31.0 Apr 9, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from eafe8ba to a072f84 Compare June 1, 2023 18:04
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.31.0 Update dependency sequelize to ~6.32.0 Jun 1, 2023
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.32.0 Update dependency sequelize to ~6.33.0 Sep 9, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from a072f84 to 39c27ce Compare September 9, 2023 02:07
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from 39c27ce to fe0aa6d Compare November 4, 2023 02:05
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.33.0 Update dependency sequelize to ~6.34.0 Nov 4, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from fe0aa6d to c537691 Compare November 13, 2023 02:05
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.34.0 Update dependency sequelize to ~6.35.0 Nov 13, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from c537691 to 9bfdcfa Compare February 3, 2024 02:05
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.35.0 Update dependency sequelize to ~6.36.0 Feb 3, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/sequelize-6.x branch from 9bfdcfa to 50da460 Compare February 12, 2024 02:05
@mend-for-github-com mend-for-github-com bot changed the title Update dependency sequelize to ~6.36.0 Update dependency sequelize to ~6.37.0 Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by WhiteSource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants