Skip to content

[Snyk] Upgrade: @angular/animations, @angular/common, @angular/compiler, @angular/core, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router - #6

Open
ffMathy wants to merge 1 commit into
mainfrom
snyk-upgrade-6810f9b30bc2e8546ec4d1ec7a6de2cb

Conversation

@ffMathy

Copy link
Copy Markdown
Contributor

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade multiple dependencies.

👯‍♂ The following dependencies are linked and will therefore be updated together.

ℹ️ 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.

NameVersionsReleased on
@angular/animations
from 11.0.4 to 14.1.0
181 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change
22 days ago
on 2022-07-20
@angular/common
from 11.0.4 to 14.1.0
181 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change
22 days ago
on 2022-07-20
@angular/compiler
from 11.0.4 to 14.1.0
181 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change
22 days ago
on 2022-07-20
@angular/core
from 11.0.4 to 14.1.0
181 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change
22 days ago
on 2022-07-20
@angular/forms
from 11.0.4 to 14.1.0
181 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change
22 days ago
on 2022-07-20
@angular/platform-browser
from 11.0.4 to 14.1.0
181 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change
22 days ago
on 2022-07-20
@angular/platform-browser-dynamic
from 11.0.4 to 14.1.0
181 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change
22 days ago
on 2022-07-20
@angular/router
from 11.0.4 to 14.1.0
181 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change
22 days ago
on 2022-07-20

The recommended version fixes:

