@blueprintjs/eslint-plugin
Advanced tools
Comparing version 2.7.8 to 2.8.0
@@ -6,2 +6,3 @@ export declare const coreComponentsMigrationMapping: { | ||
CollapsibleList: string; | ||
KeyCombo: string; | ||
"MenuItem.popoverProps": string; | ||
@@ -8,0 +9,0 @@ Popover: string; |
@@ -13,2 +13,3 @@ "use strict"; | ||
CollapsibleList: "OverflowList", | ||
KeyCombo: "KeyComboTag", | ||
"MenuItem.popoverProps": "MenuItem2", | ||
@@ -15,0 +16,0 @@ // TODO(@adidahiya): Blueprint v6 |
@@ -93,2 +93,3 @@ "use strict"; | ||
["IToaster", "ToasterInstance"], | ||
["IToasterProps", "OverlayToasterProps"], | ||
["ITreeNode", "TreeNodeInfo"], | ||
@@ -101,2 +102,3 @@ ], | ||
"IDatePickerModifiers", | ||
"IDatePickerShortcut", | ||
"IDateRangeInputProps", | ||
@@ -103,0 +105,0 @@ "IDateRangeShortcut", |
{ | ||
"name": "@blueprintjs/eslint-plugin", | ||
"version": "2.7.8", | ||
"version": "2.8.0", | ||
"description": "ESLint rules for use with @blueprintjs packages", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -12,2 +12,3 @@ /* | ||
CollapsibleList: "OverflowList", | ||
KeyCombo: "KeyComboTag", | ||
"MenuItem.popoverProps": "MenuItem2", | ||
@@ -14,0 +15,0 @@ // TODO(@adidahiya): Blueprint v6 |
@@ -96,2 +96,3 @@ /* | ||
["IToaster", "ToasterInstance"], | ||
["IToasterProps", "OverlayToasterProps"], | ||
["ITreeNode", "TreeNodeInfo"], | ||
@@ -105,2 +106,3 @@ ], | ||
"IDatePickerModifiers", | ||
"IDatePickerShortcut", | ||
"IDateRangeInputProps", | ||
@@ -107,0 +109,0 @@ "IDateRangeShortcut", |
@@ -109,2 +109,15 @@ /* | ||
}, | ||
{ | ||
code: dedent` | ||
import { KeyCombo } from "@blueprintjs/core"; | ||
return <KeyCombo />; | ||
`, | ||
errors: [ | ||
{ | ||
messageId: "migration", | ||
data: { deprecatedComponentName: "KeyCombo", newComponentName: "KeyComboTag" }, | ||
}, | ||
], | ||
}, | ||
], | ||
@@ -111,0 +124,0 @@ valid: [ |
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
208423
3736