Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: , , , , , , , #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mayankv87
Copy link
Owner

snyk-top-banner

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.

Name Versions Released on

@angular/animations
from 8.0.0 to 8.2.14 | 31 versions ahead of your current version | 5 years ago
on 2019-11-13
@angular/common
from 8.0.0 to 8.2.14 | 31 versions ahead of your current version | 5 years ago
on 2019-11-13
@angular/compiler
from 8.0.0 to 8.2.14 | 31 versions ahead of your current version | 5 years ago
on 2019-11-13
@angular/core
from 8.0.0 to 8.2.14 | 31 versions ahead of your current version | 5 years ago
on 2019-11-13
@angular/forms
from 8.0.0 to 8.2.14 | 31 versions ahead of your current version | 5 years ago
on 2019-11-13
@angular/platform-browser
from 8.0.0 to 8.2.14 | 31 versions ahead of your current version | 5 years ago
on 2019-11-13
@angular/platform-browser-dynamic
from 8.0.0 to 8.2.14 | 31 versions ahead of your current version | 5 years ago
on 2019-11-13
@angular/router
from 8.0.0 to 8.2.14 | 31 versions ahead of your current version | 5 years ago
on 2019-11-13

Release notes
Package name: @angular/animations
  • 8.2.14 - 2019-11-13
  • 8.2.13 - 2019-10-30
  • 8.2.12 - 2019-10-23
  • 8.2.11 - 2019-10-15
  • 8.2.10 - 2019-10-09
  • 8.2.9 - 2019-10-02
  • 8.2.8 - 2019-09-25
  • 8.2.7 - 2019-09-18
  • 8.2.6 - 2019-09-11
  • 8.2.5 - 2019-09-04
  • 8.2.4 - 2019-08-28
  • 8.2.3 - 2019-08-21
  • 8.2.2 - 2019-08-12
  • 8.2.1 - 2019-08-08
  • 8.2.0 - 2019-07-31
  • 8.2.0-rc.0 - 2019-07-26
  • 8.2.0-next.2 - 2019-07-17

    18.2.0-next.2 (2024-07-24)

    compiler

    Commit Description
    fix - 08c5977bd5 limit the number of chained instructions (#57069)

    compiler-cli

    Commit Description
    fix - d4ff6bc0b2 add warning for unused let declarations (#57033)
    fix - c76b440ac0 add warning for unused let declarations (#57033)
    fix - 6c2fbda694 extended diagnostic visitor not visiting template attributes (#57033)

    core

    Commit Description
    feat - fab673a1dd add ng generate schematic to convert to inject (#57056)
    fix - 7d4b2d2413 afterNextRender hooks return that callback value. (#57031)
    fix - 8718abce90 Deprecate ignoreChangesOutsideZone option (#57029)
    fix - fe41b11434 tree shake dev mode error message (#57035)
  • 8.2.0-next.1 - 2019-07-10

    18.2.0-next.1 (2024-07-17)

    common

    Commit Description
    fix - 2c4613a002 Don't run preconnect assertion on the server. (#56213)

    compiler

    Commit Description
    fix - 9167fc815c JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
    fix - 107173c14d use strict equality for 'code' comparison (#56944)

    compiler-cli

    Commit Description
    feat - 98ed5b609e run JIT transform on classes with jit: true opt-out (#56892)
    fix - f0d6d0688d avoid emitting references to typecheck files in TS 5.4 (#56961)

    core

    Commit Description
    fix - e504ad97d4 not all callbacks running when registered at the same time (#56981)

    language-service

    Commit Description
    feat - 4bb558ab0c support writing code refactorings (#56895)
    perf - 7663debce1 quick exit if no code fixes can exist (#57000)

    migrations

    Commit Description
    fix - 0ea6a4a361 fix common module removal (#56968)
  • 8.2.0-next.0 - 2019-07-02

    18.2.0-next.0 (2024-07-10)

    compiler

    Commit Description
    feat - c8e2885136 Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

    core

    Commit Description
    fix - 5dcdbfcba9 rename the equality function option in toSignal (#56769)
  • 8.1.3 - 2019-07-26

    18.1.3 (2024-07-31)

    compiler

    Commit Description
    fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

    compiler-cli

    Commit Description
    fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

    core

    Commit Description
    fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
    fix - eaa83f9d27 hydration error in some let declaration setups (#57173)
  • 8.1.2 - 2019-07-17

    18.1.2 (2024-07-24)

    compiler

    Commit Description
    fix - 463945003d limit the number of chained instructions (#57069)

    compiler-cli

    Commit Description
    fix - e904f34020 add warning for unused let declarations (#57033)

    core

    Commit Description
    fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
    fix - b9fb98c67c tree shake dev mode error message (#57035)
  • 8.1.1 - 2019-07-10

    18.1.1 (2024-07-17)

    common

    Commit Description
    fix - a1cb9dfc0d Don't run preconnect assertion on the server. (#56213)

    compiler

    Commit Description
    fix - daf0317bdc JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
    fix - d7dca6dbb6 use strict equality for 'code' comparison (#56944)

    compiler-cli

    Commit Description
    fix - c94a897248 avoid emitting references to typecheck files in TS 5.4 (#56961)

    core

    Commit Description
    fix - 5682527d94 not all callbacks running when registered at the same time (#56981)

    migrations

    Commit Description
    fix - b666d2c20f fix common module removal (#56968)
  • 8.1.0 - 2019-07-02

    18.1.0 (2024-07-10)

    common

    Commit Description
    fix - f25653e231 typo in NgOptimizedImage warning (#56756)
    fix - 9b35726e42 typo in warning for NgOptimizedDirective (#56817)

    compiler

    Commit Description
    feat - fd6cd0422d Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
    fix - 341a116d61 allow more characters in let declaration name (#56764)
    fix - 2a1291e942 give precedence to local let declarations over parent ones (#56752)

    compiler-cli

    Commit Description
    fix - 66e582551e avoid duplicate diagnostics for let declarations read before definition (#56843)
    fix - 4d18c5bfd5 flag all conflicts between let declarations and local symbols (#56752)
    fix - 9e21582456 Show template syntax errors in local compilation modified (#55855)
    fix - 5996502921 type check let declarations nested inside nodes (#56752)
    fix - cdebf751e4 used before declared diagnostic not firing for control flow blocks (#56843)

    core

    Commit Description
    feat - ea3c802056 Add a schematic to migrate afterRender phase flag (#55648)
    feat - 5df3e78c99 add equality function to rxjs-interop toSignal (#56447)
    feat - 0a48d584f2 add support for let syntax (#56715)
    feat - 352e0782ec expose signal input metadata in ComponentMirror (#56402)
    feat - a655e46447 Redesign the afterRender & afterNextRender phases API (#55648)
    feat - e5a6f91722 support TypeScript 5.5 (#56096)
    fix - 38effcc63e Add back phase flag option as a deprecated API (#55648)
    fix - 86bcfd3e49 improve docs on afterRender hooks (#56522)
    fix - b2445a0953 link errors to ADEV (#55554) (#56038)
    fix - 03a2acd2a3 properly remove imports in the afterRender phase migration (#56524)
    fix - 4d87b9e899 rename the equality function option in toSignal (#56769) (#56922)
    fix - 8bd4c074af toSignal equal option should be passed to inner computed (#56903)

    forms

    Commit Description
    fix - 00bde8b1c2 Make NgControlStatus host bindings OnPush compatible (#55720)

    http

    Commit Description
    fix - cc21989132 Make Content-Type header case insensitive (#56541)

    language-service

    Commit Description
    feat - b400e2e4d4 autocompletion for the component not imported (#55595)
    fix - 67b2c336bc import the default exported component correctly (#56432)

    router

    Commit Description
    feat - a13f5da773 Allow UrlTree as an input to routerLink (#56265)
    feat - 1d3a7529b4 Set a different browser URL from the one for route matching (#53318)
  • 8.1.0-rc.0 - 2019-06-26
  • 8.1.0-next.3 - 2019-06-19
  • 8.1.0-next.2 - 2019-06-13
  • 8.1.0-next.1 - 2019-06-05
  • 8.1.0-beta.0 - 2019-05-30
  • 8.0.3 - 2019-06-26
  • 8.0.2 - 2019-06-19
  • 8.0.1 - 2019-06-13
  • 8.0.0 - 2019-05-28
from @angular/animations GitHub release notes
Package name: @angular/common
  • 8.2.14 - 2019-11-13
  • 8.2.13 - 2019-10-30
  • 8.2.12 - 2019-10-23
  • 8.2.11 - 2019-10-15
  • 8.2.10 - 2019-10-09
  • 8.2.9 - 2019-10-02
  • 8.2.8 - 2019-09-25
  • 8.2.7 - 2019-09-18
  • 8.2.6 - 2019-09-11
  • 8.2.5 - 2019-09-04
  • 8.2.4 - 2019-08-28
  • 8.2.3 - 2019-08-21
  • 8.2.2 - 2019-08-12
  • 8.2.1 - 2019-08-08
  • 8.2.0 - 2019-07-31
  • 8.2.0-rc.0 - 2019-07-26
  • 8.2.0-next.2 - 2019-07-17

    18.2.0-next.2 (2024-07-24)

    compiler

    Commit Description
    fix - 08c5977bd5 limit the number of chained instructions (#57069)

    compiler-cli

    Commit Description
    fix - d4ff6bc0b2 add warning for unused let declarations (

Snyk has created this PR to upgrade:
  - @angular/animations from 8.0.0 to 8.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/animations
  - @angular/common from 8.0.0 to 8.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/common
  - @angular/compiler from 8.0.0 to 8.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/compiler
  - @angular/core from 8.0.0 to 8.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/core
  - @angular/forms from 8.0.0 to 8.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/forms
  - @angular/platform-browser from 8.0.0 to 8.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser
  - @angular/platform-browser-dynamic from 8.0.0 to 8.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic
  - @angular/router from 8.0.0 to 8.2.14.
    See this package in npm: https://www.npmjs.com/package/@angular/router

See this project in Snyk:
https://app.snyk.io/org/mayankv87/project/306c38e6-74cd-4bec-b751-6834225adb0a?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