@atlaskit/eslint-plugin-design-system 13.23.0 → 13.23.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.23.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`70773e71f139a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70773e71f139a) -
|
|
8
|
+
Update description for use-spotlight-package.
|
|
9
|
+
- [`70773e71f139a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70773e71f139a) -
|
|
10
|
+
Update tests.
|
|
11
|
+
|
|
3
12
|
## 13.23.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -15,11 +15,11 @@ var rule = (0, _createRule.createLintRule)({
|
|
|
15
15
|
fixable: 'code',
|
|
16
16
|
hasSuggestions: true,
|
|
17
17
|
docs: {
|
|
18
|
-
description: 'Discourage the use of
|
|
18
|
+
description: 'Discourage the use of @atlaskit/onboarding in favor of @atlaskit/spotlight.',
|
|
19
19
|
recommended: false,
|
|
20
20
|
severity: 'warn'
|
|
21
21
|
},
|
|
22
|
-
messages: (0, _defineProperty2.default)({}, 'use-spotlight-package', '@atlaskit/onboarding is
|
|
22
|
+
messages: (0, _defineProperty2.default)({}, 'use-spotlight-package', '@atlaskit/onboarding is deprecated in favor of @atlaskit/spotlight. Please migrate your spotlight experiences accordingly.')
|
|
23
23
|
},
|
|
24
24
|
create: function create(context) {
|
|
25
25
|
return {
|
|
@@ -7,12 +7,12 @@ const rule = createLintRule({
|
|
|
7
7
|
fixable: 'code',
|
|
8
8
|
hasSuggestions: true,
|
|
9
9
|
docs: {
|
|
10
|
-
description: 'Discourage the use of
|
|
10
|
+
description: 'Discourage the use of @atlaskit/onboarding in favor of @atlaskit/spotlight.',
|
|
11
11
|
recommended: false,
|
|
12
12
|
severity: 'warn'
|
|
13
13
|
},
|
|
14
14
|
messages: {
|
|
15
|
-
['use-spotlight-package']: '@atlaskit/onboarding is
|
|
15
|
+
['use-spotlight-package']: '@atlaskit/onboarding is deprecated in favor of @atlaskit/spotlight. Please migrate your spotlight experiences accordingly.'
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
create(context) {
|
|
@@ -8,11 +8,11 @@ var rule = createLintRule({
|
|
|
8
8
|
fixable: 'code',
|
|
9
9
|
hasSuggestions: true,
|
|
10
10
|
docs: {
|
|
11
|
-
description: 'Discourage the use of
|
|
11
|
+
description: 'Discourage the use of @atlaskit/onboarding in favor of @atlaskit/spotlight.',
|
|
12
12
|
recommended: false,
|
|
13
13
|
severity: 'warn'
|
|
14
14
|
},
|
|
15
|
-
messages: _defineProperty({}, 'use-spotlight-package', '@atlaskit/onboarding is
|
|
15
|
+
messages: _defineProperty({}, 'use-spotlight-package', '@atlaskit/onboarding is deprecated in favor of @atlaskit/spotlight. Please migrate your spotlight experiences accordingly.')
|
|
16
16
|
},
|
|
17
17
|
create: function create(context) {
|
|
18
18
|
return {
|
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": "13.23.
|
|
4
|
+
"version": "13.23.1",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"publishConfig": {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@atlaskit/eslint-utils": "^2.0.0",
|
|
42
42
|
"@atlaskit/icon": "^28.5.0",
|
|
43
|
-
"@atlaskit/icon-lab": "^5.
|
|
44
|
-
"@atlaskit/tokens": "^7.
|
|
43
|
+
"@atlaskit/icon-lab": "^5.11.0",
|
|
44
|
+
"@atlaskit/tokens": "^7.1.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
46
46
|
"@typescript-eslint/utils": "^7.1.0",
|
|
47
47
|
"ajv": "^6.12.6",
|