@atlaskit/eslint-plugin-design-system 8.8.0 → 8.8.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 +6 -0
- package/configs/deprecated.json +11 -0
- package/dist/configs/deprecated.json +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/eslint-plugin-design-system
|
|
2
2
|
|
|
3
|
+
## 8.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`c6db573350d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6db573350d) - The themed() and AtlaskitThemeProvider legacy theming API's are now marked as deprecated and eslint rules have been modified to disallow new usage of them.
|
|
8
|
+
|
|
3
9
|
## 8.8.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/configs/deprecated.json
CHANGED
|
@@ -165,6 +165,9 @@
|
|
|
165
165
|
{ "importName": "skeleton", "message": "Named color utils are deprecated in favor of design tokens." }
|
|
166
166
|
]
|
|
167
167
|
},
|
|
168
|
+
"@atlaskit/theme/components": {
|
|
169
|
+
"message": "Legacy theming is deprecated in favor of design tokens."
|
|
170
|
+
},
|
|
168
171
|
"@atlaskit/theme": {
|
|
169
172
|
"importSpecifiers": [
|
|
170
173
|
{
|
|
@@ -186,6 +189,14 @@
|
|
|
186
189
|
{
|
|
187
190
|
"importName": "elevation",
|
|
188
191
|
"message": "Elevation mixin is deprecated. Please use design tokens instead."
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"importName": "themed",
|
|
195
|
+
"message": "Legacy theming is deprecated in favor of design tokens."
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"importName": "AtlaskitThemeProvider",
|
|
199
|
+
"message": "Legacy theming is deprecated in favor of design tokens."
|
|
189
200
|
}
|
|
190
201
|
]
|
|
191
202
|
},
|
|
@@ -165,6 +165,9 @@
|
|
|
165
165
|
{ "importName": "skeleton", "message": "Named color utils are deprecated in favor of design tokens." }
|
|
166
166
|
]
|
|
167
167
|
},
|
|
168
|
+
"@atlaskit/theme/components": {
|
|
169
|
+
"message": "Legacy theming is deprecated in favor of design tokens."
|
|
170
|
+
},
|
|
168
171
|
"@atlaskit/theme": {
|
|
169
172
|
"importSpecifiers": [
|
|
170
173
|
{
|
|
@@ -186,6 +189,14 @@
|
|
|
186
189
|
{
|
|
187
190
|
"importName": "elevation",
|
|
188
191
|
"message": "Elevation mixin is deprecated. Please use design tokens instead."
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"importName": "themed",
|
|
195
|
+
"message": "Legacy theming is deprecated in favor of design tokens."
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"importName": "AtlaskitThemeProvider",
|
|
199
|
+
"message": "Legacy theming is deprecated in favor of design tokens."
|
|
189
200
|
}
|
|
190
201
|
]
|
|
191
202
|
},
|
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": "8.8.
|
|
4
|
+
"version": "8.8.1",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"prettier": "^2.8.0",
|
|
57
57
|
"react": "^16.8.0",
|
|
58
58
|
"ts-node": "^10.9.1",
|
|
59
|
-
"tsconfig-paths": "^
|
|
59
|
+
"tsconfig-paths": "^4.2.0",
|
|
60
60
|
"typescript": "~4.9.5"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|