Skip to content

fix(bazel): update API extractor version#46259

Closed
crisbeto wants to merge 1 commit intoangular:mainfrom
crisbeto:api-extractor-bump
Closed

fix(bazel): update API extractor version#46259
crisbeto wants to merge 1 commit intoangular:mainfrom
crisbeto:api-extractor-bump

Conversation

@crisbeto
Copy link
Member

@crisbeto crisbeto commented Jun 5, 2022

@angular/bazel currently uses an older version of @microsoft/api-extractor which is causing downstream issues in Components. These changes bump up to a version that has a fix.

Context: angular/components#25027

`@angular/bazel` currently uses an older version of `@microsoft/api-extractor` which is causing downstream issues in Components. These changes bump up to a version that has a fix.

Context: angular/components#25027
@crisbeto crisbeto added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release P2 The issue is important to a large percentage of users, with a workaround labels Jun 5, 2022
@crisbeto crisbeto requested a review from devversion June 5, 2022 09:10
@crisbeto crisbeto added the hotlist: components team Related to Angular CDK or Angular Material label Jun 5, 2022
@crisbeto crisbeto added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Jun 5, 2022
@alxhub
Copy link
Member

alxhub commented Jun 6, 2022

This PR was merged into the repository by commit ceb9abd.

@alxhub alxhub closed this in ceb9abd Jun 6, 2022
alxhub pushed a commit that referenced this pull request Jun 6, 2022
`@angular/bazel` currently uses an older version of `@microsoft/api-extractor` which is causing downstream issues in Components. These changes bump up to a version that has a fix.

Context: angular/components#25027

PR Close #46259
crapStone pushed a commit to Calciumdibromid/CaBr2 that referenced this pull request Jun 17, 2022
This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare Source](angular/angular@14.0.0...14.0.1)

##### bazel

| Commit | Type | Description |
| -- | -- | -- |
| [b00d237c0e](angular/angular@b00d237) | fix | update API extractor version ([#&#8203;46259](angular/angular#46259)) |
| [9a0a7bac21](angular/angular@9a0a7ba) | perf | reduce input files for `ng_package` rollup and type bundle actions ([#&#8203;46187](angular/angular#46187)) |

##### forms

| Commit | Type | Description |
| -- | -- | -- |
| [dde0b7f4b3](angular/angular@dde0b7f) | fix | allow FormBuilder.group(...) to accept optional fields. ([#&#8203;46253](angular/angular#46253)) |

#### Special Thanks

Adrien Crivelli, Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Dylan Hunn, Fabrizio Fallico, George Kalpakas, Jelle Bruisten, JoostK, Kristiyan Kostadinov, Krzysztof Platis, Paul Gschwendtner, Phalgun Vaddepalli, San Leen, dario-piotrowicz, mgechev and wellWINeo

<!-- 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).

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1404
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>
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker hotlist: components team Related to Angular CDK or Angular Material P2 The issue is important to a large percentage of users, with a workaround target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants