Closed renovate[bot] closed 1 year ago
This PR contains the following updates:
^0.0.240
^0.0.241
18.2.14
18.2.15
18.2.6
18.2.7
^0.0.103
^0.0.107
36.0.0
36.0.1
10.0.3
10.0.7
4.4.1
4.4.4
📅 Schedule: Branch creation - "after 9am on monday,before 12am on monday" in timezone Asia/Tokyo, 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.
This PR contains the following updates:
^0.0.240
->^0.0.241
18.2.14
->18.2.15
18.2.6
->18.2.7
^0.0.103
->^0.0.107
36.0.0
->36.0.1
10.0.3
->10.0.7
4.4.1
->4.4.4
Release Notes
microsoft/TypeScript-DOM-Lib-Generator (@types/web)
### [`v0.0.107`](https://togithub.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types/web%400.0.107) [Compare Source](https://togithub.com/microsoft/TypeScript-DOM-Lib-Generator/compare/@types/web@0.0.106...@types/web@0.0.107) #### `index.d.ts` No changes #### `iterable.d.ts` No changes ### [`v0.0.106`](https://togithub.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types/web%400.0.106) [Compare Source](https://togithub.com/microsoft/TypeScript-DOM-Lib-Generator/compare/@types/web@0.0.105...@types/web@0.0.106) #### `index.d.ts` No changes #### `iterable.d.ts` No changes ### [`v0.0.105`](https://togithub.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types/web%400.0.105) [Compare Source](https://togithub.com/microsoft/TypeScript-DOM-Lib-Generator/compare/@types/web@0.0.104...@types/web@0.0.105) #### `index.d.ts` #### Modified - HTMLMediaElement - Added: `sinkId`, `setSinkId` #### `iterable.d.ts` No changes ### [`v0.0.104`](https://togithub.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types/web%400.0.104) [Compare Source](https://togithub.com/microsoft/TypeScript-DOM-Lib-Generator/compare/@types/web@0.0.103...@types/web@0.0.104) #### `index.d.ts` #### Modified - CustomElementRegistry - Added: `getName` #### `iterable.d.ts` No changesstandard/eslint-config-standard-with-typescript (eslint-config-standard-with-typescript)
### [`v36.0.1`](https://togithub.com/standard/eslint-config-standard-with-typescript/blob/HEAD/CHANGELOG.md#3601-2023-07-14) [Compare Source](https://togithub.com/standard/eslint-config-standard-with-typescript/compare/v36.0.0...v36.0.1) ##### Bug fixes - retrieval of active node versions in ci ([5ccd9a6](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/5ccd9a66eb16363129c7f1f7ef70914aacef6cfa))capricorn86/happy-dom (happy-dom)
### [`v10.0.7`](https://togithub.com/capricorn86/happy-dom/compare/v10.0.6...v10.0.7) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v10.0.6...v10.0.7) ### [`v10.0.6`](https://togithub.com/capricorn86/happy-dom/releases/tag/v10.0.6) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v10.0.5...v10.0.6) ##### :construction_worker_man: Patch fixes - Adds a timeout before dispatching the event in `Window.postMessage()` to better simulate the browser behavior. ([#948](https://togithub.com/capricorn86/happy-dom/issues/948)) *** Thank you for your contribution [@DylanPiercey](https://togithub.com/DylanPiercey)! ### [`v10.0.5`](https://togithub.com/capricorn86/happy-dom/releases/tag/v10.0.5) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v10.0.4...v10.0.5) ##### :construction_worker_man: Patch fixes - Fixes parsing of pseudo elements in CSS query selectors (e.g. "::-webkit-inner-spin-button"). ([#939](https://togithub.com/capricorn86/happy-dom/issues/939)) *** Thank you [@btea](https://togithub.com/btea) for your contribution! ### [`v10.0.4`](https://togithub.com/capricorn86/happy-dom/compare/v10.0.3...v10.0.4) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v10.0.3...v10.0.4)vitejs/vite (vite)
### [`v4.4.4`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small444-2023-07-14-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.4.3...v4.4.4) - chore: warning about ssr cjs format removal ([#13827](https://togithub.com/vitejs/vite/issues/13827)) ([4646e9f](https://togithub.com/vitejs/vite/commit/4646e9f)), closes [#13827](https://togithub.com/vitejs/vite/issues/13827) - fix(esbuild): enable experimentalDecorators by default ([#13805](https://togithub.com/vitejs/vite/issues/13805)) ([e8880f0](https://togithub.com/vitejs/vite/commit/e8880f0)), closes [#13805](https://togithub.com/vitejs/vite/issues/13805) - fix(scan): skip tsconfigRaw fallback if tsconfig is set ([#13823](https://togithub.com/vitejs/vite/issues/13823)) ([b6155a1](https://togithub.com/vitejs/vite/commit/b6155a1)), closes [#13823](https://togithub.com/vitejs/vite/issues/13823) - feat(client): close `vite-error-overlay` with Escape key ([#13795](https://togithub.com/vitejs/vite/issues/13795)) ([85bdcda](https://togithub.com/vitejs/vite/commit/85bdcda)), closes [#13795](https://togithub.com/vitejs/vite/issues/13795) ### [`v4.4.3`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small443-2023-07-11-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.4.2...v4.4.3) - fix: avoid early error when server is closed in ssr ([#13787](https://togithub.com/vitejs/vite/issues/13787)) ([89d01eb](https://togithub.com/vitejs/vite/commit/89d01eb)), closes [#13787](https://togithub.com/vitejs/vite/issues/13787) - fix(deps): update all non-major dependencies ([#13758](https://togithub.com/vitejs/vite/issues/13758)) ([8ead116](https://togithub.com/vitejs/vite/commit/8ead116)), closes [#13758](https://togithub.com/vitejs/vite/issues/13758) - fix(server): remove restart guard on restart ([#13789](https://togithub.com/vitejs/vite/issues/13789)) ([2a38ef7](https://togithub.com/vitejs/vite/commit/2a38ef7)), closes [#13789](https://togithub.com/vitejs/vite/issues/13789) ### [`v4.4.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small442-2023-07-07-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.4.1...v4.4.2) - fix(css): use single postcss instance ([#13738](https://togithub.com/vitejs/vite/issues/13738)) ([c02fac4](https://togithub.com/vitejs/vite/commit/c02fac4)), closes [#13738](https://togithub.com/vitejs/vite/issues/13738)Configuration
📅 Schedule: Branch creation - "after 9am on monday,before 12am on monday" in timezone Asia/Tokyo, 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.