🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

eslint-config-enact

Package Overview
Dependencies
Maintainers
0
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-enact - npm Package Compare versions

Comparing version

to
5.0.0-alpha.3

6

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [5.0.0-alpha.3] (January 15, 2025)
* Updated `react` dependency to `^19.0.0`
## [5.0.0-alpha.2] (December 6, 2024)

@@ -211,3 +215,3 @@

* Updated copyright for 2018
* Update github references for new repo location
* Updated GitHub references for new repo location

@@ -214,0 +218,0 @@ ## [1.1.8]

2

docs/index.md

@@ -52,3 +52,3 @@ ---

Ever since ESLint 6, global installs of ESLint configs are no longer supported.
Ever since ESLint 6, global installations of ESLint configs are no longer supported.
To work around this new limitation, while still supporting in-editor linting, we've created a new [eslint-config-enact-proxy](https://github.com/enactjs/eslint-config-enact-proxy) package.

@@ -55,0 +55,0 @@ The [eslint-config-enact-proxy](https://github.com/enactjs/eslint-config-enact-proxy) acts like a small proxy config, redirecting ESLint to use a globally-installed Enact ESLint config.

{
"name": "eslint-config-enact",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "ESLint config for Enact",

@@ -26,18 +26,18 @@ "main": "index.js",

"dependencies": {
"@babel/eslint-parser": "^7.25.1",
"@babel/eslint-plugin": "^7.25.1",
"@babel/eslint-parser": "^7.25.9",
"@babel/eslint-plugin": "^7.25.9",
"@rushstack/eslint-patch": "^1.10.4",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"babel-preset-enact": "^0.1.8",
"eslint": "^8.57.0",
"@stylistic/eslint-plugin-js": "^2.10.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"babel-preset-enact": "^0.1.9",
"eslint": "^8.57.1",
"eslint-plugin-enact": "^2.0.0-alpha.1",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.3.0",
"react": "^18.3.1"
"eslint-plugin-testing-library": "^6.4.0",
"react": "^19.0.0"
}
}

Sorry, the diff of this file is too big to display