inokawa / react-native-react-bridge

An easy way to integrate your React (or Preact/React Native Web) app into React Native app with WebView.
https://www.npmjs.com/package/react-native-react-bridge
MIT License
256 stars 18 forks source link

Update dependency typedoc to v0.25.3 #141

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typedoc (source) 0.25.1 -> 0.25.3 age adoption passing confidence

Release Notes

TypeStrong/TypeDoc (typedoc) ### [`v0.25.3`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0253-2023-10-29) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.25.2...v0.25.3) ##### Features - Added `--sourceLinkExternal` option to render source code links as external, [#​2415](https://togithub.com/TypeStrong/TypeDoc/issues/2415). - TypeDoc no longer requires the `declarationMap` option to be set to true to handle cross-package links in packages mode, [#​2416](https://togithub.com/TypeStrong/TypeDoc/issues/2416). - Added `external-last` option for the `--sort` option, [#​2418](https://togithub.com/TypeStrong/TypeDoc/issues/2418). ##### Bug Fixes - TypeDoc now attempts to correct local anchor links in readme files which are broken by its deconfliction logic, [#​2413](https://togithub.com/TypeStrong/TypeDoc/issues/2413). - TypeDoc now finds comments on index signatures again, [#​2414](https://togithub.com/TypeStrong/TypeDoc/issues/2414). - TypeDoc now does a better job of detecting properties when destructured function arguments are used. - Quotes will now be properly escaped in HTML attribute values. ##### Thanks! - [@​mogelbrod](https://togithub.com/mogelbrod) - [@​rsanchez](https://togithub.com/rsanchez) ### [`v0.25.2`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0252-2023-10-08) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.25.1...v0.25.2) ##### Features - Added `navigationLeaves` option to remove branches from the navigation tree, [#​2382](https://togithub.com/TypeStrong/TypeDoc/issues/2382). - Added `sortEntryPoints` option (defaults to true) to allow disabling entry point sorting, [#​2393](https://togithub.com/TypeStrong/TypeDoc/issues/2393). - Improved support for multi-word searches, [#​2400](https://togithub.com/TypeStrong/TypeDoc/issues/2400). ##### Bug Fixes - Fixed conversion of `@template` constraints on JSDoc defined type parameters, [#​2389](https://togithub.com/TypeStrong/TypeDoc/issues/2389). - Invalid link validation is now correctly suppressed before all projects have been converted in packages mode, [#​2403](https://togithub.com/TypeStrong/TypeDoc/issues/2403). - Fixed tsconfig handling for projects using a solution-style tsconfig, [#​2406](https://togithub.com/TypeStrong/TypeDoc/issues/2406). - Fixed broken settings icons caused by icon caching introduced in 0.25.1, [#​2408](https://togithub.com/TypeStrong/TypeDoc/issues/2408). - Corrected module comment handling on declaration files containing a single `declare module "foo"`, [#​2401](https://togithub.com/TypeStrong/TypeDoc/issues/2401). ##### Thanks! - [@​schiem](https://togithub.com/schiem)

Configuration

📅 Schedule: Branch creation - "monthly" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.