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: bump simplepie/simplepie from 1.5.8 to 1.8.0 in /legacy #133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 20, 2023

Bumps simplepie/simplepie from 1.5.8 to 1.8.0.

Release notes

Sourced from simplepie/simplepie's releases.

1.8.0

No release notes provided.

1.7.0

What's Changed

Full Changelog: simplepie/simplepie@1.6.0...1.7.0

1.6.0

What's Changed

New Contributors

Full Changelog: simplepie/simplepie@1.5.8...1.6.0

Changelog

Sourced from simplepie/simplepie's changelog.

1.8.0 - 2023-01-20

Added

  • New method SimplePie\SimplePie::set_cache() for providing a PSR-16 cache implementation by @​Art4 in #742
  • New method SimplePie\SimplePie::set_cache_namefilter() for customize the cache key in #762
  • New class SimplePie\Cache\CallableNameFilter to provide a callable to customize the cache key in #762
  • New interface SimplePie\RegistryAware to inject the Registry instance into classes created by Registry by @​Art4 in #760
  • update PHP versions in GH Actions workflows by @​jrfnl in #767
  • Registry: Allow using class-strings instead of magic strings by @​jtojnar and @​Art4 in #766

Changed

Fixed

  • Item::get_date(): fix return type on unparsable date by @​jtojnar in #753
  • Fix error handling for PHP 8.1 by @​cedric-anne in #747
  • The method SimplePie\SimplePie::get_image_height() returns the pixel number as int instead of float by @​Art4 in #763
  • The method SimplePie\SimplePie::get_image_width() returns the pixel number as int instead of float by @​Art4 in #763
  • No URL Decode for enclosure links by @​Alkarex in #768
  • Sanitize thumbnail URL by @​Alkarex in #770
  • Fix case of multiple RSS2.0 enclosures by @​Alkarex in #769
  • Fix broken phpdoc references by @​jtojnar in #771

Deprecated

  • The method SimplePie\Misc::array_merge_recursive() is deprecated, use native array_replace_recursive() instead
  • The method SimplePie\SimplePie::set_cache_name_function() is deprecated, use SimplePie\SimplePie::set_cache_namefilter() instead
  • The method SimplePie\SimplePie::set_cache_location() is deprecated, use SimplePie\SimplePie::set_cache() instead
  • The method SimplePie\SimplePie::force_cache_fallback() is deprecated, expired cache will not be used anymore
  • The class SimplePie\Cache is deprecated, use implementation of SimplePie\SimplePie::set_cache() instead
  • The class SimplePie\Cache\DB is deprecated, use implementation of Psr\SimpleCache\CacheInterface instead
  • The class SimplePie\Cache\File is deprecated, use implementation of Psr\SimpleCache\CacheInterface instead
  • The class SimplePie\Cache\Memcache is deprecated, use implementation of Psr\SimpleCache\CacheInterface instead
  • The class SimplePie\Cache\Memcached is deprecated, use implementation of Psr\SimpleCache\CacheInterface instead
  • The class SimplePie\Cache\MySQL is deprecated, use implementation of Psr\SimpleCache\CacheInterface instead
  • The class SimplePie\Cache\Redis is deprecated, use implementation of Psr\SimpleCache\CacheInterface instead
  • The interface SimplePie\Cache\Base is deprecated, use interface Psr\SimpleCache\CacheInterface instead

Removed

... (truncated)

Commits

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)

Bumps [simplepie/simplepie](https://github.com/simplepie/simplepie) from 1.5.8 to 1.8.0.
- [Release notes](https://github.com/simplepie/simplepie/releases)
- [Changelog](https://github.com/simplepie/simplepie/blob/master/CHANGELOG.md)
- [Commits](simplepie/simplepie@1.5.8...1.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 20, 2023

The following labels could not be found: php, dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants