Consolidate Dependabot npm updates#263
Merged
Merged
Conversation
Regenerate the affected yarn.lock files so all transitive/in-range dependencies flagged by the open Dependabot PRs are bumped to their patched (latest in-range) versions, and prune the duplicate/orphan lock entries left behind by the partial consolidation in #262. Updated packages (>= the version Dependabot requested): - handlebars 4.7.9, yaml 2.9.0, flatted 3.4.2, diff 4.0.4/5.2.2, picomatch 2.3.2, multer 2.1.1, socket.io-parser 4.2.6, basic-ftp 5.3.1 (workflow / project-templates/*) - dompurify 3.4.8, tar-fs 2.1.4 (node-json-theia) - axios 1.17.0, qs 6.15.2, ajv 6.15.0, underscore 1.13.8, serialize-javascript 6.0.2, webpack 5.107.2 (node-json-vscode) - ajv 6.15.0, socket.io-parser 4.2.6 (java-emf-theia) - webpack 5.107.2 (java-emf-eclipse, node-json-theia) Supersedes #220-#231, #234-#259. All five lockfiles verified with `yarn install --frozen-lockfile`.
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.
What
Consolidates all currently-open Dependabot npm PRs into a single change by regenerating the five affected
yarn.lockfiles (yarn install), rather than merging the individual Dependabot branches.Why regenerate instead of merge
handlebars@4.7.9:, that no dependent actually requests) while leaving the real in-range entry (handlebars@^4.7.7) on the old, still-vulnerable version. The open PRs are therefore genuinely still needed.axios@1.12.2and deleted ~660 lines).Regenerating moves each flagged in-range/transitive dependency to its patched (latest-in-range) version and prunes the duplicate/orphan entries left by #262 — hence the large net line reduction.
Updated packages (≥ the version Dependabot requested)
workflow,project-templates/*node-json-theianode-json-vscodejava-emf-theia/glsp-clientjava-emf-eclipse/glsp-clientA few packages resolved to a slightly newer in-range version than the exact one Dependabot pinned (e.g. yaml 2.9.0, basic-ftp 5.3.1, webpack 5.107.2) because newer in-range releases now exist — still within the declared semver ranges.
Verification
All five lockfiles pass
yarn install --frozen-lockfile.Supersedes #220–#231 and #234–#259.