@atlaskit/eslint-plugin-design-system 13.19.0 → 13.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/eslint-plugin-design-system
|
|
2
2
|
|
|
3
|
+
## 13.19.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#188952](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188952)
|
|
8
|
+
[`1a88e6e2601ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a88e6e2601ae) -
|
|
9
|
+
Migrated usage of renamed/deprecated icons
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 13.19.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -11,7 +11,7 @@ function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol
|
|
|
11
11
|
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
12
12
|
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
13
13
|
var specialCases = {
|
|
14
|
-
'@atlaskit/icon/utility/migration/cross--editor-close': '@atlaskit/icon/core/migration/
|
|
14
|
+
'@atlaskit/icon/utility/migration/cross--editor-close': '@atlaskit/icon/core/migration/cross--editor-close'
|
|
15
15
|
};
|
|
16
16
|
var iconPropsinNewButton = ['icon', 'iconBefore', 'iconAfter'];
|
|
17
17
|
var createChecks = exports.createChecks = function createChecks(context) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isNodeOfType } from 'eslint-codemod-utils';
|
|
2
2
|
const specialCases = {
|
|
3
|
-
'@atlaskit/icon/utility/migration/cross--editor-close': '@atlaskit/icon/core/migration/
|
|
3
|
+
'@atlaskit/icon/utility/migration/cross--editor-close': '@atlaskit/icon/core/migration/cross--editor-close'
|
|
4
4
|
};
|
|
5
5
|
const iconPropsinNewButton = ['icon', 'iconBefore', 'iconAfter'];
|
|
6
6
|
export const createChecks = context => {
|
|
@@ -4,7 +4,7 @@ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r)
|
|
|
4
4
|
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
5
5
|
import { isNodeOfType } from 'eslint-codemod-utils';
|
|
6
6
|
var specialCases = {
|
|
7
|
-
'@atlaskit/icon/utility/migration/cross--editor-close': '@atlaskit/icon/core/migration/
|
|
7
|
+
'@atlaskit/icon/utility/migration/cross--editor-close': '@atlaskit/icon/core/migration/cross--editor-close'
|
|
8
8
|
};
|
|
9
9
|
var iconPropsinNewButton = ['icon', 'iconBefore', 'iconAfter'];
|
|
10
10
|
export var createChecks = function createChecks(context) {
|
package/package.json
CHANGED