Skip to content

Commit f3da1ad

Browse files
authored
Bump eslint-plugin-unicorn from v57.0.0 to v59.0,1 (#6027)
1 parent a5a270a commit f3da1ad

File tree

6 files changed

+66
-152
lines changed

6 files changed

+66
-152
lines changed

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ export default [
4949
'integration-tests/debugger/target-app/source-map-support/typescript.js', // Generated
5050
'integration-tests/esbuild/out.js', // Generated
5151
'integration-tests/esbuild/aws-sdk-out.js', // Generated
52+
'packages/datadog-plugin-graphql/src/tools/index.js', // Inlined from apollo-graphql
53+
'packages/datadog-plugin-graphql/src/tools/signature.js', // Inlined from apollo-graphql
54+
'packages/datadog-plugin-graphql/src/tools/transforms.js', // Inlined from apollo-graphql
5255
'packages/dd-trace/src/guardrails/**/*' // Guardrails contain very old JS
5356
]
5457
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"eslint-plugin-mocha": "^10.5.0",
138138
"eslint-plugin-n": "^17.20.0",
139139
"eslint-plugin-promise": "^7.2.1",
140-
"eslint-plugin-unicorn": "^57.0.0",
140+
"eslint-plugin-unicorn": "^59.0.1",
141141
"express": "^4.21.2",
142142
"get-port": "^5.1.1",
143143
"glob": "^7.2.3",

packages/datadog-plugin-graphql/src/tools/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable unicorn/no-abusive-eslint-disable */
2-
/* eslint-disable */
31
// file mostly untouched from apollo-graphql
42

53
"use strict";

packages/datadog-plugin-graphql/src/tools/signature.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable unicorn/no-abusive-eslint-disable */
2-
/* eslint-disable */
31
// file mostly untouched from apollo-graphql
42

53
"use strict";

packages/datadog-plugin-graphql/src/tools/transforms.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable unicorn/no-abusive-eslint-disable */
2-
/* eslint-disable */
31
// file mostly untouched from apollo-graphql
42

53
"use strict";

0 commit comments

Comments
 (0)