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 @angular/router from 17.0.5 to 17.0.7 in /WebClient #1105

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @angular/router from 17.0.5 to 17.0.7.

Release notes

Sourced from @​angular/router'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)

v17.0.6

17.0.6 (2023-12-06)

compiler

Commit Description
fix - a2e5f483f5 generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Description
fix - 66ecf4c274 add compiler option to disable control flow content projection diagnostic (#53387)
fix - 74e6ce5d23 add diagnostic for control flow that prevents content projection (#53387)

... (truncated)

Changelog

Sourced from @​angular/router'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
  • e750e4e fix(router): provide more actionable error message when route is not matched ...
  • c509ba4 Revert "Revert "fix(router): Ensure canMatch guards run on wildcard routes (#...
  • ac8eb5b Revert "fix(router): Ensure canMatch guards run on wildcard routes (#53239)" ...
  • 13ade13 fix(router): Ensure canMatch guards run on wildcard routes (#53239)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 17.0.5 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)

---
updated-dependencies:
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 14, 2023
Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (44c5e68) 64.24% compared to head (0ba58ec) 37.32%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1105       +/-   ##
===========================================
- Coverage   64.24%   37.32%   -26.93%     
===========================================
  Files         136       83       -53     
  Lines        5311     2189     -3122     
  Branches      615      274      -341     
===========================================
- Hits         3412      817     -2595     
+ Misses       1813     1363      -450     
+ Partials       86        9       -77     
Flag Coverage Δ
WebClient ?
Website 37.32% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2023

Superseded by #1114.

@dependabot dependabot bot closed this Dec 22, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/WebClient/angular/router-17.0.7 branch December 22, 2023 12:22
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.

0 participants