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: @angular/animations, @angular/common, @angular/compiler, @angular/core, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router #629

Closed
wants to merge 1 commit into from

Conversation

kidwen
Copy link
Owner

@kidwen kidwen commented Jan 10, 2024

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.0.3 to 17.0.7
4 versions ahead of your current version a month ago
on 2023-12-14
@angular/common
from 17.0.3 to 17.0.7
4 versions ahead of your current version a month ago
on 2023-12-14
@angular/compiler
from 17.0.3 to 17.0.7
4 versions ahead of your current version a month ago
on 2023-12-14
@angular/core
from 17.0.3 to 17.0.7
4 versions ahead of your current version a month ago
on 2023-12-14
@angular/forms
from 17.0.3 to 17.0.7
4 versions ahead of your current version a month ago
on 2023-12-14
@angular/platform-browser
from 17.0.3 to 17.0.7
4 versions ahead of your current version a month ago
on 2023-12-14
@angular/platform-browser-dynamic
from 17.0.3 to 17.0.7
4 versions ahead of your current version a month ago
on 2023-12-14
@angular/router
from 17.0.3 to 17.0.7
4 versions ahead of your current version a month ago
on 2023-12-14
Release notes
Package name: @angular/animations
  • 17.0.7 - 2023-12-14

    17.0.7 (2023-12-13)

    compiler

    Commit Description
    fix - 4fd5409090 handle ambient types in input transform function (#51474)

    compiler-cli

    Commit Description
    fix - a603338fe8 generate less type checking code in for loops (#53515)

    core

    Commit Description
    fix - 58ed76be93 Avoid refreshing a host view twice when using transplanted views (#53021)
    fix - c16b5e8290 Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
    fix - 17dbf8b8e2 remove signal equality check short-circuit (#53446)
    fix - 5b4add27b6 update feature usage marker (#53542)
    perf - 68d111c841 avoid changes Observable creation on QueryList (#53498)
    perf - 044cb553b4 optimize memory allocation when reconcilling lists (#52245)

    migrations

    Commit Description
    fix - 96ab999698 CF Migration - ensure bound ngIfElse cases ignore line breaks (#53435)
    fix - c9a1c6f1c7 cf migration - undo changes when html fails to parse post migration (#53530)
    fix - b75aca1d74 CF migration only remove newlines of changed template content (#53508)
    fix - e88a12d5b3 cf migration validate structure of ngswitch before migrating (#53530)
    fix - 543df3dca5 ensure we do not overwrite prior template replacements in migration (#53393)
    fix - d232ea143f fix cf migration import removal when errors occur (#53502)

    platform-browser

    Commit Description
    fix - d5c631bf36 Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)

    router

    Commit Description
    fix - e750e4edcf provide more actionable error message when route is not matched in production mode (#53523)
  • 17.0.6 - 2023-12-06
    Read more
  • 17.0.5 - 2023-11-29
  • 17.0.4 - 2023-11-20
  • 17.0.3 - 2023-11-15
from @angular/animations GitHub release notes
Package name: @angular/common from @angular/common GitHub release notes
Package name: @angular/compiler from @angular/compiler GitHub release notes
Package name: @angular/core from @angular/core GitHub release notes
Package name: @angular/forms from @angular/forms GitHub release notes
Package name: @angular/platform-browser from @angular/platform-browser GitHub release notes
Package name: @angular/platform-browser-dynamic from @angular/platform-browser-dynamic GitHub release notes
Package name: @angular/router from @angular/router GitHub release notes
Commit messages
Package name: @angular/animations
  • 798f955 release: cut the v17.0.7 release
  • c16b5e8 fix(core): Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
  • 79d8736 build: remove `seek-bzip` dependency (#53536)
  • 1c55c49 refactor(migrations): CF migration - add support for not reformatting i18n tags (#53538)
  • d5c631b fix(platform-browser): Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)
  • 5b4add2 fix(core): update feature usage marker (#53542)
  • e88a12d fix(migrations): cf migration validate structure of ngswitch before migrating (#53530)
  • c9a1c6f fix(migrations): cf migration - undo changes when html fails to parse post migration (#53530)
  • 4772da7 refactor(core): remove no longer needed FlushableEffectRunner private export (#53525)
  • cdedd00 refactor(compiler): Support `o.WrappedNodeExpr` inside expression conversion (#53478)
  • 0427d7a refactor(compiler): Fix a bug involving listeners with targets (#53478)
  • 79a7e02 refactor(compiler): Support `$any` in host bindings (#53478)
  • 4fd5409 fix(compiler): handle ambient types in input transform function (#51474)
  • 57ac806 feat(docs-infra): put the editor back in angular/angular (#53540)
  • 9a91e0f docs: add state of js survey link (#53537)
  • e750e4e fix(router): provide more actionable error message when route is not matched in production mode (#53523)
  • a603338 fix(compiler-cli): generate less type checking code in for loops (#53515)
  • 27235f1 refactor(compiler): Add sanitization support for host bindings (#53513)
  • 659b88d refactor(core): Update flaky test with wait condition (#53437)
  • b75aca1 fix(migrations): CF migration only remove newlines of changed template content (#53508)
  • d232ea1 fix(migrations): fix cf migration import removal when errors occur (#53502)
  • 617dc53 docs: Smart quote that breaks code block (#53488)
  • 087e06a refactor(compiler): Simplify how sanitizers are generated (#53473)
  • 93264b5 refactor(compiler): Generate trusted const values for extracted attrs (#53473)

Compare

Package name: @angular/common
  • 798f955 release: cut the v17.0.7 release
  • c16b5e8 fix(core): Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
  • 79d8736 build: remove `seek-bzip` dependency (#53536)
  • 1c55c49 refactor(migrations): CF migration - add support for not reformatting i18n tags (#53538)
  • d5c631b fix(platform-browser): Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)
  • 5b4add2 fix(core): update feature usage marker (#53542)
  • e88a12d fix(migrations): cf migration validate structure of ngswitch before migrating (#53530)
  • c9a1c6f fix(migrations): cf migration - undo changes when html fails to parse post migration (#53530)
  • 4772da7 refactor(core): remove no longer needed FlushableEffectRunner private export (#53525)
  • cdedd00 refactor(compiler): Support `o.WrappedNodeExpr` inside expression conversion (#53478)
  • 0427d7a refactor(compiler): Fix a bug involving listeners with targets (#53478)
  • 79a7e02 refactor(compiler): Support `$any` in host bindings (#53478)
  • 4fd5409 fix(compiler): handle ambient types in input transform function (#51474)
  • 57ac806 feat(docs-infra): put the editor back in angular/angular (#53540)
  • 9a91e0f docs: add state of js survey link (#53537)
  • e750e4e fix(router): provide more actionable error message when route is not matched in production mode (#53523)
  • a603338 fix(compiler-cli): generate less type checking code in for loops (#53515)
  • 27235f1 refactor(compiler): Add sanitization support for host bindings (#53513)
  • 659b88d refactor(core): Update flaky test with wait condition (#53437)
  • b75aca1 fix(migrations): CF migration only remove newlines of changed template content (#53508)
  • d232ea1 fix(migrations): fix cf migration import removal when errors occur (#53502)
  • 617dc53 docs: Smart quote that breaks code block (#53488)
  • 087e06a refactor(compiler): Simplify how sanitizers are generated (#53473)
  • 93264b5 refactor(compiler): Generate trusted const values for extracted attrs (#53473)

Compare

Package name: @angular/compiler
  • 798f955 release: cut the v17.0.7 release
  • c16b5e8 fix(core): Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
  • 79d8736 build: remove `seek-bzip` dependency (#53536)
  • 1c55c49 refactor(migrations): CF migration - add support for not reformatting i18n tags (#53538)
  • d5c631b fix(platform-browser): Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)
  • 5b4add2 fix(core): update feature usage marker (#53542)
  • e88a12d fix(migrations): cf migration validate structure of ngswitch before migrating (#53530)
  • c9a1c6f fix(migrations): cf migration - undo changes when html fails to parse post migration (#53530)
  • 4772da7 refactor(core): remove no longer needed FlushableEffectRunner private export (#53525)
  • cdedd00 refactor(compiler): Support `o.WrappedNodeExpr` inside expression conversion (#53478)
  • 0427d7a refactor(compiler): Fix a bug involving listeners with targets (#53478)
  • 79a7e02 refactor(compiler): Support `$any` in host bindings (#53478)
  • 4fd5409 fix(compiler): handle ambient types in input transform function (#51474)
  • 57ac806 feat(docs-infra): put the editor back in angular/angular (#53540)
  • 9a91e0f docs: add state of js survey link (#53537)
  • e750e4e fix(router): provide more actionable error message when route is not matched in production mode (#53523)
  • a603338 fix(compiler-cli): generate less type checking code in for loops (#53515)
  • 27235f1 refactor(compiler): Add sanitization support for host bindings (#53513)
  • 659b88d refactor(core): Update flaky test with wait condition (#53437)
  • b75aca1 fix(migrations): CF migration only remove newlines of changed template content (#53508)
  • d232ea1 fix(migrations): fix cf migration import removal when errors occur (#53502)
  • 617dc53 docs: Smart quote that breaks code block (#53488)
  • 087e06a refactor(compiler): Simplify how sanitizers are generated (#53473)
  • 93264b5 refactor(compiler): Generate trusted const values for extracted attrs (#53473)

Compare

Package name: @angular/core
  • 798f955 release: cut the v17.0.7 release
  • c16b5e8 fix(core): Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
  • 79d8736 build: remove `seek-bzip` dependency (#53536)
  • 1c55c49 refactor(migrations): CF migration - add support for not reformatting i18n tags (#53538)
  • d5c631b fix(platform-browser): Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)
  • 5b4add2 fix(core): update feature usage marker (#53542)
  • e88a12d fix(migrations): cf migration validate structure of ngswitch before migrating (#53530)
  • c9a1c6f fix(migrations): cf migration - undo changes when html fails to parse post migration (#53530)
  • 4772da7 refactor(core): remove no longer needed FlushableEffectRunner private export (#53525)
  • cdedd00 refactor(compiler): Support `o.WrappedNodeExpr` inside expression conversion (#53478)
  • 0427d7a refactor(compiler): Fix a bug involving listeners with targets (#53478)
  • 79a7e02 refactor(compiler): Support `$any` in host bindings (#53478)
  • 4fd5409 fix(compiler): handle ambient types in input transform function (#51474)
  • 57ac806 feat(docs-infra): put the editor back in angular/angular (#53540)
  • 9a91e0f docs: add state of js survey link (#53537)
  • e750e4e fix(router): provide more actionable error message when route is not matched in production mode (#53523)
  • a603338 fix(compiler-cli): generate less type checking code in for loops (#53515)
  • 27235f1 refactor(compiler): Add sanitization support for host bindings (#53513)
  • 659b88d refactor(core): Update flaky test with wait condition (#53437)
  • b75aca1 fix(migrations): CF migration only remove newlines of changed template content (#53508)
  • d232ea1 fix(migrations): fix cf migration import removal when errors occur (#53502)
  • 617dc53 docs: Smart quote that breaks code block (#53488)
  • 087e06a refactor(compiler): Simplify how sanitizers are generated (#53473)
  • 93264b5 refactor(compiler): Generate trusted const values for extracted attrs (#53473)

Compare

Package name: @angular/forms
  • 798f955 release: cut the v17.0.7 release
  • c16b5e8 fix(core): Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
  • 79d8736 build: remove `seek-bzip` dependency (#53536)
  • 1c55c49 refactor(migrations): CF migration - add support for not reformatting i18n tags (#53538)
  • d5c631b fix(platform-browser): Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)
  • 5b4add2 fix(core): update feature usage marker (#53542)
  • e88a12d fix(migrations): cf migration validate structure of ngswitch before migrating (#53530)
  • c9a1c6f fix(migrations): cf migration - undo changes when html fails to parse post migration (#53530)
  • 4772da7 refactor(core): remove no longer needed FlushableEffectRunner private export (#53525)
  • cdedd00 refactor(compiler): Support `o.WrappedNodeExpr` inside expression conversion (#53478)
  • 0427d7a refactor(compiler): Fix a bug involving listeners with targets (#53478)
  • 79a7e02 refactor(compiler): Support `$any` in host bindings (#53478)
  • 4fd5409 fix(compiler): handle ambient types in input transform function (#51474)
  • 57ac806 feat(docs-infra): put the editor back in angular/angular (#53540)
  • 9a91e0f docs: add state of js survey link (#53537)
  • e750e4e fix(router): provide more actionable error message when route is not matched in production mode (#53523)
  • a603338 fix(compiler-cli): generate less type checking code in for loops (#53515)
  • 27235f1 refactor(compiler): Add sanitization support for host bindings (#53513)
  • 659b88d refactor(core): Update flaky test with wait condition (#53437)
  • b75aca1 fix(migrations): CF migration only remove newlines of changed template content (#53508)
  • d232ea1 fix(migrations): fix cf migration import removal when errors occur (#53502)
  • 617dc53 docs: Smart quote that breaks code block (#53488)
  • 087e06a refactor(compiler): Simplify how sanitizers are generated (#53473)
  • 93264b5 refactor(compiler): Generate trusted const values for extracted attrs (#53473)

Compare

Package name: @angular/platform-browser
  • 798f955 release: cut the v17.0.7 release
  • c16b5e8 fix(core): Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
  • 79d8736 build: remove `seek-bzip` dependency (#53536)
  • 1c55c49 refactor(migrations): CF migration - add support for not reformatting i18n tags (#53538)
  • d5c631b fix(platform-browser): Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)
  • 5b4add2 fix(core): update feature usage marker (#53542)
  • e88a12d fix(migrations): cf migration validate structure of ngswitch before migrating (#53530)
  • c9a1c6f fix(migrations): cf migration - undo changes when html fails to parse post migration (#53530)
  • 4772da7 refactor(core): remove no longer needed FlushableEffectRunner private export (#53525)
  • cdedd00 refactor(compiler): Support `o.WrappedNodeExpr` inside expression conversion (#53478)
  • 0427d7a refactor(compiler): Fix a bug involving listeners with targets (#53478)
  • 79a7e02 refactor(compiler): Support `$any` in host bindings (#53478)
  • 4fd5409 fix(compiler): handle ambient types in input transform function (#51474)
  • 57ac806 feat(docs-infra): put the editor back in angular/angular (#53540)
  • 9a91e0f docs: add state of js survey link (#53537)
  • e750e4e fix(router): provide more actionable error message when route is not matched in production mode (#53523)
  • a603338 fix(compiler-cli): generate less type checking code in for loops (#53515)
  • 27235f1 refactor(compiler): Add sanitization support for host bindings (#53513)
  • 659b88d refactor(core): Update flaky test with wait condition (#53437)
  • b75aca1 fix(migrations): CF migration only remove newlines of changed template content (#53508)
  • d232ea1 fix(migrations): fix cf migration import removal when errors occur (#53502)
  • 617dc53 docs: Smart quote that breaks code block (#53488)
  • 087e06a refactor(compiler): Simplify how sanitizers are generated (#53473)
  • 93264b5 refactor(compiler): Generate trusted const values for extracted attrs (#53473)

Compare

Package name: @angular/platform-browser-dynamic
  • 798f955 release: cut the v17.0.7 release
  • c16b5e8 fix(core): Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
  • 79d8736 build: remove `seek-bzip` dependency (#53536)
  • 1c55c49 refactor(migrations): CF migration - add support for not reformatting i18n tags (#53538)
  • d5c631b fix(platform-browser): Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)
  • 5b4add2 fix(core): update feature usage marker (#53542)
  • e88a12d fix(migrations): cf migration validate structure of ngswitch before migrating (#53530)
  • c9a1c6f fix(migrations): cf migration - undo changes when html fails to parse post migration (#53530)
  • 4772da7 refactor(core): remove no longer needed FlushableEffectRunner private export (#53525)
  • cdedd00 refactor(compiler): Support `o.WrappedNodeExpr` inside expression conversion (#53478)
  • 0427d7a refactor(compiler): Fix a bug involving listeners with targets (#53478)
  • 79a7e02 refactor(compiler): Support `$any` in host bindings (#53478)
  • 4fd5409 fix(compiler): handle ambient types in input transform function (#51474)
  • 57ac806 feat(docs-infra): put the editor back in angular/angular (#53540)
  • 9a91e0f docs: add state of js survey link (#53537)
  • e750e4e fix(router): provide more actionable error message when route is not matched in production mode (#53523)
  • a603338 fix(compiler-cli): generate less type checking code in for loops (#53515)
  • 27235f1 refactor(compiler): Add sanitization support for host bindings (#53513)
  • 659b88d refactor(core): Update flaky test with wait condition (#53437)
  • b75aca1 fix(migrations): CF migration only remove newlines of changed template content (#53508)
  • d232ea1 fix(migrations): fix cf migration import removal when errors occur (#53502)
  • 617dc53 docs: Smart quote that breaks code block (#53488)
  • 087e06a refactor(compiler): Simplify how sanitizers are generated (#53473)
  • 93264b5 refactor(compiler): Generate trusted const values for extracted attrs (#53473)

Compare

Package name: @angular/router
  • 798f955 release: cut the v17.0.7 release
  • c16b5e8 fix(core): Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
  • 79d8736 build: remove `seek-bzip` dependency (#53536)
  • 1c55c49 refactor(migrations): CF migration - add support for not reformatting i18n tags (#53538)
  • d5c631b fix(platform-browser): Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)
  • 5b4add2 fix(core): update feature usage marker (#53542)
  • e88a12d fix(migrations): cf migration validate structure of ngswitch before migrating (#53530)
  • c9a1c6f fix(migrations): cf migration - undo changes when html fails to parse post migration (#53530)
  • 4772da7 refactor(core): remove no longer needed FlushableEffectRunner private export (#53525)
  • cdedd00 refactor(compiler): Support `o.WrappedNodeExpr` inside expression conversion (#53478)
  • 0427d7a refactor(compiler): Fix a bug involving listeners with targets (#53478)
  • 79a7e02 refactor(compiler): Support `$any` in host bindings (#53478)
  • 4fd5409 fix(compiler): handle ambient types in input transform function (#51474)
  • 57ac806 feat(docs-infra): put the editor back in angular/angular (#53540)
  • 9a91e0f docs: add state of js survey link (#53537)
  • e750e4e fix(router): provide more actionable error message when route is not matched in production mode (#53523)
  • a603338 fix(compiler-cli): generate less type checking code in for loops (#53515)
  • 27235f1 refactor(compiler): Add sanitization support for host bindings (#53513)
  • 659b88d refactor(core): Update flaky test with wait condition (#53437)
  • b75aca1 fix(migrations): CF migration only remove newlines of changed template content (#53508)
  • d232ea1 fix(migrations): fix cf migration import removal when errors occur (#53502)
  • 617dc53 docs: Smart quote that breaks code block (#53488)

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

See this project in Snyk:
https://app.snyk.io/org/kidwen/project/033159e5-2deb-4d15-9c77-03ccc1aa3203?utm_source=github&utm_medium=referral&page=upgrade-pr
@kidwen kidwen closed this Jan 17, 2024
@kidwen kidwen deleted the snyk-upgrade-36b33e25021aef1b31540dfb272288eb branch January 18, 2024 12:22
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