Skip to content

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2#9327

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/typescript-7.0.2
Open

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2#9327
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/typescript-7.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

Bumps typescript from 6.0.3 to 7.0.2.

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


@dependabot dependabot Bot added dependabot dependencies javascript Pull requests that update javascript code semver-patch labels Jul 14, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 14, 2026 12:43
@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code dependabot labels Jul 14, 2026
@dd-octo-sts

dd-octo-sts Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Overall package size

Self size: 7.49 MB
Deduped: 8.15 MB
No deduping: 8.15 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.3.2 | 124.41 kB | 440.65 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |

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

@datadog-prod-us1-4

datadog-prod-us1-4 Bot commented Jul 14, 2026

Copy link
Copy Markdown

Pipelines  Tests

⚠️ Warnings

🚦 482 Pipeline jobs failed

APM Integrations | oracledb   View in Datadog   GitHub Actions

Serverless | google-cloud-pubsub   View in Datadog   GitHub Actions

System Tests | main / End-to-end #14 / express5 14   View in Datadog   GitHub Actions

View all 482 failed jobs.

ℹ️ Info

🔄 Datadog auto-retried 5 jobs - 0 passed on retry View in Datadog

Useful? React with 👍 / 👎

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

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

Copy link
Copy Markdown

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: 6f964f55e4

ℹ️ 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 package.json Outdated
"test-exclude": "^8.0.0",
"tiktoken": "^1.0.21",
"typescript": "^6.0.3",
"typescript": "^7.0.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 Keep a TypeScript 6 API package for ESLint

With this dependency resolving typescript to 7.x, npm run lint loads eslint.config.mjs, which imports eslint-rules/eslint-config-names-sync.mjs; that rule does import ts from 'typescript' and calls compiler API helpers such as ts.isParenthesizedTypeNode. TypeScript 7.0 explicitly does not ship the programmatic API and recommends aliasing typescript to @typescript/typescript6 for tools that import it (https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/#running-side-by-side-with-typescript-6-0), so linting will fail after install unless the API dependency is kept on TS6 or the rule is migrated.

Useful? React with 👍 / 👎.

Comment thread package.json Outdated
"test-exclude": "^8.0.0",
"tiktoken": "^1.0.21",
"typescript": "^6.0.3",
"typescript": "^7.0.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 Update tsconfig before switching to TypeScript 7

After this bump, npm run type:check runs TS7 against tsconfig.dev.json, which still sets alwaysStrict: false and baseUrl: ".". The TS7 release notes list both as hard errors/no longer supported (alwaysStrict cannot be false and baseUrl is unsupported), so the root type-check script will fail on every install until these compiler options are removed or rewritten.

Useful? React with 👍 / 👎.

@pr-commenter

pr-commenter Bot commented Jul 14, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-07-23 12:28:58

Comparing candidate commit 780a5b7 in PR branch dependabot/npm_and_yarn/typescript-7.0.2 with baseline commit 0bbf75c in branch master.

📊 Benchmarking dashboard

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

Explanation

This is an A/B test comparing a candidate commit's performance against that of a baseline commit. Performance changes are noted in the tables below as:

  • 🟩 = significantly better candidate vs. baseline
  • 🟥 = significantly worse candidate vs. baseline

We compute a confidence interval (CI) over the relative difference of means between metrics from the candidate and baseline commits, considering the baseline as the reference.

If the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD), the change is considered significant.

Feel free to reach out to #apm-benchmarking-platform on Slack if you have any questions.

More details about the CI and significant changes

You can imagine this CI as a range of values that is likely to contain the true difference of means between the candidate and baseline commits.

CIs of the difference of means are often centered around 0%, because often changes are not that big:

---------------------------------(------|---^--------)-------------------------------->
                              -0.6%    0%  0.3%     +1.2%
                                 |          |        |
         lower bound of the CI --'          |        |
sample mean (center of the CI) -------------'        |
         upper bound of the CI ----------------------'

As described above, a change is considered significant if the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD).

For instance, for an execution time metric, this confidence interval indicates a significantly worse performance:

----------------------------------------|---------|---(---------^---------)---------->
                                       0%        1%  1.3%      2.2%      3.1%
                                                  |   |         |         |
       significant impact threshold --------------'   |         |         |
                      lower bound of CI --------------'         |         |
       sample mean (center of the CI) --------------------------'         |
                      upper bound of CI ----------------------------------'

Unstable benchmarks

These benchmarks have a confidence interval too wide to call a change; treat them as noise rather than signal.

scenario:appsec-appsec-enabled-24

  • unstable execution_time [-212.321ms; +203.091ms] or [-7.938%; +7.593%]

scenario:appsec-appsec-enabled-26

  • unstable execution_time [-243979.538µs; +244867.138µs] or [-9.544%; +9.578%]

scenario:appsec-appsec-enabled-with-attacks-24

  • unstable execution_time [-157.940ms; +163.504ms] or [-5.101%; +5.281%]

scenario:appsec-appsec-enabled-with-attacks-26

  • unstable execution_time [-181.992ms; +187.142ms] or [-6.238%; +6.414%]

scenario:appsec-control-20

  • unstable execution_time [-122.388ms; +128.412ms] or [-7.513%; +7.882%]

scenario:appsec-control-24

  • unstable execution_time [-96.988ms; +120.425ms] or [-7.873%; +9.776%]

scenario:appsec-control-26

  • unstable execution_time [-128.607ms; +121.542ms] or [-10.346%; +9.777%]

scenario:appsec-iast-no-vulnerability-iast-enabled-always-active-20

  • unstable execution_time [-14.417ms; +17.021ms] or [-5.566%; +6.571%]

scenario:appsec-iast-no-vulnerability-iast-enabled-default-config-20

  • unstable execution_time [-15.754ms; +9.907ms] or [-6.257%; +3.935%]

scenario:appsec-iast-with-vulnerability-iast-enabled-always-active-20

  • unstable execution_time [-26.517ms; +34.050ms] or [-4.769%; +6.124%]

scenario:child_process-shell-string-24

  • unstable cpu_usage_percentage [-6.421%; +3.831%]
  • unstable execution_time [-18.923ms; +31.491ms] or [-5.777%; +9.614%]
  • unstable throughput [-240950.253op/s; +169225.533op/s] or [-6.709%; +4.712%]

scenario:debugger-line-probe-with-snapshot-default-26

  • unstable cpu_user_time [-3623.456ms; +3633.027ms] or [-35.040%; +35.133%]
  • unstable execution_time [-3628.952ms; +3633.197ms] or [-32.800%; +32.838%]
  • unstable instructions [-32576.8M instructions; +32541.6M instructions] or [-37.703%; +37.662%]
  • unstable max_rss_usage [-10798.813KB; +10966.813KB] or [-6.675%; +6.779%]
  • unstable throughput [-714.736op/s; +710.061op/s] or [-23.285%; +23.133%]

scenario:debugger-line-probe-with-snapshot-minimal-26

  • unstable cpu_user_time [-4634.367ms; +3076.263ms] or [-41.859%; +27.785%]
  • unstable execution_time [-4652.740ms; +3088.343ms] or [-39.399%; +26.152%]
  • unstable instructions [-41.0G instructions; +27.2G instructions] or [-43.896%; +29.160%]
  • unstable max_rss_usage [-14.328MB; +10.181MB] or [-8.744%; +6.214%]
  • unstable throughput [-611.123op/s; +907.720op/s] or [-20.816%; +30.919%]

scenario:debugger-line-probe-without-snapshot-24

  • unstable cpu_user_time [-1768.446ms; +572.999ms] or [-21.412%; +6.938%]
  • unstable execution_time [-1778.005ms; +568.907ms] or [-19.756%; +6.321%]
  • unstable instructions [-15.0G instructions; +4.9G instructions] or [-22.107%; +7.247%]
  • unstable throughput [-155.119op/s; +478.810op/s] or [-4.238%; +13.080%]

scenario:debugger-line-probe-without-snapshot-26

  • unstable cpu_user_time [-3.555s; +0.470s] or [-34.463%; +4.559%]
  • unstable execution_time [-3.567s; +0.466s] or [-32.279%; +4.219%]
  • unstable instructions [-31.9G instructions; +4.2G instructions] or [-36.850%; +4.875%]
  • unstable throughput [-91.736op/s; +703.764op/s] or [-2.985%; +22.903%]

scenario:dogstatsd-with-tags-20

  • unstable cpu_user_time [-493.245ms; +118.321ms] or [-10.368%; +2.487%]
  • unstable execution_time [-494.386ms; +120.077ms] or [-10.231%; +2.485%]
  • unstable throughput [-44307.999op/s; +174195.745op/s] or [-2.550%; +10.025%]

scenario:plugin-aws-sdk-lambda-inject-with-context-24

  • unstable cpu_user_time [-187.785ms; +193.396ms] or [-4.956%; +5.104%]

scenario:plugin-graphql-long-with-depth-off-26

  • unstable max_rss_usage [-37.591MB; +27.545MB] or [-18.483%; +13.543%]

scenario:plugin-mongodb-core-plain-find-26

  • unstable cpu_usage_percentage [-6.160%; +3.997%]
  • unstable execution_time [-145.104ms; +142.879ms] or [-7.026%; +6.919%]
  • unstable throughput [-210924.219op/s; +244283.140op/s] or [-5.266%; +6.099%]

scenario:test-optimization-large-suite-20

  • unstable max_rss_usage [-4.738MB; +8.521MB] or [-5.739%; +10.323%]

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from 6f964f5 to a6c0f19 Compare July 14, 2026 12:58
@BridgeAR

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch 2 times, most recently from 5ff4ba0 to 986b0d1 Compare July 16, 2026 19:10
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from 986b0d1 to 0f59897 Compare July 22, 2026 20:09
@BridgeAR

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from 0f59897 to 7845fc7 Compare July 22, 2026 20:39
dependabot Bot and others added 2 commits July 23, 2026 14:10
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
TypeScript 7 does not expose a compiler API, while ESLint tooling still imports `typescript`. Keep the compatibility API under that canonical package name and let the native package provide `tsc`.

Refs: https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/
@BridgeAR
BridgeAR force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from 7845fc7 to 780a5b7 Compare July 23, 2026 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies javascript Pull requests that update javascript code semver-patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant