Skip to content

fix(lint): validate config names against both index.d.ts and index.d.v5.ts#8465

Merged
rochdev merged 5 commits into
masterfrom
rochdev/disable-missing-in-index-dts-lint-check
May 13, 2026
Merged

fix(lint): validate config names against both index.d.ts and index.d.v5.ts#8465
rochdev merged 5 commits into
masterfrom
rochdev/disable-missing-in-index-dts-lint-check

Conversation

@rochdev
Copy link
Copy Markdown
Member

@rochdev rochdev commented May 13, 2026

Summary

  • Changes the eslint-config-names-sync rule to accept an array of type definition files (indexDtsPaths) instead of a single path
  • Unions configuration names across all provided files, so a name present in either index.d.ts (v6) or index.d.v5.ts (v5) is not flagged
  • Wires up both files in eslint.config.mjs to prevent false positives on release branches where the two type surfaces diverge
  • Removes the iast.securityControlsConfiguration workaround from IGNORED_CONFIGURATION_NAMES — it is now correctly covered by index.d.v5.ts
  • Adds index.d.v5.ts to the iast-canonical-still-checked test fixture to cover the multi-file scenario

Motivation

supported-configurations.json is shared across all major versions, but index.d.ts (v6) and index.d.v5.ts (v5) define different type surfaces. The previous single-file check produced false positives for configs that exist in only one version's types (e.g. iast.securityControlsConfiguration is in v5 but not v6). This would cause failures on release branches.

Test plan

  • npm run test:eslint-rules passes

Generated by Claude Code

supported-configurations.json has no per-major-version distinction, so
the check produces false positives now that index.d.ts and index.d.v5.ts
define different type surfaces per major version.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@datadog-prod-us1-4
Copy link
Copy Markdown

datadog-prod-us1-4 Bot commented May 13, 2026

Tests

Fix all issues with BitsAI or with Cursor

⚠️ Warnings

🧪 1 Test failed

extended data collection with next >=13.0.0 <14 (13.0.0) extended data collection in pages-dir "before all" hook for "Should collect nothing when no extended_data_collection is triggered" from extended data collection in pages-dir   View in Datadog   (Fix with Cursor)
Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/dd-trace-js/dd-trace-js/packages/dd-trace/test/appsec/extended-data-collection.next.plugin.spec.js)

Error: Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/dd-trace-js/dd-trace-js/packages/dd-trace/test/appsec/extended-data-collection.next.plugin.spec.js)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

ℹ️ Info

No other issues found (see more)

❄️ No new flaky tests detected

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 86.45% (-0.36%)

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: d3ff8e5 | Docs | Datadog PR Page | Give us feedback!

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.68%. Comparing base (56b6048) to head (d3ff8e5).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8465      +/-   ##
==========================================
- Coverage   90.06%   89.68%   -0.38%     
==========================================
  Files         838      844       +6     
  Lines       45088    45388     +300     
  Branches     8424     8446      +22     
