@atlaskit/eslint-plugin-design-system 15.1.2 → 15.2.0
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 +8 -0
- package/compass.yml +38 -0
- package/configs/deprecated.json +14 -2
- package/dist/configs/deprecated.json +14 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/eslint-plugin-design-system
|
|
2
2
|
|
|
3
|
+
## 15.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`7c344654b5d24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c344654b5d24) -
|
|
8
|
+
Deprecates FocusRing, useFocusRing, and their entrypoints. Use `Focusable` from
|
|
9
|
+
`@atlaskit/primitives/compiled/focusable` instead.
|
|
10
|
+
|
|
3
11
|
## 15.1.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/compass.yml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
configVersion: 1
|
|
2
|
+
id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/edf84219-0964-4453-82d0-ce6989586011
|
|
3
|
+
name: '@atlaskit/eslint-plugin-design-system'
|
|
4
|
+
ownerId: ari:cloud:identity::team/og-7ea5b0e8-d37c-4003-aae2-0bb5c4b00147 # Design System Team
|
|
5
|
+
labels:
|
|
6
|
+
- platform-code
|
|
7
|
+
- platform-afm
|
|
8
|
+
typeId: OTHER
|
|
9
|
+
fields:
|
|
10
|
+
tier: 4
|
|
11
|
+
lifecycle: Active
|
|
12
|
+
isMonorepoProject: true
|
|
13
|
+
links:
|
|
14
|
+
- name: Root Repository
|
|
15
|
+
type: REPOSITORY
|
|
16
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
|
|
17
|
+
- name: Slack Channel
|
|
18
|
+
type: CHAT_CHANNEL
|
|
19
|
+
url: https://atlassian.enterprise.slack.com/archives/CFJ9DU39U # #help-design-system
|
|
20
|
+
- name: Eslint Plugin
|
|
21
|
+
type: REPOSITORY
|
|
22
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/design-system/eslint-plugin
|
|
23
|
+
customFields:
|
|
24
|
+
- name: Department
|
|
25
|
+
type: text
|
|
26
|
+
value: Eng - Design System Fundamentals
|
|
27
|
+
- name: Technical Owner
|
|
28
|
+
type: user
|
|
29
|
+
value: ari:cloud:identity::user/557058:86a9b692-7997-49cb-9984-080801b1de91 # Jared Crowe
|
|
30
|
+
- name: Required Reviewers Opt In
|
|
31
|
+
type: boolean
|
|
32
|
+
value: true
|
|
33
|
+
- name: Reviewer Selection Mechanism
|
|
34
|
+
type: text
|
|
35
|
+
value: random(2)
|
|
36
|
+
- name: Required Reviewer Approvals
|
|
37
|
+
type: number
|
|
38
|
+
value: 1
|
package/configs/deprecated.json
CHANGED
|
@@ -64,6 +64,18 @@
|
|
|
64
64
|
"@atlaskit/field-text-area": {
|
|
65
65
|
"message": "field-text-area is deprecated. Please use '@atlaskit/textarea' instead."
|
|
66
66
|
},
|
|
67
|
+
"@atlaskit/focus-ring": {
|
|
68
|
+
"message": "FocusRing is deprecated. Use Focusable from @atlaskit/primitives/compiled/focusable instead."
|
|
69
|
+
},
|
|
70
|
+
"@atlaskit/focus-ring/focus-ring": {
|
|
71
|
+
"message": "FocusRing is deprecated. Use Focusable from @atlaskit/primitives/compiled/focusable instead."
|
|
72
|
+
},
|
|
73
|
+
"@atlaskit/focus-ring/use-focus-ring": {
|
|
74
|
+
"message": "useFocusRing is deprecated with FocusRing. Use Focusable from @atlaskit/primitives/compiled/focusable instead."
|
|
75
|
+
},
|
|
76
|
+
"@atlaskit/focus-ring/types": {
|
|
77
|
+
"message": "FocusRing types are deprecated. Use Focusable from @atlaskit/primitives/compiled/focusable instead."
|
|
78
|
+
},
|
|
67
79
|
"@atlaskit/navigation": {
|
|
68
80
|
"message": "navigation is deprecated. Please use '@atlaskit/atlassian-navigation' instead."
|
|
69
81
|
},
|
|
@@ -124,7 +136,7 @@
|
|
|
124
136
|
},
|
|
125
137
|
{
|
|
126
138
|
"importName": "focusRing",
|
|
127
|
-
"message": "The focusRing mixin is deprecated.
|
|
139
|
+
"message": "The focusRing mixin is deprecated. Use Focusable from @atlaskit/primitives/compiled/focusable instead."
|
|
128
140
|
},
|
|
129
141
|
{
|
|
130
142
|
"importName": "gridSize",
|
|
@@ -247,7 +259,7 @@
|
|
|
247
259
|
},
|
|
248
260
|
{
|
|
249
261
|
"importName": "focusRing",
|
|
250
|
-
"message": "The focusRing mixin is deprecated.
|
|
262
|
+
"message": "The focusRing mixin is deprecated. Use Focusable from @atlaskit/primitives/compiled/focusable instead."
|
|
251
263
|
},
|
|
252
264
|
{
|
|
253
265
|
"importName": "gridSize",
|
|
@@ -64,6 +64,18 @@
|
|
|
64
64
|
"@atlaskit/field-text-area": {
|
|
65
65
|
"message": "field-text-area is deprecated. Please use '@atlaskit/textarea' instead."
|
|
66
66
|
},
|
|
67
|
+
"@atlaskit/focus-ring": {
|
|
68
|
+
"message": "FocusRing is deprecated. Use Focusable from @atlaskit/primitives/compiled/focusable instead."
|
|
69
|
+
},
|
|
70
|
+
"@atlaskit/focus-ring/focus-ring": {
|
|
71
|
+
"message": "FocusRing is deprecated. Use Focusable from @atlaskit/primitives/compiled/focusable instead."
|
|
72
|
+
},
|
|
73
|
+
"@atlaskit/focus-ring/use-focus-ring": {
|
|
74
|
+
"message": "useFocusRing is deprecated with FocusRing. Use Focusable from @atlaskit/primitives/compiled/focusable instead."
|
|
75
|
+
},
|
|
76
|
+
"@atlaskit/focus-ring/types": {
|
|
77
|
+
"message": "FocusRing types are deprecated. Use Focusable from @atlaskit/primitives/compiled/focusable instead."
|
|
78
|
+
},
|
|
67
79
|
"@atlaskit/navigation": {
|
|
68
80
|
"message": "navigation is deprecated. Please use '@atlaskit/atlassian-navigation' instead."
|
|
69
81
|
},
|
|
@@ -124,7 +136,7 @@
|
|
|
124
136
|
},
|
|
125
137
|
{
|
|
126
138
|
"importName": "focusRing",
|
|
127
|
-
"message": "The focusRing mixin is deprecated.
|
|
139
|
+
"message": "The focusRing mixin is deprecated. Use Focusable from @atlaskit/primitives/compiled/focusable instead."
|
|
128
140
|
},
|
|
129
141
|
{
|
|
130
142
|
"importName": "gridSize",
|
|
@@ -247,7 +259,7 @@
|
|
|
247
259
|
},
|
|
248
260
|
{
|
|
249
261
|
"importName": "focusRing",
|
|
250
|
-
"message": "The focusRing mixin is deprecated.
|
|
262
|
+
"message": "The focusRing mixin is deprecated. Use Focusable from @atlaskit/primitives/compiled/focusable instead."
|
|
251
263
|
},
|
|
252
264
|
{
|
|
253
265
|
"importName": "gridSize",
|
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": "15.
|
|
4
|
+
"version": "15.2.0",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"publishConfig": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@atlaskit/eslint-utils": "^3.0.0",
|
|
34
|
-
"@atlaskit/icon": "^36.
|
|
35
|
-
"@atlaskit/icon-lab": "^7.
|
|
36
|
-
"@atlaskit/tokens": "^15.
|
|
34
|
+
"@atlaskit/icon": "^36.1.0",
|
|
35
|
+
"@atlaskit/icon-lab": "^7.2.0",
|
|
36
|
+
"@atlaskit/tokens": "^15.3.0",
|
|
37
37
|
"@babel/runtime": "^7.0.0",
|
|
38
38
|
"@typescript-eslint/utils": "^7.1.0",
|
|
39
39
|
"ajv": "^6.12.6",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@af/formatting": "workspace:^",
|
|
50
50
|
"@atlaskit/ds-lib": "^8.0.0",
|
|
51
|
-
"@atlaskit/theme": "^26.
|
|
51
|
+
"@atlaskit/theme": "^26.1.0",
|
|
52
52
|
"@atlassian/codegen": "^0.2.0",
|
|
53
53
|
"@atlassian/eslint-utils": "^0.5.0",
|
|
54
54
|
"@atlassian/ts-loader": "^0.1.0",
|