Update dependency sequelize to v6.18.0 #61

Merged
sebclem merged 1 commits from renovate/sequelize-6.x into main 2022-04-12 16:23:10 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
sequelize (source) dependencies minor 6.16.1 -> 6.18.0

Release Notes

sequelize/sequelize

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

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sequelize](https://sequelize.org/) ([source](https://github.com/sequelize/sequelize)) | dependencies | minor | [`6.16.1` -> `6.18.0`](https://renovatebot.com/diffs/npm/sequelize/6.16.1/6.18.0) | --- ### Release Notes <details> <summary>sequelize/sequelize</summary> ### [`v6.18.0`](https://github.com/sequelize/sequelize/releases/v6.18.0) [Compare Source](https://github.com/sequelize/sequelize/compare/v6.17.0...v6.18.0) ##### Features - add whereScopeStrategy to merge where scopes with Op.and ([#&#8203;14152](https://github.com/sequelize/sequelize/issues/14152)) ([8349c02](https://github.com/sequelize/sequelize/commit/8349c02c5130fc431adec265e3a3ad043571f1b9)) ### [`v6.17.0`](https://github.com/sequelize/sequelize/releases/v6.17.0) [Compare Source](https://github.com/sequelize/sequelize/compare/v6.16.3...v6.17.0) ##### Bug Fixes - fix typo in query-generator.js error message ([#&#8203;14151](https://github.com/sequelize/sequelize/issues/14151)) ([2d339d0](https://github.com/sequelize/sequelize/commit/2d339d0799d224dca79037e8465cf48abef496a8)) - **postgres:** correctly re-acquire connection for pg-native ([#&#8203;14090](https://github.com/sequelize/sequelize/issues/14090)) ([82506a6](https://github.com/sequelize/sequelize/commit/82506a68dbb33e4824ed6b8462cedf52d90d8cfc)) - **types:** drop excess argument for upsert ([#&#8203;14156](https://github.com/sequelize/sequelize/issues/14156)) ([da8678d](https://github.com/sequelize/sequelize/commit/da8678dec6ee6b8e427701e88d7db6810e990f82)) - **types:** export `GroupedCountResultItem` interface ([#&#8203;14154](https://github.com/sequelize/sequelize/issues/14154)) ([a81b7ab](https://github.com/sequelize/sequelize/commit/a81b7ab38da7fea07e00114e88711fbfed9f9a34)) - **types:** update 'replication' option property ([#&#8203;14126](https://github.com/sequelize/sequelize/issues/14126)) ([7ac1221](https://github.com/sequelize/sequelize/commit/7ac122163f63ced2e24dac1d73e0be298f686187)) - **types:** update return type of `Model.update` ([#&#8203;14155](https://github.com/sequelize/sequelize/issues/14155)) ([b80aeed](https://github.com/sequelize/sequelize/commit/b80aeed3c4eccc98da78927e91483ca41035dffe)) ##### Features - **types:** infer nullable creation attributes as optional ([#&#8203;14147](https://github.com/sequelize/sequelize/issues/14147)) ([f5c06bd](https://github.com/sequelize/sequelize/commit/f5c06bd493670a37ba6d6ed039d44ccdf79b126e)) - **types:** make `Model.getAttributes` stricter ([#&#8203;14017](https://github.com/sequelize/sequelize/issues/14017)) ([e974e20](https://github.com/sequelize/sequelize/commit/e974e202ca755a008f450c88123fc166a5497bb2)) ### [`v6.16.3`](https://github.com/sequelize/sequelize/releases/v6.16.3) [Compare Source](https://github.com/sequelize/sequelize/compare/v6.16.2...v6.16.3) ##### Bug Fixes - **types:** support union in CreationAttributes ([#&#8203;14146](https://github.com/sequelize/sequelize/issues/14146)) ([d23bd7a](https://github.com/sequelize/sequelize/commit/d23bd7a7e2aac095f8b210f8d0e0f060c215475f)) ### [`v6.16.2`](https://github.com/sequelize/sequelize/releases/v6.16.2) [Compare Source](https://github.com/sequelize/sequelize/compare/v6.16.1...v6.16.2) ##### Bug Fixes - **types:** missing snowflake and db2 dialects ([#&#8203;14137](https://github.com/sequelize/sequelize/issues/14137)) ([0326c2c](https://github.com/sequelize/sequelize/commit/0326c2caee201ee7288eb917cb3facd5aefd9b12)) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2022-02-19 03:02:49 +01:00
Update dependency sequelize to v6.16.2
All checks were successful
continuous-integration/drone/push Build is passing
78b9cbba59
renovate-bot changed title from Update dependency sequelize to v6.16.2 to Update dependency sequelize to v6.16.3 2022-02-25 03:02:33 +01:00
renovate-bot force-pushed renovate/sequelize-6.x from 78b9cbba59 to a41ed25bc1 2022-02-25 03:02:33 +01:00 Compare
renovate-bot changed title from Update dependency sequelize to v6.16.3 to Update dependency sequelize to v6.17.0 2022-02-26 03:02:34 +01:00
renovate-bot force-pushed renovate/sequelize-6.x from a41ed25bc1 to 9e871e63ed 2022-02-26 03:02:34 +01:00 Compare
renovate-bot changed title from Update dependency sequelize to v6.17.0 to Update dependency sequelize to v6.18.0 2022-04-04 03:02:57 +02:00
renovate-bot force-pushed renovate/sequelize-6.x from 9e871e63ed to 6f3d51654f 2022-04-04 03:02:57 +02:00 Compare
sebclem merged commit 88d4afb3c6 into main 2022-04-12 16:23:10 +02:00
sebclem deleted branch renovate/sequelize-6.x 2022-04-12 16:23:10 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
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: sebclem/cnc-speed-calculator#61
No description provided.