Skip to content

Conversation

@alfonsserra
Copy link
Contributor

snyk-top-banner

Snyk has created this PR to upgrade @angular/common from 20.1.3 to 20.3.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 21 versions ahead of your current version.

  • The recommended version was released 24 days ago.

Release notes
Package name: @angular/common
  • 20.3.0 - 2025-09-10

    Commit Description
    fix - a3f808d7c8 remove refresh button from transfer state tab (#63592)

    core

    Commit Description
    feat - 6117ccee2e introduce BootstrapContext for improved server bootstrapping (#63636)

    Breaking Changes

    core

    • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

      Before:

      const bootstrap = () => bootstrapApplication(AppComponent, config);

      After:

      const bootstrap = (context: BootstrapContext) =>
        bootstrapApplication(AppComponent, config, context);

      A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

      In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    For more information please see: GHSA-68x2-mx4q-78m7

  • 20.3.0-rc.0 - 2025-09-10

    Commit Description
    fix - a3f808d7c8 remove refresh button from transfer state tab (#63592)

    core

    Commit Description
    feat - 6117ccee2e introduce BootstrapContext for improved server bootstrapping (#63636)

    Breaking Changes

    core

    • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

      Before:

      const bootstrap = () => bootstrapApplication(AppComponent, config);

      After:

      const bootstrap = (context: BootstrapContext) =>
        bootstrapApplication(AppComponent, config, context);

      A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

      In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    For more information please see: GHSA-68x2-mx4q-78m7

  • 20.2.4 - 2025-09-03
  • 20.2.3 - 2025-08-29
  • 20.2.2 - 2025-08-27
  • 20.2.1 - 2025-08-21
  • 20.2.0 - 2025-08-20
  • 20.2.0-rc.1 - 2025-08-13
  • 20.2.0-rc.0 - 2025-08-11
  • 20.2.0-next.6 - 2025-08-07
  • 20.2.0-next.5 - 2025-08-06
  • 20.2.0-next.4 - 2025-08-06
  • 20.2.0-next.3 - 2025-07-31
  • 20.2.0-next.2 - 2025-07-23
  • 20.2.0-next.1 - 2025-07-16
  • 20.2.0-next.0 - 2025-07-09
  • 20.1.8 - 2025-08-20
  • 20.1.7 - 2025-08-13
  • 20.1.6 - 2025-08-06
  • 20.1.5 - 2025-08-06
  • 20.1.4 - 2025-07-31
  • 20.1.3 - 2025-07-23
from @angular/common GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @angular/common from 20.1.3 to 20.3.0.

See this package in npm:
@angular/common

See this project in Snyk:
https://app.snyk.io/org/alfonsserra/project/14fc09f2-1c31-4a5d-bdbc-47541a1768b8?utm_source=github&utm_medium=referral&page=upgrade-pr
@codecov
Copy link

codecov bot commented Oct 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.22%. Comparing base (a2e7a34) to head (f000988).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1037   +/-   ##
=======================================
  Coverage   58.22%   58.22%           
=======================================
  Files         136      136           
  Lines        3835     3835           
  Branches      678      678           
=======================================
  Hits         2233     2233           
  Misses       1489     1489           
  Partials      113      113           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants