@rushstack/eslint-plugin
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -5,2 +5,19 @@ { | ||
{ | ||
"version": "0.7.2", | ||
"tag": "@rushstack/eslint-plugin_v0.7.2", | ||
"date": "Wed, 30 Sep 2020 18:39:17 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Update to build with @rushstack/heft-node-rig" | ||
} | ||
], | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.2.1`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.7.1", | ||
@@ -7,0 +24,0 @@ "tag": "@rushstack/eslint-plugin_v0.7.1", |
# Change Log - @rushstack/eslint-plugin | ||
This log was last generated on Wed, 30 Sep 2020 06:53:53 GMT and should not be manually modified. | ||
This log was last generated on Wed, 30 Sep 2020 18:39:17 GMT and should not be manually modified. | ||
## 0.7.2 | ||
Wed, 30 Sep 2020 18:39:17 GMT | ||
### Patches | ||
- Update to build with @rushstack/heft-node-rig | ||
## 0.7.1 | ||
@@ -6,0 +13,0 @@ Wed, 30 Sep 2020 06:53:53 GMT |
"use strict"; | ||
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. | ||
// See LICENSE in the project root for license information. | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.hoistJestMock = void 0; | ||
const experimental_utils_1 = require("@typescript-eslint/experimental-utils"); | ||
const hoistJestMockPatterns = require("./hoistJestMockPatterns"); | ||
const hoistJestMockPatterns = __importStar(require("./hoistJestMockPatterns")); | ||
// Jest APIs that need to be hoisted | ||
@@ -124,3 +143,3 @@ // Based on HOIST_METHODS from ts-jest | ||
// IGNORE: export type { Y } from "Y"; | ||
if (node['exportKind'] !== 'type') { | ||
if (node.exportKind !== 'type') { | ||
firstImportNode = node; | ||
@@ -127,0 +146,0 @@ } |
{ | ||
"name": "@rushstack/eslint-plugin", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package", | ||
@@ -25,3 +25,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@rushstack/tree-pattern": "0.2.0" | ||
"@rushstack/tree-pattern": "0.2.1" | ||
}, | ||
@@ -32,4 +32,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@microsoft/rush-stack-compiler-3.9": "0.4.21", | ||
"@rushstack/heft": "0.8.0", | ||
"@rushstack/heft": "0.14.0", | ||
"@rushstack/heft-node-rig": "0.1.0", | ||
"@types/eslint": "7.2.0", | ||
@@ -36,0 +36,0 @@ "@types/estree": "0.0.44", |
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
116069
1163
+ Added@rushstack/tree-pattern@0.2.1(transitive)
- Removed@rushstack/tree-pattern@0.2.0(transitive)