@atlaskit/eslint-plugin-design-system 10.4.3 → 10.4.5

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.
Files changed (52) hide show
  1. package/CHANGELOG.md +1028 -1025
  2. package/README.md +1 -1
  3. package/constellation/consistent-css-prop-usage/usage.mdx +18 -18
  4. package/constellation/index/usage.mdx +1 -1
  5. package/constellation/no-css-tagged-template-expression/usage.mdx +13 -13
  6. package/constellation/no-deprecated-apis/usage.mdx +26 -26
  7. package/constellation/no-deprecated-imports/usage.mdx +27 -27
  8. package/constellation/no-direct-use-of-web-platform-drag-and-drop/usage.mdx +5 -5
  9. package/constellation/no-empty-styled-expression/usage.mdx +11 -11
  10. package/constellation/no-exported-css/usage.mdx +7 -7
  11. package/constellation/no-exported-keyframes/usage.mdx +7 -7
  12. package/constellation/no-invalid-css-map/usage.mdx +52 -52
  13. package/constellation/no-keyframes-tagged-template-expression/usage.mdx +14 -14
  14. package/constellation/no-nested-styles/usage.mdx +13 -13
  15. package/constellation/no-physical-properties/usage.mdx +9 -9
  16. package/constellation/no-styled-tagged-template-expression/usage.mdx +30 -30
  17. package/constellation/no-unsafe-design-token-usage/usage.mdx +4 -4
  18. package/constellation/no-unsafe-style-overrides/usage.mdx +5 -5
  19. package/constellation/prefer-primitives/usage.mdx +1 -1
  20. package/constellation/use-heading/usage.mdx +2 -2
  21. package/constellation/use-heading-level-in-spotlight-card/usage.mdx +1 -1
  22. package/constellation/use-latest-xcss-syntax/usage.mdx +2 -2
  23. package/constellation/use-primitives/usage.mdx +38 -38
  24. package/constellation/use-tokens-space/usage.mdx +2 -2
  25. package/dist/cjs/index.codegen.js +1 -1
  26. package/dist/cjs/presets/all.codegen.js +1 -1
  27. package/dist/cjs/presets/recommended.codegen.js +2 -1
  28. package/dist/cjs/rules/index.codegen.js +1 -1
  29. package/dist/cjs/rules/no-html-anchor/node-types/styled-component/index.js +4 -0
  30. package/dist/cjs/rules/no-html-button/index.js +1 -1
  31. package/dist/cjs/rules/no-html-button/node-types/styled-component/index.js +4 -0
  32. package/dist/es2019/index.codegen.js +1 -1
  33. package/dist/es2019/presets/all.codegen.js +1 -1
  34. package/dist/es2019/presets/recommended.codegen.js +2 -1
  35. package/dist/es2019/rules/index.codegen.js +1 -1
  36. package/dist/es2019/rules/no-html-anchor/node-types/styled-component/index.js +4 -0
  37. package/dist/es2019/rules/no-html-button/index.js +1 -1
  38. package/dist/es2019/rules/no-html-button/node-types/styled-component/index.js +4 -0
  39. package/dist/esm/index.codegen.js +1 -1
  40. package/dist/esm/presets/all.codegen.js +1 -1
  41. package/dist/esm/presets/recommended.codegen.js +2 -1
  42. package/dist/esm/rules/index.codegen.js +1 -1
  43. package/dist/esm/rules/no-html-anchor/node-types/styled-component/index.js +4 -0
  44. package/dist/esm/rules/no-html-button/index.js +1 -1
  45. package/dist/esm/rules/no-html-button/node-types/styled-component/index.js +4 -0
  46. package/dist/types/index.codegen.d.ts +1 -0
  47. package/dist/types/presets/all.codegen.d.ts +1 -1
  48. package/dist/types/presets/recommended.codegen.d.ts +2 -1
  49. package/dist/types-ts4.5/index.codegen.d.ts +1 -0
  50. package/dist/types-ts4.5/presets/all.codegen.d.ts +1 -1
  51. package/dist/types-ts4.5/presets/recommended.codegen.d.ts +2 -1
  52. package/package.json +3 -5
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9547e0088a838147f4c53a0d8d021909>>
3
+ * @codegen <<SignedSource::ed09a41b825250124299d53a17b16b74>>
4
4
  * @codegenCommand yarn workspace @atlaskit/eslint-plugin-design-system codegen
