chore(deps): update devdependencies (non-major) (master) #22
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:
^2.13.0
->^2.14.0
^2.0.1
->^2.0.2
^23.3.2
->^23.3.14
^4.14.149
->^4.14.186
^10.17.4
->^10.17.60
^17.0.27
->^17.0.50
^5.1.14
->^5.1.26
^3.0.7
->^3.1.1
^1.0.1
->^1.3.1
^4.17.15
->^4.17.21
^1.18.2
->^1.19.1
^1.0.0
->^1.3.0
^16.9
->^16.14
^16.2
->^16.14
^4.12.15
->^4.13.0
^3.4.2
->^3.4.4
>=1.26.3
->>=1.32.1
^0.4.2
->^0.6.3
^0.25.2
->^0.34.1
^6.5.3
->^6.6.7
^0.8.3
->^0.8.5
^5.2.0
->^5.3.6
^1.10.0
->^1.14.1
^1.15.0
->^1.18.0
^0.15.0
->^0.23.18
^3.8.0
->^3.9.10
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
sanity-io/semantic-release-preset
v2.0.2
Compare Source
Bug Fixes
flatiron/prompt
v1.3.0
Compare Source
v1.2.2
Compare Source
v1.2.1
Compare Source
maxdavidson/rollup-plugin-sourcemaps
v0.6.3
Compare Source
v0.6.2
Compare Source
v0.6.1
Compare Source
v0.6.0
Compare Source
v0.5.0
Compare Source
jsnext:main
field from package.jsonezolenko/rollup-plugin-typescript2
v0.34.1
Compare Source
Bugfixes
buildStart
error by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/4220.34.0
where users sawTypeError: Cannot read property 'done' of undefined
instead of their actual initialization error, such as atsconfig
issue (such as with https://github.com/ezolenko/rollup-plugin-typescript2/issues/421)semver
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/4240.34.0
introduced 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).peerDependencies
minimum versions have not been metfilter
ed files by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/4280.33.0
that could cause rpt2 to (accidentally) resolve files that should have been filtered out by the plugininclude
/exclude
(such as with https://github.com/ezolenko/rollup-plugin-typescript2/issues/427)Internal (testing, refactors)
@types/resolve
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/423no-errors
integration timeout to 20s by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/425Full Changelog: ezolenko/rollup-plugin-typescript2@0.34.0...0.34.1
v0.34.0
Compare Source
Bugfixes
type
s andinterface
s that would produce no JS.2.60.0
+ as it requires the use ofthis.load
0.34.0
will (accidentally) error out on older versions of Rollup.0.34.1
patched this to instead give a warning and skip this check on older versions of Rollup.More Fixes ...
emitDeclarationOnly
log statement by @agilgur5 in #412Docs
CHANGELOG.md
that references GH releases by @agilgur5 in #419Internal (testing, refactors)
declarationMap
sources are correct by @agilgur5 in #403print-diagnostics
spec by @agilgur5 in #405More Internal ...
context
helper by @agilgur5 in #404check-tsconfig
withparse-tsconfig
by @agilgur5 in #413ConsoleContext
entirely by usingbuildStart
by @agilgur5 in #414cache
var by @agilgur5 in #415diagnostics
funcs into single file by @agilgur5 in #415Full Changelog: ezolenko/rollup-plugin-typescript2@0.33.0.1...0.34.0
v0.33.0
Compare Source
v0.32.1
Compare Source
Bugfixes
@rollup/plugin-commonjs
to v22 to fix try/catch requires by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/3400.32.0
that caused users with certain environments to experienceReferenceError: window is not defined
when importing rpt2. See https://github.com/ezolenko/rollup-plugin-typescript2/issues/339Full Changelog: ezolenko/rollup-plugin-typescript2@0.32.0...0.32.1
v0.32.0
Compare Source
Features
rpt2:
prefix on more errors by @ezolenko in ezolenko/rollup-plugin-typescript2@ff88951Bugfixes
get-options-overrides
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/331realpath
to host to properly resolve monorepos / symlinks by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/332.d.ts
instead of.vue.d.ts
for Vue declarations by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/336.vue.d.ts
. As such, this has been reverted in0.33.0
sources
when no output by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/334noEmitOnError: false
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/338Dependencies
ReferenceError: window is not defined
, please upgrade to0.32.1
, which should fix this issue.@types/colors
package by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/319normalizePath
from@rollup/pluginutils
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/320tslib
to^2.4.0
, remove@yarn-tool/resolve-package
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/326Docs
_.merge
doesn't concat arrays by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/314More Docs ...
GitHub
Internal (testing, refactors)
get-options-overrides
(createFilter
) by @agilguhttps://github.com/ezolenko/rollup-plugin-typescript2/pull/329ll/329More Internal ...
partial.ts
as this is built into TS by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/322npm ci
for install and cachenpm
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/323Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.2...0.32.0
v0.31.2
Compare Source
What's Changed
trace
method to theLanguageServiceHost
to enable usage withtraceResolution
by @Andarist in https://github.com/ezolenko/rollup-plugin-typescript2/pull/296Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.1...0.31.2
v0.31.1
Compare Source
Fix for #291
Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.0...0.31.1
v0.31.0
Compare Source
tslib
on node 17v0.30.0
Compare Source
#251 Fix duplicate output with multiple entry points
allowing ES2020 module type in tsconfig
v0.29.0
Compare Source
#249 use compilerOptions.rootDir to filter files
v0.28.0
Compare Source
#221
v0.27.3
Compare Source
PR #243
Updating dependencies
v0.27.2
Compare Source
Dependency updates
v0.27.1
Compare Source
v0.27.0
Compare Source
v0.26.0
Compare Source
#203 Updating object-hash to 2.0.2 with async support.
Updating other dependencies.
shelljs/shelljs
v0.8.5
Compare Source
This was a small security fix for #1058.
styled-components/styled-components
v5.3.6
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v5.3.5...v5.3.6
v5.3.5
Add statement of solidarity against the war on Ukraine 🇺🇦
TypeStrong/TypeDoc
v0.23.18
Compare Source
Features
Bug Fixes
@param
comment for the parameter if available, #1261.v0.23.17
Compare Source
Features
titleLink
,navigationLinks
andsidebarLinks
options to add additional links to the rendered output, #1830.sourceLinkTemplate
option to allow more flexible specification of remote urls.Deprecated now redundant
gitRevision
detection starting withhttps?://
introduced in v0.23.16, #2068.Thanks!
v0.23.16
Compare Source
Features
{ "typedoc": { "tsconfig": "tsconfig.lib.json" }}
in package.json, #2061.Bug Fixes
Thanks!
v0.23.15
Compare Source
Features
@typedef {import("foo").Bar<Z>} Baz
type declarations which forward type parameters to the importedsymbol as re-exports of that symbol, #2044.
Bug Fixes
widgets.png
andwidgets@2x.png
files from generated assets folder.v0.23.14
Compare Source
Features
externalSymbolLinkMappings
seethe documentation for usage examples and caveats, #2030.
addUnknownSymbolResolver
will now be checked when resolving@link
tags, #2030.Note: To support this, resolution will now happen during conversion, and as such,
Renderer.addUnknownSymbolResolver
has beensoft deprecated in favor of
Converter.addUnknownSymbolResolver
. Plugins should update to use the method onConverter
.DefaultThemeRenderContext.attemptExternalResolution
has also been deprecated since it will repeat work done during conversion,use
ReferenceType.externalUrl
instead.Converter.addUnknownSymbolResolver
for use by plugins supporting external links.Bug Fixes
v0.23.13
Compare Source
Bug Fixes
v0.23.12
Compare Source
Features
ParameterType.Object
for declaring object options which will be shallowly merged when read from user configuration.Application.EVENT_BOOTSTRAP_END
event emitted whenApplication.bootstrap
is called.Bug Fixes
isIdentifierOrPrivateIdentifier
.Thanks!
v0.23.11
Compare Source
Features
skipErrorChecking
option which instructs TypeDoc to not ask TypeScript for compiler errorsbefore attempting to generate documentation. Turning this on may improve generation speed, but could also
cause a crash if your code contains compiler errors.
Bug Fixes
@link
tags resolved, #2029.DefaultThemeRenderContext
now contain all the HTML for their sections of the page, #2038.Thanks!
v0.23.10
Compare Source
Features
sort
option.prop
asprop?
, #2023.DefaultThemeRenderContext.markdown
now also accepts aCommentDisplayPart[]
for rendering, #2004.Converter.resolveLinks
method for use withConverter.parseRawComment
, #2004.Bug Fixes
typedoc/tsdoc.json
in TSDoc extends, #2015.@typedef
comments for properties, #2020.Thanks!
v0.23.9
Compare Source
Bug Fixes
If using
"entryPointStrategy": "expand"
, this change may result in new pages being added to your documentation.If this is not desired, you can use the
exclude
option to filter them out.--includeVersion
flag, #2010.v0.23.8
Compare Source
Features
*.ghe.com
and*.github.us
GitHub enterprise domains for source links, #2001.Converter.parseRawComment
for plugins to parse additional markdown files, #2004.Bug Fixes
{@​link}
containing a URL, #1980.excludeNotDocumented
will no longer remove functions/methods/accessors which are documented, #1994.sources
property on signature reflections #1996.Thanks!
v0.23.7
Compare Source
Bug Fixes
@jest/globals
in a comment will no longer be parsed as a tag #1990.v0.23.6
Compare Source
Features
--entryPointStrategy Packages
. TypeDoc will now load package-specific configurations frompackage.json
typedoc
field. This configuration allows configuring a custom display name (typedoc.displayName
) field, entry point (typedoc.entryPoint
- this is equivalent and will overridetypedocMain
), and path to a readme file to be rendered at the top of the package page (typedoc.readmeFile
), #1658.--includeVersion
option will now be respected by--entryPointStrategy Packages
. Also, for this combination, missingversion
field in the rootpackage.json
will not issue a warning.navigation
partial will now call the newsettings
,primaryNavigation
, andsecondaryNavigation
partials, #1987.Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 4am on sunday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate using a preset from . View repository job log here