-
Notifications
You must be signed in to change notification settings - Fork 27
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
break: upgrade to typescript 5.2, typedoc 0.25 #156
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
289f0fd
WIP break: upgrade TypeScript and typedoc
adidahiya 34a46a6
Merge remote-tracking branch 'origin/develop' into ad/upgrade-typescript
adidahiya 633b029
bump to typedoc v0.25
adidahiya f9e79b4
Upgrade to TypeScript v5.2, typedoc v0.25
adidahiya 9c5520b
snapshot changes for jest upgrade
adidahiya 0082c03
update snapshots for typedoc upgrade
adidahiya 54ea82d
update --project path
adidahiya c19246e
fix lint
adidahiya a8c6b0a
Upgrade to Node v18
adidahiya 4f87f0f
update snapshot for node upgrade
adidahiya 8d83c5a
Update deploy-preview script
adidahiya 971c77e
make script executable
adidahiya e625aa6
Merge remote-tracking branch 'origin/develop' into ad/upgrade-typescript
adidahiya 0f3c99b
remove commented code
adidahiya 50edfb0
revert whitespace changes
adidahiya 4ced1c5
adjust some typedoc options
adidahiya 50d5a7f
fix enum member defaults
adidahiya cf1e325
Add tsconfig-resolver, --out option
adidahiya 01fd91e
Add typedoc-plugin-missing-exports
adidahiya eada2ce
implement multi-ts-project support
adidahiya 8ccc0d7
Merge remote-tracking branch 'origin/develop' into ad/upgrade-typescript
adidahiya 2362a89
fix lint
adidahiya e0cecc3
remove missing exports plugin
adidahiya 93ac80f
fix lint again
adidahiya 4ec2747
Handle @deprecated tag better
adidahiya ac76fb1
Fix interface property signatures
adidahiya 119fc09
fix lint
adidahiya 1ac43d7
update more snapshots
adidahiya 53f106a
remove extraneous type definitions
adidahiya 9d106bc
Merge remote-tracking branch 'origin/develop' into ad/upgrade-typescript
adidahiya 1bd1caf
dedupe lockfile
adidahiya 4078481
address minor review comments
adidahiya 30bfb7d
don't capitalize TypeScript in public API
adidahiya File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"extends": "../../../tsconfig.base.json", | ||
"compilerOptions": { | ||
"outDir": "../lib/", | ||
"target": "es5" | ||
"outDir": "../lib/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
adding this option allows us to log things to the console and still use the CLI to output a JSON file (previously, we were just using stdout in the docs package of this repo)