◐ Shell
clean mode source ↗

fix(router): Use correct return type for provideRoutes function by atscott · Pull Request #46941 · angular/angular

The provideRoutes function of the Router returns a Provider array and should not be typed as 'any'

@atscott atscott marked this pull request as ready for review

July 22, 2022 22:30

AndrewKushnir

AndrewKushnir

jessicajaniuk

DarkSeidNG

AndrewKushnir pushed a commit that referenced this pull request

Aug 1, 2022
The provideRoutes function of the Router returns a Provider array and should not be typed as 'any'

PR Close #46941

crapStone pushed a commit to Calciumdibromid/CaBr2 that referenced this pull request

Aug 9, 2022
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@angular/animations](https://github.com/angular/angular) | dependencies | patch | [`14.1.0` -> `14.1.1`](https://renovatebot.com/diffs/npm/@angular%2fanimations/14.1.0/14.1.1) |
| [@angular/common](https://github.com/angular/angular) | dependencies | patch | [`14.1.0` -> `14.1.1`](https://renovatebot.com/diffs/npm/@angular%2fcommon/14.1.0/14.1.1) |
| [@angular/compiler](https://github.com/angular/angular) | dependencies | patch | [`14.1.0` -> `14.1.1`](https://renovatebot.com/diffs/npm/@angular%2fcompiler/14.1.0/14.1.1) |
| [@angular/compiler-cli](https://github.com/angular/angular) | devDependencies | patch | [`14.1.0` -> `14.1.1`](https://renovatebot.com/diffs/npm/@angular%2fcompiler-cli/14.1.0/14.1.1) |
| [@angular/core](https://github.com/angular/angular) | dependencies | patch | [`14.1.0` -> `14.1.1`](https://renovatebot.com/diffs/npm/@angular%2fcore/14.1.0/14.1.1) |
| [@angular/forms](https://github.com/angular/angular) | dependencies | patch | [`14.1.0` -> `14.1.1`](https://renovatebot.com/diffs/npm/@angular%2fforms/14.1.0/14.1.1) |
| [@angular/platform-browser](https://github.com/angular/angular) | dependencies | patch | [`14.1.0` -> `14.1.1`](https://renovatebot.com/diffs/npm/@angular%2fplatform-browser/14.1.0/14.1.1) |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular) | dependencies | patch | [`14.1.0` -> `14.1.1`](https://renovatebot.com/diffs/npm/@angular%2fplatform-browser-dynamic/14.1.0/14.1.1) |

---

### Release Notes

<details>
<summary>angular/angular</summary>

### [`v14.1.1`](https://github.com/angular/angular/blob/HEAD/CHANGELOG.md#&#8203;1411-2022-08-03)

[Compare Source](angular/angular@14.1.0...14.1.1)

##### core

| Commit | Type | Description |
| -- | -- | -- |
| [3606917732](angular/angular@3606917) | fix | improve the missing control flow directive message ([#&#8203;46903](angular/angular#46903)) |

##### router

| Commit | Type | Description |
| -- | -- | -- |
| [79825d3f10](angular/angular@79825d3) | fix | Do not call preload method when not necessary ([#&#8203;47007](angular/angular#47007)) |
| [05f3f7445a](angular/angular@05f3f74) | fix | Use correct return type for provideRoutes function ([#&#8203;46941](angular/angular#46941)) |

#### Special Thanks

Alan Agius, Andrew Kushnir, Andrew Quinn, Andrew Scott, Aristeidis Bampakos, Asaf M, Bob Watson, Cédric Exbrayat, Durairaj Subramaniam, George Kalpakas, Ivaylo Kirov, J Rob Gant, Kristiyan Kostadinov, Marek Hám, Paul Gschwendtner, Roman Matusevich and Simona Cotin

<!-- CHANGELOG SPLIT MARKER -->

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE0MS4wIn0=-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1490
Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>

This was referenced

Aug 9, 2022