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 timber/timber from 1.23.0 to 2.2.0 in the composer-major-production-dependencies group #163

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps the composer-major-production-dependencies group with 1 update: timber/timber.

Updates timber/timber from 1.23.0 to 2.2.0

Release notes

Sourced from timber/timber's releases.

v2.2.0

2.2.0 (2024-05-15)

Features

  • Upgrade Timber minimum requirements (PHP 8.1 / WordPress 6.2 / Twig 3.5) and testing (#2970) (a2f0f07)
  • Introduce Rector to upgrade code for PHP 8.1 (#2977) (9edf999)

Bug Fixes

  • Allow Timber\PostExcerpt::read_more to accept bool value (#2937) (85e2a32)
  • Fix a bug with URL check for avatars (#3002) (456c24e)
  • Fix deprecation notice since twig 3.10 to now use EscaperRuntime instead of EscaperExtension (#2997) (295349b)
  • Fix problem when an empty ACF taxonomy relationship field transform loads all terms instead of none. (#2960) (f95b82a)
  • Fix regression in image resize where crops with the default crop setting (#2998) (8090247)
  • Fix typos in codebase (#2968) (e40ceb3)
  • Improve doing_it_wrong messages for using deprecated parameters in Timber::get_attachment() and Timber::get_image() (#2999) (e6cdf7e)
  • Remove security patch not needed in PHP 8 (#2983) (8a30865)
  • Update admin notice for minimum required WordPress version (#3001) (66e92a5)

Miscellaneous Chores

  • deps: bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 (#2980) (dd34720)
  • deps: bump tj-actions/changed-files from 42 to 44 (#2959) (66eabe2)
  • Set proper return types on build methods (#2976) (6b72908)
  • Update all links in the codebase and documentation to https (#2947) (05af54f)

Full changelog

Full Changelog: timber/timber@v2.1.0...v2.2.0

New Contributors

Become a sponsor

Do you love using Timber for your projects? Consider supporting us by becoming a sponsor. Your sponsorship helps us maintain & improve Timber for everyone! 💚🌲 Join the Timber family today.

v2.1.0

2.1.0 (2024-04-10)

Security fix

  • Fix a security vulnerability where a file processed through Timber image operations could possibly execute arbitrary code in certain circumstances (13c6b0f).

Details The vulnerability could be exploited if your website processes user file inputs (like a form upload) or sideloaded images directly with one of the Timber image operations like Resize, Letterbox, Retina, ToJpg or ToWebp without prior checks whether the uploaded files are really images. We couldn’t replicate the vulnerability in a default WordPress installation, where a user uploads files through the media library. But there could be cases where your website might be vulnerable if a user can upload files in another way.

... (truncated)

Changelog

Sourced from timber/timber's changelog.

2.2.0 (2024-05-15)

Features

  • Introduce Rector to upgrade code for PHP 8.1 (#2977) (9edf999)
  • Upgrade Timber requirements and testing (PHP 8.1/WP 6.2/Twig 3.5) (#2970) (a2f0f07)

Bug Fixes

  • allow Timber\PostExcerpt::read_more to accept bool value (#2937) (85e2a32)
  • Fix a bug with URL check for avatars (#3002) (456c24e)
  • Fix deprecation notice since twig 3.10 to now use EscaperRuntime instead of EscaperExtension (#2997) (295349b)
  • Fix problem when an empty ACF taxonomy relationship field transform loads all terms instead of none. (#2960) (f95b82a)
  • fix regression where crops with the default crop setting would s… (#2998) (8090247)
  • Fix typos in codebase (#2968) (e40ceb3)
  • Improve doing_it_wrong messages for using deprecated parameters in Timber::get_attachment() and Timber::get_image() (#2999) (e6cdf7e)
  • Remove security patch not needed in PHP 8 (#2983) (8a30865)
  • Update admin notice for minimum required WordPress version (#3001) (66e92a5)

Miscellaneous Chores

  • deps: bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 (#2980) (dd34720)
  • deps: bump tj-actions/changed-files from 42 to 44 (#2959) (66eabe2)
  • set proper return types on build methods (#2976) (6b72908)
  • Update all links in the codebase and documentation to https (#2947) (05af54f)

2.1.0 (2024-04-10)

Features

  • add filter to cache methods (#2878) (b347677)
  • add filter for sideloaded images basename (e4ff72f)
  • add filter to $output before it is cached (#2910) (d1356fd)
  • add is_current and profile_link methods (#2924) (b048da8)
  • Add WP escapers via Twig filters (#2933) (a88aa00)
  • Allow pagination object to be generated using $prefs only (99219a9)
  • allow pagination object to be generated using $prefs only (2834fd4)
  • bump php-stubs/acf-pro-stubs to ^6.0 (ac17052)
  • update ECS config and apply standards (#2893) (71111e1)

Bug Fixes

... (truncated)

Commits
  • 5fc65f2 chore(2.x): release 2.2.0 (#2965)
  • 9edf999 feat: Introduce Rector to upgrade code for PHP 8.1 (#2977)
  • 66e92a5 fix: Update admin notice for minimum required WordPress version (#3001)
  • 456c24e fix: Fix a bug with URL check for avatars (#3002)
  • 05af54f Chore: Update all links in the codebase and documentation to https (#2947)
  • 85e2a32 Fix: allow Timber\PostExcerpt::read_more to accept bool value (#2937)
  • e6cdf7e fix: Improve doing_it_wrong messages for using deprecated parameters in Timbe...
  • 8090247 fix: fix regression where crops with the default crop setting would s… (#2998)
  • dd34720 chore(deps): bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 (#2980)
  • d064336 Fix for infinite loops in post.excerpt in specific cases (#2972)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

updated-dependencies:
- dependency-name: timber/timber
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: composer-major-production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants