Releases: webpack/eslint-config-webpack
Release list
v4.13.0
Minor Changes
- Report a
minLengthother than 1 and a non-primitiveenumvalue inwebpack/valid-schema. (by @alexander-akait in #201)
v4.12.0
Minor Changes
-
Add the
webpack/inherit-jsdocrule and thewebpack/typesconfig. (by @alexander-akait in #198) -
Add
webpack/prefer-import-tag,webpack/no-duplicate-import-tagandwebpack/no-unused-import-tag, which hold JSDoc type imports to a single@importper module with no unused bindings. (by @avivkeller in #187)
v4.11.0
Minor Changes
- Add the
webpack/format-schemarule, portingwebpack/tooling'sformat-schemaswith an ESLint auto-fix, and share one keyword table withwebpack/valid-schemasoallOfis no longer reported as unknown. (by @alexander-akait in #195)
Patch Changes
- Upgrade
@changesets/clito v3 so the release workflow works withchangesets/actionv2. (by @alexander-akait in #196)
v4.10.0
Minor Changes
- Add the
webpack/valid-schemarule and thewebpack/schemasconfig, porting the checks fromwebpack/tooling'sschemas-lintand making the allowed keywords configurable. (by @alexander-akait in #192)
v4.9.6
Patch Changes
-
Set
reportUnusedDisableDirectivesto"error". (by @alexander-akait in #146) -
Ignore test module in
n/no-unsupported-features/node-builtinsrule. (by @alexander-akait in #157) -
Respect minor
engines.nodeversions when picking the ES feature set. The node-to-ES mapping now lives inconfigs/utils/get-es-version-from-node.jsand usessemverranges, so>=7.6lands on ES2017 (async/await) instead of ES2016, and>=16.11lands on ES2022 (Object.hasOwn) instead of older 16.x ranges that lack it. (by @alexander-akait in #156)
v4.9.5
Patch Changes
- Update deps and enable useful rules. (by @alexander-akait in #139)
v4.9.4
Patch Changes
- Update dependencies. (by @alexander-akait in #127)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.