Closed renovate[bot] closed 3 weeks ago
Latest commit: 73da7a3cdf054fa6ef274cc960aa72279472c1a3
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
✓ no_errors
✓ expected_result
checks.........................: 100.00% ✓ 336 ✗ 0
data_received..................: 39 MB 3.9 MB/s
data_sent......................: 144 kB 14 kB/s
http_req_blocked...............: avg=4.1µs min=2.1µs med=2.59µs max=196.68µs p(90)=3.88µs p(95)=4.13µs
http_req_connecting............: avg=816ns min=0s med=0s max=137.13µs p(90)=0s p(95)=0s
http_req_duration..............: avg=55.48ms min=47.23ms med=51.64ms max=152.58ms p(90)=61.63ms p(95)=89.31ms
{ expected_response:true }...: avg=55.48ms min=47.23ms med=51.64ms max=152.58ms p(90)=61.63ms p(95)=89.31ms
http_req_failed................: 0.00% ✓ 0 ✗ 168
http_req_receiving.............: avg=129.3µs min=91.77µs med=125.72µs max=307.2µs p(90)=148.78µs p(95)=160.08µs
http_req_sending...............: avg=26µs min=16.22µs med=24.62µs max=104.54µs p(90)=31.82µs p(95)=35.86µs
http_req_tls_handshaking.......: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
http_req_waiting...............: avg=55.32ms min=47.08ms med=51.5ms max=152.21ms p(90)=61.45ms p(95)=89.16ms
http_reqs......................: 168 16.719226/s
iteration_duration.............: avg=59.79ms min=51.39ms med=56.04ms max=156.87ms p(90)=66.9ms p(95)=93.34ms
iterations.....................: 168 16.719226/s
vus............................: 1 min=1 max=1
vus_max........................: 1 min=1 max=1
This PR contains the following updates:
22.8.5
->22.8.6
5.1.6
->5.1.9
5.95.0
->5.96.0
Release Notes
sveltejs/svelte (svelte)
### [`v5.1.9`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#519) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.8...svelte@5.1.9) ##### Patch Changes - fix: ensure transitions are applied to nested elements ([#14080](https://redirect.github.com/sveltejs/svelte/pull/14080)) ### [`v5.1.8`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#518) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.7...svelte@5.1.8) ##### Patch Changes - fix: ensure compiler statements are correctly included ([#14074](https://redirect.github.com/sveltejs/svelte/pull/14074)) ### [`v5.1.7`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#517) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.6...svelte@5.1.7) ##### Patch Changes - fix: ensure each block inert items are disposed of if the each block is also inert ([#13930](https://redirect.github.com/sveltejs/svelte/pull/13930)) - fix: allow `warningFilter` option for `compileModule` ([#14066](https://redirect.github.com/sveltejs/svelte/pull/14066)) - fix: ensure onMount correctly fires when new expressions are used ([#14049](https://redirect.github.com/sveltejs/svelte/pull/14049)) - fix: wrap `:id`, `:where``:not` and `:has` with `:global` during migration ([#13850](https://redirect.github.com/sveltejs/svelte/pull/13850)) - fix: ensure custom element attribute/prop changes are in their own context ([#14016](https://redirect.github.com/sveltejs/svelte/pull/14016))webpack/webpack (webpack)
### [`v5.96.0`](https://redirect.github.com/webpack/webpack/releases/tag/v5.96.0) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.95.0...v5.96.0) #### Bug Fixes - Fixed Module Federation should track all referenced chunks - Handle Data URI without base64 word - HotUpdateChunk have correct runtime when modified with new runtime - Order of chunks ids in generated chunk code - No extra Javascript chunks when using asset module as an entrypoint - Use optimistically logic for `output.environment.dynamicImport` to determine chunk format when no browserslist or target - Collision with global variables for `optimization.avoidEntryIife` - Avoid through variables in inlined module - Allow chunk template strings in `output.devtoolNamespace` - No extra runtime for get javascript/css chunk filename - No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS - Avoid cache invalidation using ProgressPlugin - Increase parallelism when using `importModule` on the execution stage - Correctly parsing string in `export` and `import` - Typescript types - **\[CSS]** `css/auto` considers a module depending on its filename as `css` (pure CSS) or `css/local`, before it was `css/global` and `css/local` - **\[CSS]** Always interpolate classes even if they are not involved in export - **\[CSS]** No extra runtime in Javascript runtime chunks for asset modules used in CSS - **\[CSS]** No extra runtime in Javascript runtime chunks for external asset modules used in CSS - **\[CSS]** No extra runtime for the `node` target - **\[CSS]** Fixed `url()`s and `@import` parsing - **\[CSS]** Fixed - emit a warning on broken :local and :global #### New Features - Export CSS and ESM runtime modules - Single Runtime Chunk and Federation eager module hoisting - **\[CSS]** Support `/* webpackIgnore: true */` for CSS files - **\[CSS]** Support `src()` support - **\[CSS]** CSS nesting in CSS modulesConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.