-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
deps: update dependency typedoc-plugin-markdown to v4 #1826
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-typedoc-updates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
renovate
bot
added
the
kind/dependencies
Pull requests that update a dependency file
label
May 3, 2024
github-actions
bot
added
the
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
label
May 3, 2024
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
from
May 10, 2024 22:16
b911b95
to
5564ee1
Compare
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
from
May 18, 2024 02:44
5564ee1
to
c8c7996
Compare
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
from
June 1, 2024 01:57
c8c7996
to
f15c246
Compare
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
from
June 22, 2024 11:02
f15c246
to
a69258c
Compare
|
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
2 times, most recently
from
July 6, 2024 00:26
d2f57d6
to
9a024e4
Compare
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
from
July 12, 2024 22:54
9a024e4
to
f28c2b5
Compare
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
from
July 26, 2024 22:02
f28c2b5
to
807b6b5
Compare
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
from
August 16, 2024 23:11
807b6b5
to
8f0bbbd
Compare
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
from
August 25, 2024 09:56
8f0bbbd
to
dd3146f
Compare
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
from
September 6, 2024 22:38
dd3146f
to
eaaf31b
Compare
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
from
September 27, 2024 22:21
eaaf31b
to
0cab01b
Compare
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
from
October 5, 2024 01:25
0cab01b
to
3697b27
Compare
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
from
November 2, 2024 01:31
3697b27
to
7406174
Compare
renovate
bot
force-pushed
the
renovate/major-typedoc-updates
branch
from
November 30, 2024 02:11
7406174
to
8640887
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
hold
Indicates that a PR should not merge.
kind/dependencies
Pull requests that update a dependency file
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
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.
This PR contains the following updates:
3.17.1
->4.3.0
Release Notes
typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)
v4.3.0
Compare Source
This release introduces support for TypeDoc 0.27 and some additional UX features and improvements in addition to some bug fixes.
TypeDoc 0.27 Support
Please see for full TypeDoc changelog for additional information.
There are two TypeDoc breaking changes that might effect users of this plugin:
UX Changes
parametersFormat=table
might be preferable.Features
Patch Changes
v4.2.10
Compare Source
Patch Changes
v4.2.9
Compare Source
Patch Changes
@return
block tags on declarations (#694)v4.2.8
Compare Source
Patch Changes
v4.2.7
Compare Source
Patch Changes
v4.2.6
Compare Source
Patch Changes
v4.2.5
Compare Source
Patch Changes
<thead>
and<tbody>
elements to fix MDX compatibility issues (#671)v4.2.4
Compare Source
Patch Changes
v4.2.3
Compare Source
Patch Changes
v4.2.2
Compare Source
Patch Changes
v4.2.1
Compare Source
Patch Changes
v4.2.0
Compare Source
Minor Changes
.nojekyll
file if TypeDocs "githubPages" option is true (#650)v4.1.2
Compare Source
Patch Changes
v4.1.1
Compare Source
Patch Changes
v4.1.0
Compare Source
New Features
Patch Changes
v4.0.3
Compare Source
Patch Changes
v4.0.2
Compare Source
Patch Changes
v4.0.1
Compare Source
Patch Changes
@example
tags on same reflection.v4.0.0
Compare Source
Architectural Changes
New Features
Structural Changes
--outputFileStrategy
. To achieve the same output as v3 (whereby only Classes, Enums and Interfaces have their own file), set the optionmembersWithOwnFile
option.--parametersFormat=table
.Breaking Changes
theme
to"markdown"
is no longer required and should be removed.indexTitle
has been removed. Please use the"title.indexPage"
key with option--textContentMappings
.allReflectionsHaveOwnDocument
has been removed (this behaviour is now the default). Please see optionoutputFileStrategy
](/docs/options#outputfilestrategy).entryDocument
has been renamed toentryFileName
to better reflect its purpose.namedAnchors
has been renamed touseHTMLAnchors
to better reflect its purpose.hideInPageTOC
has been removed. In-page TOC are no longer included by default. You can include in-page TOCs by usingtypedoc-plugin-remark
and theremark-toc
plugin.objectLiteralTypeDeclarationStyle
has been removed. Please use option--typeDeclarationFormat=list
.Bug Fixes
readmeFile
configuration (#383)<
and>
breaks Docusaurus Markdown parser. (#276)Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, 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.
This PR was generated by Mend Renovate. View the repository job log.