Bump doctrine/dbal from 3.7.2 to 3.7.3 #424

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/doctrine/dbal-3.7.3 into main
dependabot[bot] commented 2024-01-23 00:27:08 +00:00 (Migrated from github.com)

Bumps doctrine/dbal from 3.7.2 to 3.7.3.

Release notes

Sourced from doctrine/dbal's releases.

3.7.3

Release Notes for 3.7.3

3.7.3

  • Total issues resolved: 0
  • Total pull requests resolved: 10
  • Total contributors: 6

CI,pdo_sqlsrv,sqlsrv

Bug,Documentation

Static Analysis,Test Suite

Documentation

Bug,SQL Server,Schema Introspection

Code Style

CI,MariaDB

Bug,SQLite,Schema Definition,Schema Management

CI

Commits
  • ce594cb Stop using chocolatey shims (#6269)
  • 0febc80 Keep NVARCHAR(MAX) length as -1 (#6251)
  • 81502f0 Fix deprecation message Parameter::STRING -> ParameterType::STRING (#6264)
  • 3a34a86 Fix connection setup example in PrimaryReadReplicaConnection (#6253)
  • 4675064 PHPStan 1.10.56, PHPUnit 9.6.15, PHPCS 3.8.1 (#6263)
  • 6a793fb Merge pull request #6241 from greg0ire/add-leading-slash
  • dd105e0 Switch to absolute paths
  • c39d971 Indent explanation under toctree
  • 549f54d Merge pull request #6240 from greg0ire/doc-headers
  • 733a55b Use different toctrees for different sections
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
  • @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)
  • @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)
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.7.2 to 3.7.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/doctrine/dbal/releases">doctrine/dbal's releases</a>.</em></p> <blockquote> <h2>3.7.3</h2> <h3>Release Notes for <a href="https://github.com/doctrine/dbal/milestone/143">3.7.3</a></h3> <h3>3.7.3</h3> <ul> <li>Total issues resolved: <strong>0</strong></li> <li>Total pull requests resolved: <strong>10</strong></li> <li>Total contributors: <strong>6</strong></li> </ul> <h4>CI,pdo_sqlsrv,sqlsrv</h4> <ul> <li><a href="https://redirect.github.com/doctrine/dbal/pull/6269">6269: Stop using chocolatey shims</a> thanks to <a href="https://github.com/greg0ire"><code>@​greg0ire</code></a></li> </ul> <h4>Bug,Documentation</h4> <ul> <li><a href="https://redirect.github.com/doctrine/dbal/pull/6264">6264: Fix deprecation message Parameter::STRING -&gt; ParameterType::STRING</a> thanks to <a href="https://github.com/dritter"><code>@​dritter</code></a></li> </ul> <h4>Static Analysis,Test Suite</h4> <ul> <li><a href="https://redirect.github.com/doctrine/dbal/pull/6263">6263: PHPStan 1.10.56, PHPUnit 9.6.15, PHPCS 3.8.1</a> thanks to <a href="https://github.com/derrabus"><code>@​derrabus</code></a></li> </ul> <h4>Documentation</h4> <ul> <li><a href="https://redirect.github.com/doctrine/dbal/pull/6253">6253: Fix connection setup example in <code>PrimaryReadReplicaConnection</code></a> thanks to <a href="https://github.com/smorimoto"><code>@​smorimoto</code></a></li> <li><a href="https://redirect.github.com/doctrine/dbal/pull/6241">6241: Switch to absolute paths </a> thanks to <a href="https://github.com/greg0ire"><code>@​greg0ire</code></a></li> </ul> <h4>Bug,SQL Server,Schema Introspection</h4> <ul> <li><a href="https://redirect.github.com/doctrine/dbal/pull/6251">6251: Keep NVARCHAR(MAX) length as -1</a> thanks to <a href="https://github.com/kitloong"><code>@​kitloong</code></a></li> </ul> <h4>Code Style</h4> <ul> <li><a href="https://redirect.github.com/doctrine/dbal/pull/6238">6238: PHP CodeSniffer 3.8.0</a> thanks to <a href="https://github.com/derrabus"><code>@​derrabus</code></a></li> </ul> <h4>CI,MariaDB</h4> <ul> <li><a href="https://redirect.github.com/doctrine/dbal/pull/6229">6229: CI: Drop MariaDB 10.10, add MariaDB 11.2</a> thanks to <a href="https://github.com/derrabus"><code>@​derrabus</code></a></li> </ul> <h4>Bug,SQLite,Schema Definition,Schema Management</h4> <ul> <li><a href="https://redirect.github.com/doctrine/dbal/pull/6226">6226: Move schema part to the index </a> thanks to <a href="https://github.com/greg0ire"><code>@​greg0ire</code></a></li> </ul> <h4>CI</h4> <ul> <li><a href="https://redirect.github.com/doctrine/dbal/pull/6148">6148: Allow Symfony 7 in require-dev</a> thanks to <a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/doctrine/dbal/commit/ce594cbc39a4866c544f1a970d285ff0548221ad"><code>ce594cb</code></a> Stop using chocolatey shims (<a href="https://redirect.github.com/doctrine/dbal/issues/6269">#6269</a>)</li> <li><a href="https://github.com/doctrine/dbal/commit/0febc80c975436f351792a254e96e0e7af3f72b3"><code>0febc80</code></a> Keep NVARCHAR(MAX) length as -1 (<a href="https://redirect.github.com/doctrine/dbal/issues/6251">#6251</a>)</li> <li><a href="https://github.com/doctrine/dbal/commit/81502f0f6066cb24dafe989313e083ccec86646e"><code>81502f0</code></a> Fix deprecation message Parameter::STRING -&gt; ParameterType::STRING (<a href="https://redirect.github.com/doctrine/dbal/issues/6264">#6264</a>)</li> <li><a href="https://github.com/doctrine/dbal/commit/3a34a86701ea507e3c2e543ebc658e2f4f67a945"><code>3a34a86</code></a> Fix connection setup example in <code>PrimaryReadReplicaConnection</code> (<a href="https://redirect.github.com/doctrine/dbal/issues/6253">#6253</a>)</li> <li><a href="https://github.com/doctrine/dbal/commit/4675064100db1441c97c026d32c4aecb64066fa8"><code>4675064</code></a> PHPStan 1.10.56, PHPUnit 9.6.15, PHPCS 3.8.1 (<a href="https://redirect.github.com/doctrine/dbal/issues/6263">#6263</a>)</li> <li><a href="https://github.com/doctrine/dbal/commit/6a793fb72948c9dec844de57de8cdbc16ff75bec"><code>6a793fb</code></a> Merge pull request <a href="https://redirect.github.com/doctrine/dbal/issues/6241">#6241</a> from greg0ire/add-leading-slash</li> <li><a href="https://github.com/doctrine/dbal/commit/dd105e06c746333b13452b392b487807e8495b69"><code>dd105e0</code></a> Switch to absolute paths</li> <li><a href="https://github.com/doctrine/dbal/commit/c39d971f7872da0deed2f07e2f17e05bd59a27ff"><code>c39d971</code></a> Indent explanation under toctree</li> <li><a href="https://github.com/doctrine/dbal/commit/549f54d382484726224aeb17ad5b8b80062d1aa0"><code>549f54d</code></a> Merge pull request <a href="https://redirect.github.com/doctrine/dbal/issues/6240">#6240</a> from greg0ire/doc-headers</li> <li><a href="https://github.com/doctrine/dbal/commit/733a55b10f5a8fdcd74dd80cfd60eff0e695dbcc"><code>733a55b</code></a> Use different toctrees for different sections</li> <li>Additional commits viewable in <a href="https://github.com/doctrine/dbal/compare/3.7.2...3.7.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=3.7.2&new-version=3.7.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) - `@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) - `@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) </details>
dependabot[bot] commented 2024-01-26 00:25:56 +00:00 (Migrated from github.com)

Superseded by #436.

Superseded by #436.

Pull request closed

Sign in to join this conversation.