@atlaskit/eslint-plugin-design-system 10.18.1 → 10.18.2
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,13 @@
|
|
|
1
1
|
# @atlaskit/eslint-plugin-design-system
|
|
2
2
|
|
|
3
|
+
## 10.18.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#137821](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137821)
|
|
8
|
+
[`bcca6c1789a37`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bcca6c1789a37) -
|
|
9
|
+
Rename of `@atlassian/icon-lab` to `@atlaskit/icon-lab`
|
|
10
|
+
|
|
3
11
|
## 10.18.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -34,7 +34,7 @@ var rule = (0, _createRule.createLintRule)({
|
|
|
34
34
|
/**
|
|
35
35
|
* Contains a map of imported icon components from any atlaskit icon package.
|
|
36
36
|
*/
|
|
37
|
-
var isNewIcon = (0, _isFromImportSource.createIsFromImportSourceFor)(/^@(atlaskit\/icon|atlassian\/icon-
|
|
37
|
+
var isNewIcon = (0, _isFromImportSource.createIsFromImportSourceFor)(/^@(atlaskit\/icon|atlaskit\/icon-lab|atlassian\/icon-private)\/(core|utility)\/*/);
|
|
38
38
|
return (0, _errorBoundary.errorBoundary)({
|
|
39
39
|
JSXElement: function JSXElement(node) {
|
|
40
40
|
var _isNewIcon$getImportS;
|
|
@@ -27,7 +27,7 @@ const rule = createLintRule({
|
|
|
27
27
|
/**
|
|
28
28
|
* Contains a map of imported icon components from any atlaskit icon package.
|
|
29
29
|
*/
|
|
30
|
-
const isNewIcon = createIsFromImportSourceFor(/^@(atlaskit\/icon|atlassian\/icon-
|
|
30
|
+
const isNewIcon = createIsFromImportSourceFor(/^@(atlaskit\/icon|atlaskit\/icon-lab|atlassian\/icon-private)\/(core|utility)\/*/);
|
|
31
31
|
return errorBoundary({
|
|
32
32
|
JSXElement(node) {
|
|
33
33
|
var _isNewIcon$getImportS;
|
|
@@ -29,7 +29,7 @@ var rule = createLintRule({
|
|
|
29
29
|
/**
|
|
30
30
|
* Contains a map of imported icon components from any atlaskit icon package.
|
|
31
31
|
*/
|
|
32
|
-
var isNewIcon = createIsFromImportSourceFor(/^@(atlaskit\/icon|atlassian\/icon-
|
|
32
|
+
var isNewIcon = createIsFromImportSourceFor(/^@(atlaskit\/icon|atlaskit\/icon-lab|atlassian\/icon-private)\/(core|utility)\/*/);
|
|
33
33
|
return errorBoundary({
|
|
34
34
|
JSXElement: function JSXElement(node) {
|
|
35
35
|
var _isNewIcon$getImportS;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/eslint-plugin-design-system",
|
|
3
3
|
"description": "The essential plugin for use with the Atlassian Design System.",
|
|
4
|
-
"version": "10.18.
|
|
4
|
+
"version": "10.18.2",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"publishConfig": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@atlaskit/eslint-utils": "^1.7.0",
|
|
44
|
-
"@atlaskit/icon": "^22.
|
|
44
|
+
"@atlaskit/icon": "^22.16.0",
|
|
45
45
|
"@atlaskit/tokens": "*",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@typescript-eslint/utils": "^5.48.1",
|