fix: upgrade marked to 18.0.5

This commit is contained in:
Armin Ronacher
2026-06-16 17:41:59 +02:00
parent 8f0e9251b9
commit 0680726ac4
6 changed files with 94 additions and 14 deletions

View File

@@ -6,6 +6,10 @@
- Added `auth.json` API key `env` values so provider-specific environment overrides can be scoped to Pi and propagated to inherited provider configuration ([#5728](https://github.com/earendil-works/pi/issues/5728)).
### Changed
- Updated the vendored Markdown parser used by HTML session exports to `marked` 18.0.5.
### Fixed
- Fixed successful `pi update` on Windows to exit naturally instead of calling `process.exit(0)`, avoiding a Node.js/libuv assertion after version-check network requests ([#5805](https://github.com/earendil-works/pi/issues/5805)).