Skip to content

Commit ccb55c8

Browse files
chore(release): 4.2.1
1 parent 98b7b67 commit ccb55c8

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.2.1](https://github.com/webpack/eslint-config-webpack/compare/v4.2.0...v4.2.1) (2025-07-01)
6+
7+
8+
### Bug Fixes
9+
10+
* allow to use `eval` in tests ([#62](https://github.com/webpack/eslint-config-webpack/issues/62)) ([9b98e49](https://github.com/webpack/eslint-config-webpack/commit/9b98e496afaec20d6a60bf7e4d056d1464ddf035))
11+
* apply DOM rules only for the browser target ([#61](https://github.com/webpack/eslint-config-webpack/issues/61)) ([4607d8f](https://github.com/webpack/eslint-config-webpack/commit/4607d8f71032530485ae285d9058eb975dbbdd1a))
12+
* disable `no-control-regex` for tests ([#60](https://github.com/webpack/eslint-config-webpack/issues/60)) ([71b3d96](https://github.com/webpack/eslint-config-webpack/commit/71b3d96662c737f0bf787697d3a8464945395830))
13+
* relax test rules ([#64](https://github.com/webpack/eslint-config-webpack/issues/64)) ([98b7b67](https://github.com/webpack/eslint-config-webpack/commit/98b7b67628bc98f6a0e3027c18228c218cb984f0))
14+
* use node.js recommended rules by default ([#63](https://github.com/webpack/eslint-config-webpack/issues/63)) ([4745549](https://github.com/webpack/eslint-config-webpack/commit/4745549aa7d706146b57d2357b69da5930d439ee))
15+
516
## [4.2.0](https://github.com/webpack/eslint-config-webpack/compare/v4.1.4...v4.2.0) (2025-06-27)
617

718

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-webpack",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Provides Webpack's eslint rules as an extensible shared config",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)