v7.16.5
·
470 commits
to main
since this release
Release Notes
This update provides important bug fixes and improvements.
Internal
Updates & Improvements
- Bump
minimatchto>=10.2.1to resolve minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern. - Bump
ajvto>=8.18.0to resolve ajv has ReDoS when using$dataoption. - Patch
@eslint/eslintrcandeslintto useajv 8.18.0API. - Other dependency upgrades.
- Update
pnpmto v10 infe.yml. - Remove duplicate formatting check in
fe.yml.pnpm lintalready checks formatting and runs eslint. Theprettier --checkinside lint will already fail if any files aren't formatted, making the separate "Check formatting" step redundant. - Make
patchthe defaultrelease_typeoption increate-release.yml. - Pin
pnpmversion tov10inwebDockerfile.
Resolved Issues
- Fixed: Building the
webimage may fail because thepatches/directory is not copied before runningpnpm install --frozen-lockfile. - Fixed: The "What's Changed" header in auto-generated notes is not removed from the final release notes generated by
create-release.yml.
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| No | No | No | No | No |
Deployment Details
- N/A
Related PRs
- deps(web-dev): bump svelte from 5.51.3 to 5.51.5 in /web/pingpong by @dependabot[bot] in #1420
- security: bump minimatch to >=10.2.1 by @ekassos in #1421
- chore(deps): bump the uv group across 1 directory with 2 updates by @dependabot[bot] in #1423
- deps(web-dev): bump @sveltejs/kit from 2.52.0 to 2.52.2 in /web/pingpong by @dependabot[bot] in #1422
- security: bump ajv to >=8.18.0 and patch eslint by @ekassos in #1424
- chore: remove duplicate formatting check in fe.yml by @ekassos in #1425
- change(create-release): remove What's Changed heading & make
patchdefault type by @ekassos in #1426 - fix: copy patches folder to web docker image before pnpm install by @ekassos in #1427
Full Changelog: v1050+srv542.web358...v1057+srv543.web363