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

Bump the angular group with 11 updates #146

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps the angular group with 11 updates:

Package From To
@angular/animations 17.0.6 17.0.7
@angular/common 17.0.6 17.0.7
@angular/compiler 17.0.6 17.0.7
@angular/core 17.0.6 17.0.7
@angular/forms 17.0.6 17.0.7
@angular/platform-browser 17.0.6 17.0.7
@angular/platform-browser-dynamic 17.0.6 17.0.7
@angular/router 17.0.6 17.0.7
@angular-devkit/build-angular 17.0.6 17.0.7
@angular/cli 17.0.6 17.0.7
@angular/compiler-cli 17.0.6 17.0.7

Updates @angular/animations from 17.0.6 to 17.0.7

Release notes

Sourced from @​angular/animations's releases.

v17.0.7

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)
Changelog

Sourced from @​angular/animations's changelog.

17.0.7 (2023-12-13)

compiler

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

compiler-cli

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

core

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

migrations

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

platform-browser

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

router

Commit Type Description
e750e4edcf fix provide more actionable error message when route is not matched in production mode (#53523)

17.1.0-next.3 (2023-12-06)

compiler

Commit Type Description
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#53292)
77ac4cd324 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#53311)
d7a83f9521 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

... (truncated)

Commits

Updates @angular/common from 17.0.6 to 17.0.7

Release notes

Sourced from @​angular/common's releases.

v17.0.7

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)
Changelog

Sourced from @​angular/common's changelog.

17.0.7 (2023-12-13)

compiler

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

compiler-cli

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

core

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

migrations

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

platform-browser

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

router

Commit Type Description
e750e4edcf fix provide more actionable error message when route is not matched in production mode (#53523)

17.1.0-next.3 (2023-12-06)

compiler

Commit Type Description
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#53292)
77ac4cd324 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#53311)
d7a83f9521 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

... (truncated)

Commits

Updates @angular/compiler from 17.0.6 to 17.0.7

Release notes

Sourced from @​angular/compiler's releases.

v17.0.7

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)
Changelog

Sourced from @​angular/compiler's changelog.

17.0.7 (2023-12-13)

compiler

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

compiler-cli

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

core

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

migrations

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

platform-browser

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

router

Commit Type Description
e750e4edcf fix provide more actionable error message when route is not matched in production mode (#53523)

17.1.0-next.3 (2023-12-06)

compiler

Commit Type Description
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#53292)
77ac4cd324 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#53311)
d7a83f9521 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

... (truncated)

Commits
  • cdedd00 refactor(compiler): Support o.WrappedNodeExpr inside expression conversion ...
  • 0427d7a refactor(compiler): Fix a bug involving listeners with targets (#53478)
  • 79a7e02 refactor(compiler): Support $any in host bindings (#53478)
  • 27235f1 refactor(compiler): Add sanitization support for host bindings (#53513)
  • 087e06a refactor(compiler): Simplify how sanitizers are generated (#53473)
  • 93264b5 refactor(compiler): Generate trusted const values for extracted attrs (#53473)
  • 7fa791e refactor(compiler): Make some fixups to template binidng ingestion (#53457)
  • 7967d28 refactor(compiler): Fix animation bindings on structural elements (#53457)
  • a15a012 refactor(compiler): Fix some behavior with bindings on explicit ng-template...
  • b2e5a20 refactor(compiler): Eliminate BindingFlags and reorder parameters of `creat...
  • Additional commits viewable in compare view

Updates @angular/core from 17.0.6 to 17.0.7

Release notes

Sourced from @​angular/core's releases.

v17.0.7

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)
Changelog

Sourced from @​angular/core's changelog.

17.0.7 (2023-12-13)

compiler

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

compiler-cli

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

core

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

migrations

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

platform-browser

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

router

Commit Type Description
e750e4edcf fix provide more actionable error message when route is not matched in production mode (#53523)

17.1.0-next.3 (2023-12-06)

compiler

Commit Type Description
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#53292)
77ac4cd324 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#53311)
d7a83f9521 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

... (truncated)

Commits
  • c16b5e8 fix(core): Multiple subscribers to ApplicationRef.isStable should all see val...
  • 1c55c49 refactor(migrations): CF migration - add support for not reformatting i18n ta...
  • 5b4add2 fix(core): update feature usage marker (#53542)
  • e88a12d fix(migrations): cf migration validate structure of ngswitch before migrating...
  • c9a1c6f fix(migrations): cf migration - undo changes when html fails to parse post mi...
  • 4772da7 refactor(core): remove no longer needed FlushableEffectRunner private export ...
  • b75aca1 fix(migrations): CF migration only remove newlines of changed template conten...
  • d232ea1 fix(migrations): fix cf migration import removal when errors occur (#53502)
  • 68d111c perf(core): avoid changes Observable creation on QueryList (#53498)
  • 044cb55 perf(core): optimize memory allocation when reconcilling lists (#52245)
  • Additional commits viewable in compare view

Updates @angular/forms from 17.0.6 to 17.0.7

Release notes

Sourced from @​angular/forms's releases.

v17.0.7

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 (

Bumps the angular group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.0.6` | `17.0.7` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.0.6` | `17.0.7` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.0.6` | `17.0.7` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.0.6` | `17.0.7` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.0.6` | `17.0.7` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.0.6` | `17.0.7` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.0.6` | `17.0.7` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.0.6` | `17.0.7` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.0.6` | `17.0.7` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.0.6` | `17.0.7` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.0.6` | `17.0.7` |


Updates `@angular/animations` from 17.0.6 to 17.0.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.7/packages/animations)

Updates `@angular/common` from 17.0.6 to 17.0.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.7/packages/common)

Updates `@angular/compiler` from 17.0.6 to 17.0.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.7/packages/compiler)

Updates `@angular/core` from 17.0.6 to 17.0.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.7/packages/core)

Updates `@angular/forms` from 17.0.6 to 17.0.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.7/packages/forms)

Updates `@angular/platform-browser` from 17.0.6 to 17.0.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.7/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.0.6 to 17.0.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.7/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.0.6 to 17.0.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.7/packages/router)

Updates `@angular-devkit/build-angular` from 17.0.6 to 17.0.7
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.0.6...17.0.7)

Updates `@angular/cli` from 17.0.6 to 17.0.7
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.0.6...17.0.7)

Updates `@angular/compiler-cli` from 17.0.6 to 17.0.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.7/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 18, 2023
@mraible mraible merged commit 61690b6 into main Dec 18, 2023
4 checks passed
@mraible mraible deleted the dependabot/npm_and_yarn/angular-96b5b36b78 branch December 18, 2023 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant