ampproject / worker-dom

The same DOM API and Frameworks you know, but in a Web Worker.
Apache License 2.0
3.21k stars 152 forks source link

Update all #1174

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-replace (source) 5.0.4 -> 5.0.5 age adoption passing confidence
@types/node (source) 18.18.6 -> 18.18.8 age adoption passing confidence
acorn 8.10.0 -> 8.11.2 age adoption passing confidence
acorn-walk 8.2.0 -> 8.3.0 age adoption passing confidence
preact (source) 10.18.1 -> 10.18.2 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-replace) ### [`v5.0.5`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v505) *2023-10-29* ##### Bugfixes - fix: prevent variable before colons from being replaced when preventAssigment is true ([#​1609](https://togithub.com/rollup/plugins/issues/1609))
acornjs/acorn (acorn) ### [`v8.11.2`](https://togithub.com/acornjs/acorn/compare/8.11.1...8.11.2) [Compare Source](https://togithub.com/acornjs/acorn/compare/8.11.1...8.11.2) ### [`v8.11.1`](https://togithub.com/acornjs/acorn/compare/8.11.0...8.11.1) [Compare Source](https://togithub.com/acornjs/acorn/compare/8.11.0...8.11.1) ### [`v8.11.0`](https://togithub.com/acornjs/acorn/compare/8.10.0...8.11.0) [Compare Source](https://togithub.com/acornjs/acorn/compare/8.10.0...8.11.0)
preactjs/preact (preact) ### [`v10.18.2`](https://togithub.com/preactjs/preact/releases/tag/10.18.2) [Compare Source](https://togithub.com/preactjs/preact/compare/10.18.1...10.18.2) #### Types - Update `contentEditable` attribute values ([#​4163](https://togithub.com/preactjs/preact/issues/4163), thanks [@​shoonia](https://togithub.com/shoonia)) - Add `elementTiming` attribute/property ([#​4165](https://togithub.com/preactjs/preact/issues/4165), thanks [@​shoonia](https://togithub.com/shoonia)) - Add the `exportparts` global attribute ([#​4164](https://togithub.com/preactjs/preact/issues/4164), thanks [@​shoonia](https://togithub.com/shoonia)) - Fix vnode type coercion ([#​4158](https://togithub.com/preactjs/preact/issues/4158), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) #### Fixes - Fix case where parent catches error and switches vnode return type ([#​4182](https://togithub.com/preactjs/preact/issues/4182), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Allow handling errors in getSnapshot of useSyncExternalStore & add more tests ([#​4175](https://togithub.com/preactjs/preact/issues/4175), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Prevent invalid DOM nesting false positives ([#​4160](https://togithub.com/preactjs/preact/issues/4160), thanks [@​marvinhagemeister](https://togithub.com/marvinhagemeister)) #### Improvements - Improve place child ([#​4172](https://togithub.com/preactjs/preact/issues/4172), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Use copied VNode as newVNode instead of oldVNode when rerendering ([#​4171](https://togithub.com/preactjs/preact/issues/4171), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Manually track children's index & fix parent pointers when rerendering components ([#​4170](https://togithub.com/preactjs/preact/issues/4170), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Always clear `_nextDom` field on VNodes ([#​4166](https://togithub.com/preactjs/preact/issues/4166), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Switch `===` to `==` in a few places where not needed ([#​4157](https://togithub.com/preactjs/preact/issues/4157), thanks [@​rschristian](https://togithub.com/rschristian)) - Add support for new String() as a child ([#​4152](https://togithub.com/preactjs/preact/issues/4152), thanks [@​appsforartists](https://togithub.com/appsforartists)) #### Maintenance - Update deopt script to generate log for usage in DeoptExplorer VSCode extension ([#​4188](https://togithub.com/preactjs/preact/issues/4188), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Fix benchmark debug action ([#​4187](https://togithub.com/preactjs/preact/issues/4187), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Add Benchmark Debug workflow ([#​4185](https://togithub.com/preactjs/preact/issues/4185), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Upgrade workflow actions ([#​4184](https://togithub.com/preactjs/preact/issues/4184), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Use import.meta.resolve in benchmark setup ([#​4179](https://togithub.com/preactjs/preact/issues/4179), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Improve code coverage ([#​4174](https://togithub.com/preactjs/preact/issues/4174), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Improve internal JSDoc types ([#​4173](https://togithub.com/preactjs/preact/issues/4173), thanks [@​andrewiggins](https://togithub.com/andrewiggins)) - Upgrade to node@20 for development ([#​4167](https://togithub.com/preactjs/preact/issues/4167), thanks [@​andrewiggins](https://togithub.com/andrewiggins))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.