Closed renovate[bot] closed 3 years ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm notice
npm notice New minor version of npm available! 7.13.0 -> 7.18.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.18.1>
npm notice Run `npm install -g npm@7.18.1` to update!
npm notice
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: @typescript-eslint/eslint-plugin@4.26.1
npm ERR! node_modules/@typescript-eslint/eslint-plugin
npm ERR! @typescript-eslint/eslint-plugin@"^4.23.0" from @stencila/eslint-config@2.0.12
npm ERR! node_modules/@stencila/eslint-config
npm ERR! @stencila/eslint-config@"2.0.12" from @stencila/dev-config@2.0.15
npm ERR! node_modules/@stencila/dev-config
npm ERR! dev @stencila/dev-config@"2.0.15" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @typescript-eslint/eslint-plugin@"^2.23.0" from @stencil/eslint-plugin@0.3.1
npm ERR! node_modules/@stencil/eslint-plugin
npm ERR! @stencil/eslint-plugin@"^0.3.1" from @stencila/eslint-config@2.0.12
npm ERR! node_modules/@stencila/eslint-config
npm ERR! @stencila/eslint-config@"2.0.12" from @stencila/dev-config@2.0.15
npm ERR! node_modules/@stencila/dev-config
npm ERR! dev @stencila/dev-config@"2.0.15" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2021-06-18T02_56_03_858Z-debug.log
:tada: This PR is included in version 0.117.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR contains the following updates:
0.20.36
->0.21.0
4.3.2
->4.3.4
Release Notes
TypeStrong/TypeDoc
### [`v0.21.0`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.21.0) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.37...v0.21.0) ##### Breaking Changes - Drop support for Node v10 ([dc8416a](https://togithub.com/TypeStrong/typedoc/commit/dc8416a83f1dfbc35a1c26788b344c3876eb8196)) - Drop support for TypeScript 3.9 ([5d45539](https://togithub.com/TypeStrong/typedoc/commit/5d455396d764f3ff4066b8fbe0c9767e30e03b56)) - Remove disableAliases option introduced in 0.20.37 ([ec18bb0](https://togithub.com/TypeStrong/typedoc/commit/ec18bb0ee3ab62a693707e9a6ec4cdbc0abd2cec)) - Paths in config files will now be resolved relative to the config file's directory ([3f39508](https://togithub.com/TypeStrong/typedoc/commit/3f39508e681bbd887235ac4a942e83f441fc1bde)) - Plugins are now passed Application directly ([22df574](https://togithub.com/TypeStrong/typedoc/commit/22df5746dc8bf7df0a26ff47e1f1d82737461f05)), closes [#1598](https://togithub.com/TypeStrong/typedoc/issues/1598) ##### Features - Improve monorepos by adding support for TS entry points via `--packages` ([#1596](https://togithub.com/TypeStrong/TypeDoc/issues/1596)) ([6d215df](https://togithub.com/TypeStrong/typedoc/commit/6d215dffa42e23e4182945d938fd3be261351c61)) - Support for monorepos ([15c0552](https://togithub.com/TypeStrong/typedoc/commit/15c05527805e12f8615811c81ddcc1a2ad81b58b)) - Support for TypeScript 4.3 ([432008c](https://togithub.com/TypeStrong/typedoc/commit/432008c8dbda7ea8c6b9115f0302843593f54911)) - Add support for sorting reflections based on user criteria ([e125484](https://togithub.com/TypeStrong/typedoc/commit/e1254843bcd34202d7277ef0e311b56cf9db869d)), closes [#112](https://togithub.com/TypeStrong/typedoc/issues/112) - Add the `--treatWarningsAsErrors` option ([58f1bac](https://togithub.com/TypeStrong/typedoc/commit/58f1bac81b594123a3ed0fdb5d970f276d8ada9a)), closes [#1568](https://togithub.com/TypeStrong/typedoc/issues/1568) - The `--exclude` option will now remove symbols re-exported from excluded files ([bb5a5ae](https://togithub.com/TypeStrong/typedoc/commit/bb5a5ae4c538f9359c7bf428d344b6769bf36641)), closes [#1578](https://togithub.com/TypeStrong/typedoc/issues/1578) ##### Bug Fixes - Correctly handle comments on function type aliases ([1b1cd14](https://togithub.com/TypeStrong/typedoc/commit/1b1cd140828be02cbcac6214ade7448beb1e0eee)), closes [#799](https://togithub.com/TypeStrong/typedoc/issues/799) - Setters should always have a `void` return type ([1dc5659](https://togithub.com/TypeStrong/typedoc/commit/1dc56591b9b230c95c57b07c4679616299f2323e)), closes [#1215](https://togithub.com/TypeStrong/typedoc/issues/1215) - Pick up doc comments for properties declared within a class's constructor when documenting JavaScript ([700d413](https://togithub.com/TypeStrong/typedoc/commit/700d4130daabc127a72cf92f0f77a514e340290d)), closes [#1255](https://togithub.com/TypeStrong/typedoc/issues/1255) - Inherit comments from parent methods ([d5bb930](https://togithub.com/TypeStrong/typedoc/commit/d5bb930c880e5a6fa0e2903fc4dec6edfc865333)), closes [#1580](https://togithub.com/TypeStrong/typedoc/issues/1580) - Correct handling for intentionally broken references ([5d581b0](https://togithub.com/TypeStrong/typedoc/commit/5d581b0c2d6abdab3aede4c46e33da4f12c1e467)) - Inheritance from multiple `PartialMicrosoft/TypeScript
### [`v4.3.4`](https://togithub.com/Microsoft/TypeScript/releases/v4.3.4) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.3.3...v4.3.4) This release - adds an optional `getCustomTransformers` method to the `SolutionBuilderHost*` APIs - uses the transforms given by `getCustomTransformers` in Builder Program instances when running `emit()` methods in cases where `customTransforms` are not given. [See the change for more details](https://togithub.com/microsoft/TypeScript/pull/44489) ### [`v4.3.3`](https://togithub.com/Microsoft/TypeScript/releases/v4.3.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.3.2...v4.3.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-3). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v4.3.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.3.0%22+is%3Aclosed+). - [fixed issues query for TypeScript v4.3.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.3.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v4.3.2](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.3.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v4.3.3](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.3.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-43) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ 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 WhiteSource Renovate. View repository job log here.