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 #1171

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 Type Update
@rollup/plugin-babel (source) 6.0.3 -> 6.0.4 age adoption passing confidence devDependencies patch
@rollup/plugin-replace (source) 5.0.2 -> 5.0.3 age adoption passing confidence devDependencies patch
@types/node (source) 18.17.17 -> 18.18.4 age adoption passing confidence devDependencies minor
@types/sinon (source) 10.0.16 -> 10.0.19 age adoption passing confidence devDependencies patch
magic-string 0.30.3 -> 0.30.4 age adoption passing confidence devDependencies patch
node 18.18.0 -> 18.18.1 age adoption passing confidence volta patch
preact (source) 10.17.1 -> 10.18.1 age adoption passing confidence dependencies minor
rimraf 5.0.1 -> 5.0.5 age adoption passing confidence devDependencies patch
rollup (source) 3.29.2 -> 3.29.4 age adoption passing confidence devDependencies patch

Release Notes

rollup/plugins (@​rollup/plugin-babel) ### [`v6.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/babel/CHANGELOG.md#v604) [Compare Source](https://togithub.com/rollup/plugins/compare/7f90b607eda51bbc63e3409f470c1e51af148b70...a1a63fb6b88431f953e1a22af9f2d902e239689e) *2023-10-05* ##### Bugfixes - fix: ensure rollup 4 compatibility [#​1595](https://togithub.com/rollup/plugins/pull/1595)
rollup/plugins (@​rollup/plugin-replace) ### [`v5.0.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v503) [Compare Source](https://togithub.com/rollup/plugins/compare/ec974f2b2894ede07fffd12d8bdfd01a08e5b8e9...f579f68c5719f44861f8f4b28dbdb54dc82f6bf9) *2023-10-05* ##### Bugfixes - fix: ensure rollup 4 compatibility [#​1595](https://togithub.com/rollup/plugins/pull/1595)
rich-harris/magic-string (magic-string) ### [`v0.30.4`](https://togithub.com/rich-harris/magic-string/blob/HEAD/CHANGELOG.md#0304-2023-09-29) [Compare Source](https://togithub.com/rich-harris/magic-string/compare/v0.30.3...v0.30.4) ##### Bug Fixes - correct mappings for update containing new line ([#​261](https://togithub.com/rich-harris/magic-string/issues/261)) ([adaece9](https://togithub.com/rich-harris/magic-string/commit/adaece9f2370fd1266e89f2fc84c294e1f1b935c)) - use global `btoa`, support services worker, close [#​258](https://togithub.com/rich-harris/magic-string/issues/258) ([#​259](https://togithub.com/rich-harris/magic-string/issues/259)) ([2dea20b](https://togithub.com/rich-harris/magic-string/commit/2dea20bab7ca0f776013826074d474f476d281bc))
nodejs/node (node) ### [`v18.18.1`](https://togithub.com/nodejs/node/compare/v18.18.0...v18.18.1) [Compare Source](https://togithub.com/nodejs/node/compare/v18.18.0...v18.18.1)
preactjs/preact (preact) ### [`v10.18.1`](https://togithub.com/preactjs/preact/releases/tag/10.18.1) [Compare Source](https://togithub.com/preactjs/preact/compare/10.18.0...10.18.1) #### Fixes - Avoid crashing when there is no \_children ([#​4147](https://togithub.com/preactjs/preact/issues/4147), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Fix regex for "Improper nesting of paragraph" for span under a paragraph ([#​4144](https://togithub.com/preactjs/preact/issues/4144), thanks [@​cheeaun](https://togithub.com/cheeaun)) ### [`v10.18.0`](https://togithub.com/preactjs/preact/releases/tag/10.18.0) [Compare Source](https://togithub.com/preactjs/preact/compare/10.17.1...10.18.0) #### Features - Warn for illegal children types in /debug ([#​4108](https://togithub.com/preactjs/preact/issues/4108), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) #### Types - Add missing native attribute JSX types ([#​4140](https://togithub.com/preactjs/preact/issues/4140), thanks [@​marvinhagemeister](https://togithub.com/marvinhagemeister)) - Add `SetStateAction` & `PropsWithoutRef` types to compat ([#​4132](https://togithub.com/preactjs/preact/issues/4132), thanks [@​rschristian](https://togithub.com/rschristian)) - Adds `HTMLProps` to compat ([#​4117](https://togithub.com/preactjs/preact/issues/4117), thanks [@​rschristian](https://togithub.com/rschristian)) #### Fixes - Cannot read property 'insertBefore' of undefined during suspense ([#​4141](https://togithub.com/preactjs/preact/issues/4141), thanks [@​zakstucke](https://togithub.com/zakstucke)) - Remove `role` attribute when it's `null` or `undefined` ([#​4137](https://togithub.com/preactjs/preact/issues/4137), thanks [@​DAreRodz](https://togithub.com/DAreRodz)) - Add timer to event handler so we can check whether it was attached during the current propagation ([#​4126](https://togithub.com/preactjs/preact/issues/4126), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Fix ordering issue with Component re-render ([#​4125](https://togithub.com/preactjs/preact/issues/4125), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) #### Maintenance - Update link & verbiage for reproduction in issue template ([#​4135](https://togithub.com/preactjs/preact/issues/4135), thanks [@​rschristian](https://togithub.com/rschristian)) - uncomment passing test ([#​4130](https://togithub.com/preactjs/preact/issues/4130), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Replace for-of loop with normal loop ([#​4110](https://togithub.com/preactjs/preact/issues/4110), thanks [@​Popovkov57](https://togithub.com/Popovkov57)) - Cleanup unused files ([#​4107](https://togithub.com/preactjs/preact/issues/4107), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock))
isaacs/rimraf (rimraf) ### [`v5.0.5`](https://togithub.com/isaacs/rimraf/compare/v5.0.4...v5.0.5) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.4...v5.0.5) ### [`v5.0.4`](https://togithub.com/isaacs/rimraf/compare/v5.0.3...v5.0.4) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.3...v5.0.4) ### [`v5.0.3`](https://togithub.com/isaacs/rimraf/compare/v5.0.2...v5.0.3) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.2...v5.0.3) ### [`v5.0.2`](https://togithub.com/isaacs/rimraf/compare/v5.0.1...v5.0.2) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.1...v5.0.2)
rollup/rollup (rollup) ### [`v3.29.4`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3294) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.29.3...v3.29.4) *2023-09-28* ##### Bug Fixes - Fix static analysis when an exported function uses callbacks ([#​5158](https://togithub.com/rollup/rollup/issues/5158)) ##### Pull Requests - [#​5158](https://togithub.com/rollup/rollup/pull/5158): Deoptimize all parameters when losing track of a function ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v3.29.3`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3293) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.29.2...v3.29.3) *2023-09-24* ##### Bug Fixes - Fix a bug where code was wrongly tree-shaken after mutating function parameters ([#​5153](https://togithub.com/rollup/rollup/issues/5153)) ##### Pull Requests - [#​5145](https://togithub.com/rollup/rollup/pull/5145): docs: improve the docs repl appearance in the light mode ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​5148](https://togithub.com/rollup/rollup/pull/5148): chore(deps): update dependency [@​vue/eslint-config-typescript](https://togithub.com/vue/eslint-config-typescript) to v12 ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5149](https://togithub.com/rollup/rollup/pull/5149): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5153](https://togithub.com/rollup/rollup/pull/5153): Fully deoptimize first level path when deoptimizing nested parameter paths ([@​lukastaegert](https://togithub.com/lukastaegert))

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.