Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"@actions/core": "^3.0.1",
"@actions/github": "^9.1.1",
"@babel/helpers": "^8.0.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "^10.0.1",
"@msgpack/msgpack": "^3.1.3",
"@openfeature/core": "^1.11.0",
Expand All @@ -210,11 +210,11 @@
"c8": "^12.0.0",
"codeowners-audit": "^2.9.0",
"eslint": "^10.5.0",
"eslint-plugin-cypress": "^6.4.2",
"eslint-plugin-cypress": "^6.4.3",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-jsdoc": "^63.0.12",
"eslint-plugin-jsdoc": "^63.2.1",
"eslint-plugin-mocha": "^11.3.0",
"eslint-plugin-n": "^18.2.1",
"eslint-plugin-n": "^18.2.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Fix new no-callback-literal violations before bumping plugin

With eslint-plugin-n at 18.2.2, the enabled n/no-callback-literal rule now reports object/array/template literals in the error slot. This repo still has unsuppressed callback-object calls (for example packages/datadog-plugin-grpc/test/server.spec.js:326, packages/dd-trace/test/opentelemetry/traces.spec.js:80, packages/dd-trace/test/opentelemetry/logs.spec.js:96, packages/dd-trace/test/runtime_metrics.spec.js:1132, and packages/datadog-instrumentations/test/openai-lifecycle.spec.js:126), so a clean install from this lockfile will make npm run lint fail unless those cases are fixed or suppressed before taking the plugin bump.

Useful? React with 👍 / 👎.

"eslint-plugin-promise": "^7.3.0",
"eslint-plugin-sonarjs": "^4.2.0",
"eslint-plugin-unicorn": "^72.0.0",
Expand All @@ -236,12 +236,12 @@
"node-preload": "^0.2.1",
"nyc": "^18.0.0",
"octokit": "^5.0.3",
"p-limit": "^7.2.0",
"p-limit": "^7.3.1",
"proxyquire": "^2.1.3",
"retry": "^0.13.1",
"semifies": "^1.0.0",
"semver": "^7.8.5",
"sinon": "^22.0.0",
"sinon": "^22.1.0",
"source-map-support": "^0.5.21",
"test-exclude": "^8.0.0",
"tiktoken": "^1.0.21",
Expand Down
88 changes: 44 additions & 44 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,13 @@
dependencies:
tslib "^2.4.0"

"@es-joy/jsdoccomment@~0.88.0":
version "0.88.0"
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.88.0.tgz#f4bcec56d4047de883bc3c070f549ac4c2e610d4"
integrity sha512-GK/HL/claLLNo5KG705auIlZMwEtmn88ofSGuLsmVZwKBqMPJhW9DiznYNq07QEqz9BPtA3LBfYImtZmhVvRAw==
"@es-joy/jsdoccomment@~0.89.0":
version "0.89.0"
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.89.0.tgz#1ce7c37a4db79fe4f15c1c73be06f85881e588cc"
integrity sha512-ESopDL0Bvyak+X5FQHlWkesK3TO2WNZOV5d4Rh4ouaZxekla9P8e7boSZpmxeTWQ0sTwcAp9h5eAeD1kZ9ywvA==
dependencies:
"@types/estree" "^1.0.9"
"@typescript-eslint/types" "^8.59.4"
"@typescript-eslint/types" "^8.65.0"
comment-parser "1.4.7"
esquery "^1.7.0"
jsdoc-type-pratt-parser "~7.2.0"
Expand Down Expand Up @@ -386,18 +386,18 @@
mdn-data "2.28.1"
source-map-js "^1.2.1"

"@eslint/eslintrc@^3.3.5":
version "3.3.5"
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"
integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==
"@eslint/eslintrc@^3.3.6":
version "3.3.6"
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.6.tgz#d22bfd6b3a7d8e1f2c0b2f2e6de111b53ec6e13e"
integrity sha512-l2Ul9PrHsPCKcEY/ac7VgFj9D80C7S68sOKc618SyHDPK36s1XcFebXY0iTzUVn4Yq+YbwvSnDmCz9yxjX+QrA==
dependencies:
ajv "^6.14.0"
debug "^4.3.2"
espree "^10.0.1"
globals "^14.0.0"
ignore "^5.2.0"
import-fresh "^3.2.1"
js-yaml "^4.1.1"
js-yaml "^4.3.0"
minimatch "^3.1.5"
strip-json-comments "^3.1.1"

