Skip to content

Releases: webpack/eslint-config-webpack

v4.13.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 12:35
ce3cd5e

Minor Changes

  • Report a minLength other than 1 and a non-primitive enum value in webpack/valid-schema. (by @alexander-akait in #201)

v4.12.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 21:17
ca0f2f0

Minor Changes

  • Add the webpack/inherit-jsdoc rule and the webpack/types config. (by @alexander-akait in #198)

  • Add webpack/prefer-import-tag, webpack/no-duplicate-import-tag and webpack/no-unused-import-tag, which hold JSDoc type imports to a single @import per module with no unused bindings. (by @avivkeller in #187)

v4.11.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 14:59
bf26286

Minor Changes

  • Add the webpack/format-schema rule, porting webpack/tooling's format-schemas with an ESLint auto-fix, and share one keyword table with webpack/valid-schema so allOf is no longer reported as unknown. (by @alexander-akait in #195)

Patch Changes

  • Upgrade @changesets/cli to v3 so the release workflow works with changesets/action v2. (by @alexander-akait in #196)

v4.10.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 12:52
81aaa84

Minor Changes

  • Add the webpack/valid-schema rule and the webpack/schemas config, porting the checks from webpack/tooling's schemas-lint and making the allowed keywords configurable. (by @alexander-akait in #192)

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)