v2.7.13
chore: deprecate eval itests (#25382)
fix: support cjs, cts, mjs, and mts for the `--ext` flag (#30398)
fix: support value substitution when loading environment variable files (#32495)
fix: handle inner quotes in double-quoted env values in .env file (#32930)
fix: restore --env-file parent directory traversal and do not error in `deno compile` for not found env file (#32686)
feat(eval): auto-detect CJS vs ESM in deno eval (#32472)
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package.json (#26439)