@astrojs/prism@4.0.0
Breaking Changes📦 astroView on GitHub →
⚠ 1 breaking🐛 1 fixes
Summary
This release updates to Astro 6 beta and enforces a minimum Node.js version of 22.12.0, with a minor adjustment made to accommodate Stackblitz environments.
⚠️ Breaking Changes
- The minimum required Node.js version has been increased to 22.12.0. Users must upgrade their Node.js environment to continue using this version.
Migration Steps
- Upgrade your Node.js environment to version 22.12.0 or higher. Refer to the v6 upgrade guidance for details: https://docs.astro.build/en/guides/upgrade-to/v6/#node-22
🐛 Bug Fixes
- The minimum Node version requirement was temporarily lowered to allow running on Stackblitz while it updates its environment.