Releases: FahimFBA/vallocation
Releases · FahimFBA/vallocation
Release list
v1.1.0
Security
- Bumped Python dependencies to close 24 known vulnerabilities reported by
pip-audit, includingfastapi0.115.3 → 0.137.2,starlette0.41.0 → 1.3.1,python-multipart0.0.12 → 0.0.32,Jinja23.1.4 → 3.1.6,python-dotenv1.0.1 → 1.2.2,orjson3.10.10 → 3.11.6,Pygments2.18.0 → 2.20.0,idna3.10 → 3.18. - Bumped
@docusaurus/*packages 3.5.2 → 3.10.1 indocs-docusaurus/, closing all critical and high severitynpm auditfindings. - Added
npmoverridesforhttp-proxy-middleware,serialize-javascript, anduuidto close moderate severity transitive vulnerabilities in the Docusaurus build toolchain. - Patched the unmaintained
gray-matterdependency (viapatch-package) to use thejs-yamlv4 API (load/dumpinstead of the removedsafeLoad/safeDump), closing the remaining 22 moderatenpm auditfindings without breaking the Docusaurus build.
Fixed
- Replaced the release workflow's invalid use of
taiki-e/parse-changelog(a CLI tool, not a GitHub Action) withtaiki-e/create-gh-release-action@v1, which parses the changelog itself and creates the tag + GitHub Release in a single workflow run on push tomain.