@astrojs/telemetry@3.3.3

heygen-com/hyperframes@astrojs/telemetry@3.3.3Jul 8, 2026by astrobot-houston

AI Summary

Refactors internal dependency checks for WSL and package manager detection.

Key Highlights

  • Internal WSL detection refactored by removing the `is-wsl` dependency.
  • 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`