@rushstack/eslint-plugin
Advanced tools
Comparing version 0.8.6 to 0.9.0
@@ -6,3 +6,7 @@ "use strict"; | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -9,0 +13,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@rushstack/eslint-plugin", | ||
"version": "0.8.6", | ||
"version": "0.9.0", | ||
"description": "An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package", | ||
@@ -25,3 +25,3 @@ "license": "MIT", | ||
"@rushstack/tree-pattern": "0.2.3", | ||
"@typescript-eslint/experimental-utils": "~5.6.0" | ||
"@typescript-eslint/experimental-utils": "~5.20.0" | ||
}, | ||
@@ -32,4 +32,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@rushstack/heft": "0.44.2", | ||
"@rushstack/heft-node-rig": "1.7.1", | ||
"@rushstack/heft": "0.44.9", | ||
"@rushstack/heft-node-rig": "1.8.7", | ||
"@types/eslint": "8.2.0", | ||
@@ -39,6 +39,6 @@ "@types/estree": "0.0.50", | ||
"@types/node": "12.20.24", | ||
"@typescript-eslint/parser": "~5.6.0", | ||
"@typescript-eslint/typescript-estree": "~5.6.0", | ||
"@typescript-eslint/parser": "~5.20.0", | ||
"@typescript-eslint/typescript-estree": "~5.20.0", | ||
"eslint": "~8.7.0", | ||
"typescript": "~4.5.2" | ||
"typescript": "~4.6.3" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
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
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
103712
632
+ Added@typescript-eslint/experimental-utils@5.20.0(transitive)
+ Added@typescript-eslint/scope-manager@5.20.0(transitive)
+ Added@typescript-eslint/types@5.20.0(transitive)
+ Added@typescript-eslint/typescript-estree@5.20.0(transitive)
+ Added@typescript-eslint/utils@5.20.0(transitive)
+ Added@typescript-eslint/visitor-keys@5.20.0(transitive)
- Removed@typescript-eslint/experimental-utils@5.6.0(transitive)
- Removed@typescript-eslint/scope-manager@5.6.0(transitive)
- Removed@typescript-eslint/types@5.6.0(transitive)
- Removed@typescript-eslint/typescript-estree@5.6.0(transitive)
- Removed@typescript-eslint/visitor-keys@5.6.0(transitive)