chore: bump dev dependencies and fix form-data advisory - #176
Merged
Merged
Conversation
Bump devDependencies to latest non-major versions: - @microsoft/api-extractor 7.58.8 -> 7.58.11 - @openapitools/openapi-generator-cli 2.38.0 -> 2.39.1 - @typescript-eslint/eslint-plugin 8.61.0 -> 8.64.0 - eslint 10.4.1 -> 10.7.0 - lint-staged 17.0.7 -> 17.0.8 - prettier 3.8.4 -> 3.9.5 - @types/node 24.12.3 -> 24.13.3 Kept @types/node on v24 and typescript on 6.x (majors held back). Apply npm audit fix (form-data 4.0.5 -> 4.0.6, hasown 2.0.3 -> 2.0.4), resolving the high-severity CRLF advisory in the openapi-generator toolchain. Reformat sources for prettier 3.9 union-type style and regenerate the api-extractor report (picks up the previously uncommitted acceptLanguage option). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump devDependencies to their latest non-major versions and resolve the high-severity
form-dataadvisory in the openapi-generator toolchain.Majors were intentionally held back:
@types/nodekept on v24 (24.12.3 → 24.13.3, not 26.x)typescriptkept on 6.x (already latest 6.0.3, not 7.x)Dependency bumps
Security
npm audit fixbumpsform-data4.0.5 → 4.0.6 (+hasown2.0.3 → 2.0.4), resolving GHSA-hmw2-7cc7-3qxx (CRLF injection). Transitive under@openapitools/openapi-generator-cli→axios— a build-time codegen tool, not shipped indist. Result: 0 vulnerabilities.Other changes
srcfiles reformatted for prettier 3.9's union-type style.etc/client.api.mdregenerated — picks up the previously uncommittedacceptLanguageoption from chore: add option for customzing accept-language #175.Verification
npm run build✅npm run lint✅npm run download-and-generate✅ — codegen output byte-identical (spec unchanged)npm audit→ 0 vulnerabilities🤖 Generated with Claude Code