==========================================
+ Hits        40607    40707     +100     
- Misses       4481     4681     +200     
Flag Coverage Δ
aiguard-integration-active 41.21% <ø> (-0.03%) ⬇️
aiguard-integration-latest 41.16% <ø> (-0.03%) ⬇️
aiguard-integration-maintenance 41.21% <ø> (-0.03%) ⬇️
aiguard-macos 35.38% <ø> (-0.11%) ⬇️
aiguard-ubuntu 35.48% <ø> (-0.11%) ⬇️
aiguard-windows 35.29% <ø> (-0.11%) ⬇️
apm-capabilities-tracing-macos 48.99% <ø> (-0.06%) ⬇️
apm-capabilities-tracing-ubuntu-active 49.05% <ø> (-0.01%) ⬇️
apm-capabilities-tracing-ubuntu-latest 49.03% <ø> (-0.20%) ⬇️
apm-capabilities-tracing-ubuntu-maintenance 49.23% <ø> (-0.02%) ⬇️
apm-capabilities-tracing-ubuntu-oldest 49.22% <ø> (-0.02%) ⬇️
apm-capabilities-tracing-windows 49.03% <ø> (-0.03%) ⬇️
apm-integrations-aerospike-18-gte.5.2.0 34.42% <ø> (-0.13%) ⬇️
apm-integrations-aerospike-20-gte.5.5.0 34.43% <ø> (-0.13%) ⬇️
apm-integrations-aerospike-22-gte.5.12.1 34.43% <ø> (-0.13%) ⬇️
apm-integrations-aerospike-22-gte.6.0.0 34.43% <ø> (-0.13%) ⬇️
apm-integrations-aerospike-eol- 34.34% <ø> (-0.13%) ⬇️
apm-integrations-child-process 35.42% <ø> (-0.11%) ⬇️
apm-integrations-confluentinc-kafka-javascript-18 41.24% <ø> (-0.12%) ⬇️
apm-integrations-confluentinc-kafka-javascript-20 41.25% <ø> (-0.12%) ⬇️
apm-integrations-confluentinc-kafka-javascript-22 41.25% <ø> (-0.12%) ⬇️
apm-integrations-confluentinc-kafka-javascript-24 41.19% <ø> (-0.12%) ⬇️
apm-integrations-couchbase-18 34.59% <ø> (-0.13%) ⬇️
apm-integrations-couchbase-eol 34.70% <ø> (-0.05%) ⬇️
apm-integrations-dns 34.30% <ø> (-0.11%) ⬇️
apm-integrations-elasticsearch 35.06% <ø> (-0.12%) ⬇️
apm-integrations-http-latest 42.20% <ø> (-0.12%) ⬇️
apm-integrations-http-maintenance 42.26% <ø> (-0.12%) ⬇️
apm-integrations-http-oldest 42.27% <ø> (-0.12%) ⬇️
apm-integrations-http2 39.57% <ø> (-0.24%) ⬇️
apm-integrations-kafkajs-latest 41.08% <ø> (-0.13%) ⬇️
apm-integrations-kafkajs-oldest 41.13% <ø> (-0.14%) ⬇️
apm-integrations-net 35.00% <ø> (-0.11%) ⬇️
apm-integrations-next-11.1.4 29.09% <ø> (-0.11%) ⬇️
apm-integrations-next-13.2.0 30.78% <ø> (-0.12%) ⬇️
apm-integrations-next-gte.10.2.0.and.lt.11 24.94% <ø> (-0.21%) ⬇️
apm-integrations-next-gte.11.0.0.and.lt.13 30.79% <ø> (-0.11%) ⬇️
apm-integrations-next-gte.13.0.0.and.lt.14 31.03% <ø> (-0.14%) ⬇️
apm-integrations-next-gte.14.0.0.and.lte.14.2.6 30.87% <ø> (-0.09%) ⬇️
apm-integrations-next-gte.14.2.7.and.lt.15 30.85% <ø> (-0.12%) ⬇️
apm-integrations-next-gte.15.0.0 30.91% <ø> (-0.12%) ⬇️
apm-integrations-oracledb 34.70% <ø> (-0.12%) ⬇️
apm-integrations-prisma-18-gte.6.16.0.and.lt.7.0.0 36.69% <ø> (-0.11%) ⬇️
apm-integrations-prisma-latest-all 35.52% <ø> (-0.11%) ⬇️
apm-integrations-restify 36.47% <ø> (-0.11%) ⬇️
apm-integrations-sharedb 33.98% <ø> (-0.11%) ⬇️
apm-integrations-tedious 34.50% <ø> (-0.12%) ⬇️
appsec-express 51.96% <ø> (-0.10%) ⬇️
appsec-fastify 48.66% <ø> (-0.09%) ⬇️
appsec-graphql 48.89% <ø> (-0.19%) ⬇️
appsec-integration-active 36.79% <ø> (-0.14%) ⬇️
appsec-integration-latest 36.76% <ø> (-0.14%) ⬇️
appsec-integration-maintenance 36.78% <ø> (-0.14%) ⬇️
appsec-integration-oldest 36.78% <ø> (-0.14%) ⬇️
appsec-kafka 41.64% <ø> (+0.04%) ⬆️
appsec-ldapjs 40.74% <ø> (-0.09%) ⬇️
appsec-lodash 40.85% <ø> (-0.09%) ⬇️
appsec-macos 55.67% <ø> (-0.09%) ⬇️
appsec-mongodb-core 45.17% <ø> (-0.08%) ⬇️
appsec-mongoose 46.01% <ø> (-0.10%) ⬇️
appsec-mysql 48.06% <ø> (+0.05%) ⬆️
appsec-next-latest-11.1.4 29.22% <ø> (-0.10%) ⬇️
appsec-next-latest-13.2.0 30.93% <ø> (-0.10%) ⬇️
appsec-next-latest-gte.10.2.0.and.lt.11 29.30% <ø> (-0.09%) ⬇️
appsec-next-latest-gte.11.0.0.and.lt.13 30.92% <ø> (-0.10%) ⬇️
appsec-next-latest-gte.13.0.0.and.lt.14 31.16% <ø> (-0.10%) ⬇️
appsec-next-latest-gte.14.0.0.and.lte.14.2.6 31.01% <ø> (-0.10%) ⬇️
appsec-next-latest-gte.14.2.7.and.lt.15 31.01% <ø> (-0.10%) ⬇️
appsec-next-latest-gte.15.0.0 31.01% <ø> (-0.10%) ⬇️
appsec-next-oldest-11.1.4 29.29% <ø> (-0.04%) ⬇️
appsec-next-oldest-13.2.0 31.21% <ø> (-0.10%) ⬇️
appsec-next-oldest-gte.10.2.0.and.lt.11 29.42% <ø> (-0.09%) ⬇️
appsec-next-oldest-gte.11.0.0.and.lt.13 30.93% <ø> (-0.10%) ⬇️
appsec-next-oldest-gte.13.0.0.and.lt.14 31.40% <ø> (-0.10%) ⬇️
appsec-next-oldest-gte.14.0.0.and.lte.14.2.6 31.25% <ø> (-0.10%) ⬇️
appsec-next-oldest-gte.14.2.7.and.lt.15 31.25% <ø> (-0.10%) ⬇️
appsec-next-oldest-gte.15.0.0 31.25% <ø> (-0.10%) ⬇️
appsec-node-serialize 40.07% <ø> (-0.09%) ⬇️
appsec-passport 43.77% <ø> (-0.10%) ⬇️
appsec-postgres 47.63% <ø> (-0.09%) ⬇️
appsec-sourcing 39.42% <ø> (-0.09%) ⬇️
appsec-stripe 41.57% <ø> (-0.11%) ⬇️
appsec-template 40.22% <ø> (-0.09%) ⬇️
appsec-ubuntu 55.76% <ø> (-0.07%) ⬇️
appsec-windows 55.60% <ø> (-0.09%) ⬇️
debugger-ubuntu-active 43.26% <ø> (-0.02%) ⬇️
debugger-ubuntu-latest 43.21% <ø> (-0.02%) ⬇️
debugger-ubuntu-maintenance 43.27% <ø> (-0.02%) ⬇️
debugger-ubuntu-oldest 43.71% <ø> (-0.02%) ⬇️
instrumentations-instrumentation-bluebird 29.34% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-body-parser 37.00% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-child_process 34.91% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-cookie-parser 31.16% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-express 31.37% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-express-mongo-sanitize 31.27% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-express-session 36.69% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-fs 29.02% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-generic-pool 29.15% <ø> (-0.03%) ⬇️
instrumentations-instrumentation-http 36.36% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-knex 29.31% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-light-my-request 36.62% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-mongoose 30.42% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-multer 36.79% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-mysql2 34.94% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-passport 40.43% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-passport-http 40.21% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-passport-local 40.69% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-pg 34.53% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-promise 29.27% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-promise-js 29.28% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-q 29.31% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-url 29.28% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-when 29.29% <ø> (-0.11%) ⬇️
instrumentations-integration-esbuild-active 19.37% <ø> (-0.07%) ⬇️
instrumentations-integration-esbuild-latest 19.36% <ø> (-0.07%) ⬇️
instrumentations-integration-esbuild-maintenance 19.37% <ø> (-0.07%) ⬇️
instrumentations-integration-esbuild-oldest 19.36% <ø> (-0.07%) ⬇️
llmobs-ai 37.83% <ø> (-0.10%) ⬇️
llmobs-anthropic 37.87% <ø> (-0.10%) ⬇️
llmobs-bedrock 36.59% <ø> (-0.09%) ⬇️
llmobs-google-genai 36.90% <ø> (-0.10%) ⬇️
llmobs-langchain 36.59% <ø> (-0.08%) ⬇️
llmobs-openai 40.63% <ø> (-0.10%) ⬇️
llmobs-sdk-active 45.48% <ø> (-0.11%) ⬇️
llmobs-sdk-latest 45.42% <ø> (-0.11%) ⬇️
llmobs-sdk-maintenance 45.48% <ø> (-0.11%) ⬇️
llmobs-sdk-oldest 45.47% <ø> (-0.11%) ⬇️
llmobs-vertex-ai 37.05% <ø> (-0.10%) ⬇️
openfeature-macos 38.03% <ø> (-0.02%) ⬇️
openfeature-ubuntu 38.11% <ø> (-0.02%) ⬇️
openfeature-unit-active 48.86% <ø> (-0.13%) ⬇️
openfeature-unit-latest 48.70% <ø> (-0.13%) ⬇️
openfeature-unit-maintenance 48.86% <ø> (-0.13%) ⬇️
openfeature-unit-oldest 48.86% <ø> (-0.13%) ⬇️
openfeature-windows 37.92% <ø> (-0.02%) ⬇️
platform-core 36.49% <ø> (-0.79%) ⬇️
platform-esbuild 39.87% <ø> (-0.74%) ⬇️
platform-instrumentations-misc 30.89% <ø> (+0.06%) ⬆️
platform-integration-active 47.08% <ø> (-0.01%) ⬇️
platform-integration-latest 47.03% <ø> (-0.03%) ⬇️
platform-integration-maintenance 47.08% <ø> (-0.03%) ⬇️
platform-integration-oldest 47.25% <ø> (-0.03%) ⬇️
platform-shimmer 41.68% <ø> (-0.62%) ⬇️
platform-unit-guardrails 35.56% <ø> (-0.56%) ⬇️
platform-webpack 20.50% <ø> (-0.07%) ⬇️
plugins-azure-durable-functions 37.04% <ø> (-0.02%) ⬇️
plugins-azure-event-hubs 34.90% <ø> (-0.02%) ⬇️
plugins-azure-service-bus 35.35% <ø> (-0.02%) ⬇️
plugins-bullmq 40.26% <ø> (+<0.01%) ⬆️
plugins-cassandra 34.71% <ø> (-0.25%) ⬇️
plugins-cookie 28.72% <ø> (-0.29%) ⬇️
plugins-cookie-parser 28.53% <ø> (-0.28%) ⬇️
plugins-crypto 27.19% <ø> (-0.51%) ⬇️
plugins-dd-trace-api 34.82% <ø> (-0.11%) ⬇️
plugins-express-mongo-sanitize 28.64% <ø> (-0.28%) ⬇️
plugins-express-session 28.49% <ø> (-0.28%) ⬇️
plugins-fastify 38.76% <ø> (-0.11%) ⬇️
plugins-fetch 35.08% <ø> (-0.12%) ⬇️
plugins-fs 35.19% <ø> (-0.11%) ⬇️
plugins-generic-pool 27.69% <ø> (-0.27%) ⬇️
plugins-google-cloud-pubsub 42.44% <ø> (-0.13%) ⬇️
plugins-grpc 37.51% <ø> (-0.12%) ⬇️
plugins-handlebars 28.68% <ø> (-0.28%) ⬇️
plugins-hapi 36.67% <ø> (-0.11%) ⬇️
plugins-hono 36.95% <ø> (-0.11%) ⬇️
plugins-ioredis 35.29% <ø> (-0.13%) ⬇️
plugins-knex 28.29% <ø> (-0.27%) ⬇️
plugins-langgraph 34.54% <ø> (-0.11%) ⬇️
plugins-ldapjs 26.30% <ø> (-0.25%) ⬇️
plugins-light-my-request 28.09% <ø> (-0.27%) ⬇️
plugins-limitd-client 29.63% <ø> (-0.05%) ⬇️
plugins-lodash 27.78% <ø> (-0.28%) ⬇️
plugins-mariadb 36.14% <ø> (-0.19%) ⬇️
plugins-memcached 34.91% <ø> (-0.13%) ⬇️
plugins-microgateway-core 35.79% <ø> (-0.11%) ⬇️
plugins-modelcontextprotocol-sdk 33.83% <ø> (-0.11%) ⬇️
plugins-moleculer 37.60% <ø> (-0.13%) ⬇️
plugins-mongodb 36.12% <ø> (-0.12%) ⬇️
plugins-mongodb-core 35.85% <ø> (-0.15%) ⬇️
plugins-mongoose 35.61% <ø> (-0.11%) ⬇️
plugins-multer 28.49% <ø> (-0.28%) ⬇️
plugins-mysql 35.92% <ø> (-0.13%) ⬇️
plugins-mysql2 36.00% <ø> (-0.13%) ⬇️
plugins-node-serialize 28.76% <ø> (-0.29%) ⬇️
plugins-opensearch 34.59% <ø> (-0.12%) ⬇️
plugins-passport-http 28.51% <ø> (-0.28%) ⬇️
plugins-pino 31.27% <ø> (-0.11%) ⬇️
plugins-postgres 33.97% <ø> (-0.12%) ⬇️
plugins-process 27.19% <ø> (-0.51%) ⬇️
plugins-pug 28.72% <ø> (-0.29%) ⬇️
plugins-redis 35.28% <ø> (-0.13%) ⬇️
plugins-router 39.10% <ø> (-0.24%) ⬇️
plugins-sequelize 27.48% <ø> (-0.27%) ⬇️
plugins-test-and-upstream-amqp10 35.15% <ø> (-0.13%) ⬇️
plugins-test-and-upstream-amqplib 40.32% <ø> (-0.13%) ⬇️
plugins-test-and-upstream-apollo 36.07% <ø> (-0.12%) ⬇️
plugins-test-and-upstream-avsc 34.51% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-bunyan 30.65% <ø> (-0.11%) ⬇️
plugins-test-and-upstream-connect 37.33% <ø> (-0.11%) ⬇️
plugins-test-and-upstream-graphql 37.12% <ø> (-0.11%) ⬇️
plugins-test-and-upstream-koa 36.93% <ø> (-0.11%) ⬇️
plugins-test-and-upstream-protobufjs 34.72% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-rhea 40.32% <ø> (-0.14%) ⬇️
plugins-undici 35.80% <ø> (+<0.01%) ⬆️
plugins-url 27.19% <ø> (-0.51%) ⬇️
plugins-valkey 34.93% <ø> (-0.13%) ⬇️
plugins-vm 27.19% <ø> (-0.51%) ⬇️
plugins-winston 31.15% <ø> (-0.11%) ⬇️
plugins-ws 38.43% <ø> (+0.03%) ⬆️
profiling-macos 42.74% <ø> (-0.09%) ⬇️
profiling-ubuntu 43.14% <ø> (-0.04%) ⬇️
profiling-windows 40.05% <ø> (-0.08%) ⬇️
serverless-aws-sdk-latest-aws-sdk 34.67% <ø> (-0.09%) ⬇️
serverless-aws-sdk-latest-bedrockruntime 33.14% <ø> (-0.10%) ⬇️
serverless-aws-sdk-latest-client 24.35% <ø> (-0.21%) ⬇️
serverless-aws-sdk-latest-dynamodb 35.70% <ø> (-0.15%) ⬇️
serverless-aws-sdk-latest-eventbridge 28.74% <ø> (-0.09%) ⬇️
serverless-aws-sdk-latest-kinesis 38.64% <ø> (-0.12%) ⬇️
serverless-aws-sdk-latest-lambda 35.92% <ø> (-0.11%) ⬇️
serverless-aws-sdk-latest-s3 33.89% <ø> (-0.11%) ⬇️
serverless-aws-sdk-latest-serverless-peer-service 40.01% <ø> (-0.12%) ⬇️
serverless-aws-sdk-latest-sns 39.73% <ø> (-0.12%) ⬇️
serverless-aws-sdk-latest-sqs 39.01% <ø> (-0.12%) ⬇️
serverless-aws-sdk-latest-stepfunctions 34.51% <ø> (-0.10%) ⬇️
serverless-aws-sdk-latest-util 48.37% <ø> (-0.30%) ⬇️
serverless-aws-sdk-oldest-aws-sdk 34.76% <ø> (-0.09%) ⬇️
serverless-aws-sdk-oldest-bedrockruntime 33.42% <ø> (-0.10%) ⬇️
serverless-aws-sdk-oldest-client 24.70% <ø> (-0.21%) ⬇️
serverless-aws-sdk-oldest-dynamodb 35.83% <ø> (-0.10%) ⬇️
serverless-aws-sdk-oldest-eventbridge 28.78% <ø> (-0.09%) ⬇️
serverless-aws-sdk-oldest-kinesis 38.77% <ø> (-0.12%) ⬇️
serverless-aws-sdk-oldest-lambda 36.00% <ø> (-0.11%) ⬇️
serverless-aws-sdk-oldest-s3 33.96% <ø> (-0.11%) ⬇️
serverless-aws-sdk-oldest-serverless-peer-service 40.07% <ø> (-0.12%) ⬇️
serverless-aws-sdk-oldest-sns 39.94% <ø> (-0.11%) ⬇️
serverless-aws-sdk-oldest-sqs 38.90% <ø> (-0.12%) ⬇️
serverless-aws-sdk-oldest-stepfunctions 34.59% <ø> (-0.10%) ⬇️
serverless-aws-sdk-oldest-util 48.68% <ø> (-0.30%) ⬇️
serverless-azure-functions-eventhubs 38.51% <ø> (-0.02%) ⬇️
serverless-azure-functions-servicebus 38.57% <ø> (-0.02%) ⬇️
serverless-lambda 34.49% <ø> (-0.11%) ⬇️
test-optimization-cucumber-latest-7.0.0 50.28% <ø> (-0.01%) ⬇️
test-optimization-cucumber-latest-latest 52.99% <ø> (+0.10%) ⬆️
test-optimization-cucumber-oldest-7.0.0 50.32% <ø> (+0.10%) ⬆️
test-optimization-cypress-latest-12.0.0-commonJS 48.78% <ø> (+0.17%) ⬆️
test-optimization-cypress-latest-12.0.0-esm 48.70% <ø> (+0.05%) ⬆️
test-optimization-cypress-latest-14.5.4-commonJS 48.52% <ø> (+0.05%) ⬆️
test-optimization-cypress-latest-14.5.4-esm 48.55% <ø> (+0.05%) ⬆️
test-optimization-cypress-latest-latest-commonJS 49.01% <ø> (+0.05%) ⬆️
test-optimization-cypress-latest-latest-esm 49.04% <ø> (+0.05%) ⬆️
test-optimization-cypress-oldest-12.0.0-commonJS 48.71% <ø> (+0.05%) ⬆️
test-optimization-cypress-oldest-12.0.0-esm 48.74% <ø> (+0.05%) ⬆️
test-optimization-cypress-oldest-14.5.4-commonJS 48.55% <ø> (+0.05%) ⬆️
test-optimization-cypress-oldest-14.5.4-esm 48.58% <ø> (+0.05%) ⬆️
test-optimization-jest-latest-latest 54.75% <ø> (+0.06%) ⬆️
test-optimization-jest-latest-oldest 53.57% <ø> (+0.07%) ⬆️
test-optimization-jest-oldest-latest 54.76% <ø> (+0.06%) ⬆️
test-optimization-jest-oldest-oldest 53.51% <ø> (+0.07%) ⬆️
test-optimization-mocha-latest-latest 53.37% <ø> (+0.06%) ⬆️
test-optimization-mocha-latest-oldest 50.99% <ø> (+0.06%) ⬆️
test-optimization-mocha-oldest-latest 53.43% <ø> (+0.06%) ⬆️
test-optimization-mocha-oldest-oldest 50.93% <ø> (+0.06%) ⬆️
test-optimization-playwright-latest-latest-playwright-active-test-span 44.22% <ø> (+0.27%) ⬆️
test-optimization-playwright-latest-latest-playwright-atr 42.99% <ø> (+0.09%) ⬆️
test-optimization-playwright-latest-latest-playwright-efd 43.42% <ø> (+0.08%) ⬆️
test-optimization-playwright-latest-latest-playwright-final-status 43.46% <ø> (+0.09%) ⬆️
test-optimization-playwright-latest-latest-playwright-impacted-tests 42.92% <ø> (-0.02%) ⬇️
test-optimization-playwright-latest-latest-playwright-reporting 42.87% <ø> (+0.08%) ⬆️
test-optimization-playwright-latest-latest-playwright-test-management 44.64% <ø> (+0.09%) ⬆️
test-optimization-playwright-latest-oldest-playwright-active-test-span 44.29% <ø> (+0.26%) ⬆️
test-optimization-playwright-latest-oldest-playwright-atr 43.20% <ø> (+0.10%) ⬆️
test-optimization-playwright-latest-oldest-playwright-efd 43.47% <ø> (+0.08%) ⬆️
test-optimization-playwright-latest-oldest-playwright-final-status 43.49% <ø> (+0.10%) ⬆️
test-optimization-playwright-latest-oldest-playwright-impacted-tests 42.97% <ø> (-0.02%) ⬇️
test-optimization-playwright-latest-oldest-playwright-reporting 42.94% <ø> (+0.08%) ⬆️
test-optimization-playwright-latest-oldest-playwright-test-management 44.72% <ø> (+0.09%) ⬆️
test-optimization-playwright-oldest-latest-playwright-active-test-span 44.26% <ø> (+0.27%) ⬆️
test-optimization-playwright-oldest-latest-playwright-atr 43.03% <ø> (+0.09%) ⬆️
test-optimization-playwright-oldest-latest-playwright-efd 43.43% <ø> (+0.08%) ⬆️
test-optimization-playwright-oldest-latest-playwright-final-status 43.47% <ø> (+0.09%) ⬆️
test-optimization-playwright-oldest-latest-playwright-impacted-tests 42.96% <ø> (-0.02%) ⬇️
test-optimization-playwright-oldest-latest-playwright-reporting 42.88% <ø> (+0.08%) ⬆️
test-optimization-playwright-oldest-latest-playwright-test-management 44.66% <ø> (+0.09%) ⬆️
test-optimization-playwright-oldest-oldest-playwright-active-test-span 44.33% <ø> (+0.26%) ⬆️
test-optimization-playwright-oldest-oldest-playwright-atr 43.24% <ø> (+0.10%) ⬆️
test-optimization-playwright-oldest-oldest-playwright-efd 43.48% <ø> (+0.08%) ⬆️
test-optimization-playwright-oldest-oldest-playwright-final-status 43.53% <ø> (+0.10%) ⬆️
test-optimization-playwright-oldest-oldest-playwright-impacted-tests 43.01% <ø> (-0.02%) ⬇️
test-optimization-playwright-oldest-oldest-playwright-reporting 42.95% <ø> (+0.08%) ⬆️
test-optimization-playwright-oldest-oldest-playwright-test-management 44.73% <ø> (+0.09%) ⬆️
test-optimization-selenium-latest 45.55% <ø> (+0.06%) ⬆️
test-optimization-selenium-oldest 45.05% <ø> (+0.06%) ⬆️
test-optimization-testopt-active 46.87% <ø> (+0.12%) ⬆️
test-optimization-testopt-latest 46.84% <ø> (+0.12%) ⬆️
test-optimization-testopt-maintenance 46.87% <ø> (+0.12%) ⬆️
test-optimization-testopt-oldest 47.73% <ø> (+0.14%) ⬆️
test-optimization-vitest-latest 50.96% <ø> (+0.09%) ⬆️
test-optimization-vitest-oldest 47.94% <ø> (+0.29%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

…sync rule

iast.securityControlsConfiguration is a v6-only config not yet exposed
in index.d.ts, so add it to IGNORED_CONFIGURATION_NAMES instead of
disabling the entire configurationMissingInIndexDts check.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@pr-commenter
Copy link
Copy Markdown

pr-commenter Bot commented May 13, 2026

Benchmarks

Benchmark execution time: 2026-05-13 19:33:10

Comparing candidate commit d3ff8e5 in PR branch rochdev/disable-missing-in-index-dts-lint-check with baseline commit 56b6048 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 1496 metrics, 97 unstable metrics.

…v5.ts

The configurationMissingInIndexDts check now accepts an array of type
files and unions their names, so a config present in either v5 or v6
types is not flagged. This avoids false positives on release branches
where the two type surfaces diverge.

Wire up both index.d.ts and index.d.v5.ts in eslint.config.mjs and
remove the iast.securityControlsConfiguration workaround from
IGNORED_CONFIGURATION_NAMES, which is now covered by index.d.v5.ts.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 13, 2026

Overall package size

Self size: 5.85 MB
Deduped: 6.69 MB
No deduping: 6.69 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.1 | 82.56 kB | 817.39 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@rochdev rochdev marked this pull request as ready for review May 13, 2026 19:07
@rochdev rochdev requested review from a team as code owners May 13, 2026 19:07
@rochdev rochdev requested review from khanayan123 and removed request for a team May 13, 2026 19:07
@rochdev rochdev changed the title fix(lint): disable configurationMissingInIndexDts check fix(lint): validate config names against both index.d.ts and index.d.v5.ts May 13, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 809917124c

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread eslint.config.mjs
The configurationMissingInSupportedConfigurations check now only uses
the primary (v6) index.d.ts, while the forward check still unions all
provided files. This prevents false positives for v5-only configs like
iast.securityControlsConfiguration that are intentionally absent from
the v6 type surface.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@pabloerhard pabloerhard left a comment

Choose a reason for hiding this comment

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

LGTM

@rochdev rochdev merged commit 65ca820 into master May 13, 2026
1072 of 1077 checks passed
@rochdev rochdev deleted the rochdev/disable-missing-in-index-dts-lint-check branch May 13, 2026 21:41
dd-octo-sts Bot pushed a commit that referenced this pull request May 13, 2026
…v5.ts (#8465)

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@dd-octo-sts dd-octo-sts Bot mentioned this pull request May 13, 2026
rochdev added a commit that referenced this pull request May 13, 2026
…v5.ts (#8465)

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants