chore(typescript): bump typescript dependency#7932
Conversation
Overall package sizeSelf size: 5.47 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7932 +/- ##
==========================================
- Coverage 74.25% 74.25% -0.01%
==========================================
Files 769 769
Lines 36068 36068
==========================================
- Hits 26783 26782 -1
- Misses 9285 9286 +1 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✨ Fix all issues with BitsAI or with Cursor
|
| // compile typescript | ||
| execSync( | ||
| `tsc --target ES6 --experimentalDecorators --module commonjs --sourceMap ${file}.ts`, | ||
| `tsc --target ES6 --experimentalDecorators --module commonjs --sourceMap --types node ${file}.ts`, |
There was a problem hiding this comment.
https://github.com/DataDog/dd-trace-js/actions/runs/24091540338/job/70282364258?pr=7932#step:7:589
error TS5107: Option 'moduleResolution=node10' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
What does this PR do?
Bumps the TypeScript project and testing dependency to 6.0.2.
Motivation
Dependabot opened a PR separately, but it needed some manual fixes for an LLM Observability test.