matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

268.md (9400B)


      1 # PR #268 Bump sequelize from 6.20.0 to 6.28.0
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-01-03T16:46:21Z
      6 - **Branch:** dependabot/npm_and_yarn/sequelize-6.28.0 → main
      7 - **Closed:** 2023-01-03T17:36:26Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [268.diff](./268.diff)
     12 
     13 ---
     14 
     15 Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.20.0 to 6.28.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.28.0</h2>
     21 <h1><a href="https://github.com/sequelize/sequelize/compare/v6.27.0...v6.28.0">6.28.0</a> (2022-12-20)</h1>
     22 <h3>Features</h3>
     23 <ul>
     24 <li><strong>types:</strong> use retry-as-promised types for retry options to match documentation  (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15484">#15484</a>) (<a href="https://github.com/sequelize/sequelize/commit/fd4afa6a89c111c6d6d0c94f0b98bf421b5357b6">fd4afa6</a>)</li>
     25 </ul>
     26 <h2>v6.27.0</h2>
     27 <h1><a href="https://github.com/sequelize/sequelize/compare/v6.26.0...v6.27.0">6.27.0</a> (2022-12-12)</h1>
     28 <h3>Features</h3>
     29 <ul>
     30 <li>add support for bigints (backport of <a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14485">#14485</a>) (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15413">#15413</a>) (<a href="https://github.com/sequelize/sequelize/commit/1247c01265743e4bdbd6d91a51cf64cd9d1e6617">1247c01</a>)</li>
     31 </ul>
     32 <h2>v6.26.0</h2>
     33 <h1><a href="https://github.com/sequelize/sequelize/compare/v6.25.8...v6.26.0">6.26.0</a> (2022-11-29)</h1>
     34 <h3>Features</h3>
     35 <ul>
     36 <li><strong>postgres:</strong> add support for lock_timeout [<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15345">#15345</a>] (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15355">#15355</a>) (<a href="https://github.com/sequelize/sequelize/commit/94beace4ca666765ec9c84a3f7ef0e826e09699d">94beace</a>)</li>
     37 </ul>
     38 <h2>v6.25.8</h2>
     39 <h2><a href="https://github.com/sequelize/sequelize/compare/v6.25.7...v6.25.8">6.25.8</a> (2022-11-22)</h2>
     40 <h3>Bug Fixes</h3>
     41 <ul>
     42 <li><strong>oracle:</strong> remove hardcoded maxRows value (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15323">#15323</a>) (<a href="https://github.com/sequelize/sequelize/commit/7885000a70eb451100fa8f54d45361887241521c">7885000</a>)</li>
     43 </ul>
     44 <h2>v6.25.7</h2>
     45 <h2><a href="https://github.com/sequelize/sequelize/compare/v6.25.6...v6.25.7">6.25.7</a> (2022-11-19)</h2>
     46 <h3>Bug Fixes</h3>
     47 <ul>
     48 <li>fix parameters not being replaced when after $$ strings (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15307">#15307</a>) (<a href="https://github.com/sequelize/sequelize/commit/bc39fd69919e0af0cb0732ca9bfe3e60691c778a">bc39fd6</a>)</li>
     49 </ul>
     50 <h2>v6.25.6</h2>
     51 <h2><a href="https://github.com/sequelize/sequelize/compare/v6.25.5...v6.25.6">6.25.6</a> (2022-11-15)</h2>
     52 <h3>Bug Fixes</h3>
     53 <ul>
     54 <li><strong>postgres:</strong> invalidate connection after client-side timeout (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15283">#15283</a>) (<a href="https://github.com/sequelize/sequelize/commit/a20576527b84d4986372b25303b61536fae7479a">a205765</a>), closes <a href="https://github.com//github.com/brianc/node-postgres/blob/5538df6b446f4b4f921947b460fe38acb897e579/packages/pg/lib/client.js/issues/L529">/github.com/brianc/node-postgres/blob/5538df6b446f4b4f921947b460fe38acb897e579/packages/pg/lib/client.js#L529</a></li>
     55 </ul>
     56 <h2>v6.25.5</h2>
     57 <h2><a href="https://github.com/sequelize/sequelize/compare/v6.25.4...v6.25.5">6.25.5</a> (2022-11-07)</h2>
     58 <!-- raw HTML omitted -->
     59 </blockquote>
     60 <p>... (truncated)</p>
     61 </details>
     62 <details>
     63 <summary>Commits</summary>
     64 <ul>
     65 <li><a href="https://github.com/sequelize/sequelize/commit/fd4afa6a89c111c6d6d0c94f0b98bf421b5357b6"><code>fd4afa6</code></a> feat(types): use retry-as-promised types for retry options to match documenta...</li>
     66 <li><a href="https://github.com/sequelize/sequelize/commit/1247c01265743e4bdbd6d91a51cf64cd9d1e6617"><code>1247c01</code></a> feat: add support for bigints (backport of <a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14485">#14485</a>) (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15413">#15413</a>)</li>
     67 <li><a href="https://github.com/sequelize/sequelize/commit/94beace4ca666765ec9c84a3f7ef0e826e09699d"><code>94beace</code></a> feat(postgres): add support for lock_timeout <a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15345">#15345</a> (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15355">#15355</a>)</li>
     68 <li><a href="https://github.com/sequelize/sequelize/commit/7885000a70eb451100fa8f54d45361887241521c"><code>7885000</code></a> fix(oracle): remove hardcoded maxRows value (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15323">#15323</a>)</li>
     69 <li><a href="https://github.com/sequelize/sequelize/commit/bc39fd69919e0af0cb0732ca9bfe3e60691c778a"><code>bc39fd6</code></a> fix: fix parameters not being replaced when after $$ strings (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15307">#15307</a>)</li>
     70 <li><a href="https://github.com/sequelize/sequelize/commit/a20576527b84d4986372b25303b61536fae7479a"><code>a205765</code></a> fix(postgres): invalidate connection after client-side timeout (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15283">#15283</a>)</li>
     71 <li><a href="https://github.com/sequelize/sequelize/commit/67e69cdb0e9d3dc16f61449cf0cf4f609c724719"><code>67e69cd</code></a> fix: remove options.model overwrite on bulkUpdate (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15252">#15252</a>)</li>
     72 <li><a href="https://github.com/sequelize/sequelize/commit/00c6da326630a85363b6d5e7d5570ac8ca8b31b8"><code>00c6da3</code></a> fix(types): add instance.dataValues property to model.d.ts (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15240">#15240</a>)</li>
     73 <li><a href="https://github.com/sequelize/sequelize/commit/bf98d7ce9308a9acd291e9137679d4bcc22be697"><code>bf98d7c</code></a> meta: swap Slack links (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15159">#15159</a>)</li>
     74 <li><a href="https://github.com/sequelize/sequelize/commit/7990095e369b226844669ec691cc7bce94c3dbbe"><code>7990095</code></a> fix: don't treat \ as escape in standard strings, support E-strings, support ...</li>
     75 <li>Additional commits viewable in <a href="https://github.com/sequelize/sequelize/compare/v6.20.0...v6.28.0">compare view</a></li>
     76 </ul>
     77 </details>
     78 <br />
     79 
     80 
     81 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sequelize&package-manager=npm_and_yarn&previous-version=6.20.0&new-version=6.28.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     82 
     83 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`.
     84 
     85 [//]: # (dependabot-automerge-start)
     86 [//]: # (dependabot-automerge-end)
     87 
     88 ---
     89 
     90 <details>
     91 <summary>Dependabot commands and options</summary>
     92 <br />
     93 
     94 You can trigger Dependabot actions by commenting on this PR:
     95 - `@dependabot rebase` will rebase this PR
     96 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     97 - `@dependabot merge` will merge this PR after your CI passes on it
     98 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     99 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    100 - `@dependabot reopen` will reopen this PR if it is closed
    101 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    102 - `@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)
    103 - `@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)
    104 - `@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)
    105 
    106 
    107 </details>
    108 
    109 
    110 ## Comments
    111 
    112 ### @dependabot[bot] — 2023-01-03T17:36:28Z
    113 
    114 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
    115 
    116 If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
    117