eslint-config-universe
Advanced tools
Comparing version 12.1.0 to 13.0.0
{ | ||
"name": "eslint-config-universe", | ||
"version": "12.1.0", | ||
"version": "13.0.0", | ||
"description": "Shared ESLint configs for universal Expo projects, Node, and web", | ||
@@ -43,13 +43,13 @@ "main": "default.js", | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"@typescript-eslint/eslint-plugin": "^7.10.0", | ||
"@typescript-eslint/parser": "^7.10.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0" | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.34.1", | ||
"eslint-plugin-react-hooks": "^4.6.2" | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">=8.10", | ||
"eslint": ">=8.10 <9", | ||
"prettier": ">=3" | ||
@@ -64,7 +64,7 @@ }, | ||
"@expo/spawn-async": "^1.7.2", | ||
"eslint": "^8.56.0", | ||
"jest": "^29.2.1", | ||
"prettier": "^3.1.1" | ||
"eslint": "^8.57.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.2.5" | ||
}, | ||
"gitHead": "4165b8d72e1b9a1889c2767534cc619e21468110" | ||
"gitHead": "b6e6ed887ccfeb1b26732bfc32ff1a77e49a65c5" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
20224
1
+ Added@typescript-eslint/eslint-plugin@7.18.0(transitive)
+ Added@typescript-eslint/parser@7.18.0(transitive)
+ Added@typescript-eslint/scope-manager@7.18.0(transitive)
+ Added@typescript-eslint/type-utils@7.18.0(transitive)
+ Added@typescript-eslint/types@7.18.0(transitive)
+ Added@typescript-eslint/typescript-estree@7.18.0(transitive)
+ Added@typescript-eslint/utils@7.18.0(transitive)
+ Added@typescript-eslint/visitor-keys@7.18.0(transitive)
+ Addedeslint-config-prettier@9.1.0(transitive)
+ Addedminimatch@9.0.5(transitive)
- Removed@eslint/config-array@0.19.1(transitive)
- Removed@eslint/core@0.10.0(transitive)
- Removed@eslint/eslintrc@3.2.0(transitive)
- Removed@eslint/js@9.18.0(transitive)
- Removed@eslint/object-schema@2.1.5(transitive)
- Removed@eslint/plugin-kit@0.2.5(transitive)
- Removed@humanfs/core@0.19.1(transitive)
- Removed@humanfs/node@0.16.6(transitive)
- Removed@humanwhocodes/retry@0.3.10.4.1(transitive)
- Removed@types/estree@1.0.6(transitive)
- Removed@types/json-schema@7.0.15(transitive)
- Removed@types/semver@7.5.8(transitive)
- Removed@typescript-eslint/eslint-plugin@6.21.0(transitive)
- Removed@typescript-eslint/parser@6.21.0(transitive)
- Removed@typescript-eslint/scope-manager@6.21.0(transitive)
- Removed@typescript-eslint/type-utils@6.21.0(transitive)
- Removed@typescript-eslint/types@6.21.0(transitive)
- Removed@typescript-eslint/typescript-estree@6.21.0(transitive)
- Removed@typescript-eslint/utils@6.21.0(transitive)
- Removed@typescript-eslint/visitor-keys@6.21.0(transitive)
- Removedeslint@9.18.0(transitive)
- Removedeslint-config-prettier@8.10.0(transitive)
- Removedeslint-scope@8.2.0(transitive)
- Removedeslint-visitor-keys@4.2.0(transitive)
- Removedespree@10.3.0(transitive)
- Removedfile-entry-cache@8.0.0(transitive)
- Removedflat-cache@4.0.1(transitive)
- Removedglobals@14.0.0(transitive)
- Removedminimatch@9.0.3(transitive)
Updatedeslint-plugin-import@^2.29.1
Updatedeslint-plugin-react@^7.34.1