Skip to content

Commit f2b53b7

Browse files
committed
Release new version.
1 parent 87b87e3 commit f2b53b7

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,53 @@ Note: As time of this commit, versions below 18 are unmaintained.
3030

3131

3232

33+
### Maintenance
34+
35+
36+
* Remove plugin-transform-optional-chaining from babel. ([9facee8](https://github.com/patternslib/dev/commit/9facee8b35a9f09c24c6e466228503d0a257445b))
37+
38+
The optional chaining feature is already included in preset-env ES2020.
39+
40+
41+
* Upgrade dependencies. ([c3d64fd](https://github.com/patternslib/dev/commit/c3d64fdd0c543e199e04088fc661c7bd9315bbe3))
42+
43+
Upgrade all except eslint, which needs to migrate from `.eslintrc.js` to
44+
`eslint.config.js`. This will be done in an upcoming major release.
45+
46+
47+
* Upgrade GitHub Actions node version. ([4c96faa](https://github.com/patternslib/dev/commit/4c96faa2e34b4fdf50d2d38b6a230704f7d9c7ed))
48+
49+
50+
* Upgrade GitHub Actions. ([f687bee](https://github.com/patternslib/dev/commit/f687bee3dcd94b50b14fd5df3370aa9ecf245943))
51+
52+
## [3.6.0](https://github.com/patternslib/dev/compare/3.5.3...3.6.0) (2024-08-14)
53+
54+
55+
### Features
56+
57+
58+
* Add husky commitlint also to this package. ([1bdcf63](https://github.com/patternslib/dev/commit/1bdcf636324a0a05946754af84faa78c4c7f71f4))
59+
60+
61+
* Add WebP as asset/resource along to the other formats for the Webpack loader. ([58f369c](https://github.com/patternslib/dev/commit/58f369c256eadd3f631f0ea79ed509a93fdfd3d1))
62+
63+
64+
65+
### Bug Fixes
66+
67+
68+
* Do not upgrade husky and keep at pre 9.x. ([fe89852](https://github.com/patternslib/dev/commit/fe8985223c11cc4258e44e475aeebaa1926ed327))
69+
70+
Husky has some breaking changes which we should only upgrade with the next major release of @patternslib/dev.
71+
72+
73+
* Require minimum node v18.18. ([807147a](https://github.com/patternslib/dev/commit/807147a98527520b7455061629a04ebac6941740))
74+
75+
This is Webpack's minimum required version.
76+
Note: As time of this commit, versions below 18 are unmaintained.
77+
78+
79+
3380
### Maintenance
3481

3582

0 commit comments

Comments
 (0)