chore(deps): selective dependency upgrades (patches + minors)#108
Merged
chore(deps): selective dependency upgrades (patches + minors)#108
Conversation
Triage Dependabot PRs #106 and #107: cherry-pick safe patches and minors, defer major version bumps (TypeScript 6, Vite 8, Zod 4, Commander 14) for individual evaluation. Production: @deck.gl/* 9.2.11, dompurify 3.3.3, fast-xml-parser 5.5.9, maplibre-gl 5.21.1, marked 17.0.5 Dev: @vitest/coverage-v8 4.1.2 (CVE fix), happy-dom 20.8.9, zod-to-json-schema 3.25.2 Also fixes fast-xml-parser 5.5.x breaking changes: - isArray callback signature updated for new JPathOrMatcher type - RSS handler now gracefully degrades on partial feed failures instead of returning 500 when any single feed fails Co-Authored-By: Claude Opus 4.6 (1M context) <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
Triage of Dependabot PRs #106 and #107. Cherry-picked safe patch/minor updates, deferred major version bumps for individual evaluation.
Merged Updates (10 packages)
Deferred Major Upgrades
Code Changes
api/news/v1/index.ts: Fixedfast-xml-parser5.5.xisArraycallback signature change. Improved RSS handler to gracefully degrade on partial feed failures instead of returning 500.api/news/v1/index.test.ts: Updated tests to reflect improved partial-success behavior.Test Plan
forge build --skip-vitesucceedsforge validatepassesCloses #106 (superseded), Closes #107 (superseded)
🤖 Generated with Claude Code