SeverityIssuePriorityScore (*)Exploit Maturity
Cross-site Scripting (XSS)
SNYK-JS-ANGULARCORE-1070902
409/1000
Why? Has a fix available, CVSS 3.9
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: @angular/animations
  • 14.1.0 - 2022-07-20
    Read more
  • 14.1.0-rc.0 - 2022-07-13

    14.1.0-rc.0 (2022-07-13)

    Deprecations

    core

    • The createNgModuleRef is deprecated in favor of newly added createNgModule one.

    animations

    CommitDescription
    feat - 55308f2df5add provideAnimations() and provideNoopAnimations() functions (#46793)

    compiler

    CommitDescription
    feat - 33ce3883a5Add extended diagnostic to warn when missing let on ngForOf (#46683)
    feat - 9e836c232fwarn when style suffixes are used with attribute bindings (#46651)

    compiler-cli

    CommitDescription
    feat - 93c65e7b14add extended diagnostic for non-nullable optional chains (#46686)
    fix - 93d17ee888only consider used pipes for inline type-check requirement (#46807)

    core

    CommitDescription
    feat - a6d5fe202calias createNgModuleRef as createNgModule (#46789)
    feat - 71e606d3c3expose EnvironmentInjector on ApplicationRef (#46665)
    feat - 19e6d9ccd3import AsyncStackTaggingZone if available (#46693)

    forms

    CommitDescription
    fix - c0ca3fc71aexpose ControlConfig in public API (#46594)
    fix - e9b5dac9ecMove all remaining errors in Forms to use RuntimeErrorCode. (#46654)

    localize

    CommitDescription
    fix - 392c56749aadd --project option to ng-add schematic (#46664)

    router

    CommitDescription
    feat - a4ce273e50Add the target RouterStateSnapshot to NavigationError (#46731)
    fix - e8ae0fe3e9Fix cancellation code for canLoad rejections (#46752)

    Special Thanks

    Alan Agius, Andrew Kushnir, Andrew Scott, Bob Watson, Dylan Hunn, George Kalpakas, Ivaylo Kirov, Jessica Janiuk, JiaLiPassion, John Vandenberg, JoostK, Joshua VanAllen, Lukas Matta, Marcin Wosinek, Nicolas Molina Monroy, Or'el Ben-Ya'ir, Paul Gschwendtner, Pawel Kozlowski, SoulsMark, Uday Sony, dario-piotrowicz, markostanimirovic and zhysky

  • 14.1.0-next.4 - 2022-07-06

    14.1.0-next.4 (2022-07-06)

    Deprecations

    core

    • The bit field signature of inject() has been deprecated, in favor of the
      new options object. Correspondingly, InjectFlags is deprecated as well.

    compiler

    CommitDescription
    feat - 6f11a58040Add extended diagnostic to warn when text attributes are intended to be bindings (#46161)

    core

    CommitDescription
    feat - 96c6139c9aadd ability to set inputs on ComponentRef (#46641)
    feat - a7a14df5f8introduce EnvironmentInjector.runInContext API (#46653)
    feat - fa52b6e906options object to supersede bit flags for inject() (#46649)
    feat - af20112222support the descendants option for ContentChild queries (#46638)

    router

    CommitDescription
    feat - 6c1357dd7dAdd stable cancelation code to NavigationCancel event (#46675)
    fix - e8c7dd10e9Ensure APP_INITIALIZER of enabledBlocking option completes (#46026)

    Special Thanks

    Alan Agius, Alex Rickabaugh, Andrew Scott, Aristeidis Bampakos, Bob Watson, George Kalpakas, Paul Gschwendtner and Pawel Kozlowski

  • 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.7 (2022-07-20)

    animations

    CommitDescription
    fix - 5bdbb6285bmake sure falsy values are added to _globalTimelineStyles (#46863)

    compiler

    CommitDescription
    fix - 41253f9c46inputs/outputs incorrectly parsed in jit mode (#46813)

    core

    CommitDescription
    fix - 4e77c7fbf3do not invoke jasmine done callback multiple times with waitForAsync

    Special Thanks

    Andrew Kushnir, Andrew Scott, Bob Watson, Cédric Exbrayat, Doug Parker, George Kalpakas, Jessica Janiuk, Kristiyan Kostadinov, Paul Gschwendtner, acvi, dario-piotrowicz, jnizet and piyush132000

  • 14.0.6 - 2022-07-13
    Read more
  • 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.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.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-17
  • 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
from @angular/animations GitHub release notes
Package name: @angular/common
  • 14.1.0 - 2022-07-20
    Read more
  • 14.1.0-rc.0 - 2022-07-13
    Read more
  • 14.1.0-next.4 - 2022-07-06
    Read more
  • 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
    Read more
  • 14.0.6 - 2022-07-13
    Read more
  • 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.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.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-17
  • 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
from @angular/common GitHub release notes
Package name: @angular/compiler
  • 14.1.0 - 2022-07-20
    Read more
  • 14.1.0-rc.0 - 2022-07-13
    Read more
  • 14.1.0-next.4 - 2022-07-06
    Read more
  • 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
    Read more
  • 14.0.6 - 2022-07-13
    Read more
  • 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.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.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-17
  • 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
from @angular/compiler GitHub release notes
Package name: @angular/core
  • 14.1.0 - 2022-07-20
    Read more
  • 14.1.0-rc.0 - 2022-07-13
    Read more
  • 14.1.0-next.4 - 2022-07-06
    Read more
  • 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
    Read more
  • 14.0.6 - 2022-07-13
    Read more
  • 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 - ...

Snyk has created this PR to upgrade:
- @angular/animations from 11.0.4 to 14.1.0.
See this package in npm: https://www.npmjs.com/package/@angular/animations
- @angular/common from 11.0.4 to 14.1.0.
See this package in npm: https://www.npmjs.com/package/@angular/common
- @angular/compiler from 11.0.4 to 14.1.0.
See this package in npm: https://www.npmjs.com/package/@angular/compiler
- @angular/core from 11.0.4 to 14.1.0.
See this package in npm: https://www.npmjs.com/package/@angular/core
- @angular/forms from 11.0.4 to 14.1.0.
See this package in npm: https://www.npmjs.com/package/@angular/forms
- @angular/platform-browser from 11.0.4 to 14.1.0.
See this package in npm: https://www.npmjs.com/package/@angular/platform-browser
- @angular/platform-browser-dynamic from 11.0.4 to 14.1.0.
See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic
- @angular/router from 11.0.4 to 14.1.0.
See this package in npm: https://www.npmjs.com/package/@angular/router
See this project in Snyk:
https://app.snyk.io/org/ffmathy/project/0abd6092-a032-4752-a00c-e59518e19e22?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for freeto 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

@ffMathy@snyk-bot