stencila / encoda

↔️ A format converter for Stencila documents
https://stencila.github.io/encoda/
Apache License 2.0
35 stars 9 forks source link

chore(dev dependencies): update dev dependencies #958

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typedoc (source) 0.20.36 -> 0.21.0 age adoption passing confidence
typescript (source) 4.3.2 -> 4.3.4 age adoption passing confidence

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 `Partial` types was incorrectly converted ([4aad444](https://togithub.com/TypeStrong/typedoc/commit/4aad444e7995719f2988346e0e1bc6a836f48c20)), closes [#​1579](https://togithub.com/TypeStrong/typedoc/issues/1579) ##### Thanks! The support for monorepos was made possible by [@​efokschaner](https://togithub.com/efokschaner) and [@​Lhoerion](https://togithub.com/Lhoerion). It wouldn't have happened without their contributions. Thank you! ### [`v0.20.37`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.37) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.36...v0.20.37) ##### Features - Add disableAliases option ([#​1576](https://togithub.com/TypeStrong/TypeDoc/issues/1576)) ([`a446431`](https://togithub.com/TypeStrong/TypeDoc/commit/a446431a5233139b8d4daee08ea57fd6cabb9965)), closes [#​1571](https://togithub.com/TypeStrong/TypeDoc/issues/1571) **Note**: This option will be removed in v0.21. It has been discovered to cause some problems. ##### Bug Fixes - Pin `marked` dependency to 2.0.x ([#​1602](https://togithub.com/TypeStrong/TypeDoc/issues/1602)) ([`0e8d429`](https://togithub.com/TypeStrong/TypeDoc/commit/0e8d4291f71b2a3ff423a73b2082ee18fb97ccaa)), closes [#​1601](https://togithub.com/TypeStrong/TypeDoc/issues/1601) ##### Thanks! - Nick - Martin
Microsoft/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.

renovate[bot] commented 3 years ago

⚠ Artifact update problem

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:

File name: package-lock.json
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
stencila-ci commented 3 years ago

:tada: This PR is included in version 0.117.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: