-
Notifications
You must be signed in to change notification settings - Fork 618
chore(deps-dev): bump typedoc to v0.23.23 #4458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3358a12
a7006c6
6482e9f
eda7f87
5b7a913
eb992bb
76cc6b5
cb102a6
df80958
a68086d
48ef7e3
4267722
eeeba35
910dc87
a960393
6c5ac91
4e2df3a
fc920d7
005fa41
7992123
e4094e7
202c2bc
b9919ce
9f20eb8
22b5ba5
3ecbda7
e2c1040
55d257e
5c446b9
c4096a7
a7c03be
db01d0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,8 +63,8 @@ | |
"concurrently": "7.0.0", | ||
"downlevel-dts": "0.10.1", | ||
"rimraf": "3.0.2", | ||
"typedoc": "0.19.2", | ||
"typescript": "~4.6.2" | ||
"typedoc": "^0.23.23", | ||
"typescript": "4.7.3" | ||
}, | ||
"overrides": { | ||
"typedoc": { | ||
|
@@ -95,6 +95,10 @@ | |
"react-native": { | ||
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native" | ||
}, | ||
"typedoc": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The entrypoint and readmeFile is defined in typedoc.json Is this config in package.json redundnant? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this here is actually needed for the client SDK itself because they are generated in isolation and not in the context of the Yarn workspaces |
||
"entryPoint": "src/index.ts", | ||
"readmeFile": "README.md" | ||
}, | ||
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-accessanalyzer", | ||
"repository": { | ||
"type": "git", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "../../typedoc.client.json" | ||
"extends": ["../../typedoc.client.json"], | ||
"entryPoints": ["src/index.ts"], | ||
"out": "docs", | ||
"readme": "README.md" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "../../typedoc.client.json" | ||
"extends": ["../../typedoc.client.json"], | ||
"entryPoints": ["src/index.ts"], | ||
"out": "docs", | ||
"readme": "README.md" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "../../typedoc.client.json" | ||
"extends": ["../../typedoc.client.json"], | ||
"entryPoints": ["src/index.ts"], | ||
"out": "docs", | ||
"readme": "README.md" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "../../typedoc.client.json" | ||
"extends": ["../../typedoc.client.json"], | ||
"entryPoints": ["src/index.ts"], | ||
"out": "docs", | ||
"readme": "README.md" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "../../typedoc.client.json" | ||
"extends": ["../../typedoc.client.json"], | ||
"entryPoints": ["src/index.ts"], | ||
"out": "docs", | ||
"readme": "README.md" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "../../typedoc.client.json" | ||
"extends": ["../../typedoc.client.json"], | ||
"entryPoints": ["src/index.ts"], | ||
"out": "docs", | ||
"readme": "README.md" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "../../typedoc.client.json" | ||
"extends": ["../../typedoc.client.json"], | ||
"entryPoints": ["src/index.ts"], | ||
"out": "docs", | ||
"readme": "README.md" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "../../typedoc.client.json" | ||
"extends": ["../../typedoc.client.json"], | ||
"entryPoints": ["src/index.ts"], | ||
"out": "docs", | ||
"readme": "README.md" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "../../typedoc.client.json" | ||
"extends": ["../../typedoc.client.json"], | ||
"entryPoints": ["src/index.ts"], | ||
"out": "docs", | ||
"readme": "README.md" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "../../typedoc.client.json" | ||
"extends": ["../../typedoc.client.json"], | ||
"entryPoints": ["src/index.ts"], | ||
"out": "docs", | ||
"readme": "README.md" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "../../typedoc.client.json" | ||
"extends": ["../../typedoc.client.json"], | ||
"entryPoints": ["src/index.ts"], | ||
"out": "docs", | ||
"readme": "README.md" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we bump typeScript in a different PR?