Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(instrumentation-tedious): support tedious@18 #2381

Merged
merged 3 commits into from
Aug 19, 2024

Commits on Aug 10, 2024

  1. feat(instr-tedious): support tedious@18

    tedious@18 adds its own .d.ts files. Compiling with them requires
    TypeScript v5, and either target:'es2022' for 'AggregateError'
    or using skipLibCheck:true in tsconfig.json.
    
    This change limits the update to TypeScript v5 to just while
    testing tedious@18 via test-all-versions' support for
    'peerDependencies'.
    
    THis also drops ts-mocha in favour of 'mocha --require ts-node/register'
    as was done on opentelemetry-js.git in open-telemetry/opentelemetry-js#4840
    
    Closes: open-telemetry#2266
    trentm committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    16f4442 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    980c6ae View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    2dc69ce View commit details
    Browse the repository at this point in the history