Skip to content

Commit

Permalink
⬆️ Update dependency @microsoft/api-extractor to ^7.47.0 (#5045)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@microsoft/api-extractor](https://api-extractor.com)
([source](https://togithub.com/microsoft/rushstack/tree/HEAD/apps/api-extractor))
| [`^7.46.2` ->
`^7.47.0`](https://renovatebot.com/diffs/npm/@microsoft%2fapi-extractor/7.46.2/7.47.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@microsoft%2fapi-extractor/7.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@microsoft%2fapi-extractor/7.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@microsoft%2fapi-extractor/7.46.2/7.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@microsoft%2fapi-extractor/7.46.2/7.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/rushstack (@&#8203;microsoft/api-extractor)</summary>

###
[`v7.47.0`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7470)

[Compare
Source](https://togithub.com/microsoft/rushstack/compare/3c436e9e9a7a0c251daef2d1d25da7adc3b8a4ff...5dd56076c1d3db7281abcdb4070f26437e2e31de)

Mon, 03 Jun 2024 23:43:15 GMT

##### Minor changes

- Add support for re-exporting modules using syntax such as `export * as
ns from './file'` (GitHub
[#&#8203;2780](https://togithub.com/microsoft/rushstack/issues/2780))

</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 this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 6, 2024
1 parent 1aa32c1 commit 3891d79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@fast-check/expect-type": "workspace:*",
"@fast-check/poisoning": "workspace:*",
"@microsoft/api-extractor": "^7.46.2",
"@microsoft/api-extractor": "^7.47.0",
"@types/node": "^20.12.13",
"@vitest/coverage-v8": "^1.6.0",
"cross-env": "^7.0.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3782,9 +3782,9 @@ __metadata:
languageName: node
linkType: hard

"@microsoft/api-extractor@npm:^7.46.2":
version: 7.46.2
resolution: "@microsoft/api-extractor@npm:7.46.2"
"@microsoft/api-extractor@npm:^7.47.0":
version: 7.47.0
resolution: "@microsoft/api-extractor@npm:7.47.0"
dependencies:
"@microsoft/api-extractor-model": "npm:7.29.2"
"@microsoft/tsdoc": "npm:~0.15.0"
Expand All @@ -3801,7 +3801,7 @@ __metadata:
typescript: "npm:5.4.2"
bin:
api-extractor: bin/api-extractor
checksum: 10c0/731966911c7693a69991160958683dbfbe9ce9fbd41e6d172856268d8317bb2f64f6ea8987f5dda3e3264644f4fb9da53e1e01f6bac0f627c4be96cfd3fbe2f0
checksum: 10c0/7dc16848ccb5659f4cca9061c02bcd4febfc976c08c4c3a05c12081d82cd38d2046f004f4c02b8643ba2cce0033dc1ad26ec6da6e1fe77b677318e5fa7c36182
languageName: node
linkType: hard

Expand Down Expand Up @@ -9470,7 +9470,7 @@ __metadata:
dependencies:
"@fast-check/expect-type": "workspace:*"
"@fast-check/poisoning": "workspace:*"
"@microsoft/api-extractor": "npm:^7.46.2"
"@microsoft/api-extractor": "npm:^7.47.0"
"@types/node": "npm:^20.12.13"
"@vitest/coverage-v8": "npm:^1.6.0"
cross-env: "npm:^7.0.3"
Expand Down

0 comments on commit 3891d79

Please sign in to comment.