Closed renovate[bot] closed 1 year ago
Latest commit: 0228788965ee0debc04486eab146b07d14798d54
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This PR contains the following updates:
^5.2.6
->^6.0.0
Release Notes
developit/preact-render-to-string
### [`v6.0.1`](https://togithub.com/developit/preact-render-to-string/blob/HEAD/CHANGELOG.md#601) [Compare Source](https://togithub.com/developit/preact-render-to-string/compare/v6.0.0...v6.0.1) ##### Patch Changes - [#292](https://togithub.com/preactjs/preact-render-to-string/pull/292) [`8f4692c`](https://togithub.com/preactjs/preact-render-to-string/commit/8f4692c49277591819acb74808a0e28f7cb30c2f) Thanks [@marvinhagemeister](https://togithub.com/marvinhagemeister)! - Fix error in commonjs entry point ### [`v6.0.0`](https://togithub.com/developit/preact-render-to-string/blob/HEAD/CHANGELOG.md#600) [Compare Source](https://togithub.com/developit/preact-render-to-string/compare/v5.2.6...v6.0.0) ##### Major Changes - [#241](https://togithub.com/preactjs/preact-render-to-string/pull/241) [`e8cbf66`](https://togithub.com/preactjs/preact-render-to-string/commit/e8cbf66b2620842671b5c95817454ff2ddb0e450) Thanks [@developit](https://togithub.com/developit)! - Improve performance by another 5-10% using `switch` and short-circuiting, and move pretty-printing from into `preact-render-to-string/jsx`. - [#282](https://togithub.com/preactjs/preact-render-to-string/pull/282) [`6376f62`](https://togithub.com/preactjs/preact-render-to-string/commit/6376f62309ec19482ded68406a03910ad6de57d1) Thanks [@JoviDeCroock](https://togithub.com/JoviDeCroock)! - Remove trailing space for void_elements, this could fail some test_assertions as `` will become ``, the other `VOID_ELEMENTS` this will be applied for can be found [here](https://togithub.com/preactjs/preact-render-to-string/blob/remove-trailing-space/src/index.js#L368-L385) - [#286](https://togithub.com/preactjs/preact-render-to-string/pull/286) [`7a8b590`](https://togithub.com/preactjs/preact-render-to-string/commit/7a8b590237a70e8708e46cb1d92ab24327f60160) Thanks [@JoviDeCroock](https://togithub.com/JoviDeCroock)! - Remove the castin to VNode for `preact/debug`, this is fixed in Preact >= 10.13.0 ##### Patch Changes - [#286](https://togithub.com/preactjs/preact-render-to-string/pull/286) [`7a8b590`](https://togithub.com/preactjs/preact-render-to-string/commit/7a8b590237a70e8708e46cb1d92ab24327f60160) Thanks [@JoviDeCroock](https://togithub.com/JoviDeCroock)! - Change style calculation to use a Set rather than Regex - [#285](https://togithub.com/preactjs/preact-render-to-string/pull/285) [`a0546fe`](https://togithub.com/preactjs/preact-render-to-string/commit/a0546fe6a008eca54edfcd97f775c4b5581d086c) Thanks [@JoviDeCroock](https://togithub.com/JoviDeCroock)! - Fix CJS export - [#288](https://togithub.com/preactjs/preact-render-to-string/pull/288) [`0b04860`](https://togithub.com/preactjs/preact-render-to-string/commit/0b0486029ca10a846c368a0ab404e4b2e8eb96d6) Thanks [@glenchao](https://togithub.com/glenchao)! - Enumerate draggable attribute, so the output isn't `draggable` but `draggable="true"` - [#283](https://togithub.com/preactjs/preact-render-to-string/pull/283) [`3defa9d`](https://togithub.com/preactjs/preact-render-to-string/commit/3defa9dab48cc7379c9135d92273fbb7f886cab0) Thanks [@JoviDeCroock](https://togithub.com/JoviDeCroock)! - Follow up fixes to [#278](https://togithub.com/developit/preact-render-to-string/issues/278) - [#289](https://togithub.com/preactjs/preact-render-to-string/pull/289) [`07ebc66`](https://togithub.com/preactjs/preact-render-to-string/commit/07ebc66bb76b775cae58b5163acf2943ec72c8bf) Thanks [@JoviDeCroock](https://togithub.com/JoviDeCroock)! - Support `data` attribute - [#270](https://togithub.com/preactjs/preact-render-to-string/pull/270) [`5c6877d`](https://togithub.com/preactjs/preact-render-to-string/commit/5c6877d13d60b4cdd87632ac3052b006207568ff) Thanks [@developit](https://togithub.com/developit)! - improve unmount option hook call performance - [#278](https://togithub.com/preactjs/preact-render-to-string/pull/278) [`8cf7cef`](https://togithub.com/preactjs/preact-render-to-string/commit/8cf7cef0e96b3e48ffea5fcf4f76db6410de8346) Thanks [@JoviDeCroock](https://togithub.com/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-propsConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.