This repository was archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
chore(deps): update all #294
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/all
base: master
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.
Open
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
1461209 to
d265574
Compare
4569bb7 to
106045c
Compare
69d4080 to
70664b4
Compare
b6b77ac to
444f507
Compare
5db6f8e to
434c797
Compare
7f6d325 to
3021039
Compare
dd9d199 to
ba1ca60
Compare
ba1ca60 to
99190be
Compare
1722569 to
48a9165
Compare
48a9165 to
030189c
Compare
09205f8 to
914f8d4
Compare
914f8d4 to
55d14d5
Compare
558bb4d to
7fe19f7
Compare
0c7fbc6 to
6b443bf
Compare
6b443bf to
8844941
Compare
7d92724 to
39eb42c
Compare
39eb42c to
d98460d
Compare
d98460d to
d018b06
Compare
d018b06 to
ad52a18
Compare
ad52a18 to
c7c7af7
Compare
c7c7af7 to
5ebc637
Compare
5ebc637 to
4a12e0d
Compare
4a12e0d to
5912a7f
Compare
5912a7f to
f324e14
Compare
f324e14 to
f7c3e94
Compare
f7c3e94 to
370d411
Compare
370d411 to
cc01349
Compare
29aebc7 to
165eb99
Compare
165eb99 to
1baea47
Compare
1baea47 to
eba56d5
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.17.6->4.17.171.17.0->1.17.712.12.44->12.20.5510.17.24->10.17.602.5.7->2.6.26.0.1->6.3.127.2.5->7.4.73.1.0->3.1.11.17.1->1.17.30.6.0->0.7.00.15.1->0.15.50.15.1->0.15.70.9.16->0.11.026.1.0->26.5.60.17.7->0.23.283.9.5->3.9.10Release Notes
nickmerwin/node-coveralls
v3.1.1: Maintenance / Security updatesCompare Source
execforexecFile. Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx.devDependenciesexpressjs/session
v1.17.3Compare Source
===================
v1.17.2Compare Source
===================
res.endpatch to always commit headersaerogear/keycloak-connect-graphql
v0.7.0Compare Source
Features
Improvements
Huge thanks to @slavko-vega for contributing to this release.
v0.6.4Compare Source
v0.6.3Compare Source
v0.6.2Compare Source
v0.6.1Compare Source
aerogear/offix
v0.15.5Compare Source
Fixing minor releng issues. No actual functional changes
v0.15.4Compare Source
Updated internal packages and bug fixes
v0.15.3Compare Source
Updated internal packages and bug fixes
v0.15.2Compare Source
Patch release that updates dependencies and some minor docs fixes.
Bug fixes
52b912e: fix: bump react version to meet react-offix-hooks peer depDocs changes
54ce1f2: fix: Remove unmaintained offix android916b49a: docs: fixing typos0e20ad0: Update ref-conflict-client.mdapollostack/subscriptions-transport-ws
v0.11.0Compare Source
graphql@16and bump minimal supported version to be[email protected]. As part of this change signatures forExecuteFunctionandSubscribeFunctionwere changed.@IvanGoncharov in #902
v0.10.0Compare Source
^0.9).v0.9.19Compare Source
wsdependency to allow v6 and v7. Note that there are breaking changes inws6.0.0and7.0.0; for example, messages over 100MiB are rejected, and (in v7) the behavior of sending messages while the connection is starting or ending has changed. We are publishing this package to allow users of Apollo Server 2 to avoid seeing this CVE in theirnpm audit. However, note that (a) this CVE does not affect the subscriptions client, just the server and (b) Apollo Server 3 will remove its superficial integration with this package entirely. We encourage users of Apollo Server 2 to disable the integration with this unmaintained package vianew ApolloServer({subscriptions: false}), and consider packages such asgraphql-wsto power GraphQL subscriptions until such time as Apollo Server has more fully integrated subscriptions support.v0.9.18Compare Source
Bug Fixes
@onhate in #775
@tretne in #615
MessageTypesTS import errors.@sneko in #412
promisedParamserrors are not handled twice.@benjie in #514
formatResponseconsole error.@renatorib in #761
MessageTypes.GQL_START.@gregbty in #588
@alexkirsz in #513
New Features
minTimeoutoption for client.@jedwards1211 in #675
@GingerBear in #561
@mattkrick in #347
v0.9.17Compare Source
graphqlpeer/dev deps.@hwillson in #778
kulshekhar/ts-jest
v26.5.6Compare Source
Code Refactoring
sourceMap: false(#2557) (cf60990).v26.5.5Compare Source
Bug Fixes
v26.5.4Compare Source
Bug Fixes
.ts/.tsx/.d.tsfiles only (#2457) (1dc731a), closes #2445v26.5.3Compare Source
Bug Fixes
@types/jestfrom direct dep (#2416) (060302e), closes #2406 #2411v26.5.2Compare Source
Bug Fixes
outDirfrom compiler source files (#2376) (9034677), closes #2350 #2374matchTestFilePathbeforesetupTsJestCfg(#2373) (c427fea), closes #2371tsconfig/tsConfigoption (#2377) (d4f6aff), closes #2368v26.5.1Compare Source
Features
presetsentry point (#2341) (e12b004), closes #2325v26.5.0Compare Source
Bug Fixes
node_moduleswhen addingts-jest(#2309) (6bf2e8a)Features
excludeto exclude files from diagnostics (#2308) (cd82fd3)DEPRECATIONS
pathRegexin favor ofexclude(#2308) (cd82fd3)v26.4.4Compare Source
Bug Fixes
@jest/create-cache-key-function(#2108) (dee8231), closes #2080 #2090 #2104Features
mocked(#2096) (b1d072b), closes #2086v26.4.3Compare Source
Bug Fixes
.babelrcfile path before attempting to read it (#2071) (681bfef), closes #2064Features
v26.4.2Compare Source
Features
Performance Improvements
isolatedModules:false(#2055) (230b5dd)DEPRECATIONS
tsConfigin favor oftsconfig(#1997)packageJsonsince internal codes don't use it anymore (#2034)v26.4.1Compare Source
Bug Fixes
MaybeMockedConstructorreturns T (#1976) (b7712b2)path.joinand add check on prefix ends with/(#1989) (3d9035b), closes #1982v26.4.0Compare Source
Bug Fixes
pathsToModuleNameMapperresolve path mapping withpath.join(#1969) (81fce4c), closes #1968jest-utilversion at 26.1.0 (#1914) (f00414c), closes #1913Features
@jest/globals(#1937) (0e5be15), closes #1593path-mappingcustom AST transformer (#1927) (3325186)Performance Improvements
createProgramforisolatedModules: trueto boost startup speed (#1941) (dd84534)v26.3.0Compare Source
Bug Fixes
package.json(#1893) (4875a58), closes #1892Features
v26.2.0Compare Source
Bug Fixes
@types/jestto dependencies to work well with yarn 2 (#1859) (5eb1389), closes #1857Features
afterandafterDeclarationsAST transformers (#1831) (be20a7c)TS_JEST_DISABLE_VER_CHECKER(#1821) (e6b42fc), closes #177426.1.4 (2020-07-28)
Bug Fixes
26.1.3 (2020-07-16)
Bug Fixes
26.1.2 (2020-07-13)
Bug Fixes
resolveModuleNamesTypeScript API to get resolved modules for test files (#1784) (5f26054), closes #1747tsconfigchange (#1788) (6948855)Performance Improvements
isolatedModules: false(#1786) (7f731ed)globsToMatcherfromjest-util(#1754) (44f3913)26.1.1 (2020-06-21)
Bug Fixes
mapRootis set (#1741) (01ac417), closes #1718v26.1.4Compare Source
Bug Fixes
v26.1.3Compare Source
Bug Fixes
v26.1.2Compare Source
Bug Fixes
resolveModuleNamesTypeScript API to get resolved modules for test files (#1784) (5f26054), closes #1747tsconfigchange (#1788) (6948855)Performance Improvements
isolatedModules: false(#1786) (7f731ed)globsToMatcherfromjest-util(#1754) (44f3913)v26.1.1Compare Source
Bug Fixes
mapRootis set (#1741) (01ac417), closes #1718TypeStrong/TypeDoc
v0.23.28Compare Source
Features
consttype parameters.@overloadtag.@satisfiestag.v0.23.27Compare Source
Features
--treatValidationWarningsAsErrorsto treat only validation warnings as errors without treating all warnings as errors, #2199.Bug Fixes
@privateand@protectedtags totypedoc/tsdoc.json, #2187.Thanks!
v0.23.26Compare Source
Features
Application.EVENT_VALIDATE_PROJECTevent for plugins which implement custom validation, #2183.Comment.displayPartsToMarkdownon for themes overwriting thecommenthelper, #2115.Bug Fixes
export default undefined, #2175.Thanks!
v0.23.25Compare Source
Breaking Changes
material-<theme>, the value will need to be changed tomaterial-theme-<theme>, see the Shiki release notes.Features
excludeNotDocumentedKindsvariable to control which reflection types can be removedby the
excludeNotDocumentedoption, #2162.typedoc.jsonc,typedoc.config.js,typedoc.config.cjs,typedoc.cjsto the list of fileswhich TypeDoc will automatically use as configuration files.
Bug Fixes
node_moduleswill no longer be ignored, #2151.excludeNotDocumentedon arrow function-variables, #2156.package.jsonto exports declaration.Thanks!
v0.23.24Compare Source
Bug Fixes
Thanks!
v0.23.23Compare Source
Features
ts.Signatureto emittedEVENT_CREATE_SIGNATUREevent, #2002.Bug Fixes
src/andsrc/xare specified as entry points,src/will no longer be ignored, #2121.v0.23.22Compare Source
Features
Bug Fixes
@linktags within lists, #2103.v0.23.21Compare Source
Features
externalSymbolLinkMappings, #2102.Thanks!
v0.23.20Compare Source
Bug Fixes
@inheritDocif inheriting from a function type alias, #2087.v0.23.19Compare Source
Bug Fixes
titleLinkoption was not specified, #2085.Thanks!
v0.23.18Compare Source
Features
Bug Fixes
@paramcomment for the parameter if available, #1261.v0.23.17Compare Source
Features
titleLink,navigationLinksandsidebarLinksoptions to add additional links to the rendered output, #1830.sourceLinkTemplateoption to allow more flexible specification of remote urls.Deprecated now redundant
gitRevisiondetection starting withhttps?://introduced in v0.23.16, #2068.Thanks!
v0.23.16Compare Source
Features
{ "typedoc": { "tsconfig": "tsconfig.lib.json" }}in package.json, #2061.Bug Fixes
Thanks!
v0.23.15Compare Source
Features
@typedef {import("foo").Bar<Z>} Baztype declarations which forward type parameters to the importedsymbol as re-exports of that symbol, #2044.
Bug Fixes
widgets.pngand[email protected]files from generated assets folder.v0.23.14Compare Source
Features
externalSymbolLinkMappingsseethe documentation for usage examples and caveats, #2030.
addUnknownSymbolResolverwill now be checked when resolving@linktags, #2030.Note: To support this, resolution will now happen during conversion, and as such,
Renderer.addUnknownSymbolResolverhas beensoft deprecated in favor of
Converter.addUnknownSymbolResolver. Plugins should update to use the method onConverter.DefaultThemeRenderContext.attemptExternalResolutionhas also been deprecated since it will repeat work done during conversion,use
ReferenceType.externalUrlinstead.Converter.addUnknownSymbolResolverfor use by plugins supporting external links.Bug Fixes
v0.23.13Compare Source
Bug Fixes
v0.23.12Compare Source
Features
ParameterType.Objectfor declaring object options which will be shallowly merged when read from user configuration.Application.EVENT_BOOTSTRAP_ENDevent emitted whenApplication.bootstrapis called.Bug Fixes
isIdentifierOrPrivateIdentifier.Thanks!
v0.23.11Compare Source
Features
skipErrorCheckingoption 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
@linktags resolved, #2029.DefaultThemeRenderContextnow contain all the HTML for their sections of the page, #2038.Thanks!
v0.23.10Compare Source
Features
sortoption.propasprop?, #2023.DefaultThemeRenderContext.markdownnow also accepts aCommentDisplayPart[]for rendering, [#2004](htConfiguration
📅 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 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. View repository job log here.