@atlaskit/eslint-plugin-design-system 4.13.4 → 4.13.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/eslint-plugin-design-system
2
2
 
3
+ ## 4.13.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`fd903efd5f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd903efd5f8) - Dependency bump of `eslint-codemod-utils`.
8
+
3
9
  ## 4.13.4
4
10
 
5
11
  ### Patch Changes
@@ -17,7 +17,6 @@ var getNodeValue = function getNodeValue(node) {
17
17
 
18
18
  case 'CallExpression':
19
19
  return node.callee.type === 'Identifier' ? node.callee.name : null;
20
- // @ts-expect-error
21
20
 
22
21
  case 'JSXAttribute':
23
22
  // @ts-expect-error
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/eslint-plugin-design-system",
3
- "version": "4.13.4",
3
+ "version": "4.13.5",
4
4
  "sideEffects": false
5
5
  }
@@ -10,7 +10,6 @@ const getNodeValue = node => {
10
10
 
11
11
  case 'CallExpression':
12
12
  return node.callee.type === 'Identifier' ? node.callee.name : null;
13
- // @ts-expect-error
14
13
 
15
14
  case 'JSXAttribute':
16
15
  // @ts-expect-error
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/eslint-plugin-design-system",
3
- "version": "4.13.4",
3
+ "version": "4.13.5",
4
4
  "sideEffects": false
5
5
  }
@@ -10,7 +10,6 @@ var getNodeValue = function getNodeValue(node) {
10
10
 
11
11
  case 'CallExpression':
12
12
  return node.callee.type === 'Identifier' ? node.callee.name : null;
13
- // @ts-expect-error
14
13
 
15
14
  case 'JSXAttribute':
16
15
  // @ts-expect-error
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/eslint-plugin-design-system",
3
- "version": "4.13.4",
3
+ "version": "4.13.5",
4
4
  "sideEffects": false
5
5
  }
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": "4.13.4",
4
+ "version": "4.13.5",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org/"
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@atlaskit/tokens": "^0.11.0",
37
37
  "@babel/runtime": "^7.0.0",
38
- "eslint-codemod-utils": "^1.4.0"
38
+ "eslint-codemod-utils": "^1.5.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@atlaskit/ds-lib": "^2.1.0",