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

build(deps): bump @angular/router from 15.2.6 to 15.2.7 #2075

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2023

Bumps @angular/router from 15.2.6 to 15.2.7.

Release notes

Sourced from @​angular/router's releases.

v15.2.7

15.2.7 (2023-04-12)

compiler

Commit Description
fix - b0c1a90f55 Produce diagnositc if directive used in host binding is not exported (#49792)

compiler-cli

Commit Description
fix - a40529af2e Catch FatalDiagnosticError during template type checking (#49792)

core

Commit Description
fix - 702ec90110 When using setInput, mark view dirty in same way as markForCheck (#49747)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, Kristiyan Kostadinov, Matthieu Riegler and Nikola Kološnjaji

Changelog

Sourced from @​angular/router's changelog.

15.2.7 (2023-04-12)

compiler

Commit Type Description
b0c1a90f55 fix Produce diagnositc if directive used in host binding is not exported (#49792)

compiler-cli

Commit Type Description
a40529af2e fix Catch FatalDiagnosticError during template type checking (#49792)

core

Commit Type Description
702ec90110 fix When using setInput, mark view dirty in same way as markForCheck (#49747)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, Kristiyan Kostadinov, Matthieu Riegler and Nikola Kološnjaji

13.4.0 (2023-04-06)

common

Commit Type Description
ae34dbca1b feat Backport NgOptimizedImage to v13

Special Thanks

Alex Castle and Paul Gschwendtner

16.0.0-next.7 (2023-04-05)

Breaking Changes

core

  • QueryList.filter now supports type guard functions, which will result in type narrowing. Previously if you used type guard functions, it resulted in no changes to the return type. Now the type would be narrowed, which might require updates to the application code that relied on the old behavior.
  • The ReflectiveInjector and related symbols were removed. Please update the code to avoid references to the ReflectiveInjector symbol. Use Injector.create as a replacement to create an injector instead.

platform-browser

  • The deprecated BrowserTransferStateModule was removed, since it's no longer needed. The TransferState class can be injected without providing the module. The BrowserTransferStateModule was empty starting from v14 and you can just remove the reference to that module from your applications.

core

Commit Type Description
b2327f4df1 feat Allow typeguards on QueryList.filter (#48042)
b35fa73968 feat change the URL sanitization to only block javascript: URLs (#49659)
061f3d1086 feat Drop public factories property for IterableDiffers : Breaking change (#49598)
a5f1737d1c feat expose onDestroy on ApplicationRef (#49677)
aad05ebeb4 feat support usage of non-experimental decorators with TypeScript 5.0 (#49492)
df1dfc4c17 fix make sure that lifecycle hooks are not tracked (#49701)
a4e749ffca fix When using setInput, mark view dirty in same was as markForCheck (#49711)
3b863ddc1e refactor Remove ReflectiveInjector symbol (#48103)

http

| Commit | Type | Description |

... (truncated)

Commits

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 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:/angular/angular/tree/HEAD/packages/router) from 15.2.6 to 15.2.7.
- [Release notes](https:/angular/angular/releases)
- [Changelog](https:/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https:/angular/angular/commits/15.2.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 the dependencies Pull requests that update a dependency file label Apr 13, 2023
@codecov-commenter
Copy link

codecov-commenter commented Apr 13, 2023

Codecov Report

Merging #2075 (6339c03) into master (c7b72de) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master    #2075   +/-   ##
=======================================
  Coverage   41.94%   41.94%           
=======================================
  Files          52       52           
  Lines         801      801           
  Branches       59       59           
=======================================
  Hits          336      336           
  Misses        461      461           
  Partials        4        4           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions github-actions bot merged commit cc45534 into master Apr 13, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/router-15.2.7 branch April 13, 2023 03:05
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant