@rushstack/eslint-plugin-packlets
Advanced tools
Comparing version 0.3.6 to 0.4.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; |
@@ -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; |
@@ -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-packlets", | ||
"version": "0.3.6", | ||
"version": "0.4.0", | ||
"description": "A lightweight alternative to NPM packages for organizing source files within a single project", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"@rushstack/tree-pattern": "0.2.3", | ||
"@typescript-eslint/experimental-utils": "~5.6.0" | ||
"@typescript-eslint/experimental-utils": "~5.20.0" | ||
}, | ||
@@ -29,4 +29,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", | ||
@@ -36,6 +36,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" | ||
}, | ||
@@ -42,0 +42,0 @@ "scripts": { |
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
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
131199
1029
+ 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)