v3.6.1

Rich-Harris/degitv3.6.1Sep 4, 2026by YogliB

AI Summary

Changes how `degit.json` is loaded to prevent security risks and fixes cloning errors with explicit references over HTTPS.

Key Highlights

  • Load `degit.json` as JSON instead of executable module
  • Fix HTTPS clones with explicit refs

Breaking Changes

  • Changed `degit.json` loading mechanism from executable module to JSON

New Features

  • JSON loading for `degit.json`
  • HTTPS clone fix

Full Release Notes

- Load `degit.json` as JSON instead of an executable module.
- Fix HTTPS clones with explicit refs throwing a `ReferenceError`.