chore: bump runtime deps to patched versions (security)#2108
Open
cherkanovart wants to merge 1 commit into
Open
chore: bump runtime deps to patched versions (security)#2108cherkanovart wants to merge 1 commit into
cherkanovart wants to merge 1 commit into
Conversation
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
AndreyHirsa
approved these changes
Jun 12, 2026
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
Bumps directly-pinned runtime dependencies to versions patched against open Dependabot advisories (ENG-1056, SOC 2 dependency-scanning hardening). All bumps are patch/minor within the same major — no API changes expected:
fast-xml-parser5.3.2 / 5.3.3 → 5.7.0 (@lingo.dev/_compiler,@lingo.dev/compiler) — clears 3 critical + 9 high alertsjs-cookie3.0.5 → 3.0.7 (@lingo.dev/_react) — 2 highlodash4.17.21 → 4.18.0 (cli, react, both compilers) — 5 high + mediumminimatch10.1.1 → 10.2.5 (root, matches the version already pinned in cli)Deliberately excluded (kept this PR zero-risk):
axios1.12.2,minimatch3.x/5.x/9.x,fast-xml-parser5.2.5, etc.) — fixing them requires pnpm overrides, which force versions onto all consumers; will be handled separately (overrides PR or dismiss-with-rationale)nextbumps — separate PR with an app smoke testStacked on #2107 (vitest bumps) to avoid lockfile conflicts; retarget to
mainafter it merges.Test plan
pnpm installresolves cleanly; lockfile diff is minimal (pins only, no churn)packages/new-compilermetadata/manager.test.ts"1000 concurrent operations") that fails identically on cleanmainlingo.dev,@lingo.dev/_compiler,@lingo.dev/compiler,@lingo.dev/_react🤖 Generated with Claude Code