Skip to content

Commit

Permalink
⬆️ Update dependency @microsoft/api-extractor to ^7.47.9 (#5262)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v7.47.9`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7479)

[Compare
Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.47.8...@microsoft/api-extractor_v7.47.9)

Fri, 13 Sep 2024 00:11:42 GMT

*Version update only*

###
[`v7.47.8`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7478)

[Compare
Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.47.7...@microsoft/api-extractor_v7.47.8)

Tue, 10 Sep 2024 20:08:11 GMT

*Version update only*

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 17, 2024
1 parent 7dc8e95 commit 5573475
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 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.47.7",
"@microsoft/api-extractor": "^7.47.9",
"@types/node": "^20.14.15",
"@vitest/coverage-v8": "^2.0.5",
"cross-env": "^7.0.3",
Expand Down
56 changes: 28 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4037,28 +4037,28 @@ __metadata:
languageName: node
linkType: hard

"@microsoft/api-extractor-model@npm:7.29.6":
version: 7.29.6
resolution: "@microsoft/api-extractor-model@npm:7.29.6"
"@microsoft/api-extractor-model@npm:7.29.8":
version: 7.29.8
resolution: "@microsoft/api-extractor-model@npm:7.29.8"
dependencies:
"@microsoft/tsdoc": "npm:~0.15.0"
"@microsoft/tsdoc-config": "npm:~0.17.0"
"@rushstack/node-core-library": "npm:5.7.0"
checksum: 10c0/cdf7e69dc6bc04de4a814b2bc126cc4faa5cea5b9b4582f8baf9bd9bd105cc62d5e322c46c6221a8e0934d1539a820ef9f512c112cb16c1bbcc7b06f5e3ba5fd
"@rushstack/node-core-library": "npm:5.9.0"
checksum: 10c0/ede1e2267e5b555cf4dd049a9c19d06bf3527f7c4b517afeb112af1a984a7e7bae8e7f5103a7228477f9399907229e2f51d7597df762aaeb71a02bb64cd091d7
languageName: node
linkType: hard

"@microsoft/api-extractor@npm:^7.47.7":
version: 7.47.7
resolution: "@microsoft/api-extractor@npm:7.47.7"
"@microsoft/api-extractor@npm:^7.47.9":
version: 7.47.9
resolution: "@microsoft/api-extractor@npm:7.47.9"
dependencies:
"@microsoft/api-extractor-model": "npm:7.29.6"
"@microsoft/api-extractor-model": "npm:7.29.8"
"@microsoft/tsdoc": "npm:~0.15.0"
"@microsoft/tsdoc-config": "npm:~0.17.0"
"@rushstack/node-core-library": "npm:5.7.0"
"@rushstack/node-core-library": "npm:5.9.0"
"@rushstack/rig-package": "npm:0.5.3"
"@rushstack/terminal": "npm:0.14.0"
"@rushstack/ts-command-line": "npm:4.22.6"
"@rushstack/terminal": "npm:0.14.2"
"@rushstack/ts-command-line": "npm:4.22.8"
lodash: "npm:~4.17.15"
minimatch: "npm:~3.0.3"
resolve: "npm:~1.22.1"
Expand All @@ -4067,7 +4067,7 @@ __metadata:
typescript: "npm:5.4.2"
bin:
api-extractor: bin/api-extractor
checksum: 10c0/f1121b8a2bd559c84d0397ce504561d138e7f1b6e56a0dbd9f71dadfbc8b129f34c512dbfc5f6554b4ca92df9fe00c47e0d7e175b9d6e02726b88ed84878e431
checksum: 10c0/7543f2b1683d2eaa42bd8f97d40d53034556f425f27e33aa5f358bace270effcbe37715a691899794d56157b8900c5ab43cd725c0fe95cee60beef7ef29c49b3
languageName: node
linkType: hard

Expand Down Expand Up @@ -4597,9 +4597,9 @@ __metadata:
languageName: node
linkType: hard

"@rushstack/node-core-library@npm:5.7.0":
version: 5.7.0
resolution: "@rushstack/node-core-library@npm:5.7.0"
"@rushstack/node-core-library@npm:5.9.0":
version: 5.9.0
resolution: "@rushstack/node-core-library@npm:5.9.0"
dependencies:
ajv: "npm:~8.13.0"
ajv-draft-04: "npm:~1.0.0"
Expand All @@ -4614,7 +4614,7 @@ __metadata:
peerDependenciesMeta:
"@types/node":
optional: true
checksum: 10c0/8055c52a9658942a77d78afc5e6d6c6779e8f083024ec741b868da198ccd821a52e7566e848dade2fc8570c235210e114d53fe79d51aaf8d1649960828f73679
checksum: 10c0/1322a05f504da2aaa869821aa53f5d2867e02f19ed2ef2692e6fc04507b6419b2c7b0a2f756bed09477b1a6b5edc8f8f86471b24d0c81ff51653da87ae1cb8af
languageName: node
linkType: hard

Expand All @@ -4628,30 +4628,30 @@ __metadata:
languageName: node
linkType: hard

"@rushstack/terminal@npm:0.14.0":
version: 0.14.0
resolution: "@rushstack/terminal@npm:0.14.0"
"@rushstack/terminal@npm:0.14.2":
version: 0.14.2
resolution: "@rushstack/terminal@npm:0.14.2"
dependencies:
"@rushstack/node-core-library": "npm:5.7.0"
"@rushstack/node-core-library": "npm:5.9.0"
supports-color: "npm:~8.1.1"
peerDependencies:
"@types/node": "*"
peerDependenciesMeta:
"@types/node":
optional: true
checksum: 10c0/9fda5bc7d2c74d9ef52021163acb4a6ff26cc28e4935567c149158a01966051313d6785b5cf2dd9238404181b1766f253153ba0a5aaea4fb9f5c5bb9d708a10b
checksum: 10c0/3329c407e4a23ae6b1e0e35eeeaf27e9ea190454bca58473e745b9eb5c15d1ca43f99c42aa34f673ce5421bbec90052ebd037c0d080973b3e878688cf02d5b37
languageName: node
linkType: hard

"@rushstack/ts-command-line@npm:4.22.6":
version: 4.22.6
resolution: "@rushstack/ts-command-line@npm:4.22.6"
"@rushstack/ts-command-line@npm:4.22.8":
version: 4.22.8
resolution: "@rushstack/ts-command-line@npm:4.22.8"
dependencies:
"@rushstack/terminal": "npm:0.14.0"
"@rushstack/terminal": "npm:0.14.2"
"@types/argparse": "npm:1.0.38"
argparse: "npm:~1.0.9"
string-argv: "npm:~0.3.1"
checksum: 10c0/44905de94dbfe4a9b27ce21fb09b50f92a637349989a61a9d0fee53f38f81d5b779e8cfa8f8a857d0d415db91557b687159522d6b3ecdaa3eccbbff76e608325
checksum: 10c0/c2bf9983427f7f85b8773c4fbf1ac1817b930131ea175cd29e8b84c3b98df49b26223e6e7363d9bdcf694d9996714e63c2a5877d916bc24be70b74c076e77ee9
languageName: node
linkType: hard

Expand Down Expand Up @@ -9841,7 +9841,7 @@ __metadata:
dependencies:
"@fast-check/expect-type": "workspace:*"
"@fast-check/poisoning": "workspace:*"
"@microsoft/api-extractor": "npm:^7.47.7"
"@microsoft/api-extractor": "npm:^7.47.9"
"@types/node": "npm:^20.14.15"
"@vitest/coverage-v8": "npm:^2.0.5"
cross-env: "npm:^7.0.3"
Expand Down

0 comments on commit 5573475

Please sign in to comment.