-
Notifications
You must be signed in to change notification settings - Fork 44
chore: 🤖 Renovate auto-bump Replace all #178
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
staging
Choose a base branch
from
greenkeeper/all
base: staging
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
e47180a to
6143b6d
Compare
6143b6d to
61bd81d
Compare
61bd81d to
e5c4c62
Compare
e5c4c62 to
f8a07e0
Compare
f8a07e0 to
0f92a1d
Compare
0f92a1d to
da1d882
Compare
da1d882 to
2b5ecc0
Compare
296781b to
45844d4
Compare
45844d4 to
b4d4822
Compare
b4d4822 to
33bb772
Compare
69cc08b to
3a485c8
Compare
644773d to
9fca96b
Compare
9fca96b to
41d9680
Compare
41d9680 to
8f18bfb
Compare
8f18bfb to
1155f6a
Compare
1155f6a to
c5f8c29
Compare
c5f8c29 to
56c6857
Compare
56c6857 to
3f2c248
Compare
3f2c248 to
a05844e
Compare
8077a38 to
3e49f90
Compare
3e49f90 to
1f81331
Compare
1f81331 to
62fcd23
Compare
d3d091e to
2836fa7
Compare
3c4394a to
62579a7
Compare
1da7f11 to
3347980
Compare
df51c34 to
cafd0e4
Compare
1e80133 to
185e010
Compare
185e010 to
1497efa
Compare
fc178b3 to
2458757
Compare
2458757 to
ac72708
Compare
ac72708 to
ad5958a
Compare
a0b42b0 to
8f6e313
Compare
598bd73 to
1974fb9
Compare
1974fb9 to
a96618d
Compare
f024c6b to
5dbaeec
Compare
0ffd865 to
d3f9ff1
Compare
8da67ed to
a340197
Compare
a340197 to
1b7ed10
Compare
1b7ed10 to
3a4f448
Compare
3a4f448 to
49be1b7
Compare
49be1b7 to
b4a2610
Compare
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.
This PR contains the following updates:
^4.4.0->^5.0.0^4.0.0->^4.0.0^5.2.0->^6.0.0^0.30.0->^0.36.0^0.20.0->^0.28.0This is a special PR that replaces
rollup-plugin-babelwith the community suggested minimal stable replacement version.This is a special PR that replaces
rollup-plugin-jsonwith the community suggested minimal stable replacement version.This is a special PR that replaces
rollup-plugin-node-resolvewith the community suggested minimal stable replacement version.Release Notes
ezolenko/rollup-plugin-typescript2 (rollup-plugin-typescript2)
v0.36.0Compare Source
Features/bugfixes
moduleResolutionkinds, update build to TS 5.x by @​ezolenko in #​453Internal (testing, refactors)
dist/*as generated code by @​agilgur5 in #​457semvervianpm audit fixby @​agilgur5 in #​459Full Changelog: ezolenko/rollup-plugin-typescript2@0.35.0...0.36.0
v0.35.0Compare Source
Features
module: "ES2022"by @​ezolenko in #​450Bugfixes
Full Changelog: ezolenko/rollup-plugin-typescript2@0.34.1...0.35.0
v0.34.1Compare Source
Bugfixes
buildStarterror by @​agilgur5 in #​4220.34.0where users sawTypeError: Cannot read property 'done' of undefinedinstead of their actual initialization error, such as atsconfigissue (such as with #​421)semverby @​agilgur5 in #​4240.34.0introduced a type-only fix that relied on Rollup 2.60.0+ and would (accidentally) error out on older versions of Rollup. This fix handles it gracefully with a clear warning message instead and skips that check when using an older version of Rollup (i.e. partly backward-compatible).peerDependenciesminimum versions have not been metfiltered files by @​agilgur5 in #​4280.33.0that could cause rpt2 to (accidentally) resolve files that should have been filtered out by the plugininclude/exclude(such as with #​427)Internal (testing, refactors)
@types/resolveby @​agilgur5 in #​423no-errorsintegration timeout to 20s by @​agilgur5 in #​425Full Changelog: ezolenko/rollup-plugin-typescript2@0.34.0...0.34.1
v0.34.0Compare Source
Bugfixes
types andinterfaces that would produce no JS.2.60.0+ as it requires the use ofthis.load0.34.0will (accidentally) error out on older versions of Rollup.0.34.1patched this to instead give a warning and skip this check on older versions of Rollup.More Fixes ...
emitDeclarationOnlylog statement by @​agilgur5 in #​412Docs
CHANGELOG.mdthat references GH releases by @​agilgur5 in #​419Internal (testing, refactors)
declarationMapsources are correct by @​agilgur5 in #​403print-diagnosticsspec by @​agilgur5 in #​405More Internal ...
contexthelper by @​agilgur5 in #​404check-tsconfigwithparse-tsconfigby @​agilgur5 in #​413ConsoleContextentirely by usingbuildStartby @​agilgur5 in #​414cachevar by @​agilgur5 in #​415diagnosticsfuncs into single file by @​agilgur5 in #​415Full Changelog: ezolenko/rollup-plugin-typescript2@0.33.0.1...0.34.0
v0.33.0Compare Source
v0.32.1Compare Source
Bugfixes
@rollup/plugin-commonjsto v22 to fix try/catch requires by @​agilgur5 in #​3400.32.0that caused users with certain environments to experienceReferenceError: window is not definedwhen importing rpt2. See #​339Full Changelog: ezolenko/rollup-plugin-typescript2@0.32.0...0.32.1
v0.32.0Compare Source
Features
rpt2:prefix on more errors by @​ezolenko inff88951Bugfixes
get-options-overridesby @​agilgur5 in #​331realpathto host to properly resolve monorepos / symlinks by @​agilgur5 in #​332.d.tsinstead of.vue.d.tsfor Vue declarations by @​agilgur5 in #​336.vue.d.ts. As such, this has been reverted in0.33.0sourceswhen no output by @​agilgur5 in #​334noEmitOnError: falseby @​agilgur5 in #​338Dependencies
f84afe9,0df5362,5a3e58b, and08d2f5b08d2f5bcaused a regression in certain environments per #​339. If you're experiencingReferenceError: window is not defined, please upgrade to0.32.1, which should fix this issue.@types/colorspackage by @​agilgur5 in #​319normalizePathfrom@rollup/pluginutilsby @​agilgur5 in #​320tslibto^2.4.0, remove@yarn-tool/resolve-packageby @​agilgur5 in #​326Docs
_.mergedoesn't concat arrays by @​agilgur5 in #​314More Docs ...
4e9f8ffGitHub
Internal (testing, refactors)
get-options-overrides(createFilter) by @​agilguhttps://github.com/ezolenko/rollup-plugin-typescript2/pull/329ll/329More Internal ...
partial.tsas this is built into TS by @​agilgur5 in #​322npm cifor install and cachenpmby @​agilgur5 in #​323Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.2...0.32.0
v0.31.2Compare Source
What's Changed
tracemethod to theLanguageServiceHostto enable usage withtraceResolutionby @​Andarist in #​296Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.1...0.31.2
v0.31.1Compare Source
Fix for #​291
Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.0...0.31.1
v0.31.0Compare Source
tslibon node 17TypeStrong/TypeDoc (typedoc)
v0.28.14Compare Source
Features
preservedTypeAnnotationTagsoption to specify tags whose type annotations shouldbe copied to the output documentation, #​3020.
API: Introduced
typeAnnotationonCommentTagexcludePrivateClassFieldsoption to hide#privatemembers while allowingprivatemembers, #​3017.@thistag for JS files which describethisparameters, #​3026.v0.28.13Compare Source
Features
basePathoption now also affects relative link resolution, TypeDoc will also check forpaths relative to the provided base path. If you instead want TypeDoc to only change the rendered
base path for sources, use the
displayBasePathoption, #​3009.Bug Fixes
@inheritDocwill now correctly overwrite@remarksand@returnsblocks on the target comment, #​3012.externalSymbolLinkMappingsoption now works properly on links pointing to inherited/overwritten signatures, #​3014.v0.28.12Compare Source
Bug Fixes
@enumnow work for symbols imported from another module, #​3003.API:
Reflection.hasCommentandComment.hasVisibleComponentnow accepts an optionalnotRenderedTagsparameter.v0.28.11Compare Source
Features
if they do not have their own comment, #​2999.
Bug Fixes
?in the reflection preview and signature, #​2995.compilerOptionsoption now functions properly with non-boolean options, #​3000.compilerOptionsoption are now handled gracefully, #​3000.v0.28.10Compare Source
Bug Fixes
v0.28.9Compare Source
Features
Bug Fixes
v0.28.8Compare Source
Features
pluginfunction can now be given plugin functions to load.-within tag names to supporttypescript-json-schema's@TJS-typetag, #​2972.Context.createSymbolIdfor use by plugins.Bug Fixes
<img srcset>will now be discovered by TypeDoc, #​2975.<source src>and<source srcset>elements will now be discovered by TypeDoc, #​2975.Thanks!
v0.28.7Compare Source
Features
@sortStrategytag to override thesortoption on a specific reflection, #​2965.Bug Fixes
export { type X }are no longer missing comments, #​2970.localeto an unknown value will now cause TypeDoc to operate in English instead of a debug locale.v0.28.6Compare Source
Features
Bug Fixes
export { type X }are now detected and converted as interfaces/type aliases, #​2962.Thanks!
v0.28.5Compare Source
Bug Fixes
ignoredHighlightLanguagescan now be used to prevent warnings for codeblocks containing languageswhich are supported by Shiki but are not loaded, #​2956.
v0.28.4Compare Source
Features
Bug Fixes
The
chevronSmallhelper is now deprecated and will be removed with v0.29.0.@hiddenwill no longer appear in the"Hierarchy" section of the docs.
Thanks!
v0.28.3Compare Source
Bug Fixes
@inlinenow functions when referencing tuple types, #​2932.@linklinks to the current page are now rendered, #​2934.@includeCodenow supports regions in TypeScript files with.mtsand.ctsfile extensions, #​2935.v0.28.2Compare Source
Features
@group noneand@category nonewill now render their children without a sectionheading in the default theme, #​2922.
@disableGroupstag to completely disable the grouping mechanism for agiven reflection, #​2922.
Bug Fixes
@classnow correctly handle@category, #​2914.@classnow include constructor parameters, #​2914.@classwith a generic first constructor function now adoptthat function's type parameters as the class type parameters, #​2914.
externalSymbolLinkMappingsoption when URL is set to#, #​2921.@typedefnow correctly handle the constraint, #​2929.toStringon types containing index signatures now behave correctly, #​2917.@inlineTypeto the list of tags excluded by default.v0.28.1Compare Source
Features
preservedTypeAnnotationTagsoption to specify tags whose type annotations shouldbe copied to the output documentation, #​3020.
API: Introduced
typeAnnotationonCommentTagexcludePrivateClassFieldsoption to hide#privatemembers while allowingprivatemembers, #​3017.@thistag for JS files which describethisparameters, #​3026.v0.28.0Compare Source
Breaking Changes
/path separators, #​2825.--entryPointStrategy mergemode now requires JSON from at least version 0.28.0.jptranslations fromlang, to migrate switch toja.intentionallyNotExportednow use a package name/package relative path instead of an absolute path for matching.source-ordersort ordering now considers package names / package relative paths instead of using the absolute paths to a file.package.jsonfile if--readmeis not setthis change improves handling of monorepo setups where some packages have readme files and others do not, #​2875.
they are initialized with a function expression. TypeDoc can be instructed to convert them as functions
with the
@functiontag, #​2881.to how interfaces are rendered, #​2817.
API Breaking Changes
ProjectReflection.getReflectionFromSymbolandProjectReflection.getSymbolFromReflectionhave been moved toContextPathandPathArrayparameter types now always contain normalized paths.Routerwhich is used for URL creation.Reflection.url,Reflection.anchor, andReflection.hasOwnDocumenthave been removed.Deserializer.reviveProject(s)no longer accepts an option to add project documents.Deserializer.reviveProjectsnow requires analwaysCreateEntryPointModuleoption.Comment.serializeDisplayPartsno longer requires a serializer argument.ReflectionSymbolId.fileNameis now optional, TypeDoc now stores a combination of a package name and package relative path instead.The
fileNameproperty will be present when initially created, but is not serialized.DeclarationReflection.relevanceBoostattribute which was added for plugins, but never used.i18nproxy is no longer passed to many functions, instead, referencei18nexported from the module directly.ReflectionKind.singularStringandReflectionKind.pluralStringnow returns translated strings.The methods on
Internationalizationto do this previously have been removed.DefaultThemeRenderContext'stypeDeclarationandtypeDetailsIfUsefulmethods now require both a reflection and a type in order to support
@expandTypeFeatures
--routeroption which can be used to modify TypeDoc's output folderstructure. This can be extended with plugins, #​2111.
@primaryExportmodifier tag to provide more fine grainedcontrol over export conversion order, #​2856
packagesRequiringDocumentationoption forvalidation.notDocumented, TypeDoc will expect comments to be present for symbols in the specified packages.typedoc/browserentrypoint for parsing and using serialized JSON files, #​2528.packageOptionsasPartial<TypeDocOptions>, #​2878.packageOptions, #​2878.@functiontag to force TypeDoc to convert variable declarations with a type annotation as functions, #​2881.TypeDocglobal object in the HTML theme which can be used to prevent TypeDoc from usinglocalStorage, #​2872.@preventInlineand@inlineTypetags for further control extending the@inlinetag, #​2862.@preventExpandand@expandTypetags for further control extending the@expandtag, #​2862.DefaultThemeRenderContext.reflectionIconfor more granular control over displayed reflection icons.Bug Fixes
Thanks!
v0.27.9Compare Source
This will be the last v0.27.x release, see #​2868 for discussion on the 0.28 beta.
Features
v0.27.8Compare Source
Features
visibilityFilteroption now supports individual signatures, #​2846.faviconoption may now be given a link starting withhttps?://instead of a path, #​2851.#as the link inexternalSymbolLinkMappingsto indicate the type should not be linked to, #​2853.Bug Fixes
undefined, #​2854.Thanks!
v0.27.7Compare Source
Features
@includeCodeand@inlinecan now inject parts of files using regionnames or line numbers, #​2816.
jatranslation options, deprecatedjpin favor ofja, #​2843.--watchoption to support watching files not caught byTypeScript's watch mode, #​2675.
@inlinetag now works in more places for generic types.Bug Fixes
@classincorrectly handling mapped types, #​2842.so that declaration merged members with global symbols can be documented, #​2844.
Thanks!
v0.27.6Compare Source
Features
ignoredHighlightLanguagesoption to specify languages which will beallowed in code blocks but not highlighted, #​2819.
Bug Fixes
@includeand@includeCodenow work in the readme file, #​2814.same symbol over type literal properties within function parameters.
v0.27.5Compare Source
Bug Fixes
deeply nested properties. This only affects links to properties of
properties of types, which did not have a clickable link exposed so are
unlikely to have been linked to. Furthermore, these links were not always
created by TypeDoc, only being created if all parent properties contained
comments, #​2808.
rendered document and the parent property/page will be linked to instead,
#​2808. These warnings can be disabled with the
validation.rewrittenLinkoption.
https://links under thehostedBaseUrloption's URL will nolonger be treated as external, #​2809.
Thanks!
v0.27.4Compare Source
Features
Converter.EVENT_CREATE_PROJECTevent which fires when a project is created by the converter, #​2800.Bug Fixes
@includeand@includeCodenow work for comments on the entry point for projects with a single entry point, #​2800.@summarynow works to describe functions within modules, #​2803.v0.27.3Compare Source
Features
Bug Fixes
highlightLanguagesoption now permits Shiki aliases to be specified rather than just the language ID, #​2798.Thanks!
v0.27.2Compare Source
Bug Fixes
v0.27.1Compare Source
Bug Fixes
@categoryDescriptionand@groupDescriptionon module pages, #​2787.v0.27.0Compare Source
Breaking Changes
result in a different file name structure, #​2714.
have changed. They can be partially restored to the previous format by
setting
--sluggerConfiguration.lowercase false. This change was made tomore closely match the default behavior of GitHub's markdown rendering and
VSCode's autocomplete when creating a relative link to an external markdown
file.
hideParameterTypesInTitleoption, this was originally added asa workaround for many signatures overflowing the available horizontal space
in rendered pages. TypeDoc now has logic to wrap types/signatures smartly,
so this option is no longer necessary.
kindSortOrderto put references last.sortorder to usealphabetical-ignoring-documentsinstead of
alphabetical.suppressCommentWarningsInDeclarationFilestotrue(e.g.
X, notnew X)@group,@category,@groupDescriptionand@categoryDescriptionwill no longer be removed from the reflections they are present on. They are
skipped during rendering with the
notRenderedTagsoption.Features
package.jsonexports if theyare not provided manually, #​1937.
#anchorlinks toreference a heading within them.
@paramcomments with nested object types, #​2555.@paramcomments which reference a typealias/interface. Important properties on the referenced type can now be
highlighted with
@param options.foo, which will result in the additionalnote being included under the documentation for that parameter, #​2147. Note:
This feature is limited to references. It is not supported on other types of
types.
outputsoption which is an array of outputs. This can be usedto render the documentation multiple times with different rendering options
or output types, #​2597.
@expandtag which can be placed on type aliases andinterfaces. When a type with
@expandis referenced and TypeDoc has a placeto include additional details about the type, the properties of the type
will be included in the page where
@expandis found. Note that use of thistag can significantly increase the size of your generated documentation if
it is applied to commonly used types as it will result in inlining the
comments for those types everywhere they are referenced, #​2303.
@inlinetag which can be placed on type aliases andinterfaces. When a type with
@inlineis referenced, TypeDoc will resolvethe referenced type and convert the type as if it was included directly
within the referencing type. Note that use of this tag can significantly
increase the size of your generated documentation if it is applied to
commonly used types as it will result in inlining the comments for those
types everywhere they are referenced, #​2303.
@useDeclaredTypetag for type aliases which can sometimesimprove their documentation, #​2654.
@mergeModuleWithtag which can be used to tell TypeDoc toplace a module/namespace's children under a different module/namespace and
remove the real parent, #​2281.
@includeand@includeCodeinline tags to include files withincomments/documents.
notRenderedTagsoption. This option is similar to theexcludeTagsoption, but while
excludeTagswillConfiguration
📅 Schedule: Branch creation - "before 10pm on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.