@patternslib/dev
Advanced tools
Changelog
3.7.0 (2025-02-13)
Add postinstall script to upgrade dev. ()
Note: the "make upgrade" target is run in the directory where npm install is invoked. If you install "@patternslib/dev" as a dependency in "@pattersnlib/patternslib", the Patternslib project is upgraded.
Directly use git's commit hooks and remove dependency on husky. ()
Makefile: Let the install target depend on yarn.lock file to allow reinstalls when yarn.lock changes. ()
Changelog
3.6.0 (2024-08-14)
Add husky commitlint also to this package. (1bdcf63)
Add WebP as asset/resource along to the other formats for the Webpack loader. (58f369c)
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.
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)