Skip to content

Releases: webpack/eslint-config-webpack

v4.9.6

Choose a tag to compare

@github-actions github-actions released this 15 May 15:09
4be45cc

Patch Changes

  • Set reportUnusedDisableDirectives to "error". (by @alexander-akait in #146)

  • Ignore test module in n/no-unsupported-features/node-builtins rule. (by @alexander-akait in #157)

  • Respect minor engines.node versions when picking the ES feature set. The node-to-ES mapping now lives in configs/utils/get-es-version-from-node.js and uses semver ranges, so >=7.6 lands on ES2017 (async/await) instead of ES2016, and >=16.11 lands on ES2022 (Object.hasOwn) instead of older 16.x ranges that lack it. (by @alexander-akait in #156)

v4.9.5

Choose a tag to compare

@github-actions github-actions released this 03 Apr 18:31
99cbacb

Patch Changes

v4.9.4

Choose a tag to compare

@github-actions github-actions released this 24 Mar 19:34
752ee64

Patch Changes

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.9.3 (2026-02-02)

Bug Fixes

  • jest globals for browser and node envs (#109) (ad710ad)

4.9.2 (2026-02-02)

Bug Fixes

4.9.1 (2026-01-24)

Bug Fixes

  • jsdoc/type-formatting setting for trailing comma (#107) (497e749)

v4.9.3

Choose a tag to compare

@alexander-akait alexander-akait released this 02 Feb 19:14

4.9.3 (2026-02-02)

Bug Fixes

  • jest globals for browser and node envs (#109) (ad710ad)

v4.9.2

Choose a tag to compare

@alexander-akait alexander-akait released this 02 Feb 17:31

4.9.2 (2026-02-02)

Bug Fixes

v4.9.1

Choose a tag to compare

@alexander-akait alexander-akait released this 24 Jan 16:35

4.9.1 (2026-01-24)

Bug Fixes

  • jsdoc/type-formatting setting for trailing comma (#107) (497e749)

v4.9.0

Choose a tag to compare

@alexander-akait alexander-akait released this 23 Jan 12:29

4.9.0 (2026-01-23)

Features

Bug Fixes

v4.8.5

Choose a tag to compare

@alexander-akait alexander-akait released this 20 Jan 14:58

4.8.5 (2026-01-20)

Bug Fixes

  • npm warning about typescript unmeet peer dep (#103) (d412226)

v4.8.4

Choose a tag to compare

@alexander-akait alexander-akait released this 19 Jan 17:57

4.8.4 (2026-01-19)

Bug Fixes

v4.8.3

Choose a tag to compare

@alexander-akait alexander-akait released this 17 Jan 15:23

4.8.3 (2026-01-17)

Bug Fixes

  • fix files glob for jest configuration (#100) (eb7258c)