Skip to content

Commit

Permalink
pin api-documenter version
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Mar 19, 2024
1 parent 270645d commit b238c16
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 237 deletions.
155 changes: 0 additions & 155 deletions .yarn/patches/@microsoft-api-documenter-npm-7.23.37-51bf9d9d16.patch

This file was deleted.

15 changes: 0 additions & 15 deletions docs/experimental-nextjs-app-support.nextssrapolloclient.info.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/experimental-nextjs-app-support.nextssrapolloclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,46 +15,3 @@ declare class NextSSRApolloClient<TCacheShape> extends ApolloClient<TCacheShape>
```
**Extends:** ApolloClient&lt;TCacheShape&gt;
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[info](./experimental-nextjs-app-support.nextssrapolloclient.info.md)
</td><td>
`protected`
</td><td>
{ pkg: string; client: string; cache: string; }
</td><td>
</td></tr>
</tbody></table>
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
"resolutions": {
"[email protected]": "18.3.0-canary-60a927d04-20240113",
"[email protected]": "18.3.0-canary-60a927d04-20240113",
"superjson": "1.13.3"
"superjson": "1.13.3",
"@microsoft/api-documenter": "7.24.0"
},
"devDependencies": {
"@microsoft/api-documenter": "patch:@microsoft/api-documenter@npm%3A7.23.37#~/.yarn/patches/@microsoft-api-documenter-npm-7.23.37-51bf9d9d16.patch",
"@microsoft/api-documenter": "7.24.0",
"@size-limit/file": "^11.1.0",
"@size-limit/webpack": "^11.1.0",
"@size-limit/webpack-why": "^11.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ const wrappers = Symbol.for("apollo.hook.wrappers");
class ApolloClientBase<TCacheShape> extends OrigApolloClient<TCacheShape> {
/**
* Information about the current package and it's export names, for use in error messages.
*
* @internal
*/
static readonly info = bundle;

Expand Down
5 changes: 5 additions & 0 deletions packages/experimental-nextjs-app-support/src/ssr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@ export {
export class NextSSRApolloClient<
TCacheShape,
> extends ApolloClient<TCacheShape> {
/**
* Information about the current package and it's export names, for use in error messages.
*
* @internal
*/
static readonly info = bundle;
}
27 changes: 5 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3762,9 +3762,9 @@ __metadata:
languageName: node
linkType: hard

"@microsoft/api-documenter@npm:7.23.37":
version: 7.23.37
resolution: "@microsoft/api-documenter@npm:7.23.37"
"@microsoft/api-documenter@npm:7.24.0":
version: 7.24.0
resolution: "@microsoft/api-documenter@npm:7.24.0"
dependencies:
"@microsoft/api-extractor-model": "npm:7.28.13"
"@microsoft/tsdoc": "npm:0.14.2"
Expand All @@ -3775,24 +3775,7 @@ __metadata:
resolve: "npm:~1.22.1"
bin:
api-documenter: bin/api-documenter
checksum: 10/545758a9f4e428ea49a7dce7a941e2e5fc71fb46c1d4deb67093d805cf66b02e340dbb20b91a4745479272d03b23b94bb7ded6d8e497f195f060508485c0ecc3
languageName: node
linkType: hard

"@microsoft/api-documenter@patch:@microsoft/api-documenter@npm%3A7.23.37#~/.yarn/patches/@microsoft-api-documenter-npm-7.23.37-51bf9d9d16.patch":
version: 7.23.37
resolution: "@microsoft/api-documenter@patch:@microsoft/api-documenter@npm%3A7.23.37#~/.yarn/patches/@microsoft-api-documenter-npm-7.23.37-51bf9d9d16.patch::version=7.23.37&hash=0cc1d5"
dependencies:
"@microsoft/api-extractor-model": "npm:7.28.13"
"@microsoft/tsdoc": "npm:0.14.2"
"@rushstack/node-core-library": "npm:4.0.2"
"@rushstack/terminal": "npm:0.10.0"
"@rushstack/ts-command-line": "npm:4.19.1"
js-yaml: "npm:~3.13.1"
resolve: "npm:~1.22.1"
bin:
api-documenter: bin/api-documenter
checksum: 10/5aebf07b087d3058d1f4c2c57d4edc8967850fe4966c8ea5452287539d1838cbc76c18b08b96d5507e081ee2947a98a326b274a27ecb343dedc418425bb48bbd
checksum: 10/18d5f27ea3f437a4d126d85a9a95965a487b0650781c5bd4c66a00083d6a486280839eef5ac7f7f63699c2ae3f968d3acf0abba1534b3352d6e843eb11daade8
languageName: node
linkType: hard

Expand Down Expand Up @@ -11360,7 +11343,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "monorepo@workspace:."
dependencies:
"@microsoft/api-documenter": "patch:@microsoft/api-documenter@npm%3A7.23.37#~/.yarn/patches/@microsoft-api-documenter-npm-7.23.37-51bf9d9d16.patch"
"@microsoft/api-documenter": "npm:7.24.0"
"@size-limit/file": "npm:^11.1.0"
"@size-limit/webpack": "npm:^11.1.0"
"@size-limit/webpack-why": "npm:^11.1.0"
Expand Down

0 comments on commit b238c16

Please sign in to comment.