Expand Down Expand Up @@ -1103,10 +1103,10 @@
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-15.0.1.tgz#49f731d9453f52d64dd79f5a5626c1cf1b81bea4"
integrity sha512-Ko2tjWJq8oozHzHV+reuvS5KYIRAokHnGbDwGh/J64LntgpbuylF74ipEL24HCyRjf9FOlBiBHWBR1RlVKsI1w==

"@typescript-eslint/types@^8.56.0", "@typescript-eslint/types@^8.59.4":
version "8.61.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.61.0.tgz#0ddb46e012a4288292950bdd253db42f278ce64d"
integrity sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg==
"@typescript-eslint/types@^8.56.0", "@typescript-eslint/types@^8.65.0":
version "8.65.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.65.0.tgz#3e86738416a777c8b8925ab46745f48ecf904c9f"
integrity sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==

"@unrs/resolver-binding-android-arm-eabi@1.12.2":
version "1.12.2"
Expand Down Expand Up @@ -1969,10 +1969,10 @@ eslint-import-context@^0.1.9:
get-tsconfig "^4.10.1"
stable-hash-x "^0.2.0"

eslint-plugin-cypress@^6.4.2:
version "6.4.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.2.tgz#fdc641737d243fde5dfca5e600a4074ecc2c5fd7"
integrity sha512-OIGJP5y6/cyMxBtMASP/iBM7Pv4ZHccE9uI8MhtAZDrdNDYDwHgKa/3Khrr+FGRr9hSIfNYstGRhSmbcLURWYA==
eslint-plugin-cypress@^6.4.3:
version "6.4.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.3.tgz#55b28ac19ff99985a90e6ec223684f0ae8f4dec2"
integrity sha512-2/ulKNnCn+0vbaDI/6KovgGKsR/Y/bA+KMAkxRbHl2IAMd/UzU24ZOXpncR+QPBlaXqfAJ9NMCzdwX9Gjhm9AQ==
dependencies:
globals "^17.7.0"

Expand Down Expand Up @@ -2000,12 +2000,12 @@ eslint-plugin-import-x@^4.16.2:
stable-hash-x "^0.2.0"
unrs-resolver "^1.9.2"

eslint-plugin-jsdoc@^63.0.12:
version "63.0.12"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.0.12.tgz#e8edf4ed3ba4395095a01161d0dd1c0959d82213"
integrity sha512-99VfBHyoLlF9n5w9wh+jLWDBzCgYd3tfw3M/aynAd+H2ylGHWLbde/GPTuo/5az3jMAN0fH7QzCYvEOY6u+Ypg==
eslint-plugin-jsdoc@^63.2.1:
version "63.2.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.2.1.tgz#263c154dbb6bb46765a4d902df082a004408c64c"
integrity sha512-4aPJDFGAIYq81kifBPvInvSHdAwowJ+nVXvSEoBC5SKzdr5Em9NFaVkdPX7UbVUyNN2Zn8JvQB+daNf3wSQE8Q==
dependencies:
"@es-joy/jsdoccomment" "~0.88.0"
"@es-joy/jsdoccomment" "~0.89.0"
"@es-joy/resolve.exports" "1.2.0"
are-docs-informative "^0.0.2"
comment-parser "1.4.7"
Expand All @@ -2017,7 +2017,7 @@ eslint-plugin-jsdoc@^63.0.12:
object-deep-merge "^2.0.1"
parse-imports-exports "^0.2.4"
semver "^7.8.5"
spdx-expression-parse "^4.0.0"
spdx-expression-parse "^5.0.0"
to-valid-identifier "^1.0.0"

