Skip to content

Tags: eslint-community/eslint-utils

Tags

v4.7.0

Toggle v4.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: npm script preversion (#256)

v4.6.1

Toggle v4.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: compatibility with Node 12 (#253)

v4.6.0

Toggle v4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: validate type comments and generate `.d.ts` (take 2) (#251)

v4.5.1

Toggle v4.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix crash when evaluating `Symbol.prototype` in `getStringIfCons…

…tant` (#182)

Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>

v4.5.0

Toggle v4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add iteratePropertyReferences to ReferenceTracker class (#248)

v5.0.0-alpha.1

Toggle v5.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: drop ESLint v6 & v7 support (#243)

BREAKING CHANGE: Requires ESLint@^8.57.0 || ^9.0.0

v4.4.1

Toggle v4.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update dependencies (#238)

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(getStaticValue): Dereference variables that are effectively `con…

…st` (#80)

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(getStaticValue): allow RegExp getters (#77)

Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>

v4.2.1

Toggle v4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(get-static-value): fix for `Math.random()` (#79)