85.md (8984B)
1 # PR #85 Bump sequelize from 6.16.1 to 6.17.0 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-02-28T08:31:18Z 6 - **Branch:** dependabot/npm_and_yarn/sequelize-6.17.0 → main 7 - **Merged:** 2022-03-01T01:13:18Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [85.diff](./85.diff) 12 13 --- 14 15 Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.16.1 to 6.17.0. 16 <details> 17 <summary>Release notes</summary> 18 <p><em>Sourced from <a href="https://github.com/sequelize/sequelize/releases">sequelize's releases</a>.</em></p> 19 <blockquote> 20 <h2>v6.17.0</h2> 21 <h1><a href="https://github.com/sequelize/sequelize/compare/v6.16.3...v6.17.0">6.17.0</a> (2022-02-25)</h1> 22 <h3>Bug Fixes</h3> 23 <ul> 24 <li>fix typo in query-generator.js error message (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14151">#14151</a>) (<a href="https://github.com/sequelize/sequelize/commit/2d339d0799d224dca79037e8465cf48abef496a8">2d339d0</a>)</li> 25 <li><strong>postgres:</strong> correctly re-acquire connection for pg-native (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14090">#14090</a>) (<a href="https://github.com/sequelize/sequelize/commit/82506a68dbb33e4824ed6b8462cedf52d90d8cfc">82506a6</a>)</li> 26 <li><strong>types:</strong> drop excess argument for upsert (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14156">#14156</a>) (<a href="https://github.com/sequelize/sequelize/commit/da8678dec6ee6b8e427701e88d7db6810e990f82">da8678d</a>)</li> 27 <li><strong>types:</strong> export <code>GroupedCountResultItem</code> interface (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14154">#14154</a>) (<a href="https://github.com/sequelize/sequelize/commit/a81b7ab38da7fea07e00114e88711fbfed9f9a34">a81b7ab</a>)</li> 28 <li><strong>types:</strong> update 'replication' option property (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14126">#14126</a>) (<a href="https://github.com/sequelize/sequelize/commit/7ac122163f63ced2e24dac1d73e0be298f686187">7ac1221</a>)</li> 29 <li><strong>types:</strong> update return type of <code>Model.update</code> (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14155">#14155</a>) (<a href="https://github.com/sequelize/sequelize/commit/b80aeed3c4eccc98da78927e91483ca41035dffe">b80aeed</a>)</li> 30 </ul> 31 <h3>Features</h3> 32 <ul> 33 <li><strong>types:</strong> infer nullable creation attributes as optional (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14147">#14147</a>) (<a href="https://github.com/sequelize/sequelize/commit/f5c06bd493670a37ba6d6ed039d44ccdf79b126e">f5c06bd</a>)</li> 34 <li><strong>types:</strong> make <code>Model.getAttributes</code> stricter (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14017">#14017</a>) (<a href="https://github.com/sequelize/sequelize/commit/e974e202ca755a008f450c88123fc166a5497bb2">e974e20</a>)</li> 35 </ul> 36 <h2>v6.16.3</h2> 37 <h2><a href="https://github.com/sequelize/sequelize/compare/v6.16.2...v6.16.3">6.16.3</a> (2022-02-24)</h2> 38 <h3>Bug Fixes</h3> 39 <ul> 40 <li><strong>types:</strong> support union in CreationAttributes (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14146">#14146</a>) (<a href="https://github.com/sequelize/sequelize/commit/d23bd7a7e2aac095f8b210f8d0e0f060c215475f">d23bd7a</a>)</li> 41 </ul> 42 <h2>v6.16.2</h2> 43 <h2><a href="https://github.com/sequelize/sequelize/compare/v6.16.1...v6.16.2">6.16.2</a> (2022-02-18)</h2> 44 <h3>Bug Fixes</h3> 45 <ul> 46 <li><strong>types:</strong> missing snowflake and db2 dialects (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14137">#14137</a>) (<a href="https://github.com/sequelize/sequelize/commit/0326c2caee201ee7288eb917cb3facd5aefd9b12">0326c2c</a>)</li> 47 </ul> 48 </blockquote> 49 </details> 50 <details> 51 <summary>Commits</summary> 52 <ul> 53 <li><a href="https://github.com/sequelize/sequelize/commit/e974e202ca755a008f450c88123fc166a5497bb2"><code>e974e20</code></a> feat(types): make <code>Model.getAttributes</code> stricter (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14017">#14017</a>)</li> 54 <li><a href="https://github.com/sequelize/sequelize/commit/2d339d0799d224dca79037e8465cf48abef496a8"><code>2d339d0</code></a> fix: fix typo in query-generator.js error message (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14151">#14151</a>)</li> 55 <li><a href="https://github.com/sequelize/sequelize/commit/b80aeed3c4eccc98da78927e91483ca41035dffe"><code>b80aeed</code></a> fix(types): update return type of <code>Model.update</code> (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14155">#14155</a>)</li> 56 <li><a href="https://github.com/sequelize/sequelize/commit/f5c06bd493670a37ba6d6ed039d44ccdf79b126e"><code>f5c06bd</code></a> feat(types): infer nullable creation attributes as optional (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14147">#14147</a>)</li> 57 <li><a href="https://github.com/sequelize/sequelize/commit/af6cbe683ff561a42dfe749373b9debb9689fb0d"><code>af6cbe6</code></a> build(deps): move <code>@types/validator</code> to prod deps (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14159">#14159</a>)</li> 58 <li><a href="https://github.com/sequelize/sequelize/commit/a81b7ab38da7fea07e00114e88711fbfed9f9a34"><code>a81b7ab</code></a> fix(types): export <code>GroupedCountResultItem</code> interface (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14154">#14154</a>)</li> 59 <li><a href="https://github.com/sequelize/sequelize/commit/da8678dec6ee6b8e427701e88d7db6810e990f82"><code>da8678d</code></a> fix(types): drop excess argument for upsert (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14156">#14156</a>)</li> 60 <li><a href="https://github.com/sequelize/sequelize/commit/709c8304abd16f5a38317e175b4285d364e430f4"><code>709c830</code></a> docs(postgres): clarify pg version for Node >=14 (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14149">#14149</a>)</li> 61 <li><a href="https://github.com/sequelize/sequelize/commit/7ac122163f63ced2e24dac1d73e0be298f686187"><code>7ac1221</code></a> fix(types): update 'replication' option property (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14126">#14126</a>)</li> 62 <li><a href="https://github.com/sequelize/sequelize/commit/82506a68dbb33e4824ed6b8462cedf52d90d8cfc"><code>82506a6</code></a> fix(postgres): correctly re-acquire connection for pg-native (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14090">#14090</a>)</li> 63 <li>Additional commits viewable in <a href="https://github.com/sequelize/sequelize/compare/v6.16.1...v6.17.0">compare view</a></li> 64 </ul> 65 </details> 66 <details> 67 <summary>Maintainer changes</summary> 68 <p>This version was pushed to npm by <a href="https://www.npmjs.com/~sdepold">sdepold</a>, a new releaser for sequelize since your current version.</p> 69 </details> 70 <br /> 71 72 73 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 74 75 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`. 76 77 [//]: # (dependabot-automerge-start) 78 [//]: # (dependabot-automerge-end) 79 80 --- 81 82 <details> 83 <summary>Dependabot commands and options</summary> 84 <br /> 85 86 You can trigger Dependabot actions by commenting on this PR: 87 - `@dependabot rebase` will rebase this PR 88 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 89 - `@dependabot merge` will merge this PR after your CI passes on it 90 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 91 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 92 - `@dependabot reopen` will reopen this PR if it is closed 93 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 94 - `@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) 95 - `@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) 96 - `@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) 97 98 99 </details> 100