Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable30] fix(deps): Bump doctrine/dbal from 3.8.3 to 3.9.1 #1919

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 17, 2024

Bumps doctrine/dbal from 3.8.3 to 3.8.7.

Release notes

Sourced from doctrine/dbal's releases.

3.8.7

Release Notes for 3.8.7

3.8.7

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

Bugfixes

Static Analysis

Test Suite

Documentation

CI

3.8.6

Release Notes for 3.8.6

3.8.6

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3

Code Style

... (truncated)

Commits
  • 2093d67 Merge pull request #6483 from stof/fix_type_comment_removal
  • a456fbf Merge pull request #6484 from greg0ire/try-new-path
  • 7e511f7 Adapt to mssql-docker breaking change
  • 8ce05ed Make the schema manager aware of the disabling of type comments
  • 8a7e9b7 Merge pull request #6334 from zerkms/patch-2
  • f5d3777 Make AbstractSchemaManager covariant to its template argument
  • 98c5b03 Bump dev tools (#6476)
  • 349c833 Properly handle MySQL error code 4031 from PHP 8.4 (#6363)
  • b35648d CI: Add MySQL 9, reduce test matrix (#6462)
  • 893417f Merge pull request #6461 from greg0ire/finish-sentence
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@joshtrichards
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/composer/stable30/doctrine/dbal-3.8.7 branch from 5659cbc to 4749d99 Compare September 16, 2024 21:15
@joshtrichards
Copy link
Member

/composer-update

@joshtrichards joshtrichards changed the title chore(deps): Bump doctrine/dbal from 3.8.3 to 3.8.7 [stable30] chore(deps): Bump doctrine/dbal from 3.8.3 to 3.8.7 Sep 17, 2024
@joshtrichards joshtrichards changed the title [stable30] chore(deps): Bump doctrine/dbal from 3.8.3 to 3.8.7 [stable30] fix(deps): Bump doctrine/dbal from 3.8.3 to 3.8.7 Sep 17, 2024
@joshtrichards
Copy link
Member

Needs a server counterpart still, but just trying to nudge this along while I decipher how it's done. :)

Though looking at this I'm not clear why we needed a specific merge of 3.8.3 into stable29 previously (#1791). We're still on dbal 3.8.x even in master (#1754 / nextcloud/server#44683) so we should be safe doing this there. Maybe the only reason for #1791 was a timing thing?

@nickvergessen
Copy link
Member

We're still on dbal 3.8.x even in master

Yeah which is not a problem. Actually updating to 4 is problematic. I started it in a PR but there are various heavily breaking things

@nickvergessen nickvergessen self-assigned this Sep 24, 2024
@nickvergessen
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/composer/stable30/doctrine/dbal-3.8.7 branch from c9382bd to cf54afa Compare September 24, 2024 21:04
dependabot bot and others added 2 commits September 24, 2024 23:26
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.8.3 to 3.8.7.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](doctrine/dbal@3.8.3...3.8.7)

---
updated-dependencies:
- dependency-name: doctrine/dbal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen force-pushed the dependabot/composer/stable30/doctrine/dbal-3.8.7 branch from cf54afa to e218728 Compare September 24, 2024 21:28
@nickvergessen nickvergessen changed the title [stable30] fix(deps): Bump doctrine/dbal from 3.8.3 to 3.8.7 [stable30] fix(deps): Bump doctrine/dbal from 3.8.3 to 3.9.1 Sep 24, 2024
@nickvergessen nickvergessen changed the title [stable30] fix(deps): Bump doctrine/dbal from 3.8.3 to 3.9.1 [stable30] fix(deps): Bump doctrine/dbal from 3.8.3 to 3.8.7 Sep 24, 2024
@nickvergessen nickvergessen changed the title [stable30] fix(deps): Bump doctrine/dbal from 3.8.3 to 3.8.7 [stable30] fix(deps): Bump doctrine/dbal from 3.8.3 to 3.9.1 Sep 24, 2024
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen
Copy link
Member

Prod Packages Operation Base Target
doctrine/dbal Upgraded 3.8.3 3.9.1
doctrine/event-manager Upgraded 1.2.0 2.0.1

@joshtrichards
Copy link
Member

I may have worded my point poorly (or maybe the answer is obvious to you all already).

Aren't we just going to have to repeat this exercise to do the same change against master after we do this one? Shouldn't we first merge this change against master instead then backport as needed since we're using the same dbal 3.x?

master/v30/v29 all are already using 3.8.3

  • bump master to 3.9.1
  • backport to stable30 + stable29

v28 is using 3.7.0 (we can fix that too)

  • backport to stable28 too

@susnux
Copy link
Contributor

susnux commented Sep 25, 2024

bump master to 3.9.1

I think the plan is to bump master to v4 once we found a migration for our API, as only v4 will support PHP 8.4.

@nickvergessen
Copy link
Member

3rdparty can not be "backported" as composer file gets messed up by conflicts.
I will also update master to 3.9.1 soon.
But we can only run 1 update of a 3rdparty at a time for either server version, as the 3rdparty commit needs to be added to the server sibling PR.

Just did another PR in master in server due to security alert, so will come as well

@nickvergessen nickvergessen merged commit 49b66ae into stable30 Sep 26, 2024
7 checks passed
@nickvergessen nickvergessen deleted the dependabot/composer/stable30/doctrine/dbal-3.8.7 branch September 26, 2024 08:21
@Altahrim Altahrim mentioned this pull request Oct 1, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Upgrade to calendar 4.6.7 causes SQL error w/ SQLite
5 participants