Update dependency sequelize to v6.12.0 #46

Merged
sebclem merged 1 commits from renovate/sequelize-6.x into main 2021-12-21 09:24:46 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
sequelize (source) dependencies minor 6.11.0 -> 6.12.0

Release Notes

sequelize/sequelize

v6.12.0

Compare Source

Bug Fixes
Features

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.11.0` -> `6.12.0`](https://renovatebot.com/diffs/npm/sequelize/6.11.0/6.12.0) | --- ### Release Notes <details> <summary>sequelize/sequelize</summary> ### [`v6.12.0`](https://github.com/sequelize/sequelize/releases/v6.12.0) [Compare Source](https://github.com/sequelize/sequelize/compare/v6.11.0...v6.12.0) ##### Bug Fixes - **data-types:** unnecessary warning when getting data with DATE dataTypes ([#&#8203;13712](https://github.com/sequelize/sequelize/issues/13712)) ([121884b](https://github.com/sequelize/sequelize/commit/121884b0d364e0be53e93bfd90d99b7e15449897)) - **docs:** add aws-lamda route ([#&#8203;13693](https://github.com/sequelize/sequelize/issues/13693)) ([3059bce](https://github.com/sequelize/sequelize/commit/3059bce6003ca77b5e67cf7d6d673597b704db0e)) - **example:** fix coordinates format as per GeoJson ([#&#8203;13718](https://github.com/sequelize/sequelize/issues/13718)) ([f9dec20](https://github.com/sequelize/sequelize/commit/f9dec20cd1c0f1ace931ca470f8787a7b4046a56)) - **increment:** fix key value broken query ([#&#8203;12985](https://github.com/sequelize/sequelize/issues/12985)) ([fc0b19e](https://github.com/sequelize/sequelize/commit/fc0b19e3cf95f0c4d749c3bf871077228be64bba)) - **model.d:** fix findAndCountAll.count type ([#&#8203;13736](https://github.com/sequelize/sequelize/issues/13736)) ([b7b472e](https://github.com/sequelize/sequelize/commit/b7b472e7a0a55ebd402f7bced3e330c3087bc75f)) - **snowflake:** fix to prevent disconnect attempt on already disconnected connection ([#&#8203;13775](https://github.com/sequelize/sequelize/issues/13775)) ([2a9a551](https://github.com/sequelize/sequelize/commit/2a9a551609be94ee233516a1a9b4119892249d9c)) - **types:** add Col to where Ops ([#&#8203;13717](https://github.com/sequelize/sequelize/issues/13717)) ([2d7b865](https://github.com/sequelize/sequelize/commit/2d7b8653a82f16eff4ee5a48d1fd6ec9ab785c76)) - **types:** add instance member declaration ([#&#8203;13684](https://github.com/sequelize/sequelize/issues/13684)) ([ae3cde5](https://github.com/sequelize/sequelize/commit/ae3cde54b62f2bd41f35a002ba7ddf54946ca0ee)) - **types:** add missing schema field to sequelize options ([c7a0839](https://github.com/sequelize/sequelize/commit/c7a0839ffc2923e2881b8cc31a251709a929a022)), closes [#&#8203;12606](https://github.com/sequelize/sequelize/issues/12606) - **types:** allow override json function with custom return type ([#&#8203;13694](https://github.com/sequelize/sequelize/issues/13694)) ([2c3b384](https://github.com/sequelize/sequelize/commit/2c3b384cad6d9b6e1527f05560b12fc0338eca87)) - **upsert:** fall back to DO NOTHING if no update key values provided ([#&#8203;13594](https://github.com/sequelize/sequelize/issues/13594)) ([4071378](https://github.com/sequelize/sequelize/commit/407137822a62897f7366980acd7eeceb443601b9)) - **upsert:** fall back to DO NOTHING if no update key values provided ([#&#8203;13711](https://github.com/sequelize/sequelize/issues/13711)) ([f9dfaa7](https://github.com/sequelize/sequelize/commit/f9dfaa7c533acad4ae88fd16b47c3a5805fb6e9b)), closes [#&#8203;13594](https://github.com/sequelize/sequelize/issues/13594) - wrong interface used within mixin ([#&#8203;13685](https://github.com/sequelize/sequelize/issues/13685)) ([bd3ddf5](https://github.com/sequelize/sequelize/commit/bd3ddf5a93a17cb729aa160a89a3ee04c329c0ed)) ##### Features - **dialects:** add experimental support for db2 ([#&#8203;13374](https://github.com/sequelize/sequelize/issues/13374)) ([4443d2a](https://github.com/sequelize/sequelize/commit/4443d2af14c78b21ff2a70f4aeb69bd9d3f8c2e2)) - **dialect:** snowflake dialect support ([#&#8203;13406](https://github.com/sequelize/sequelize/issues/13406)) ([ad68a5e](https://github.com/sequelize/sequelize/commit/ad68a5e5f07d7800ece68290de4d15e33ac7579a)) - **model:** complete getAttributes feature ([b6510df](https://github.com/sequelize/sequelize/commit/b6510df2bdb5fb22c508c3f348e11cbaf7065fbc)) - **typescript:** create alpha release with ts ([911125e](https://github.com/sequelize/sequelize/commit/911125e4a8daf56cb4f6461fd1281a83f5373f0c)) - **types:** transition lib/errors ([#&#8203;13710](https://github.com/sequelize/sequelize/issues/13710)) ([8cdce6a](https://github.com/sequelize/sequelize/commit/8cdce6aeb32b09e4bc1359250efcfacc6742501f)) - **upsert:** add conflictFields option ([#&#8203;13723](https://github.com/sequelize/sequelize/issues/13723)) ([496bede](https://github.com/sequelize/sequelize/commit/496bede2f9e48cce6fe378a1c174a8a9154e2f7e)) </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 2021-12-17 23:01:03 +01:00
Update dependency sequelize to v6.12.0
Some checks failed
continuous-integration/drone/push Build is failing
c65a364a80
sebclem merged commit 90073a17fb into main 2021-12-21 09:24:46 +01:00
sebclem deleted branch renovate/sequelize-6.x 2021-12-21 09:24:46 +01: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#46
No description provided.