chore(deps): dependency sweep — website lockfile freshening - #1113
Open
apify-deps[bot] wants to merge 1 commit into
Open
chore(deps): dependency sweep — website lockfile freshening#1113apify-deps[bot] wants to merge 1 commit into
apify-deps[bot] wants to merge 1 commit into
Conversation
Re-resolve website/pnpm-lock.yaml to the newest in-range versions (pnpm update -r --lockfile-only). No declared ranges changed except an in-range devDependency bump (oxlint ^1.80.0 -> ^1.81.0).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1113 +/- ##
==========================================
+ Coverage 92.69% 92.75% +0.05%
==========================================
Files 53 53
Lines 3519 3519
==========================================
+ Hits 3262 3264 +2
+ Misses 257 255 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
Dependency sweep — in-range lockfile freshening (within existing ranges):
website/pnpm-lock.yamlre-resolved to newest in-range versions (pnpm update -r --lockfile-only);oxlint^1.80.0→^1.81.0(in-range devDependency bump).✅ Dismissed (don't apply to our usage)
qs(medium) — tolerable_risk: pulled in only viawebpack-dev-server→express→body-parser, exercised solely bydocusaurus start(local interactive dev server). No CI/build/release workflow in this repo runsstart(build/release usedocusaurus build), so no PR-authored/CI content ever reaches it; exploiting either qs DoS also needs direct network access to a developer's local dev server. (alert #177, alert #178)🚩 Flagged — needs review
decode-uri-component0.4.1→0.5.0(medium) — new override needed. Pulled in byquery-string@8.2.0(declared range^0.4.1, excludes the 0.5.0 patch) via@apify/ui-library(currently1.164.8, still onquery-string ^8.1.0in its latest release). Fixing in-range requires@apify/ui-libraryto ship onquery-string@9.5.0+(where the range becomes^0.5.0) — that's a major bump of a transitive dep we don't control, not a safe unilateral override, and@apify/docs-theme/@apify/ui-libraryare runtime (prod) dependencies of the live docs site's search modal, so this is a real user-input path, not dev-only. No tracking Renovate PR found. (alert #176)🤖 Generated with Claude Code