Skip to content

Tags: eslint-community/eslint-utils

Tags

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)

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support ESLint v9 (#68)

v4.1.2

Toggle v4.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(is-parenthesized): don't crash on `Program` (#31)

v4.1.1

Toggle v4.1.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-function-name-with-kind): fix default exported function name (#…

…26)

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support ESLint 8.x (#10)

* feat: support ESLint 8.x

* chore: use `@babel/register` instead of `esm` (#16)

* chore: use esbuild-register instead of esm.

* chore: add esbuild to deps

* chore: use @babel/register instead of esbuild-register

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

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
MichaelDeBoey Michaël De Boey
feat: drop ESLint v5 support (#9)

BREAKING CHANGE: Requires ESLint@>=6

v4.0.0-beta.1

Toggle v4.0.0-beta.1's commit message

Verified

This commit was signed with the committer’s verified signature.
MichaelDeBoey Michaël De Boey
feat: drop ESLint v5 support (#9)

BREAKING CHANGE: Requires ESLint@>=6

v4.0.0-alpha.2

Toggle v4.0.0-alpha.2's commit message

Verified

This commit was signed with the committer’s verified signature.
MichaelDeBoey Michaël De Boey
feat: drop ESLint v5 support (#9)

BREAKING CHANGE: Requires ESLint@>=6

v4.0.0-alpha.1

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

Verified

This commit was signed with the committer’s verified signature.
MichaelDeBoey Michaël De Boey
feat: drop Node 10 support (#8)

BREAKING CHANGE: Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0