Upgrade dependencies to latest patch and minor versions - #68
Merged
Merged
Conversation
In-range updates only; no major version changes. The @angular/* runtime packages move 20.3.27 -> 20.3.31, past the 20.3.28 fix for two advisories that affected code shipped to the browser: - CVE-2026-88057: sanitization bypass via directive host bindings on concrete host elements (@angular/core, @angular/compiler) - CVE-2026-88059: information leak via HttpTransferCache bypass when using withRequestsMadeViaParent (@angular/common) The build tooling moves with it (@angular/cli and @angular-devkit/ build-angular 20.3.33 -> 20.3.37), which also clears seven build-time advisories in transitive packages: webpack-dev-server (CVE-2026-14620, CVE-2026-14631), qs (CVE-2026-82417, CVE-2026-82562), js-yaml (CVE-2026-84375), plus image-size and hono, none of which ship to the browser. pnpm audit goes from 13 advisories to 1: uuid CVE-2026-41907, reachable only through build-angular > webpack-dev-server > sockjs, which pins uuid below the fixed major. That one needs the Angular 20 -> 22 tooling upgrade and is left for a separate change. Also picks up minor bumps to @ionic/angular, laravel-echo, video.js, @typescript-eslint/* and @eslint/eslintrc. Verified: ng build succeeds, ng lint passes, 86/86 unit tests pass. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WBtQ8fC3X7hraf2aQs7Adx
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
This pull request updates multiple project dependencies to their latest available versions, including Angular framework packages, build tools, and third-party libraries.
Key Changes
^20.3.27to^20.3.31(@angular/common, @angular/core, @angular/forms, @angular/platform-browser, @angular/router, @angular/service-worker)^20.3.33to^20.3.37(@angular/cli, @angular-devkit/architect, @angular-devkit/build-angular)^20.3.27to^20.3.31(@angular/compiler, @angular/compiler-cli, @angular/language-service)^8.8.17to^8.8.19^8.66.0to^8.70.0(@typescript-eslint/eslint-plugin, @typescript-eslint/parser)^2.4.0→^2.5.0^8.23.9→^8.24.0^24.13.3→^24.13.5^3.3.6→^3.3.7Notes
https://claude.ai/code/session_01WBtQ8fC3X7hraf2aQs7Adx