Update transitive dependencies to resolve Dependabot security alerts - #4235
Merged
Conversation
Bumps js-yaml, undici, hono, form-data, @babel/core, esbuild, and @tootallnate/once within their existing semver ranges (lockfile only). No package.json changes, overrides, or breaking upgrades. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
📊 Performance Test ResultsComparing 823e93a vs trunk app-size
site-editor
site-startup
Results are median values from multiple test runs. Legend: 🟢 Improvement (faster) | 🔴 Regression (slower) | ⚪ No change (<50ms diff) |
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.
Related issues
Resolves multiple open Dependabot security alerts.
How AI was used in this PR
Claude Code enumerated the open Dependabot alerts, determined which could be resolved purely by updating
package-lock.jsonwithin existing semver ranges (nopackage.jsonchanges, no overrides, no breaking upgrades), applied the minimal set of updates, and verified typecheck + CLI build.Proposed Changes
Updates a set of transitive dependencies to their patched versions to clear the security advisories that are fixable without any manual intervention. This closes the alerts safely in one pass, with no functional or API changes for users — only the resolved versions in the lockfile move.
Resolved alerts:
form-dataundicihonojs-yaml@babel/coreesbuild@tootallnate/onceIntentionally left out
The following alerts require "hacking" (overrides, forced legacy resolutions, or breaking major upgrades of a parent package) and are deliberately not included here so they can be evaluated individually:
@opentelemetry/core— capped by@sentry/node; only fixable via a large Sentry/OpenTelemetry restructure.tar(6.2.x copies) — capped by@electron/node-gyp,@electron/rebuild, andcacache; needs an override.esbuild0.27.7 copy — capped by@yao-pkg/pkg; needs an override.tmp0.0.33 copy — capped byexternal-editor(via@inquirer); needs an override or an Electron Forge major bump.showdown— no patched version published upstream.Testing Instructions
npm install.npm run typecheck— passes.npm run cli:build— builds successfully (exercises theesbuildbump).Pre-merge Checklist
package.jsonuntouched.