build(deps-dev): bump typedoc from 0.25.13 to 0.28.19#8125
Open
dependabot[bot] wants to merge 3 commits intomasterfrom
Open
build(deps-dev): bump typedoc from 0.25.13 to 0.28.19#8125dependabot[bot] wants to merge 3 commits intomasterfrom
dependabot[bot] wants to merge 3 commits intomasterfrom
Conversation
|
059ef07 to
cadfa06
Compare
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.13 to 0.28.19. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.25.13...v0.28.19) --- updated-dependencies: - dependency-name: typedoc dependency-version: 0.28.19 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
cadfa06 to
6a1bac0
Compare
Owner
|
@copilot fix failing ci |
… script for typedoc 0.28.x compatibility - Upgrade typedoc-plugin-markdown from 3.17.1 to 4.11.0 (compatible with typedoc 0.28.x) - Rename build-api-docs.ts → build-api-docs.mts to run as ESM (avoids TypeDoc dual-loading bug with tsx in CJS mode) - Replace require() JSON calls with readFileSync + JSON.parse for ESM compatibility - Switch from generateDocs() (HTML) to generateOutputs() (markdown) per typedoc-plugin-markdown 4.x API - Add skipErrorChecking: true and out/hideBreadcrumbs/hidePageHeader TypeDoc options - Update post-processing to discover generated directories dynamically instead of hardcoded list - Update root _meta.ts generation to list actual package names from top-level dirs - Update package.json build:api-docs script to reference .mts extension Agent-Logs-Url: https://github.com/ardatan/graphql-tools/sessions/90652cb4-9285-4fef-bdad-44e037011570 Co-authored-by: ardatan <20847995+ardatan@users.noreply.github.com>
- Fix regex multiline flag: remove 'm' flag since files now start with '# heading' directly
- Handle Type Alias (capital A) prefix from typedoc-plugin-markdown 4.x
- Handle strikethrough markers (~~deprecated~~) in headings
- Fix generic type parameter stripping to handle escaped markdown \\<T\\>
- Remove backslash escapes from titles (\\_ → _)
- Use correct YAML single-quote escaping ('' instead of \\')
- Fix double semicolon typo
Agent-Logs-Url: https://github.com/ardatan/graphql-tools/sessions/90652cb4-9285-4fef-bdad-44e037011570
Co-authored-by: ardatan <20847995+ardatan@users.noreply.github.com>
Contributor
Fixed in commits dede907 and d094858. The root cause was that
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps typedoc from 0.25.13 to 0.28.19.
Release notes
Sourced from typedoc's releases.
... (truncated)
Changelog
Sourced from typedoc's changelog.
... (truncated)
Commits
0135da0Update changelog for release68fa965Bump version to 0.28.19cb13565Update changelog, documentationacba2aeFix Comment.getShortSummary with windows line endingsa108643feat(router): move anchor creation to seperate function (#3092)d743a1cMerge pull request #3091 from hyosua/feat/locales-fr70a9b41Update CHANGELOG and format French locales4db90bcAdd French translations for localesc8fb88fAttempt updating actions versionsa58e6a9Update depsMaintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for typedoc since your current version.