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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node 16.11.7 -> 16.11.10 age adoption passing confidence
acorn 8.5.0 -> 8.6.0 age adoption passing confidence
jsdom 18.1.0 -> 18.1.1 age adoption passing confidence
lint-staged 12.0.2 -> 12.1.2 age adoption passing confidence
mini-css-extract-plugin 2.4.4 -> 2.4.5 age adoption passing confidence
np 7.5.0 -> 7.6.0 age adoption passing confidence
preact (source) 10.5.15 -> 10.6.2 age adoption passing confidence
prettier (source) 2.4.1 -> 2.5.0 age adoption passing confidence
rollup (source) 2.60.0 -> 2.60.1 age adoption passing confidence
typescript (source) 4.4.4 -> 4.5.2 age adoption passing confidence
webpack 5.64.1 -> 5.64.4 age adoption passing confidence

Release Notes

acornjs/acorn ### [`v8.6.0`](https://togithub.com/acornjs/acorn/compare/8.5.0...8.6.0) [Compare Source](https://togithub.com/acornjs/acorn/compare/8.5.0...8.6.0)
jsdom/jsdom ### [`v18.1.1`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1811) [Compare Source](https://togithub.com/jsdom/jsdom/compare/18.1.0...18.1.1) - Fixed `connectedCallback` to fire in situations involving document fragments, which was broken in v18.0.1. (GrantGryczan)
okonet/lint-staged ### [`v12.1.2`](https://togithub.com/okonet/lint-staged/releases/v12.1.2) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.1...v12.1.2) ##### Bug Fixes - fix Windows JS config loading by using file:// URLs ([f20ddf9](https://togithub.com/okonet/lint-staged/commit/f20ddf9413bfc2f44ad099b5cb1e5f478de5d35f)) - fix YAML config loading ([0082ec2](https://togithub.com/okonet/lint-staged/commit/0082ec22101c8f819a8b91872b808ee81d3c4d1e)) - improve error logging in loadConfig ([e7b6412](https://togithub.com/okonet/lint-staged/commit/e7b6412fb128f314346e28329c17a676cf691135)) ### [`v12.1.1`](https://togithub.com/okonet/lint-staged/releases/v12.1.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.0...v12.1.1) ##### Bug Fixes - await for dynamic import promise when loading JS config ([e96b6d9](https://togithub.com/okonet/lint-staged/commit/e96b6d9674f07b4686876cb40605274577925973)) ### [`v12.1.0`](https://togithub.com/okonet/lint-staged/releases/v12.1.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.3...v12.1.0) ##### Features - allow loading `.js` config file with ESM syntax ([410c3ba](https://togithub.com/okonet/lint-staged/commit/410c3ba36972259aa5b49045b5cd565a6525382b)) - replace `cosmiconfig` with `lilconfig` + `yaml` to reduce dependencies ([e7f9fa0](https://togithub.com/okonet/lint-staged/commit/e7f9fa0f2e6aa5adbb1a0c31d1ceaff01b43f692)) - support loading `.mjs` config ([8d3b176](https://togithub.com/okonet/lint-staged/commit/8d3b176a7af75790efbcd1f63f73e7ef51f6b377)) ### [`v12.0.3`](https://togithub.com/okonet/lint-staged/releases/v12.0.3) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.2...v12.0.3) ##### Bug Fixes - install `enquirer` ([e01585f](https://togithub.com/okonet/lint-staged/commit/e01585f96d6aeef9f5f1b84df9936ce2be47d8f0))
webpack-contrib/mini-css-extract-plugin ### [`v2.4.5`](https://togithub.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md#​245-httpsgithubcomwebpack-contribmini-css-extract-plugincomparev244v245-2021-11-17) [Compare Source](https://togithub.com/webpack-contrib/mini-css-extract-plugin/compare/v2.4.4...v2.4.5)
sindresorhus/np ### [`v7.6.0`](https://togithub.com/sindresorhus/np/releases/v7.6.0) [Compare Source](https://togithub.com/sindresorhus/np/compare/v7.5.0...v7.6.0) - Fix files prompt when no new or unpublished files can be found ([#​625](https://togithub.com/sindresorhus/np/issues/625)) [`5d2377f`](https://togithub.com/sindresorhus/np/commit/5d2377f) - Fix `--message` flag help description ([#​623](https://togithub.com/sindresorhus/np/issues/623)) [`dddd07c`](https://togithub.com/sindresorhus/np/commit/dddd07c)
preactjs/preact ### [`v10.6.2`](https://togithub.com/preactjs/preact/releases/10.6.2) [Compare Source](https://togithub.com/preactjs/preact/compare/10.6.1...10.6.2) #### Fixes - Handle hooks that throw during cleanup ([#​3345](https://togithub.com/preactjs/preact/issues/3345), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Include all package.json files in the export-maps ([#​3344](https://togithub.com/preactjs/preact/issues/3344), thanks [@​developit](https://togithub.com/developit)) ### [`v10.6.1`](https://togithub.com/preactjs/preact/releases/10.6.1) [Compare Source](https://togithub.com/preactjs/preact/compare/10.6.0...10.6.1) #### Fixes - Fix switch check for excessDomChildren (fixes IE11) ([#​3342](https://togithub.com/preactjs/preact/issues/3342), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) #### Maintenance - Fix es5 warnings in local test runs ([#​3340](https://togithub.com/preactjs/preact/issues/3340), thanks [@​developit](https://togithub.com/developit)) ### [`v10.6.0`](https://togithub.com/preactjs/preact/releases/10.6.0) [Compare Source](https://togithub.com/preactjs/preact/compare/10.5.15...10.6.0) #### Types - Adjust raf types ([#​3323](https://togithub.com/preactjs/preact/issues/3323), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Suggest fix for useRef-types in hooks ([#​3222](https://togithub.com/preactjs/preact/issues/3222), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Add component props to compat exports ([#​3321](https://togithub.com/preactjs/preact/issues/3321), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) #### Fixes - Fix className leak ([#​3279](https://togithub.com/preactjs/preact/issues/3279), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Support hydrating html comments ([#​3327](https://togithub.com/preactjs/preact/issues/3327), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) #### Maintenance - Fix tests in IE11 ([#​3264](https://togithub.com/preactjs/preact/issues/3264), thanks [@​developit](https://togithub.com/developit)) - Add jsx(-dev)-runtime to the export maps ([#​3320](https://togithub.com/preactjs/preact/issues/3320), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock))
prettier/prettier ### [`v2.5.0`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​250) [Compare Source](https://togithub.com/prettier/prettier/compare/2.4.1...2.5.0) [diff](https://togithub.com/prettier/prettier/compare/2.4.1...2.5.0) 🔗 [Release Notes](https://prettier.io/blog/2021/11/25/2.5.0.html)
rollup/rollup ### [`v2.60.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2601) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.60.0...v2.60.1) *2021-11-22* ##### Bug Fixes - Make sure virtual files have proper file extensions when preserving modules ([#​4270](https://togithub.com/rollup/rollup/issues/4270)) ##### Pull Requests - [#​4270](https://togithub.com/rollup/rollup/pull/4270): Use entryFileNames when generating filenames for virtual modules ([@​BPScott](https://togithub.com/BPScott))
Microsoft/TypeScript ### [`v4.5.2`](https://togithub.com/Microsoft/TypeScript/releases/v4.5.2) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.5.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+). - [fixed issues query for Typescript 4.5.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+). - [fixed issues query for Typescript 4.5.1 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-45) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
webpack/webpack ### [`v5.64.4`](https://togithub.com/webpack/webpack/releases/v5.64.4) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.64.3...v5.64.4) ##### Bugfixes - fix tagged template literal evaluation - fix ModuleFederation with ESM - fix outputModule with intial splitChunks ##### Performance - upgrade watchpack for faster watcher updating - track file and directory timestamps separately in watchpack and webpack ##### Developer Experience - show origin of singleton shared module in mismatch warning ### [`v5.64.3`](https://togithub.com/webpack/webpack/releases/v5.64.3) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.64.2...v5.64.3) ##### Performance - allow to use pre-compiled schema when `Infinity` is used in configuration - allow to use pre-compiled schema for configuration arrays ### [`v5.64.2`](https://togithub.com/webpack/webpack/releases/v5.64.2) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.64.1...v5.64.2) ### Bugfixes - avoid double initial compilation due to invalid dependencies with managedPaths

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

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