New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wkovacs64/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wkovacs64/eslint-config - npm Package Versions

23

7.5.2

Diff
wkovacs64
published 7.5.2 •

Changelog

Source

7.5.2

Patch Changes

wkovacs64
published 7.5.1 •

Changelog

Source

7.5.1

Patch Changes

  • #52 2c9061a Thanks @wKovacs64! - Update various dependencies.

    @eslint/js                ^9.17.0  →  ^9.21.0
    @vitest/eslint-plugin     ^1.1.24  →  ^1.1.31
    eslint-plugin-playwright   ^2.1.0  →   ^2.2.0
    eslint-plugin-react       ^7.37.3  →  ^7.37.4
    typescript-eslint         ^8.19.0  →  ^8.24.1
    
  • #49 985e03c Thanks @renovate! - Update globals to v16.

wkovacs64
published 7.5.0 •

Changelog

Source

7.5.0

Minor Changes

  • #48 fd170ef Thanks @wKovacs64! - Ignore the .react-router directory. This effectively adds support for React Router v7.

Patch Changes

  • #46 69c5e9e Thanks @wKovacs64! - Update various dependencies.

    @eslint/js                      ^9.15.0  →   ^9.17.0
    @vitest/eslint-plugin           ^1.1.10  →   ^1.1.24
    eslint-plugin-import-x           ^4.4.3  →    ^4.6.1
    eslint-plugin-react             ^7.37.2  →   ^7.37.3
    eslint-plugin-react-hooks        ^5.0.0  →    ^5.1.0
    eslint-plugin-testing-library    ^7.0.0  →    ^7.1.1
    globals                        ^15.12.0  →  ^15.14.0
    typescript-eslint               ^8.15.0  →   ^8.19.0
    
wkovacs64
published 7.4.0 •

Changelog

Source

7.4.0

Minor Changes

  • #6 0be1c5f Thanks @renovate! - Update eslint to v9. The config now supports ESLint v9 in consuming projects.

Patch Changes

  • #41 60c83cb Thanks @renovate! - Update eslint-plugin-testing-library to v7.

  • #42 dc1b73b Thanks @wKovacs64! - Update several dependencies.

    eslint-plugin-import-x     ^4.4.2  →   ^4.4.3
    eslint-plugin-jest-dom     ^5.4.0  →   ^5.5.0
    eslint-plugin-playwright   ^2.0.1  →   ^2.1.0
    typescript-eslint         ^8.14.0  →  ^8.15.0
    
wkovacs64
published 7.3.1 •

Changelog

Source

7.3.1

Patch Changes

  • #40 e3acf85 Thanks @wKovacs64! - Update several dependencies.

    @eslint/js                      ^9.12.0  →   ^9.15.0
    @vitest/eslint-plugin            ^1.1.7  →   ^1.1.10
    eslint-plugin-import-x           ^4.3.1  →    ^4.4.2
    eslint-plugin-jsx-a11y          ^6.10.0  →   ^6.10.2
    eslint-plugin-playwright         ^2.0.0  →    ^2.0.1
    eslint-plugin-react             ^7.37.1  →   ^7.37.2
    eslint-plugin-testing-library    ^6.3.0  →    ^6.4.0
    globals                        ^15.11.0  →  ^15.12.0
    typescript-eslint                ^8.9.0  →   ^8.14.0
    
  • #37 a1c4f5f Thanks @renovate! - Update eslint-plugin-playwright to v2.

wkovacs64
published 7.3.0 •

Changelog

Source

7.3.0

Minor Changes

Patch Changes

  • #35 f4df1c7 Thanks @wKovacs64! - Update several dependencies.

    @eslint/compat                          ^1.1.1  →    ~1.1.1
    @eslint/js                              ^9.7.0  →   ^9.12.0
    eslint-plugin-import-x                  ^4.0.0  →    ^4.3.1
    eslint-plugin-jsx-a11y                  ^6.9.0  →   ^6.10.0
    eslint-plugin-playwright                ^1.6.2  →    ^1.7.0
    eslint-plugin-react                    ^7.34.3  →   ^7.37.1
    eslint-plugin-testing-library           ^6.2.2  →    ^6.3.0
    globals                                ^15.8.0  →  ^15.11.0
    typescript-eslint              ^8.0.0-alpha.41  →    ^8.9.0
    
  • #34 b4cd99f Thanks @renovate! - Update eslint-plugin-react-hooks to v5. Ignore all Playwright files as they conventionally name one of their functions use, which triggers false positives.

  • #33 9780245 Thanks @renovate! - Replace eslint-plugin-vitest with @vitest/eslint-plugin.

wkovacs64
published 7.2.5 •

Changelog

Source

7.2.5

Patch Changes

  • #29 d9e9528 Thanks @wKovacs64! - Fix eslint-plugin-react-hooks and eslint-plugin-testing-library consumption with @eslint/compat. This should also enable ESLint v9 compatibility (untested).

  • #28 93fa45f Thanks @wKovacs64! - Update @eslint/js to v9.7.0, eslint-plugin-jsx-a11y to v6.9.0, eslint-plugin-react to v7.34.3, and globals to v15.8.0.

  • #26 a783712 Thanks @renovate! - Update eslint-plugin-import-x to v3.

  • #30 79eea98 Thanks @wKovacs64! - Update typescript-eslint to v8.0.0-alpha.41. May contain some minor breaking changes, see https://typescript-eslint.io/blog/announcing-typescript-eslint-v8-beta if necessary.

wkovacs64
published 7.2.4 •

Changelog

Source

7.2.4

Patch Changes

  • #24 89f27f9 Thanks @wKovacs64! - Use the platform to perform package detection (and remove the resolve-from dependency).
wkovacs64
published 7.2.3 •

Changelog

Source

7.2.3

Patch Changes

wkovacs64
published 7.2.2 •

Changelog

Source

7.2.2

Patch Changes

  • #20 a04e4b4 Thanks @wKovacs64! - Apply Playwright rules when @playwright/test is present rather than playwright.