v6.0.1
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
- @copilot-swe-agent made their first contribution in #126
Full Changelog: v6.0.0...v6.0.1