5
5
  */
6
6
  declare const _default: {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::aeb378113df7f1734ff3940f2d1ed3bb>>
3
+ * @codegen <<SignedSource::f5a2e39689cb7db642a65999cdc6f03a>>
4
4
  * @codegenCommand yarn workspace @atlaskit/eslint-plugin-design-system codegen
5
5
  */
6
6
  declare const _default: {
@@ -17,6 +17,7 @@ declare const _default: {
17
17
  '@atlaskit/design-system/no-empty-styled-expression': string;
18
18
  '@atlaskit/design-system/no-exported-css': string;
19
19
  '@atlaskit/design-system/no-exported-keyframes': string;
20
+ '@atlaskit/design-system/no-html-button': string;
20
21
  '@atlaskit/design-system/no-invalid-css-map': string;
21
22
  '@atlaskit/design-system/no-nested-styles': string;
22
23
  '@atlaskit/design-system/no-unsafe-design-token-usage': string;
@@ -56,6 +56,7 @@ export declare const configs: {
56
56
  '@atlaskit/design-system/no-empty-styled-expression': string;
57
57
  '@atlaskit/design-system/no-exported-css': string;
58
58
  '@atlaskit/design-system/no-exported-keyframes': string;
59
+ '@atlaskit/design-system/no-html-button': string;
59
60
  '@atlaskit/design-system/no-invalid-css-map': string;
60
61
  '@atlaskit/design-system/no-nested-styles': string;
61
62
  '@atlaskit/design-system/no-unsafe-design-token-usage': string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9547e0088a838147f4c53a0d8d021909>>
3
+ * @codegen <<SignedSource::ed09a41b825250124299d53a17b16b74>>
4
4
  * @codegenCommand yarn workspace @atlaskit/eslint-plugin-design-system codegen
5
5
  */
6
6
  declare const _default: {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::aeb378113df7f1734ff3940f2d1ed3bb>>
3
+ * @codegen <<SignedSource::f5a2e39689cb7db642a65999cdc6f03a>>
4
4
  * @codegenCommand yarn workspace @atlaskit/eslint-plugin-design-system codegen
5
5
  */
6
6
  declare const _default: {
@@ -17,6 +17,7 @@ declare const _default: {
17
17
  '@atlaskit/design-system/no-empty-styled-expression': string;
18
18
  '@atlaskit/design-system/no-exported-css': string;
19
19
  '@atlaskit/design-system/no-exported-keyframes': string;
20
+ '@atlaskit/design-system/no-html-button': string;
20
21
  '@atlaskit/design-system/no-invalid-css-map': string;
21
22
  '@atlaskit/design-system/no-nested-styles': string;
22
23
  '@atlaskit/design-system/no-unsafe-design-token-usage': string;
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.4.3",
4
+ "version": "10.4.5",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
7
7
  "publishConfig": {
@@ -56,9 +56,8 @@
56
56
  "@af/formatting": "*",
57
57
  "@atlaskit/ds-lib": "^2.3.0",
58
58
  "@atlaskit/theme": "^12.8.0",
59
- "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
60
59
  "@atlassian/codegen": "*",
61
- "@atlassian/eslint-utils": "^0.4.0",
60
+ "@atlassian/eslint-utils": "^0.5.0",
62
61
  "@emotion/react": "^11.7.1",
63
62
  "@emotion/styled": "^11.0.0",
64
63
  "@types/eslint": "^8.56.6",
@@ -93,6 +92,5 @@
93
92
  ]
94
93
  }
95
94
  },
96
- "homepage": "https://atlassian.design/components/eslint-plugin-design-system",
97
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
95
+ "homepage": "https://atlassian.design/components/eslint-plugin-design-system"
98
96
  }