@astrojs/telemetry@3.3.3
withastro/astro@astrojs/telemetry@3.3.3Jul 8, 2026by astrobot-houston
AI Summary
Refactors telemetry internals by replacing deprecated dependencies with more modern alternatives.
Key Highlights
- Removed `is-wsl` dependency in favor of internal WSL detection
- Replaced `which-pm-runs` with `package-manager-detector`
Full Release Notes
### Patch Changes - [#17323](https://github.com/withastro/astro/pull/17323) [`4298883`](https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b) Thanks [@ematipico](https://github.com/ematipico)! - Refactors internal WSL detection by removing the `is-wsl` dependency. - [#17323](https://github.com/withastro/astro/pull/17323) [`4298883`](https://github.com/withastro/astro/commit/4298883399550cae5d5e089d73cb9adadbc2d69b) Thanks [@ematipico](https://github.com/ematipico)! - Replaced `which-pm-runs` dependency with `package-manager-detector`