Closed renovate[bot] closed 12 months ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
:tada: This PR is included in version 2.0.0-beta.26 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR contains the following updates:
18.4.2
->18.4.3
18.4.2
->18.4.3
3.8.1
->3.8.2
18.4.2
->18.4.3
3.8.1
->3.8.2
4.3.0
->4.4.0
5.0.1
->5.1.0
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
### [`v18.4.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1843-2023-11-21) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v18.4.2...v18.4.3) **Note:** Version bump only for package [@commitlint/cli](https://togithub.com/commitlint/cli)conventional-changelog/commitlint (@commitlint/config-conventional)
### [`v18.4.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/config-conventional/CHANGELOG.md#1843-2023-11-21) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v18.4.2...v18.4.3) **Note:** Version bump only for package [@commitlint/config-conventional](https://togithub.com/commitlint/config-conventional)nuxt/nuxt (@nuxt/webpack-builder)
### [`v3.8.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.8.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.8.1...v3.8.2) > 3.8.2 is a patch release focusing on bug fixes #### 👀 Highlights 3.8.2 is a patch release and we've deferred some exciting features in our next release (3.9.0, expected in December) but it does bring a significant [Nitro minor release: v2.8.0](https://togithub.com/unjs/nitro/releases/tag/v2.8.0). It's well worth checking out the release notes. 👉 Note that as Nitro has updated to rollup v4, but as Nuxt's vite dependency is still on rollup v3 until v3.9, you may experience type mismatches in modules or your projects if you are dependent on particular rollup plugins or plugin types. #### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi upgrade --force ``` This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.8.1...v3.8.2) ##### 🩹 Fixes - **vite:** Skip warming up node builtins ([#24162](https://togithub.com/nuxt/nuxt/pull/24162)) - **vite:** Provide default values for `transformAssetUrls` ([#24173](https://togithub.com/nuxt/nuxt/pull/24173)) - **nuxt:** Wrap caught asyncData error in `createError` ([#24093](https://togithub.com/nuxt/nuxt/pull/24093)) - **nuxt:** Include plugin templates in `plugins.d.ts` if they will be written ([#23943](https://togithub.com/nuxt/nuxt/pull/23943)) - **nuxt:** Handle multi-line slots in islands ([#24212](https://togithub.com/nuxt/nuxt/pull/24212)) - **nuxt:** Fix replace regex used for slots in islands SSR ([#24255](https://togithub.com/nuxt/nuxt/pull/24255)) - **vite:** Use rollup replace plugin for `typeof` optimisations ([#23903](https://togithub.com/nuxt/nuxt/pull/23903)) - **nuxt:** Provide route component names to `KeepAlive` cache ([#24024](https://togithub.com/nuxt/nuxt/pull/24024)) - **schema:** Use scule types for `runtimeConfig` type hints ([#23696](https://togithub.com/nuxt/nuxt/pull/23696)) - **nuxt:** Deeply unwrap headers/query for `useFetch` key ([#24307](https://togithub.com/nuxt/nuxt/pull/24307)) - **nuxt:** Split component name case in each segment ([#24318](https://togithub.com/nuxt/nuxt/pull/24318)) - **nuxt:** Do not compute `useFetch` key from headers ([#23462](https://togithub.com/nuxt/nuxt/pull/23462), [#24333](https://togithub.com/nuxt/nuxt/pull/24333)) - **nuxt:** Set framework info for nitro ([#24340](https://togithub.com/nuxt/nuxt/pull/24340)) - **schema:** Add type for `ignoreOptions` ([#24337](https://togithub.com/nuxt/nuxt/pull/24337)) - **nuxt:** Log errors rendering islands ([#24356](https://togithub.com/nuxt/nuxt/pull/24356)) - **nuxt:** Respect custom timeout in `useFetch` ([#24364](https://togithub.com/nuxt/nuxt/pull/24364)) - **nuxt:** Use max length + iterations for `useCookie` timeout ([#24253](https://togithub.com/nuxt/nuxt/pull/24253)) - **nuxt:** Handle errors when booting app with `app:error` ([#24376](https://togithub.com/nuxt/nuxt/pull/24376)) ##### 📖 Documentation - Remove unused import from example ([#24168](https://togithub.com/nuxt/nuxt/pull/24168)) - Create a page explaining `import.meta` ([#24186](https://togithub.com/nuxt/nuxt/pull/24186)) - Remove link to `.nuxtrc` in `nuxt/starter` ([56147b4a8](https://togithub.com/nuxt/nuxt/commit/56147b4a8)) - Correct spelling from "opiniated" to "opinionated" ([#24248](https://togithub.com/nuxt/nuxt/pull/24248)) - Mention new `defineNuxtPlugin` syntax in bridge migration ([#23036](https://togithub.com/nuxt/nuxt/pull/23036)) - Mention `nuxt3-vuex-module` in migration guide ([#24260](https://togithub.com/nuxt/nuxt/pull/24260)) - Fix links to other auto-imports pages ([#24269](https://togithub.com/nuxt/nuxt/pull/24269)) - Remove only ([#24295](https://togithub.com/nuxt/nuxt/pull/24295)) - Update link to deno deploy provider docs ([88ee7b7ea](https://togithub.com/nuxt/nuxt/commit/88ee7b7ea)) - Typos and wording tweaks for getting started section ([#24319](https://togithub.com/nuxt/nuxt/pull/24319)) - Update `.gitignore` in directory structure ([#24338](https://togithub.com/nuxt/nuxt/pull/24338)) - Add hint about `app.config` placement with custom `srcDir` ([#24252](https://togithub.com/nuxt/nuxt/pull/24252)) - Typos and wording tweaks for guide section ([#24323](https://togithub.com/nuxt/nuxt/pull/24323)) - Remove path for `conventional-changelog/commitlint (commitlint)
### [`v18.4.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@alias/commitlint/CHANGELOG.md#1843-2023-11-21) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v18.4.2...v18.4.3) **Note:** Version bump only for package commitlintnuxt/nuxt (nuxt)
### [`v3.8.2`](https://togithub.com/nuxt/nuxt/compare/v3.8.1...v3.8.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.8.1...v3.8.2)stormwarning/stylelint-config-recess-order (stylelint-config-recess-order)
### [`v4.4.0`](https://togithub.com/stormwarning/stylelint-config-recess-order/blob/HEAD/CHANGELOG.md#440--2023-11-19) [Compare Source](https://togithub.com/stormwarning/stylelint-config-recess-order/compare/v4.3.0...v4.4.0) ##### Minor Changes - Add Masking properties [#349](https://togithub.com/stormwarning/stylelint-config-recess-order/pull/349) - [`mask-border`](https://developer.mozilla.org/en-US/docs/Web/CSS/mask-border) and related longhand properties - [`mask`](https://developer.mozilla.org/en-US/docs/Web/CSS/mask) and related longhand properties `mask` was previously included within some SVG-specific properties — it’s been moved above those and below border & outline properties. `mask-border` properties are sorted above `mask` to highlight the fact that `mask` will reset `mask-border` to its initial value ([as per W3C spec](https://drafts.fxtf.org/css-masking/#the-mask)). I’m not familiar with this properties; if this order is problematic in practice, please file an issue! ##### Patch Changes - Fix `block-size` property support [#346](https://togithub.com/stormwarning/stylelint-config-recess-order/pull/346)\ Thanks [@azat-io](https://togithub.com/azat-io)!jpkleemans/vite-svg-loader (vite-svg-loader)
### [`v5.1.0`](https://togithub.com/jpkleemans/vite-svg-loader/releases/tag/5.1.0) [Compare Source](https://togithub.com/jpkleemans/vite-svg-loader/compare/5.0.1...5.1.0) #### What's Changed - Revert ESM imports by [@jpkleemans](https://togithub.com/jpkleemans) in [https://github.com/jpkleemans/vite-svg-loader/pull/130](https://togithub.com/jpkleemans/vite-svg-loader/pull/130) **Full Changelog**: https://github.com/jpkleemans/vite-svg-loader/compare/5.0.1...5.1.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.