@atlaskit/eslint-plugin-design-system 8.15.1 → 8.15.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 +6 -0
- package/package.json +2 -2
- package/tmp/api-report-tmp.d.ts +0 -118
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/eslint-plugin-design-system
|
|
2
2
|
|
|
3
|
+
## 8.15.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#57118](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57118) [`b9bd80957181`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9bd80957181) - Upgrade Emotion v10 (@emotion/core) to Emotion v11 (@emotion/react). No behaviour change expected.
|
|
8
|
+
|
|
3
9
|
## 8.15.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
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.15.
|
|
4
|
+
"version": "8.15.2",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
51
51
|
"@atlassian/codegen": "*",
|
|
52
52
|
"@atlassian/eslint-utils": "^0.3.0",
|
|
53
|
-
"@emotion/
|
|
53
|
+
"@emotion/react": "^11.7.1",
|
|
54
54
|
"@emotion/styled": "^11.0.0",
|
|
55
55
|
"@types/eslint": "^8.4.5",
|
|
56
56
|
"eslint": "^7.7.0",
|
package/tmp/api-report-tmp.d.ts
DELETED
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
## API Report File for "@atlaskit/eslint-plugin-design-system"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Rule } from 'eslint';
|
|
8
|
-
import { RuleListener } from '@typescript-eslint/utils/dist/ts-eslint/Rule';
|
|
9
|
-
import { RuleModule } from '@typescript-eslint/utils/dist/ts-eslint/Rule';
|
|
10
|
-
|
|
11
|
-
// @public (undocumented)
|
|
12
|
-
export const configs: {
|
|
13
|
-
all: {
|
|
14
|
-
plugins: string[];
|
|
15
|
-
rules: {
|
|
16
|
-
'@atlaskit/design-system/consistent-css-prop-usage': string;
|
|
17
|
-
'@atlaskit/design-system/ensure-design-token-usage': string;
|
|
18
|
-
'@atlaskit/design-system/ensure-design-token-usage/preview': string;
|
|
19
|
-
'@atlaskit/design-system/icon-label': string;
|
|
20
|
-
'@atlaskit/design-system/no-banned-imports': string;
|
|
21
|
-
'@atlaskit/design-system/no-css-tagged-template-expression': string;
|
|
22
|
-
'@atlaskit/design-system/no-deprecated-apis': string;
|
|
23
|
-
'@atlaskit/design-system/no-deprecated-design-token-usage': string;
|
|
24
|
-
'@atlaskit/design-system/no-deprecated-imports': string;
|
|
25
|
-
'@atlaskit/design-system/no-margin': string;
|
|
26
|
-
'@atlaskit/design-system/no-nested-styles': string;
|
|
27
|
-
'@atlaskit/design-system/no-physical-properties': string;
|
|
28
|
-
'@atlaskit/design-system/no-unsafe-design-token-usage': string;
|
|
29
|
-
'@atlaskit/design-system/no-unsupported-drag-and-drop-libraries': string;
|
|
30
|
-
'@atlaskit/design-system/prefer-primitives': string;
|
|
31
|
-
'@atlaskit/design-system/use-drawer-label': string;
|
|
32
|
-
'@atlaskit/design-system/use-href-in-link-item': string;
|
|
33
|
-
'@atlaskit/design-system/use-primitives': string;
|
|
34
|
-
'@atlaskit/design-system/use-visually-hidden': string;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
recommended: {
|
|
38
|
-
plugins: string[];
|
|
39
|
-
rules: {
|
|
40
|
-
'@atlaskit/design-system/consistent-css-prop-usage': string;
|
|
41
|
-
'@atlaskit/design-system/ensure-design-token-usage': string;
|
|
42
|
-
'@atlaskit/design-system/icon-label': string;
|
|
43
|
-
'@atlaskit/design-system/no-banned-imports': string;
|
|
44
|
-
'@atlaskit/design-system/no-deprecated-apis': string;
|
|
45
|
-
'@atlaskit/design-system/no-deprecated-design-token-usage': string;
|
|
46
|
-
'@atlaskit/design-system/no-deprecated-imports': string;
|
|
47
|
-
'@atlaskit/design-system/no-nested-styles': string;
|
|
48
|
-
'@atlaskit/design-system/no-unsafe-design-token-usage': string;
|
|
49
|
-
'@atlaskit/design-system/no-unsupported-drag-and-drop-libraries': string;
|
|
50
|
-
'@atlaskit/design-system/use-drawer-label': string;
|
|
51
|
-
'@atlaskit/design-system/use-href-in-link-item': string;
|
|
52
|
-
'@atlaskit/design-system/use-visually-hidden': string;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
// @public (undocumented)
|
|
58
|
-
type DeprecatedConfig = DeprecatedImportConfig | DeprecatedJSXAttributeConfig;
|
|
59
|
-
|
|
60
|
-
// @public (undocumented)
|
|
61
|
-
type DeprecatedImportConfig = {
|
|
62
|
-
[key: string]: DeprecatedImportConfigEntry;
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
// @public (undocumented)
|
|
66
|
-
type DeprecatedImportConfigEntry = {
|
|
67
|
-
message?: string;
|
|
68
|
-
importSpecifiers?: {
|
|
69
|
-
importName: string;
|
|
70
|
-
message: string;
|
|
71
|
-
}[];
|
|
72
|
-
};
|
|
73
|
-
|
|
74
|
-
// @public (undocumented)
|
|
75
|
-
type DeprecatedJSXAttributeConfig = {
|
|
76
|
-
[key: string]: DeprecatedJSXAttributeConfigEntry[];
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
// @public (undocumented)
|
|
80
|
-
type DeprecatedJSXAttributeConfigEntry = {
|
|
81
|
-
moduleSpecifier: string;
|
|
82
|
-
namedSpecifiers?: string[];
|
|
83
|
-
actionableVersion?: string;
|
|
84
|
-
};
|
|
85
|
-
|
|
86
|
-
// @public (undocumented)
|
|
87
|
-
export const filterActionableDeprecations: (originalDeprecatedConfig: string, rootPackageJson: string) => string;
|
|
88
|
-
|
|
89
|
-
// @public (undocumented)
|
|
90
|
-
export const rules: {
|
|
91
|
-
'consistent-css-prop-usage': Rule.RuleModule;
|
|
92
|
-
'ensure-design-token-usage': Rule.RuleModule;
|
|
93
|
-
'ensure-design-token-usage/preview': Rule.RuleModule;
|
|
94
|
-
'icon-label': Rule.RuleModule;
|
|
95
|
-
'no-banned-imports': Rule.RuleModule;
|
|
96
|
-
'no-css-tagged-template-expression': Rule.RuleModule;
|
|
97
|
-
'no-deprecated-apis': RuleModule<string, [{
|
|
98
|
-
deprecatedConfig: DeprecatedConfig;
|
|
99
|
-
}], RuleListener>;
|
|
100
|
-
'no-deprecated-design-token-usage': Rule.RuleModule;
|
|
101
|
-
'no-deprecated-imports': RuleModule<string, [{
|
|
102
|
-
deprecatedConfig: DeprecatedConfig;
|
|
103
|
-
}], RuleListener>;
|
|
104
|
-
'no-margin': Rule.RuleModule;
|
|
105
|
-
'no-nested-styles': Rule.RuleModule;
|
|
106
|
-
'no-physical-properties': Rule.RuleModule;
|
|
107
|
-
'no-unsafe-design-token-usage': Rule.RuleModule;
|
|
108
|
-
'no-unsupported-drag-and-drop-libraries': Rule.RuleModule;
|
|
109
|
-
'prefer-primitives': Rule.RuleModule;
|
|
110
|
-
'use-drawer-label': Rule.RuleModule;
|
|
111
|
-
'use-href-in-link-item': Rule.RuleModule;
|
|
112
|
-
'use-primitives': Rule.RuleModule;
|
|
113
|
-
'use-visually-hidden': Rule.RuleModule;
|
|
114
|
-
};
|
|
115
|
-
|
|
116
|
-
// (No @packageDocumentation comment for this package)
|
|
117
|
-
|
|
118
|
-
```
|