evanderkoogh / otel-cf-workers

An OpenTelemetry compatible library for instrumenting and exporting traces for Cloudflare Workers
BSD 3-Clause "New" or "Revised" License
208 stars 39 forks source link

chore: Bump devDependencies #103

Closed DaniFoldi closed 3 months ago

DaniFoldi commented 3 months ago

Hi :wave:,

This PR bumps major in husky and rimraf.

Husky release notes: https://github.com/typicode/husky/releases/tag/v9.0.1 The second commit contains the migration of the only script used.

Rimraf release notes: https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md No changes needed, v5 breaking changes only affect js api.

While I was at it, I also bumped other dev dependencies to their latest, including workers-types, which will be useful for my follow-up PRs.