@microsoft/eslint-plugin-spfx
Advanced tools
Comparing version 1.16.1 to 1.17.0-beta.1
@@ -7,2 +7,3 @@ "use strict"; | ||
const importRequiresChunkNameRule = { | ||
defaultOptions: [], | ||
meta: { | ||
@@ -9,0 +10,0 @@ type: 'problem', |
@@ -7,2 +7,3 @@ "use strict"; | ||
const noAsyncAwaitRule = { | ||
defaultOptions: [], | ||
meta: { | ||
@@ -9,0 +10,0 @@ type: 'problem', |
@@ -8,2 +8,3 @@ "use strict"; | ||
const noRequireEnsureRule = { | ||
defaultOptions: [], | ||
meta: { | ||
@@ -10,0 +11,0 @@ type: 'problem', |
@@ -8,2 +8,3 @@ "use strict"; | ||
const pairReactDomRenderUnmountRule = { | ||
defaultOptions: [], | ||
meta: { | ||
@@ -10,0 +11,0 @@ type: 'problem', |
{ | ||
"name": "@microsoft/eslint-plugin-spfx", | ||
"version": "1.16.1", | ||
"version": "1.17.0-beta.1", | ||
"description": "An ESLint plugin provided for use with SPFx projects", | ||
@@ -10,3 +10,3 @@ "license": "https://aka.ms/spfx/license", | ||
"dependencies": { | ||
"@typescript-eslint/experimental-utils": "5.30.7" | ||
"@typescript-eslint/experimental-utils": "5.38.1" | ||
}, | ||
@@ -17,5 +17,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@rushstack/eslint-config": "3.0.1", | ||
"@rushstack/heft": "0.47.11", | ||
"@rushstack/heft-node-rig": "1.10.13", | ||
"@rushstack/eslint-config": "3.1.1", | ||
"@rushstack/heft": "0.48.8", | ||
"@rushstack/heft-node-rig": "1.11.8", | ||
"@types/eslint": "8.2.1", | ||
@@ -25,4 +25,5 @@ "@types/estree": "0.0.50", | ||
"@types/node": "14.18.12", | ||
"@typescript-eslint/parser": "5.30.7", | ||
"@typescript-eslint/typescript-estree": "5.30.7", | ||
"@typescript-eslint/parser": "5.38.1", | ||
"@typescript-eslint/typescript-estree": "5.38.1", | ||
"jest-junit": "12.3.0", | ||
"eslint": "8.7.0", | ||
@@ -29,0 +30,0 @@ "typescript": "4.7.4" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16771
259
12
1
+ Added@typescript-eslint/experimental-utils@5.38.1(transitive)
+ Added@typescript-eslint/scope-manager@5.38.1(transitive)
+ Added@typescript-eslint/types@5.38.1(transitive)
+ Added@typescript-eslint/typescript-estree@5.38.1(transitive)
+ Added@typescript-eslint/utils@5.38.1(transitive)
+ Added@typescript-eslint/visitor-keys@5.38.1(transitive)
- Removed@typescript-eslint/experimental-utils@5.30.7(transitive)
- Removed@typescript-eslint/scope-manager@5.30.7(transitive)
- Removed@typescript-eslint/types@5.30.7(transitive)
- Removed@typescript-eslint/typescript-estree@5.30.7(transitive)
- Removed@typescript-eslint/utils@5.30.7(transitive)
- Removed@typescript-eslint/visitor-keys@5.30.7(transitive)