Skip to content

Conversation

ambrose40
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade @angular/forms from 10.0.10 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 569 versions ahead of your current version.

  • The recommended version was released a month ago.

⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

Release notes
Package name: @angular/forms
  • 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
  • 20.1.2 - 2025-07-17
  • 20.1.1 - 2025-07-16
  • 20.1.0 - 2025-07-09
  • 20.1.0-rc.0 - 2025-07-01
  • 20.1.0-next.3 - 2025-06-25
  • 20.1.0-next.2 - 2025-06-18
  • 20.1.0-next.1 - 2025-06-11
  • 20.1.0-next.0 - 2025-06-04
  • 20.0.7 - 2025-07-09
  • 20.0.6 - 2025-07-01
  • 20.0.5 - 2025-06-25
  • 20.0.4 - 2025-06-18
  • 20.0.3 - 2025-06-11
  • 20.0.2 - 2025-06-06
  • 20.0.1 - 2025-06-04
  • 20.0.0 - 2025-05-28
  • 20.0.0-rc.3 - 2025-05-27
  • 20.0.0-rc.2 - 2025-05-21
  • 20.0.0-rc.1 - 2025-05-15
  • 20.0.0-rc.0 - 2025-05-07
  • 20.0.0-next.9 - 2025-04-30
  • 20.0.0-next.8 - 2025-04-23
  • 20.0.0-next.7 - 2025-04-16
  • 20.0.0-next.6 - 2025-04-09
  • 20.0.0-next.5 - 2025-04-02
  • 20.0.0-next.4 - 2025-03-27
  • 20.0.0-next.3 - 2025-03-19
  • 20.0.0-next.2 - 2025-03-12
  • 20.0.0-next.1 - 2025-03-05
  • 20.0.0-next.0 - 2025-02-26
  • 19.2.15 - 2025-09-10

    core

    Commit Description
    fix - 70d0639bc1 introduce BootstrapContext for improved server bootstrapping (#63639)

    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

  • 19.2.14 - 2025-05-28
  • 19.2.13 - 2025-05-23
  • 19.2.12 - 2025-05-21
  • 19.2.11 - 2025-05-15
  • 19.2.10 - 2025-05-07
  • 19.2.9 - 2025-04-30
  • 19.2.8 - 2025-04-23
  • 19.2.7 - 2025-04-16
  • 19.2.6 - 2025-04-09
  • 19.2.5 - 2025-04-02
  • 19.2.4 - 2025-03-27
  • 19.2.3 - 2025-03-19
  • 19.2.2 - 2025-03-12
  • 19.2.1 - 2025-03-05
  • 19.2.0 - 2025-02-26
  • 19.2.0-rc.0 - 2025-02-19
  • 19.2.0-next.3 - 2025-02-13
  • 19.2.0-next.2 - 2025-02-06
  • 19.2.0-next.1 - 2025-01-29
  • 19.2.0-next.0 - 2025-01-22
  • 19.1.8 - 2025-02-26
  • 19.1.7 - 2025-02-19
  • 19.1.6 - 2025-02-12
  • 19.1.5 - 2025-02-06
  • 19.1.4 - 2025-01-29
  • 19.1.3 - 2025-01-22
  • 19.1.2 - 2025-01-20
  • 19.1.1 - 2025-01-16
  • 19.1.0 - 2025-01-15
  • 19.1.0-rc.0 - 2025-01-08
  • 19.1.0-next.4 - 2024-12-18
  • 19.1.0-next.3 - 2024-12-12
  • 19.1.0-next.2 - 2024-12-04
  • 19.1.0-next.1 - 2024-12-04
  • 19.1.0-next.0 - 2024-11-26
  • 19.0.7 - 2025-01-15
  • 19.0.6 - 2025-01-08
  • 19.0.5 - 2024-12-18
  • 19.0.4 - 2024-12-12
  • 19.0.3 - 2024-12-04
  • 19.0.2 - 2024-12-04
  • 19.0.1 - 2024-11-26
  • 19.0.0 - 2024-11-19
  • 19.0.0-rc.3 - 2024-11-15
  • 19.0.0-rc.2 - 2024-11-14
  • 19.0.0-rc.1 - 2024-11-06
  • 19.0.0-rc.0 - 2024-10-30
  • 19.0.0-next.11 - 2024-10-23
  • 19.0.0-next.10 - 2024-10-16
  • 19.0.0-next.9 - 2024-10-10
  • 19.0.0-next.8 - 2024-10-02
  • 19.0.0-next.7 - 2024-09-25
  • 19.0.0-next.6 - 2024-09-18
  • 19.0.0-next.5 - 2024-09-11
  • 19.0.0-next.4 - 2024-09-09
  • 19.0.0-next.3 - 2024-09-04
  • 19.0.0-next.2 - 2024-08-28
  • 19.0.0-next.1 - 2024-08-22
  • 19.0.0-next.0 - 2024-08-14
  • 18.2.14 - 2025-09-10
  • 18.2.13 - 2024-11-26
  • 18.2.12 - 2024-11-14
  • 18.2.11 - 2024-11-06
  • 18.2.10 - 2024-10-30
  • 18.2.9 - 2024-10-23
  • 18.2.8 - 2024-10-10
  • 18.2.7 - 2024-10-02
  • 18.2.6 - 2024-09-25
  • 18.2.5 - 2024-09-18
  • 18.2.4 - 2024-09-11
  • 18.2.3 - 2024-09-04
  • 18.2.2 - 2024-08-28
  • 18.2.1 - 2024-08-22
  • 18.2.0 - 2024-08-14
  • 18.2.0-rc.0 - 2024-08-07
  • 18.2.0-next.4 - 2024-08-05
  • 18.2.0-next.3 - 2024-07-31
  • 18.2.0-next.2 - 2024-07-24
  • 18.2.0-next.1 - 2024-07-17
  • 18.2.0-next.0 - 2024-07-10
  • 18.1.5 - 2024-08-14
  • 18.1.4 - 2024-08-07
  • 18.1.3 - 2024-07-31
  • 18.1.2 - 2024-07-24
  • 18.1.1 - 2024-07-17
  • 18.1.0 - 2024-07-10
  • 18.1.0-rc.0 - 2024-07-01
  • 18.1.0-next.4 - 2024-06-27
  • 18.1.0-next.3 - 2024-06-20
  • 18.1.0-next.2 - 2024-06-12
  • 18.1.0-next.1 - 2024-06-05
  • 18.1.0-next.0 - 2024-05-29
  • 18.0.7 - 2024-07-10
  • 18.0.6 - 2024-07-03
  • 18.0.5 - 2024-06-27
  • 18.0.4 - 2024-06-20
  • 18.0.3 - 2024-06-12
  • 18.0.2 - 2024-06-05
  • 18.0.1 - 2024-05-29
  • 18.0.0 - 2024-05-22
  • 18.0.0-rc.3 - 2024-05-21
  • 18.0.0-rc.2 - 2024-05-15
  • 18.0.0-rc.1 - 2024-05-08
  • 18.0.0-rc.0 - 2024-05-01
  • 18.0.0-next.6 - 2024-04-25
  • 18.0.0-next.5 - 2024-04-17
  • 18.0.0-next.4 - 2024-04-10
  • 18.0.0-next.3 - 2024-04-03
  • 18.0.0-next.2 - 2024-03-28
  • 18.0.0-next.1 - 2024-03-20
  • 18.0.0-next.0 - 2024-03-14
  • 17.3.12 - 2024-07-17
  • 17.3.11 - 2024-06-05
  • 17.3.10 - 2024-05-22
  • 17.3.9 - 2024-05-15
  • 17.3.8 - 2024-05-08
  • 17.3.7 - 2024-05-01
  • 17.3.6 - 2024-04-25
  • 17.3.5 - 2024-04-17
  • 17.3.4 - 2024-04-10
  • 17.3.3 - 2024-04-03
  • 17.3.2 - 2024-03-28
  • 17.3.1 - 2024-03-20
  • 17.3.0 - 2024-03-13
  • 17.3.0-rc.0 - 2024-03-06
  • 17.3.0-next.1 - 2024-02-28
  • 17.3.0-next.0 - 2024-02-22
  • 17.2.4 - 2024-03-06
  • 17.2.3 - 2024-02-28
  • 17.2.2 - 2024-02-22
  • 17.2.1 - 2024-02-14
  • 17.2.0 - 2024-02-14
  • 17.2.0-rc.1 - 2024-02-09
  • 17.2.0-rc.0 - 2024-02-08
  • 17.2.0-next.1 - 2024-01-31
  • 17.2.0-next.0 - 2024-01-24
  • 17.1.3 - 2024-02-08
  • 17.1.2 - 2024-01-31
  • 17.1.1 - 2024-01-24
  • 17.1.0 - 2024-01-17
  • 17.1.0-rc.0 - 2024-01-10
  • 17.1.0-next.5 - 2023-12-21
  • 17.1.0-next.4 - 2023-12-14
  • 17.1.0-next.3 - 2023-12-06
  • 17.1.0-next.2 - 2023-11-29
  • 17.1.0-next.1 - 2023-11-20
  • 17.1.0-next.0 - 2023-11-15
  • 17.0.9 - 2024-01-10
  • 17.0.8 - 2023-12-21
  • 17.0.7 - 2023-12-14
  • 17.0.6 - 2023-12-06
  • 17.0.5 - 2023-11-29
  • 17.0.4 - 2023-11-20
  • 17.0.3 - 2023-11-15
  • 17.0.2 - 2023-11-09
  • 17.0.1 - 2023-11-08
  • 17.0.0 - 2023-11-08
  • 17.0.0-rc.3 - 2023-11-07
  • 17.0.0-rc.2 - 2023-11-02
  • 17.0.0-rc.1 - 2023-10-25
  • 17.0.0-rc.0 - 2023-10-18
  • 17.0.0-next.8 - 2023-10-11
  • 17.0.0-next.7 - 2023-10-04
  • 17.0.0-next.6 - 2023-09-27
  • 17.0.0-next.5 - 2023-09-20
  • 17.0.0-next.4 - 2023-09-13
  • 17.0.0-next.3 - 2023-09-06
  • 17.0.0-next.2 - 2023-08-30
  • 17.0.0-next.1 - 2023-08-23
  • 17.0.0-next.0 - 2023-08-16
  • 16.2.12 - 2023-11-02
  • 16.2.11 - 2023-10-25
  • 16.2.10 - 2023-10-18
  • 16.2.9 - 2023-10-11
  • 16.2.8 - 2023-10-04
  • 16.2.7 - 2023-09-27
  • 16.2.6 - 2023-09-20
  • 16.2.5 - 2023-09-13
  • 16.2.4 - 2023-09-06
  • 16.2.3 - 2023-08-30
  • 16.2.2 - 2023-08-23
  • 16.2.1 - 2023-08-16
  • 16.2.0 - 2023-08-09
  • 16.2.0-rc.0 - 2023-08-02
  • 16.2.0-next.4 - 2023-07-26
  • 16.2.0-next.3 - 2023-07-19
  • 16.2.0-next.2 - 2023-07-13
  • 16.2.0-next.1 - 2023-06-28
  • 16.2.0-next.0 - 2023-06-21
  • 16.1.9 - 2023-08-09
  • 16.1.8 - 2023-08-02
  • 16.1.7 - 2023-07-26
  • 16.1.6 - 2023-07-19
  • 16.1.5 - 2023-07-13
  • 16.1.4 - 2023-07-06
  • 16.1.3 - 2023-06-28
  • 16.1.2 - 2023-06-21
  • 16.1.1 - 2023-06-14
  • 16.1.0 - 2023-06-13
  • 16.1.0-rc.0 - 2023-06-08
  • 16.1.0-next.3 - 2023-06-01
  • 16.1.0-next.2 - 2023-05-24
  • 16.1.0-next.1 - 2023-05-17
  • 16.1.0-next.0 - 2023-05-10
  • 16.0.6 - 2023-06-13
  • 16.0.5 - 2023-06-08
  • 16.0.4 - 2023-06-01
  • 16.0.3 - 2023-05-24
  • 16.0.2 - 2023-05-17
  • 16.0.1 - 2023-05-10
  • 16.0.0 - 2023-05-03
  • 16.0.0-rc.4 - 2023-05-01
  • 16.0.0-rc.3 - 2023-04-27
  • 16.0.0-rc.2 - 2023-04-19
  • 16.0.0-rc.1 - 2023-04-14
  • 16.0.0-rc.0 - 2023-04-12
  • 16.0.0-next.7 - 2023-04-06
  • 16.0.0-next.6 - 2023-04-03
  • 16.0.0-next.5 - 2023-03-29
  • 16.0.0-next.4 - 2023-03-22
  • 16.0.0-next.3 - 2023-03-16
  • 16.0.0-next.2 - 2023-03-08
  • 16.0.0-next.1 - 2023-03-01
  • 16.0.0-next.0 - 2023-02-22
  • 15.2.10 - 2023-10-04
  • 15.2.9 - 2023-05-03
  • 15.2.8 - 2023-04-19
  • 15.2.7 - 2023-04-12
  • 15.2.6 - 2023-04-06
  • 15.2.5 - 2023-03-29
  • 15.2.4 - 2023-03-22
  • 15.2.3 - 2023-03-16
  • 15.2.2 - 2023-03-08
  • 15.2.1 - 2023-03-01
  • 15.2.0 - 2023-02-22
  • 15.2.0-rc.0 - 2023-02-15
  • 15.2.0-next.4 - 2023-02-08
  • 15.2.0-next.3 - 2023-02-02
  • 15.2.0-next.2 - 2023-01-25
  • 15.2.0-next.1 - 2023-01-18
  • 15.2.0-next.0 - 2023-01-11
  • 15.1.5 - 2023-02-15
  • 15.1.4 - 2023-02-08
  • 15.1.3 - 2023-02-02
  • 15.1.2 - 2023-01-25
  • 15.1.1 - 2023-01-18
  • 15.1.0 - 2023-01-10
  • 15.1.0-rc.0 - 2023-01-05
  • 15.1.0-next.3 - 2022-12-14
  • 15.1.0-next.2 - 2022-12-07
  • 15.1.0-next.1 - 2022-11-30
  • 15.1.0-next.0 - 2022-11-23
  • 15.0.4 - 2022-12-14
  • 15.0.3 - 2022-12-07
  • 15.0.2 - 2022-11-30
  • 15.0.1 - 2022-11-23
  • 15.0.0 - 2022-11-16
  • 15.0.0-rc.4 - 2022-11-14
  • 15.0.0-rc.3 - 2022-11-09
  • 15.0.0-rc.2 - 2022-11-04
  • 15.0.0-rc.1 - 2022-10-26
  • 15.0.0-rc.0 - 2022-10-19
  • 15.0.0-next.6 - 2022-10-12
  • 15.0.0-next.5 - 2022-10-05
  • 15.0.0-next.4 - 2022-09-28
  • 15.0.0-next.3 - 2022-09-21
  • 15.0.0-next.2 - 2022-09-15
  • 15.0.0-next.1 - 2022-09-07
  • 15.0.0-next.0 - 2022-08-26
  • 14.3.0 - 2023-03-13
  • 14.2.12 - 2022-11-21
  • 14.2.11 - 2022-11-16
  • 14.2.10 - 2022-11-09
  • 14.2.9 - 2022-11-03
  • 14.2.8 - 2022-10-26
  • 14.2.7 - 2022-10-19
  • 14.2.6 - 2022-10-12
  • 14.2.5 - 2022-10-05
  • 14.2.4 - 2022-09-28
  • 14.2.3 - 2022-09-21
  • 14.2.2 - 2022-09-15
  • 14.2.1 - 2022-09-07
  • 14.2.0 - 2022-08-25
  • 14.2.0-rc.0 - 2022-08-17
  • 14.2.0-next.1 - 2022-08-10
  • 14.2.0-next.0 - 2022-08-03
  • 14.1.3 - 2022-08-17
  • 14.1.2 - 2022-08-10
  • 14.1.1 - 2022-08-03
  • 14.1.0 - 2022-07-20
  • 14.1.0-rc.0 - 2022-07-13
  • 14.1.0-next.4 - 2022-07-06
  • 14.1.0-next.3 - 2022-06-29
  • 14.1.0-next.2 - 2022-06-22
  • 14.1.0-next.1 - 2022-06-15
  • 14.1.0-next.0 - 2022-06-08
  • 14.0.7 - 2022-07-20
  • 14.0.6 - 2022-07-13
  • 14.0.5 - 2022-07-06
  • 14.0.4 - 2022-06-29
  • 14.0.3 - 2022-06-22
  • 14.0.2 - 2022-06-15
  • 14.0.1 - 2022-06-08
  • 14.0.0 - 2022-06-02
  • 14.0.0-rc.3 - 2022-05-31
  • 14.0.0-rc.2 - 2022-05-25
  • 14.0.0-rc.1 - 2022-05-18
  • 14.0.0-rc.0 - 2022-05-11
  • 14.0.0-next.16 - 2022-05-04
  • 14.0.0-next.15 - 2022-04-27
  • 14.0.0-next.14 - 2022-04-20
  • 14.0.0-next.13 - 2022-04-13
  • 14.0.0-next.12 - 2022-04-12
  • 14.0.0-next.11 - 2022-04-06
  • 14.0.0-next.10 - 2022-03-30
  • 14.0.0-next.9 - 2022-03-25
  • 14.0.0-next.8 - 2022-03-25
  • 14.0.0-next.7 - 2022-03-16
  • 14.0.0-next.6 - 2022-03-09
  • 14.0.0-next.5 - 2022-03-02
  • 14.0.0-next.4 - 2022-02-23
  • 14.0.0-next.3 - 2022-02-17
  • 14.0.0-next.2 - 2022-02-08
  • 14.0.0-next.1 - 2022-02-02
  • 14.0.0-next.0 - 2022-01-26
  • 13.4.0 - 2023-04-06
  • 13.3.12 - 2022-11-21
  • 13.3.11 - 2022-05-31
  • 13.3.10 - 2022-05-25
  • 13.3.9 - 2022-05-18
  • 13.3.8 - 2022-05-12
  • 13.3.7 - 2022-05-11
  • 13.3.6 - 2022-05-04
  • 13.3.5 - 2022-04-27
  • 13.3.4 - 2022-04-20
  • 13.3.3 - 2022-04-13
  • 13.3.2 - 2022-04-06
  • 13.3.1 - 2022-03-30
  • 13.3.0 - 2022-03-16
  • 13.3.0-rc.0 - 2022-03-10
  • 13.2.7 - 2022-03-16
  • 13.2.6 - 2022-03-09
  • 13.2.5 - 2022-03-02
  • 13.2.4 - 2022-02-23
  • 13.2.3 - 2022-02-17
  • 13.2.2 - 2022-02-08
  • 13.2.1 - 2022-02-02
  • 13.2.0 - 2022-01-26
  • 13.2.0-rc.1 - 2022-01-24
  • 13.2.0-rc.0 - 2022-01-20
  • 13.2.0-next.2 - 2022-01-12
  • 13.2.0-next.1 - 2021-12-15
  • 13.2.0-next.0 - 2021-12-09
  • 13.1.3 - 2022-01-19
  • 13.1.2 - 2022-01-12
  • 13.1.1 - 2021-12-15
  • 13.1.0 - 2021-12-09
  • 13.1.0-next.3 - 2021-12-01
  • 13.1.0-next.2 - 2021-11-17
  • 13.1.0-next.1 - 2021-11-10
  • 13.1.0-next.0 - 2021-11-03
  • 13.0.3 - 2021-12-01
  • 13.0.2 - 2021-11-17
  • 13.0.1 - 2021-11-10
  • 13.0.0 - 2021-11-03
  • 13.0.0-rc.3 - 2021-11-02
  • 13.0.0-rc.2 - 2021-10-27
  • 13.0.0-rc.1 - 2021-10-20
  • 13.0.0-rc.0 - 2021-10-13
  • 13.0.0-next.15 - 2021-10-07
  • 13.0.0-next.14 - 2021-10-06
  • 13.0.0-next.13 - 2021-10-06
  • 13.0.0-next.12 - 2021-10-06
  • 13.0.0-next.11 - 2021-10-05
  • 13.0.0-next.10 - 2021-10-01
  • 13.0.0-next.9 - 2021-09-30
  • 13.0.0-next.8 - 2021-09-27
  • 13.0.0-next.7 - 2021-09-22
  • 13.0.0-next.6 - 2021-09-15
  • 13.0.0-next.5 - 2021-09-08
  • 13.0.0-next.4 - 2021-09-01
  • 13.0.0-next.3 - 2021-08-25
  • 13.0.0-next.2 - 2021-08-18
  • 13.0.0-next.1 - 2021-08-11
  • 13.0.0-next.0 - 2021-08-04
  • 12.2.17 - 2022-11-22
  • 12.2.16 - 2022-01-27
  • 12.2.15 - 2021-12-15
  • 12.2.14 - 2021-12-01
  • 12.2.13 - 2021-11-03
  • 12.2.12 - 2021-10-27
  • 12.2.11 - 2021-10-20
  • 12.2.10 - 2021-10-13
  • 12.2.9 - 2021-10-06
  • 12.2.8 - 2021-09-30
  • 12.2.7 - 2021-09-22
  • 12.2.6 - 2021-09-15
  • 12.2.5 - 2021-09-08
  • 12.2.4 - 2021-09-01
  • 12.2.3 - 2021-08-25
  • 12.2.2 - 2021-08-18
  • 12.2.1 - 2021-08-11
  • 12.2.0 - 2021-08-04
  • 12.2.0-rc.0 - 2021-07-28
  • 12.2.0-next.3 - 2021-07-21
  • 12.2.0-next.2 - 2021-07-14
  • 12.2.0-next.1 - 2021-06-30
  • 12.2.0-next.0 - 2021-06-24
  • 12.1.5 - 2021-08-04
  • 12.1.4 - 2021-07-28
  • 12.1.3 - 2021-07-21
  • 12.1.2 - 2021-07-14
  • 12.1.1 - 2021-06-30
  • 12.1.0 - 2021-06-24
  • 12.1.0-next.6 - 2021-06-16
  • 12.1.0-next.5 - 2021-06-09
  • 12.1.0-next.4 - 2021-06-02
  • 12.1.0-next.3 - 2021-05-26
  • 12.1.0-next.2 - 2021-05-19
  • 12.1.0-next.1 - 2021-05-05
  • 12.0.5 - 2021-06-16
  • 12.0.4 - 2021-06-09
  • 12.0.3 - 2021-06-02
  • 12.0.2 - 2021-05-26
  • 12.0.1 - 2021-05-19
  • 12.0.0 - 2021-05-12
  • 12.0.0-rc.3 - 2021-05-10
  • 12.0.0-rc.2 - 2021-05-05
  • 12.0.0-rc.1 - 2021-04-28
  • 12.0.0-rc.0 - 2021-04-21
  • 12.0.0-next.9 - 2021-04-14
  • 12.0.0-next.8 - 2021-04-07
  • 12.0.0-next.7 - 2021-04-02
  • 12.0.0-next.6 - 2021-03-24
  • 12.0.0-next.5 - 2021-03-17
  • 12.0.0-next.4 - 2021-03-10
  • 12.0.0-next.3 - 2021-03-03
  • 12.0.0-next.2 - 2021-02-24
  • 12.0.0-next.1 - 2021-02-17
  • 12.0.0-next.0 - 2021-02-10
  • 11.2.14 - 2021-05-12
  • 11.2.13 - 2021-05-05
  • 11.2.12 - 2021-04-28
  • 11.2.11 - 2021-04-21
  • 11.2.10 - 2021-04-14
  • 11.2.9 - 2021-04-07
  • 11.2.8 - 2021-04-01
  • 11.2.7 - 2021-03-24
  • 11.2.6 - 2021-03-17
  • 11.2.5 - 2021-03-10
  • 11.2.4 - 2021-03-03
  • 11.2.3 - 2021-02-24
  • 11.2.2 - 2021-02-22
  • 11.2.1 - 2021-02-17
  • 11.2.0 - 2021-02-10
  • 11.2.0-rc.0 - 2021-02-03
  • 11.2.0-next.1 - 2021-02-03
  • 11.2.0-next.0 - 2021-01-27
  • 11.1.2 - 2021-02-03
  • 11.1.1 - 2021-01-27
  • 11.1.0 - 2021-01-20
  • 11.1.0-rc.0 - 2021-01-13
  • 11.1.0-next.5 - 2021-01-13
  • 11.1.0-next.4 - 2021-01-06
  • 11.1.0-next.3 - 2020-12-17
  • 11.1.0-next.2 - 2020-12-09
  • 11.1.0-next.1 - 2020-12-02
  • 11.1.0-next.0 - 2020-11-18
  • 11.0.9 - 2021-01-13
  • 11.0.8 - 2021-01-11
  • 11.0.7 - 2021-01-07
  • 11.0.6 - 2021-01-06
  • 11.0.5 - 2020-12-16
  • 11.0.4 - 2020-12-09
  • 11.0.3 - 2020-12-02
  • 11.0.2 - 2020-11-19
  • 11.0.1 - 2020-11-18
  • 11.0.0 - 2020-11-11
  • 11.0.0-rc.3 - 2020-11-09
  • 11.0.0-rc.2 - 2020-11-04
  • 11.0.0-rc.1 - 2020-10-28
  • 11.0.0-rc.0 - 2020-10-21
  • 11.0.0-next.6 - 2020-10-14
  • 11.0.0-next.5 - 2020-10-07
  • 11.0.0-next.4 - 2020-09-30
  • 11.0.0-next.3 - 2020-09-23
  • 11.0.0-next.2 - 2020-09-16
  • 11.0.0-next.1 - 2020-09-09
  • 11.0.0-next.0 - 2020-09-02
  • 10.2.5 - 2021-04-14
  • 10.2.4 - 2020-12-17
  • 10.2.3 - 2020-11-09
  • 10.2.2 - 2020-11-04
  • 10.2.1 - 2020-10-28
  • 10.2.0 - 2020-10-21
  • 10.1.6 - 2020-10-14
  • 10.1.5 - 2020-10-07
  • 10.1.4 - 2020-09-30
  • 10.1.3 - 2020-09-23
  • 10.1.2 - 2020-09-16
  • 10.1.1 - 2020-09-09
  • 10.1.0 - 2020-09-02
  • 10.1.0-rc.0 - 2020-08-26
  • 10.1.0-next.8 - 2020-08-24
  • 10.1.0-next.7 - 2020-08-19
  • 10.1.0-next.6 - 2020-08-17
  • 10.1.0-next.5 - 2020-08-12
  • 10.1.0-next.4 - 2020-08-04
  • 10.1.0-next.3 - 2020-07-28
  • 10.1.0-next.2 - 2020-07-22
  • 10.1.0-next.1 - 2020-07-15
  • 10.1.0-next.0 - 2020-07-08
  • 10.0.14 - 2020-08-26
  • 10.0.13 - 2020-08-26
  • 10.0.12 - 2020-08-24
  • 10.0.11 - 2020-08-19
  • 10.0.10 - 2020-08-17
from @angular/forms GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • 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/forms from 10.0.10 to 20.3.0.

See this package in npm:
@angular/forms

See this project in Snyk:
https://app.snyk.io/org/bl82/project/50d11c58-82c2-43d9-9c5c-84d62096b5fc?utm_source=github&utm_medium=referral&page=upgrade-pr
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.

2 participants