Closed renovate[bot] closed 3 weeks ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR contains the following updates:
1.25.9
->1.25.10
1.0.30001671
->1.0.30001676
3.38.1
->3.39.0
0.35.0
->0.36.1
2.9.1
->2.9.2
2.5.1
->2.6.0
2.2.4
->2.2.5
8.0.1
->8.0.2
5.95.0
->5.96.1
Release Notes
Redocly/redocly-cli (@redocly/cli)
### [`v1.25.10`](https://redirect.github.com/Redocly/redocly-cli/releases/tag/%40redocly/cli%401.25.10) [Compare Source](https://redirect.github.com/Redocly/redocly-cli/compare/@redocly/cli@1.25.9...@redocly/cli@1.25.10) ##### Patch Changes - Fixed `component-name-unique` problems to include correct location. - Fixed the `remove-x-internal` decorator, which was not removing the reference in the corresponding discriminator mapping while removing the original `$ref`. - Updated [@redocly/openapi-core](https://redirect.github.com/redocly/openapi-core) to v1.25.10.browserslist/caniuse-lite (caniuse-lite)
### [`v1.0.30001676`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001675...1.0.30001676) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001675...1.0.30001676) ### [`v1.0.30001675`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001674...1.0.30001675) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001674...1.0.30001675) ### [`v1.0.30001674`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001673...1.0.30001674) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001673...1.0.30001674) ### [`v1.0.30001673`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001672...1.0.30001673) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001672...1.0.30001673) ### [`v1.0.30001672`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001671...1.0.30001672) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001671...1.0.30001672)zloirock/core-js (core-js)
### [`v3.39.0`](https://redirect.github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3390---20241031) [Compare Source](https://redirect.github.com/zloirock/core-js/compare/v3.38.1...v3.39.0) - Changes [v3.38.1...v3.39.0](https://redirect.github.com/zloirock/core-js/compare/v3.38.1...v3.39.0) - [`Iterator` helpers proposal](https://redirect.github.com/tc39/proposal-iterator-helpers): - Built-ins: - `Iterator` - `Iterator.from` - `Iterator.prototype.drop` - `Iterator.prototype.every` - `Iterator.prototype.filter` - `Iterator.prototype.find` - `Iterator.prototype.flatMap` - `Iterator.prototype.forEach` - `Iterator.prototype.map` - `Iterator.prototype.reduce` - `Iterator.prototype.some` - `Iterator.prototype.take` - `Iterator.prototype.toArray` - `Iterator.prototype[@@toStringTag]` - Moved to stable ES, [October 2024 TC39 meeting](https://redirect.github.com/tc39/proposal-iterator-helpers/issues/284#event-14549961807) - Added `es.` namespace modules, `/es/` and `/stable/` namespaces entries - [`Promise.try`](https://redirect.github.com/tc39/proposal-promise-try): - Built-ins: - `Promise.try` - Moved to stable ES, [October 2024 TC39 meeting](https://redirect.github.com/tc39/proposal-promise-try/commit/53d3351687274952b3b88f3ad024d9d68a9c1c93) - Added `es.` namespace module, `/es/` and `/stable/` namespaces entries - Fixed `/actual|full/promise/try` entries for the callback arguments support - [`Math.sumPrecise` proposal](https://redirect.github.com/tc39/proposal-math-sum): - Built-ins: - `Math.sumPrecise` - Moved to stage 3, [October 2024 TC39 meeting](https://redirect.github.com/tc39/proposal-math-sum/issues/19) - Added `/actual/` namespace entries, unconditional forced replacement changed to feature detection - Added [`Iterator` sequencing stage 2.7 proposal](https://redirect.github.com/tc39/proposal-iterator-sequencing): - Added built-ins: - `Iterator.concat` - [`Map` upsert stage 2 proposal](https://redirect.github.com/tc39/proposal-upsert): - [Updated to the new API following the October 2024 TC39 meeting](https://redirect.github.com/tc39/proposal-upsert/pull/58) - Added built-ins: - `Map.prototype.getOrInsert` - `Map.prototype.getOrInsertComputed` - `WeakMap.prototype.getOrInsert` - `WeakMap.prototype.getOrInsertComputed` - [Extractors proposal](https://redirect.github.com/tc39/proposal-extractors) moved to stage 2, [October 2024 TC39 meeting](https://redirect.github.com/tc39/proposals/commit/11bc489049fc5ce59b21e98a670a84f153a29a80) - Usage of `@@species` pattern removed from `%TypedArray%` and `ArrayBuffer` methods, [tc39/ecma262/3450](https://redirect.github.com/tc39/ecma262/pull/3450): - Built-ins: - `%TypedArray%.prototype.filter` - `%TypedArray%.prototype.filterReject` - `%TypedArray%.prototype.map` - `%TypedArray%.prototype.slice` - `%TypedArray%.prototype.subarray` - `ArrayBuffer.prototype.slice` - Some other minor improvements - Compat data improvements: - [`Uint8Array` to / from base64 and hex proposal](https://redirect.github.com/tc39/proposal-arraybuffer-base64) methods marked as [shipped from FF133](https://bugzilla.mozilla.org/show_bug.cgi?id=1917885#c9) - Added [NodeJS 23.0](https://nodejs.org/en/blog/release/v23.0.0) compat data mapping - `self` descriptor [is fixed](https://redirect.github.com/denoland/deno/issues/24683) in Deno 1.46.0 - Added Deno [1.46](https://redirect.github.com/denoland/deno/releases/tag/v1.46.0) and [2.0](https://redirect.github.com/denoland/deno/releases/tag/v2.0.0) compat data mapping - [`Iterator` helpers proposal](https://redirect.github.com/tc39/proposal-iterator-helpers) methods marked as [shipped from Bun 1.1.31](https://redirect.github.com/oven-sh/bun/pull/14455) - Added Electron 34 and updated Electron 33 compat data mapping - Added [Opera Android 85](https://forums.opera.com/topic/74256/opera-for-android-85) compat data mapping - Added Oculus Quest Browser 35 compat data mappingDavidAnson/markdownlint (markdownlint)
### [`v0.36.1`](https://redirect.github.com/DavidAnson/markdownlint/blob/HEAD/CHANGELOG.md#0361) [Compare Source](https://redirect.github.com/DavidAnson/markdownlint/compare/v0.36.0...v0.36.1) - Fix behavior of MD054 ### [`v0.36.0`](https://redirect.github.com/DavidAnson/markdownlint/blob/HEAD/CHANGELOG.md#0360) [Compare Source](https://redirect.github.com/DavidAnson/markdownlint/compare/v0.35.0...v0.36.0) - Improve MD051 - Move `applyFix` and `applyFixes` from helpers to core - Make `micromark` parser available to custom rules - Introduce `./micromark` helpers exports - Update custom/rule documentation - Improve performance - Update dependencieswebpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)
### [`v2.9.2`](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/blob/HEAD/CHANGELOG.md#292-2024-11-01) [Compare Source](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.1...v2.9.2)mswjs/msw (msw)
### [`v2.6.0`](https://redirect.github.com/mswjs/msw/releases/tag/v2.6.0) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.5.2...v2.6.0) #### v2.6.0 (2024-10-29) ##### Features - support mocking WebSocket APIs ([#2011](https://redirect.github.com/mswjs/msw/issues/2011)) ([`ae786f5`](https://redirect.github.com/mswjs/msw/commit/ae786f59eb86b3d08c0fa5183ffca90e32af6448)) [@kettanaito](https://redirect.github.com/kettanaito) [@DanielleHuisman](https://redirect.github.com/DanielleHuisman) ### [`v2.5.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.5.2) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.5.1...v2.5.2) #### v2.5.2 (2024-10-27) ##### Bug Fixes - enable provenance for publishing ([#2334](https://redirect.github.com/mswjs/msw/issues/2334)) ([`e9b0636`](https://redirect.github.com/mswjs/msw/commit/e9b0636c2c50c2aa9fc8d522469fbd96cfd7ccf0)) [@kettanaito](https://redirect.github.com/kettanaito)vuejs/pinia (pinia)
### [`v2.2.5`](https://redirect.github.com/vuejs/pinia/releases/tag/pinia%402.2.5) [Compare Source](https://redirect.github.com/vuejs/pinia/compare/pinia@2.2.4...pinia@2.2.5) Please refer to [CHANGELOG.md](https://redirect.github.com/vuejs/pinia/blob/v2/packages/pinia/CHANGELOG.md) for details.RJWadley/stylelint-no-unsupported-browser-features (stylelint-no-unsupported-browser-features)
### [`v8.0.2`](https://redirect.github.com/RJWadley/stylelint-no-unsupported-browser-features/blob/HEAD/CHANGELOG.md#802-2024-11-01) [Compare Source](https://redirect.github.com/RJWadley/stylelint-no-unsupported-browser-features/compare/v8.0.1...v8.0.2) ##### Bug Fixes - cannot read properties of undefined ([5e3a9f1](https://redirect.github.com/RJWadley/stylelint-no-unsupported-browser-features/commit/5e3a9f192f1fc8a5370d4e23115f0d40ed625278))webpack/webpack (webpack)
### [`v5.96.1`](https://redirect.github.com/webpack/webpack/compare/v5.96.0...d4ced7322229c7d72a7a0d2ca955bdde0c910a0b) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.96.0...v5.96.1) ### [`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 - "after 11pm on friday,before 7am on saturday" in timezone Etc/Greenwich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.