Releases: Patternslib/dev
Release 3.8.1
3.8.1 (2025-05-08)
Maintenance
-
Downgrade @release-it/conventional-changelog to < 9 again. (f02e92b)
The resolutions are not passed to client packages, so we still end up
installing conventtional-changelog-conventionalcommits 7 and 8, where we
need only 8. Staying on @release-it/conventional-changelog version 8
until this is fixed upstream.
Release 3.8.0
Release 3.7.4
Release 3.7.3
Release 3.6.1
Release 3.6.0
3.6.0 (2024-08-14)
Features
-
Add husky commitlint also to this package. (1bdcf63)
-
Add WebP as asset/resource along to the other formats for the Webpack loader. (58f369c)
Bug Fixes
-
Do not upgrade husky and keep at pre 9.x. (fe89852)
Husky has some breaking changes which we should only upgrade with the next major release of @patternslib/dev.
-
Require minimum node v18.18. (807147a)
This is Webpack's minimum required version.
Note: As time of this commit, versions below 18 are unmaintained.
Maintenance
-
Remove plugin-transform-optional-chaining from babel. (9facee8)
The optional chaining feature is already included in preset-env ES2020.
-
Upgrade dependencies. (c3d64fd)
Upgrade all except eslint, which needs to migrate from
.eslintrc.js
to
eslint.config.js
. This will be done in an upcoming major release. -
Upgrade GitHub Actions node version. (4c96faa)
-
Upgrade GitHub Actions. (f687bee)