@rushstack/eslint-plugin
Advanced tools
Comparing version 0.7.3 to 0.8.0
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "0.8.0", | ||
"tag": "@rushstack/eslint-plugin_v0.8.0", | ||
"date": "Mon, 12 Jul 2021 23:08:26 GMT", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389)" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.7.3", | ||
@@ -7,0 +19,0 @@ "tag": "@rushstack/eslint-plugin_v0.7.3", |
# Change Log - @rushstack/eslint-plugin | ||
This log was last generated on Tue, 06 Apr 2021 15:14:22 GMT and should not be manually modified. | ||
This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. | ||
## 0.8.0 | ||
Mon, 12 Jul 2021 23:08:26 GMT | ||
### Minor changes | ||
- Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389) | ||
## 0.7.3 | ||
@@ -6,0 +13,0 @@ Tue, 06 Apr 2021 15:14:22 GMT |
@@ -19,3 +19,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -22,0 +22,0 @@ return result; |
{ | ||
"name": "@rushstack/eslint-plugin", | ||
"version": "0.7.3", | ||
"version": "0.8.0", | ||
"description": "An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package", | ||
@@ -21,8 +21,5 @@ "license": "MIT", | ||
"typings": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "heft test --clean" | ||
}, | ||
"dependencies": { | ||
"@rushstack/tree-pattern": "0.2.1", | ||
"@typescript-eslint/experimental-utils": "^3.4.0" | ||
"@typescript-eslint/experimental-utils": "~4.28.2" | ||
}, | ||
@@ -33,4 +30,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@rushstack/heft": "0.23.1", | ||
"@rushstack/heft-node-rig": "0.2.0", | ||
"@rushstack/heft": "0.32.0", | ||
"@rushstack/heft-node-rig": "1.0.31", | ||
"@types/eslint": "7.2.0", | ||
@@ -40,7 +37,10 @@ "@types/estree": "0.0.44", | ||
"@types/node": "10.17.13", | ||
"@typescript-eslint/parser": "3.4.0", | ||
"@typescript-eslint/typescript-estree": "3.4.0", | ||
"@typescript-eslint/parser": "~4.28.2", | ||
"@typescript-eslint/typescript-estree": "~4.28.2", | ||
"eslint": "~7.12.1", | ||
"typescript": "~3.9.7" | ||
"typescript": "~4.3.5" | ||
}, | ||
"scripts": { | ||
"build": "heft test --clean" | ||
} | ||
} |
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
104477
862
+ Added@nodelib/fs.scandir@2.1.5(transitive)
+ Added@nodelib/fs.stat@2.0.5(transitive)
+ Added@nodelib/fs.walk@1.2.8(transitive)
+ Added@typescript-eslint/experimental-utils@4.28.5(transitive)
+ Added@typescript-eslint/scope-manager@4.28.5(transitive)
+ Added@typescript-eslint/types@4.28.5(transitive)
+ Added@typescript-eslint/typescript-estree@4.28.5(transitive)
+ Added@typescript-eslint/visitor-keys@4.28.5(transitive)
+ Addedarray-union@2.1.0(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addeddir-glob@3.0.1(transitive)
+ Addedeslint-utils@3.0.0(transitive)
+ Addedfast-glob@3.3.2(transitive)
+ Addedfastq@1.17.1(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedglobby@11.1.0(transitive)
+ Addedignore@5.3.2(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedmerge2@1.4.1(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedpath-type@4.0.0(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedqueue-microtask@1.2.3(transitive)
+ Addedreusify@1.0.4(transitive)
+ Addedrun-parallel@1.2.0(transitive)
+ Addedslash@3.0.0(transitive)
+ Addedto-regex-range@5.0.1(transitive)
- Removed@typescript-eslint/experimental-utils@3.10.1(transitive)
- Removed@typescript-eslint/types@3.10.1(transitive)
- Removed@typescript-eslint/typescript-estree@3.10.1(transitive)
- Removed@typescript-eslint/visitor-keys@3.10.1(transitive)
- Removedlodash@4.17.21(transitive)