Closed renovate[bot] closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
mdx | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 8, 2023 0:21am |
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
d8a62d2
) 100.00% compared to head (7b00d83
) 100.00%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR contains the following updates:
^5.0.0
->^6.0.0
Release Notes
developit/preact-render-to-string (preact-render-to-string)
### [`v6.2.0`](https://togithub.com/developit/preact-render-to-string/blob/HEAD/CHANGELOG.md#620) [Compare Source](https://togithub.com/developit/preact-render-to-string/compare/v6.1.0...v6.2.0) ##### Minor Changes - [#305](https://togithub.com/preactjs/preact-render-to-string/pull/305) [`568f139`](https://togithub.com/preactjs/preact-render-to-string/commit/568f139a6c7916e0b6eebb7c51f1abf035850b7c) Thanks [@marvinhagemeister](https://togithub.com/marvinhagemeister)! - Add support for error boundaries via `componentDidCatch` and `getDerivedStateFromError` This feature is disabled by default and can be enabled by toggling the `errorBoundaries` option: ```js import { options } from 'preact'; // Enable error boundaries options.errorBoundaries = true; ``` ### [`v6.1.0`](https://togithub.com/developit/preact-render-to-string/blob/HEAD/CHANGELOG.md#610) [Compare Source](https://togithub.com/developit/preact-render-to-string/compare/v6.0.3...v6.1.0) ##### Minor Changes - [#301](https://togithub.com/preactjs/preact-render-to-string/pull/301) [`659b456`](https://togithub.com/preactjs/preact-render-to-string/commit/659b45623093ae0a93cb29354b069a25cf6351b5) Thanks [@marvinhagemeister](https://togithub.com/marvinhagemeister)! - Add experimental ability to render HTML comments via `Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (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.
🔕 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.