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

Update ezyang/htmlpurifier dependency to version 4.17. #20141

Merged
merged 2 commits into from
Apr 2, 2024

Conversation

terabytesoftw
Copy link
Member

Q A
Is bugfix? ✔️
New feature?
Breaks BC?

Copy link

what-the-diff bot commented Mar 26, 2024

PR Summary

  • New Dependency Installation Step for PHP 8.4 in Various Workflows
    The pull request adds a new step in various GitHub workflow configurations like build.yml, ci-mssql.yml, ci-mysql.yml, ci-pgsql.yml and ci-sqlite.yml. This new step is intended to install dependencies specifically for PHP version 8.4 whenever the specified PHP version in the workflow matrix is '8.4'. This change provides better support for projects using PHP version 8.4 and ensures all necessary dependencies are correctly installed during the execution of these workflows.

  • Updated Version Constraints for ezyang/htmlpurifier
    The version constraints for the ezyang/htmlpurifier package have been updated in the composer.json and framework/composer.json files. Specifically, the version constraint was changed from "^4.6" to "^4.17". The update benefits the users by making the project compatible with more recent versions of this package, enhancing the security and functionality of HTML purification within the application.

Copy link

codecov bot commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.82%. Comparing base (923c309) to head (26f9e32).

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #20141   +/-   ##
=========================================
  Coverage     64.82%   64.82%           
  Complexity    11376    11376           
=========================================
  Files           429      429           
  Lines         37074    37074           
=========================================
  Hits          24034    24034           
  Misses        13040    13040           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@samdark
Copy link
Member

samdark commented Mar 27, 2024

Need a line for CHANGELOG.

@mtangoo mtangoo merged commit e9a93a8 into yiisoft:master Apr 2, 2024
73 checks passed
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.

4 participants