eslint-plugin-mocha@^11.3.0:
Expand All @@ -2028,10 +2028,10 @@ eslint-plugin-mocha@^11.3.0:
"@eslint-community/eslint-utils" "^4.4.1"
globals "^15.14.0"

eslint-plugin-n@^18.2.1:
version "18.2.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.2.1.tgz#6f0227d408ee82c06350902c7cb850e2c96d9f4e"
integrity sha512-aO3C9//yq8JIvYOi/T+jPvcZ9hZzpwzbR8esrYpFtgE9vpbyM8kn42AQOtIqYspVmpaSWr8X+nrlQuAJYxXAaw==
eslint-plugin-n@^18.2.2:
version "18.2.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.2.2.tgz#743c7931831472f3378724cc32ffe3917c734819"
integrity sha512-gOO0lIqwEjZ750kv9/SptCWArUoAZXJoBr0vYWTO2dCBxctHUXlBIigiC8xuxxr/NKqgIT6Ehz1xRcilj8a5cA==
dependencies:
"@eslint-community/eslint-utils" "^4.5.0"
enhanced-resolve "^5.17.1"
Expand Down Expand Up @@ -2854,10 +2854,10 @@ js-yaml@^3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"

js-yaml@^4.1.0, js-yaml@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
js-yaml@^4.1.0, js-yaml@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.3.0.tgz#d1900572a7f7cf0b5f540c83673e60bad3436592"
integrity sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==
dependencies:
argparse "^2.0.1"

Expand Down Expand Up @@ -3407,10 +3407,10 @@ p-limit@^3.0.2:
dependencies:
yocto-queue "^0.1.0"

p-limit@^7.2.0:
version "7.3.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-7.3.0.tgz#821398d91491c6b6a1340ecd09cdc402a9c8d0ee"
integrity sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==
p-limit@^7.3.1:
version "7.3.1"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-7.3.1.tgz#ded48cbfa10b161a9928120261fa82c9a282eb3f"
integrity sha512-0trZaiG7Y7kN/Egy9a8j47t9osC0Tch4PaIWd9yGF6bvmlk7muExRvGNYb8sXBwEKMoNKsbNN9P8EefuQekE4Q==
dependencies:
yocto-queue "^1.2.1"

Expand Down Expand Up @@ -3909,10 +3909,10 @@ signal-exit@^4.0.1:
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==

sinon@^22.0.0:
version "22.0.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-22.0.0.tgz#01cea95c919468f6ef01e21d406397e5c02aad9b"
integrity sha512-sq/6DpdXOrLyfbKlXLg/Usc7xu8YXPeLkOFZRvA3bNUSA2lhbrZ06yuXbH1fkzBPCbz9O10+7hznzUsjaYNm0Q==
sinon@^22.1.0:
version "22.1.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-22.1.0.tgz#df5a9308d1818166d1370795a4953ceadc5ff706"
integrity sha512-n1ajF2rBWMTtEwbKcw4UdFg4nCnDdq/U6RDoxtOd7oapOlRoJ5ynwFx60owROyhDpA9QhMZi0pCO/xtmwFjG7w==
dependencies:
"@sinonjs/commons" "^3.0.1"
"@sinonjs/fake-timers" "^15.4.0"
Expand Down Expand Up @@ -3965,10 +3965,10 @@ spdx-exceptions@^2.1.0:
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz#5d607d27fc806f66d7b64a766650fa890f04ed66"
integrity sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==

spdx-expression-parse@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz#a23af9f3132115465dac215c099303e4ceac5794"
integrity sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==
spdx-expression-parse@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-5.0.0.tgz#d337d2cfb7ed5528cbae52bd24a960f5b04c5a41"
integrity sha512-vngmw3Rgn+o2arXNbnZaj5UtOEBuWBfvaI+Wc8GFfykIhA5/vdK9/Sp/XkLv63dykz2rxKDvKEHupF5P0FORcQ==
dependencies:
spdx-exceptions "^2.1.0"
spdx-license-ids "^3.0.0"
Expand Down
Loading