Chore(deps): bump @angular/common from 21.2.13 to 21.2.17 in /with-angular#34
Conversation
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 21.2.13 to 21.2.17. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.17/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.2.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Dependency limit exceeded — report not shown. This pull request scan exceeded the 10,000-dependency limit applied to this scan, so the results are incomplete and may be inaccurate. To avoid reporting false positives, Socket has not posted a report. Upgrade your plan to raise the dependency limit and get complete reports, or view the partial scan in the dashboard. Socket is always free for open source. If this is a non-commercial open source project, contact us to request a free Team account. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…ith-angular Completes the Dependabot @angular/common 21.2.13->21.2.17 bump (PR #34), which failed CI because it bumped @angular/common alone: @angular/core and the other framework packages stayed on 21.2.13, leaving the high-severity advisories unresolved and creating a peer-dependency mismatch (@angular/common@21.2.17 requires @angular/core@21.2.17). - Bump all @angular/* framework packages (common, compiler, core, forms, platform-browser, router, compiler-cli) to ^21.2.17 in lockstep. This clears the high advisories GHSA-rgjc-h3x7-9mwg, GHSA-39pv-4j6c-2g6v, GHSA-48r7-hpm6-gfxm, GHSA-p3vc-36g9-x9gr and GHSA-q6f4-qqrg-jv6x, all of which are only patched in >=21.2.17. - Exempt the @angular framework packages from the 7-day minimumReleaseAge gate: 21.2.17 is the sole patched release and is still inside the window, so the gate would otherwise block the fix. - Force ws>=8.21.0 via overrides to clear GHSA-96hv-2xvq-fx4p (memory exhaustion DoS) pulled in transitively through viem, the remaining high that kept the with-angular audit red. @angular/build and @angular/cli stay at 21.2.11 (no 21.2.17 exists; their ^21.0.0 peer ranges accept the bumped framework). Verified: pnpm audit --prod --audit-level=high reports no vulnerabilities, frozen-lockfile install is consistent, and ng build succeeds.
… 23.4.6 to 24.1.2 in with-crossmint (#35) * fix(security): update i18next from 23.4.6 to 24.1.2 * fix(security): update shell-quote from 1.8.3 to 1.8.4 Forces the patched shell-quote (>=1.8.4) for the GHSA-w7jw-789q-3m8p critical advisory, pulled in transitively via @crossmint/client-sdk-react-ui. Resolves the failing critical-gated pnpm audit for with-crossmint. * fix(security): update @angular/* to 21.2.17 and force ws>=8.21.0 in with-angular Completes the Dependabot @angular/common 21.2.13->21.2.17 bump (PR #34), which failed CI because it bumped @angular/common alone: @angular/core and the other framework packages stayed on 21.2.13, leaving the high-severity advisories unresolved and creating a peer-dependency mismatch (@angular/common@21.2.17 requires @angular/core@21.2.17). - Bump all @angular/* framework packages (common, compiler, core, forms, platform-browser, router, compiler-cli) to ^21.2.17 in lockstep. This clears the high advisories GHSA-rgjc-h3x7-9mwg, GHSA-39pv-4j6c-2g6v, GHSA-48r7-hpm6-gfxm, GHSA-p3vc-36g9-x9gr and GHSA-q6f4-qqrg-jv6x, all of which are only patched in >=21.2.17. - Exempt the @angular framework packages from the 7-day minimumReleaseAge gate: 21.2.17 is the sole patched release and is still inside the window, so the gate would otherwise block the fix. - Force ws>=8.21.0 via overrides to clear GHSA-96hv-2xvq-fx4p (memory exhaustion DoS) pulled in transitively through viem, the remaining high that kept the with-angular audit red. @angular/build and @angular/cli stay at 21.2.11 (no 21.2.17 exists; their ^21.0.0 peer ranges accept the bumped framework). Verified: pnpm audit --prod --audit-level=high reports no vulnerabilities, frozen-lockfile install is consistent, and ng build succeeds. --------- Co-authored-by: aikido-autofix[bot] <119856028+aikido-autofix[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
Bumps @angular/common from 21.2.13 to 21.2.17.
Release notes
Sourced from @angular/common's releases.
... (truncated)
Changelog
Sourced from @angular/common's changelog.
... (truncated)
Commits
86a56dcfix(common): Limits date format string lengthbcb1b7efix(http): preserve empty referrer option in HttpRequesta810a31fix(http): Rejects non-HTTP(S) URLs in JSONP requestsbc55749fix(common): use cryptographically secure SHA-256 for transfer cache key gene...d846326fix(common): skip transfer cache for uncacheable HTTP traffice245d40fix(http): skip transfer cache for fetch credentialed requestsf6d8e64fix(common): only strip a literal /index.html suffix from URLs582a417fix(http): exclude withCredentials requests from transfer cache5c6d6dffix(http): skip TransferCache for cookie-bearing requests by default300f61ffix(common): sanitize placeholderDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.