Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

fix(deps): update dependency preact-render-to-string to v6 #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
preact-render-to-string 5.2.6 -> 6.5.10 age adoption passing confidence

Release Notes

preactjs/preact-render-to-string (preact-render-to-string)

v6.5.10

Compare Source

Patch Changes

v6.5.9

Compare Source

Patch Changes

v6.5.8

Compare Source

Patch Changes

v6.5.7

Compare Source

Patch Changes

v6.5.6

Compare Source

Patch Changes

v6.5.5

Compare Source

Patch Changes

v6.5.4

Compare Source

Patch Changes

v6.5.3

Compare Source

Patch Changes

v6.5.2

Compare Source

Patch Changes

v6.5.1

Compare Source

Patch Changes

v6.5.0

Compare Source

Minor Changes
  • #​354 a004914 Thanks @​JoviDeCroock! - Introduce a streaming renderer which can be imported from preact-render-to-string/stream and preact-render-to-string/stream-node
Patch Changes

v6.4.2

Compare Source

Patch Changes

v6.4.1

Compare Source

Patch Changes

v6.4.0

Compare Source

Minor Changes
  • #​333 6acc97a Thanks @​JoviDeCroock! - Allow prepass like behavior where a Promise
    will be awaited and then continued, this is done with
    the new renderToStringAsync export
Patch Changes

v6.3.1

Compare Source

Patch Changes

v6.3.0

Compare Source

Minor Changes
  • 926827c Thanks @​marvinhagemeister! - Add support for precompiled JSX transform, see https://deno.com/blog/v1.38#fastest-jsx-transform. Compared to traditional JSX transforms, the precompiled JSX transform tries to pre-serialize as much of the JSX as possible. That way less objects need to be created and serialized which relieves a lot of GC pressure.

    // input
    <div class="foo">hello</div>;
    
    // output
    const tpl = [`<div class="foo">hello</div>`];
    jsxTemplate(tpl);

v6.2.2

Compare Source

Patch Changes

v6.2.1

Compare Source

Patch Changes

v6.2.0

Compare Source

Minor Changes
  • #​305 568f139 Thanks @​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:

    import { options } from 'preact';
    
    // Enable error boundaries
    options.errorBoundaries = true;

v6.1.0

Compare Source

Minor Changes
  • #​301 659b456 Thanks @​marvinhagemeister! - Add experimental ability to render HTML comments via <Fragment UNSTABLE_comment="my-comment" />. When the UNSTABLE_comment prop is present all children of that Fragment will be ignored and a HTML comment will be rendered instead. This feature is added to allow framework authors to experiment with marking DOM for hydration in the client. Note that it's marked as unstable and might change in the future.

v6.0.3

Compare Source

Patch Changes

v6.0.2

Compare Source

Patch Changes

v6.0.1

Compare Source

Patch Changes

v6.0.0

Compare Source

Major Changes
  • #​241 e8cbf66 Thanks @​developit! - Improve performance by another 5-10% using switch and short-circuiting, and move pretty-printing from into preact-render-to-string/jsx.
  • #​282 6376f62 Thanks @​JoviDeCroock! - Remove trailing space for void_elements, this could fail some test_assertions as
    <img /> will become <img/>, the other VOID_ELEMENTS this will be applied for
    can be found here
Patch Changes
  • #​278 8cf7cef Thanks @​JoviDeCroock! - Improve performance by

    • storing the void_elements in a Set
    • hoisting the x-link regex
    • remove case-insensitive from regexes and calling .toLowerCase() instead
    • caching suffixes for css-props

Configuration

📅 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.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Mar 27, 2023

Deploy Preview for static-cms-preact ready!

Name Link
🔨 Latest commit 6e08a4a
🔍 Latest deploy log https://app.netlify.com/sites/static-cms-preact/deploys/66d03581efd6110008403edb
😎 Deploy Preview https://deploy-preview-32--static-cms-preact.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch 2 times, most recently from 9d25612 to 8a7458a Compare March 29, 2023 17:57
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch from 8a7458a to 1d52da1 Compare May 1, 2023 17:44
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch from 1d52da1 to 69300c8 Compare June 9, 2023 10:55
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch from 69300c8 to 4134c8a Compare July 10, 2023 10:51
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch from 4134c8a to ce505a1 Compare August 9, 2023 20:19
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch from ce505a1 to e42ffb0 Compare October 3, 2023 07:08
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch 2 times, most recently from 41ff4a4 to 506bd3d Compare November 13, 2023 17:53
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch from 506bd3d to 8f05163 Compare February 21, 2024 09:18
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch from 8f05163 to ad042d0 Compare March 20, 2024 11:18
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch from ad042d0 to 8586f7e Compare April 10, 2024 08:53
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch 4 times, most recently from cb7d835 to 1480a3b Compare May 26, 2024 13:56
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch from 1480a3b to ab143ce Compare June 3, 2024 06:42
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch from ab143ce to 8dc6730 Compare June 13, 2024 07:58
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch 2 times, most recently from cef92b1 to aab12e4 Compare July 24, 2024 06:37
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch 2 times, most recently from f862879 to 8c88c37 Compare August 15, 2024 10:40
@renovate renovate bot force-pushed the renovate/preact-render-to-string-6.x branch from 8c88c37 to 6e08a4a Compare August 29, 2024 08:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants