Skip to content

v6.0.1

Compare
Choose a tag to compare
@neilime neilime released this 24 Jun 19:23
· 6 commits to main since this release

Release Summary

This release includes a bug fix to the CSS parser for improved handling of @font-face at-rule names, ensuring correct parsing by removing trailing brace characters. Dependency updates have been applied to maintain tool stability and compatibility, including upgrades to phpstan/phpstan from ^2.0 to ^2.1 and hoverkraft-tech/ci-github-common from 0.22.3 to 0.23.0.

No breaking changes were introduced in this release.

What's Changed

  • build(deps): update phpstan/phpstan requirement from ^2.0 to ^2.1 in /tools by @dependabot in #125
  • fix(parser): @font-face at-rule name parsing by removing trailing brace character by @copilot-swe-agent in #126
  • build(deps): bump hoverkraft-tech/ci-github-common from 0.22.3 to 0.23.0 in the github-actions-dependencies group by @dependabot in #128

New Contributors

Full Changelog: v6.0.0...v6.0.1