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

chore(deps): Bump fusonic/opengraph from 2.2.0 to 2.3.0 #1709

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2024

Bumps fusonic/opengraph from 2.2.0 to 2.3.0.

Release notes

Sourced from fusonic/opengraph's releases.

v2.3.0

  • Dropped dependency to deprecated fusonic/linq library (#34)
Changelog

Sourced from fusonic/opengraph's changelog.

CHANGELOG for 2.x

Commits

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.

@dependabot dependabot bot force-pushed the dependabot/composer/fusonic/opengraph-2.3.0 branch from cdf902d to 63202ba Compare February 15, 2024 14:08
@susnux
Copy link
Contributor

susnux commented Apr 8, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/composer/fusonic/opengraph-2.3.0 branch from 63202ba to 6d30b35 Compare April 8, 2024 11:04
@susnux
Copy link
Contributor

susnux commented Apr 8, 2024

/composer-update

@susnux
Copy link
Contributor

susnux commented Apr 8, 2024

composer.lock Show resolved Hide resolved
@come-nc
Copy link
Contributor

come-nc commented Apr 8, 2024

Production Changes From To Compare
fusonic/linq v1.1.0 REMOVED
fusonic/opengraph v2.2.0 v2.3.0 ...
symfony/css-selector v5.4.11 v6.0.19 ...
symfony/dom-crawler v5.4.11 v6.0.19 ...
symfony/polyfill-ctype v1.28.0 v1.29.0 ...
symfony/polyfill-mbstring v1.28.0 v1.29.0 ...
symfony/polyfill-php80 v1.28.0 v1.29.0 ...

@nickvergessen
Copy link
Member

symfony/* 6.0 is EOL already: https://symfony.com/releases/6.0

Can you update them to 6.4 if possible?

@susnux
Copy link
Contributor

susnux commented Apr 8, 2024

Can you update them to 6.4 if possible?

Yes but can we do this follow up? Lets keep it small chunks to review and test (and revert if needed 😅 )

dependabot bot and others added 2 commits April 8, 2024 16:15
Bumps [fusonic/opengraph](https://github.com/fusonic/opengraph) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/fusonic/opengraph/releases)
- [Changelog](https://github.com/fusonic/opengraph/blob/master/CHANGELOG.md)
- [Commits](fusonic/opengraph@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: fusonic/opengraph
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@susnux susnux force-pushed the dependabot/composer/fusonic/opengraph-2.3.0 branch from eebf936 to 3589478 Compare April 8, 2024 14:17
Copy link
Contributor

@susnux susnux left a comment

Choose a reason for hiding this comment

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

Rebased and aligned composer.json

@nickvergessen
Copy link
Member

Yes but can we do this follow up?

Well, yes and no. 5.4 is LTS and therefore still supported.

@susnux
Copy link
Contributor

susnux commented Apr 8, 2024

Well, yes and no. 5.4 is LTS and therefore still supported.

Ok, the updated symfony packages are now updated to current LTS 6.4

Copy link
Member

Choose a reason for hiding this comment

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

file should be excluded

@susnux susnux force-pushed the dependabot/composer/fusonic/opengraph-2.3.0 branch from 9e51f19 to 9cfb218 Compare April 8, 2024 15:18
@susnux
Copy link
Contributor

susnux commented Apr 8, 2024

@nickvergessen I adjusted the gitignore and removed the files.

@come-nc
Copy link
Contributor

come-nc commented Apr 8, 2024

Production Changes From To Compare
fusonic/linq v1.1.0 REMOVED
fusonic/opengraph v2.2.0 v2.3.0 ...
symfony/css-selector v5.4.11 v6.4.3 ...
symfony/dom-crawler v5.4.11 v6.4.4 ...
symfony/polyfill-ctype v1.28.0 v1.29.0 ...
symfony/polyfill-mbstring v1.28.0 v1.29.0 ...
symfony/polyfill-php80 v1.28.0 v1.29.0 ...
masterminds/html5 NEW 2.9.0

@susnux
Copy link
Contributor

susnux commented Apr 8, 2024

masterminds/html5

Due to 6.4 version of symfony/css-selector

… 6.4.4

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux force-pushed the dependabot/composer/fusonic/opengraph-2.3.0 branch from 9cfb218 to b44e1cd Compare April 8, 2024 23:33
@susnux susnux merged commit e274785 into master Apr 8, 2024
7 checks passed
@susnux susnux deleted the dependabot/composer/fusonic/opengraph-2.3.0 branch April 8, 2024 23:40
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.

4 participants