generated from PrismarineJS/prismarine-template
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Update dependency typedoc-plugin-markdown to v4 #222
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/typedoc-plugin-markdown-4.x
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 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
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
b480073
to
eb5d6cb
Compare
eb5d6cb
to
141f3de
Compare
141f3de
to
5504f2c
Compare
5504f2c
to
93074f5
Compare
93074f5
to
1fbfd87
Compare
787af61
to
0fe4d70
Compare
b3bee8c
to
c8f2df1
Compare
f66e6a5
to
b0f4bb2
Compare
b0f4bb2
to
5e0897a
Compare
5e0897a
to
d357ca1
Compare
d357ca1
to
cf159f0
Compare
7973c01
to
8f0dc84
Compare
8f0dc84
to
9b5d927
Compare
c516cb1
to
708953a
Compare
708953a
to
f29b8d2
Compare
f29b8d2
to
add3503
Compare
b4c8f1c
to
d8223dd
Compare
d8223dd
to
134d856
Compare
4cd80dc
to
94303cd
Compare
94303cd
to
de4e980
Compare
de4e980
to
0335250
Compare
0335250
to
0bd7a56
Compare
0bd7a56
to
ed0714e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.6.3
Release Notes
typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)
v4.6.3
Compare Source
Patch Changes
v4.6.2
Compare Source
Patch Changes
@group none
,@category none
and@disableGroups
.v4.6.1
Compare Source
Patch Changes
v4.6.0
Compare Source
This release continues the effort to further align to TypeDoc’s default theme, with improvements that make the plugin more consistent and predictable.
Architectural Changes
Structural Changes
This aligns with the default theme and improves navigation.
Minor Changes
Patch Changes
v4.5.2
Compare Source
Patch Changes
v4.5.1
Compare Source
Patch Changes
v4.5.0
Compare Source
This release introduces support for TypeDoc 0.28 that contains several under-the-hood breaking API changes.
From a consumer perspective there should be no direct breaking change from the plugin itself, but there are some architectural and output structure changes to consider.
Architectural Changes
"outputFileStrategy"
option."outputFileStrategy"
is still supported for now, but will now point to the "member" and "module" router keys respectively. Further details are contained in the documentation website.Structural Changes
typeAliasPropertiesFormat
" has been exposed to place properties rendered from the updated structure to a table format.parametersFormat=table
might be preferable.Minor Changes
Patch Changes
v4.4.2
Compare Source
Patch Changes
v4.4.1
Compare Source
Patch Changes
v4.4.0
Compare Source
This release introduces structural enhancements to the user interface and bug fixes to enhance overall functionality.
Structural Changes
Minor Changes
Patch Changes
v4.3.3
Compare Source
Patch Changes
v4.3.2
Compare Source
Patch Changes
{@​link}
resolution on type alias properties (#732).@link
tags.v4.3.1
Compare Source
Patch Changes
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.
Architectural Changes
Please see the full TypeDoc changelog for additional information.
There are two TypeDoc breaking changes that might effect users of this plugin:
Structural Changes
parametersFormat=table
might be preferable.New 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.objectLiteralTypeDeclarationStyle
has been removed. Please use option--typeDeclarationFormat=list
.Bug Fixes
readmeFile
configuration (#383)<
and>
breaks Docusaurus Markdown parser. (#276)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.