Skip to content

Bump doctrine/dbal from 2.10.1 to 2.10.2#37283

Merged
phil-davis merged 4 commits into
masterfrom
dependabot/composer/doctrine/dbal-2.10.2
Apr 21, 2020
Merged

Bump doctrine/dbal from 2.10.1 to 2.10.2#37283
phil-davis merged 4 commits into
masterfrom
dependabot/composer/doctrine/dbal-2.10.2

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps doctrine/dbal from 2.10.1 to 2.10.2.

Release notes

Sourced from doctrine/dbal's releases.

Release 2.10.2

Release 2.10.2

Build Status

  • Total issues resolved: 4
  • Total pull requests resolved: 19
  • Total contributors: 10

Bug Fixes

Static Analysis Improvements

CI Improvements

Documentation Improvements

Test Suite Improvements

... (truncated)
Commits
  • aab745e Release v2.10.2
  • 03f139a Merge pull request #3961 from greg0ire/stop-relying-on-psalm-master
  • 50e2321 Merge pull request #3964 from greg0ire/moar-immutable-exceptions
  • fedac50 Mark every exception as immutable
  • 9474267 Stop relying on the master version of Psalm
  • 0686b53 Merge pull request #3957 from morozov/logging-test
  • 59aa258 Reworked LoggingTest to be able to test Statement::executeUpdate()
  • 95ab020 Merge pull request #3955 from greg0ire/smaller-baseline
  • bbf31dc Use a proper default value
  • 365b4d7 Suppress errors about unreleased stubs
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](doctrine/dbal@v2.10.1...2.10.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added dependencies php Pull requests that update Php code labels Apr 20, 2020
@dependabot-preview dependabot-preview Bot requested a review from phil-davis April 20, 2020 22:15
'd1', 'data2', null, null,
['d1' => [['joinType' => 'inner', 'joinTable' => '`*PREFIX*data2`', 'joinAlias' => null, 'joinCondition' => null]]],
'`*PREFIX*data1` d1 INNER JOIN `*PREFIX*data2` ON '
'`*PREFIX*data1` d1 INNER JOIN `*PREFIX*data2` '

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually this query result was a bug. It has been fixed by upstream doctrine/dbal#3832
So that is the reason for the change to the unit test expectations here.

@owncloud owncloud deleted a comment from update-docs Bot Apr 21, 2020
@phil-davis

Copy link
Copy Markdown
Contributor

I also added a commit "Updating webmozart/assert (1.7.0 => 1.8.0)".
That was also waiting to happen, and it is just a tool (not a run-time dependency) so no need for a changelog for that.

@codecov

codecov Bot commented Apr 21, 2020

Copy link
Copy Markdown

Codecov Report

Merging #37283 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #37283   +/-   ##
=========================================
  Coverage     64.52%   64.52%           
- Complexity    19155    19156    +1     
=========================================
  Files          1266     1266           
  Lines         74912    74913    +1     
  Branches       1331     1331           
=========================================
+ Hits          48340    48341    +1     
  Misses        26180    26180           
  Partials        392      392           
Flag Coverage Δ Complexity Δ
#javascript 54.14% <ø> (ø) 0.00 <ø> (ø)
#phpunit 65.68% <ø> (+<0.01%) 19156.00 <ø> (+1.00)
Impacted Files Coverage Δ Complexity Δ
lib/private/Files/Cache/Cache.php 97.64% <0.00%> (+<0.01%) 107.00% <0.00%> (+1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 680894d...2bebee0. Read the comment docs.

@phil-davis phil-davis merged commit 41e0964 into master Apr 21, 2020
@delete-merged-branch delete-merged-branch Bot deleted the dependabot/composer/doctrine/dbal-2.10.2 branch April 21, 2020 05:22
@phil-davis phil-davis mentioned this pull request Apr 21, 2020
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4 - To release dependencies php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant