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: , , , , , , , , #20

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

Conversation

beyerleinf
Copy link
Member

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 18.0.6 to 18.1.0 | 8 versions ahead of your current version | 22 days ago
on 2024-07-10
@angular/common
from 18.0.6 to 18.1.0 | 8 versions ahead of your current version | 22 days ago
on 2024-07-10
@angular/compiler
from 18.0.6 to 18.1.0 | 8 versions ahead of your current version | 22 days ago
on 2024-07-10
@angular/core
from 18.0.6 to 18.1.0 | 8 versions ahead of your current version | 22 days ago
on 2024-07-10
@angular/forms
from 18.0.6 to 18.1.0 | 8 versions ahead of your current version | 22 days ago
on 2024-07-10
@angular/platform-browser
from 18.0.6 to 18.1.0 | 8 versions ahead of your current version | 22 days ago
on 2024-07-10
@angular/platform-browser-dynamic
from 18.0.6 to 18.1.0 | 8 versions ahead of your current version | 22 days ago
on 2024-07-10
@angular/platform-server
from 18.0.6 to 18.1.0 | 8 versions ahead of your current version | 22 days ago
on 2024-07-10
@angular/router
from 18.0.6 to 18.1.0 | 8 versions ahead of your current version | 22 days ago
on 2024-07-10

Release notes
Package name: @angular/animations
  • 18.1.0 - 2024-07-10

    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)
  • 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
from @angular/animations GitHub release notes
Package name: @angular/common
  • 18.1.0 - 2024-07-10

    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)
  • 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
from @angular/common GitHub release notes
Package name: @angular/compiler
  • 18.1.0 - 2024-07-10

    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 (

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

See this project in Snyk:
https://app.snyk.io/org/beyerleindigital/project/aa658647-f7f1-4dd9-8c87-680099214dbd?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