Skip to content

Comments

[Snyk] Upgrade: @angular/animations, @angular/common, @angular/core, @angular/forms#52

Open
jcompagner wants to merge 1 commit intomasterfrom
snyk-upgrade-238c88996e0abfab4d5b17028fce0565
Open

[Snyk] Upgrade: @angular/animations, @angular/common, @angular/core, @angular/forms#52
jcompagner wants to merge 1 commit intomasterfrom
snyk-upgrade-238c88996e0abfab4d5b17028fce0565

Conversation

@jcompagner
Copy link
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.

Name Versions Released on
@angular/animations
from 17.2.4 to 17.3.0
4 versions ahead of your current version 21 days ago
on 2024-03-13
@angular/common
from 17.2.4 to 17.3.0
4 versions ahead of your current version 21 days ago
on 2024-03-13
@angular/core
from 17.2.4 to 17.3.0
4 versions ahead of your current version 21 days ago
on 2024-03-13
@angular/forms
from 17.2.4 to 17.3.0
4 versions ahead of your current version 21 days ago
on 2024-03-13
Release notes
Package name: @angular/animations
  • 17.3.0 - 2024-03-13

    17.3.0 (2024-03-13)

    compiler

    Commit Description
    feat - 1a6beae8a2 Enable template pipeline by default. (#54571)
    fix - f386a04c9d handle two-way bindings to signal-based template variables in instruction generation (#54714)
    fix - 1f129f114e not catching for loop empty tracking expressions (#54772)

    compiler-cli

    Commit Description
    fix - 12dc4d074e account for as expression in docs extraction (#54414)
    fix - da7fbb40f0 detect when the linker is working in unpublished angular and widen supported versions (#54439)
    fix - 492e03f699 flag two-way bindings to non-signal values in templates (#54714)
    fix - 5afa4f0ec1 support ModuleWithProviders literal detection with typeof (#54650)

    core

    Commit Description
    feat - 331b16efd2 add API to inject attributes on the host node (#54604)
    feat - fb540e169a add migration for invalid two-way bindings (#54630)
    feat - c687b8f453 expose new output() API (#54650)
    feat - c809069f21 introduce outputFromObservable() interop function (#54650)
    feat - aff65fd1f4 introduce outputToObservable interop helper (#54650)
    feat - 974958913c support TypeScript 5.4 (#54414)
    fix - 39a50f9a8d ensure all initializer functions run in an injection context (#54761)
    fix - 243ccce624 exclude class attribute intended for projection matching from directive matching (#54800)
    fix - 2909e9817d prevent infinite loops in clobbered elements check (#54425)
    fix - 7243c704cf return a readonly signal on asReadonly. (#54706)
    perf - bb35414a38 speed up retrieval of DestroyRef in EventEmitter (#54748)

    http

    Commit Description
    fix - 8d37ed035c exclude caching for authenticated HTTP requests (#54746)

    router

    Commit Description
    feat - c1c7384e02 Add reusable types for router guards (#54580)
    fix - 7225485311 Navigations triggered by cancellation events should cancel previous navigation (#54710)
  • 17.3.0-rc.0 - 2024-03-06
    Read more
  • 17.3.0-next.1 - 2024-02-28
  • 17.3.0-next.0 - 2024-02-22
  • 17.2.4 - 2024-03-06

    17.2.4 (2024-03-06)

    compiler-cli

    Commit Description
    fix - 917b9bdd2e unwrap expressions with type parameters in query read property (#54647)

    core

    Commit Description
    fix - 586cc24a10 apply TestBed provider overrides to @ defer dependencies (#54667)
    fix - b558a01c84 generic inference for signal inputs may break with --strictFunctionTypes (#54652)
    fix - 443e5f1591 return a readonly signal on asReadonly. (#54719)
    fix - ffbafc7d4a untrack various core operations (#54614)
from @angular/animations GitHub release notes
Package name: @angular/common from @angular/common GitHub release notes
Package name: @angular/core from @angular/core GitHub release notes
Package name: @angular/forms from @angular/forms GitHub release notes
Commit messages
Package name: @angular/animations
  • 999ffb7 release: cut the v17.3.0 release
  • 5d41ab9 refactor(core): restructure logic in `isCssClassMatching` function (#54800)
  • 243ccce fix(core): exclude class attribute intended for projection matching from directive matching (#54800)
  • e8badec docs: fix missing security guide in navigation (#54830)
  • cdfcb77 refactor(core): add internal API to enable i18n hydration (#54784)
  • ac395d0 refactor(compiler-cli): cleanup unused code (#54775)
  • e75a9a4 docs: improve in-depth guides information architecture (#54365)
  • 41f28f8 fix(docs-infra): remove the prerender directory from adev (#54820)
  • 7df0a8a refactor(core): report subscription errors for `OutputEmitterRef` to `ErrorHandler` (#54821)
  • 9889346 docs: typo in output documentation (#54773)
  • 39a50f9 fix(core): ensure all initializer functions run in an injection context (#54761)
  • 1f77083 refactor(core): assert presence of the track function (#54814)
  • bb35414 perf(core): speed up retrieval of `DestroyRef` in `EventEmitter` (#54748)
  • fcfb42a docs: use the right path for first-app images (#54694)
  • 57e54e2 docs: bump to 2024 for copyright text (#54822)
  • 2909e98 fix(core): prevent infinite loops in clobbered elements check (#54425)
  • 619f3c8 refactor(core): add `i18nNodes` in preparation for i18n hydration (#54750)
  • 0ee1a14 refactor(core): Remove isG3 usages in patch branch (#54816)
  • f386a04 fix(compiler): handle two-way bindings to signal-based template variables in instruction generation (#54714)
  • 492e03f fix(compiler-cli): flag two-way bindings to non-signal values in templates (#54714)
  • ba9ddd7 refactor(compiler-cli): move illegal template assignment check into template semantics checker (#54714)
  • 5d23e60 refactor(compiler-cli): move signal identification function (#54714)
  • a7872ca refactor(compiler-cli): introduce template semantics checker (#54714)
  • 1031478 docs: adding signal inputs and model to ADEV. (#54753)

Compare

Package name: @angular/common
  • 999ffb7 release: cut the v17.3.0 release
  • 5d41ab9 refactor(core): restructure logic in `isCssClassMatching` function (#54800)
  • 243ccce fix(core): exclude class attribute intended for projection matching from directive matching (#54800)
  • e8badec docs: fix missing security guide in navigation (#54830)
  • cdfcb77 refactor(core): add internal API to enable i18n hydration (#54784)
  • ac395d0 refactor(compiler-cli): cleanup unused code (#54775)
  • e75a9a4 docs: improve in-depth guides information architecture (#54365)
  • 41f28f8 fix(docs-infra): remove the prerender directory from adev (#54820)
  • 7df0a8a refactor(core): report subscription errors for `OutputEmitterRef` to `ErrorHandler` (#54821)
  • 9889346 docs: typo in output documentation (#54773)
  • 39a50f9 fix(core): ensure all initializer functions run in an injection context (#54761)
  • 1f77083 refactor(core): assert presence of the track function (#54814)
  • bb35414 perf(core): speed up retrieval of `DestroyRef` in `EventEmitter` (#54748)
  • fcfb42a docs: use the right path for first-app images (#54694)
  • 57e54e2 docs: bump to 2024 for copyright text (#54822)
  • 2909e98 fix(core): prevent infinite loops in clobbered elements check (#54425)
  • 619f3c8 refactor(core): add `i18nNodes` in preparation for i18n hydration (#54750)
  • 0ee1a14 refactor(core): Remove isG3 usages in patch branch (#54816)
  • f386a04 fix(compiler): handle two-way bindings to signal-based template variables in instruction generation (#54714)
  • 492e03f fix(compiler-cli): flag two-way bindings to non-signal values in templates (#54714)
  • ba9ddd7 refactor(compiler-cli): move illegal template assignment check into template semantics checker (#54714)
  • 5d23e60 refactor(compiler-cli): move signal identification function (#54714)
  • a7872ca refactor(compiler-cli): introduce template semantics checker (#54714)
  • 1031478 docs: adding signal inputs and model to ADEV. (#54753)

Compare

Package name: @angular/core
  • 999ffb7 release: cut the v17.3.0 release
  • 5d41ab9 refactor(core): restructure logic in `isCssClassMatching` function (#54800)
  • 243ccce fix(core): exclude class attribute intended for projection matching from directive matching (#54800)
  • e8badec docs: fix missing security guide in navigation (#54830)
  • cdfcb77 refactor(core): add internal API to enable i18n hydration (#54784)
  • ac395d0 refactor(compiler-cli): cleanup unused code (#54775)
  • e75a9a4 docs: improve in-depth guides information architecture (#54365)
  • 41f28f8 fix(docs-infra): remove the prerender directory from adev (#54820)
  • 7df0a8a refactor(core): report subscription errors for `OutputEmitterRef` to `ErrorHandler` (#54821)
  • 9889346 docs: typo in output documentation (#54773)
  • 39a50f9 fix(core): ensure all initializer functions run in an injection context (#54761)
  • 1f77083 refactor(core): assert presence of the track function (#54814)
  • bb35414 perf(core): speed up retrieval of `DestroyRef` in `EventEmitter` (#54748)
  • fcfb42a docs: use the right path for first-app images (#54694)
  • 57e54e2 docs: bump to 2024 for copyright text (#54822)
  • 2909e98 fix(core): prevent infinite loops in clobbered elements check (#54425)
  • 619f3c8 refactor(core): add `i18nNodes` in preparation for i18n hydration (#54750)
  • 0ee1a14 refactor(core): Remove isG3 usages in patch branch (#54816)
  • f386a04 fix(compiler): handle two-way bindings to signal-based template variables in instruction generation (#54714)
  • 492e03f fix(compiler-cli): flag two-way bindings to non-signal values in templates (#54714)
  • ba9ddd7 refactor(compiler-cli): move illegal template assignment check into template semantics checker (#54714)
  • 5d23e60 refactor(compiler-cli): move signal identification function (#54714)
  • a7872ca refactor(compiler-cli): introduce template semantics checker (#54714)
  • 1031478 docs: adding signal inputs and model to ADEV. (#54753)

Compare

Package name: @angular/forms
  • 999ffb7 release: cut the v17.3.0 release
  • 5d41ab9 refactor(core): restructure logic in `isCssClassMatching` function (#54800)
  • 243ccce fix(core): exclude class attribute intended for projection matching from directive matching (#54800)
  • e8badec docs: fix missing security guide in navigation (#54830)
  • cdfcb77 refactor(core): add internal API to enable i18n hydration (#54784)
  • ac395d0 refactor(compiler-cli): cleanup unused code (#54775)
  • e75a9a4 docs: improve in-depth guides information architecture (#54365)
  • 41f28f8 fix(docs-infra): remove the prerender directory from adev (#54820)
  • 7df0a8a refactor(core): report subscription errors for `OutputEmitterRef` to `ErrorHandler` (#54821)
  • 9889346 docs: typo in output documentation (#54773)
  • 39a50f9 fix(core): ensure all initializer functions run in an injection context (#54761)
  • 1f77083 refactor(core): assert presence of the track function (#54814)
  • bb35414 perf(core): speed up retrieval of `DestroyRef` in `EventEmitter` (#54748)
  • fcfb42a docs: use the right path for first-app images (#54694)
  • 57e54e2 docs: bump to 2024 for copyright text (#54822)
  • 2909e98 fix(core): prevent infinite loops in clobbered elements check (#54425)
  • 619f3c8 refactor(core): add `i18nNodes` in preparation for i18n hydration (#54750)
  • 0ee1a14 refactor(core): Remove isG3 usages in patch branch (#54816)
  • f386a04 fix(compiler): handle two-way bindings to signal-based template variables in instruction generation (#54714)
  • 492e03f fix(compiler-cli): flag two-way bindings to non-signal values in templates (#54714)
  • ba9ddd7 refactor(compiler-cli): move illegal template assignment check into template semantics checker (#54714)
  • 5d23e60 refactor(compiler-cli): move signal identification function (#54714)
  • a7872ca refactor(compiler-cli): introduce template semantics checker (#54714)
  • 1031478 docs: adding signal inputs and model to ADEV. (#54753)

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Snyk has created this PR to upgrade:
  - @angular/animations from 17.2.4 to 17.3.0.
    See this package in npm: https://www.npmjs.com/package/@angular/animations
  - @angular/common from 17.2.4 to 17.3.0.
    See this package in npm: https://www.npmjs.com/package/@angular/common
  - @angular/core from 17.2.4 to 17.3.0.
    See this package in npm: https://www.npmjs.com/package/@angular/core
  - @angular/forms from 17.2.4 to 17.3.0.
    See this package in npm: https://www.npmjs.com/package/@angular/forms

See this project in Snyk:
https://app.snyk.io/org/servoy/project/d3e2390a-4f46-4e7f-8217-49cbddcee725?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