GrabarzUndPartner / gp-vue-boilerplate

Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
https://grabarzundpartner.de
MIT License
127 stars 23 forks source link

chore(deps): update all non-major dependencies #1479

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/content (source) 2.13.1 -> 2.13.2 age adoption passing confidence
@nuxt/eslint (source) 0.3.13 -> 0.4.0 age adoption passing confidence
@nuxt/eslint-config (source) 0.3.13 -> 0.4.0 age adoption passing confidence
@nuxtjs/seo (source) ^2.0.0-rc.11 -> ^2.0.0-rc age adoption passing confidence
@pinia/nuxt (source) 0.5.1 -> 0.5.2 age adoption passing confidence
eslint (source) 9.6.0 -> 9.8.0 age adoption passing confidence
eslint-plugin-prettier 5.1.3 -> 5.2.1 age adoption passing confidence
husky 9.0.11 -> 9.1.4 age adoption passing confidence
nuxt (source) 3.12.3 -> 3.12.4 age adoption passing confidence
pinia 2.1.7 -> 2.2.0 age adoption passing confidence
postcss-custom-media (source) 10.0.7 -> 10.0.8 age adoption passing confidence
postcss-preset-env (source) 9.5.15 -> 9.6.0 age adoption passing confidence
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence
stylelint (source) 16.6.1 -> 16.8.1 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content) ### [`v2.13.2`](https://togithub.com/nuxt/content/blob/HEAD/CHANGELOG.md#v2132) [Compare Source](https://togithub.com/nuxt/content/compare/v2.13.1...v2.13.2) [compare changes](https://togithub.com/nuxt/content/compare/v2.13.1...v2.13.2) ##### 🚀 Enhancements - **home:** Update studio section ([#​2696](https://togithub.com/nuxt/content/pull/2696)) - **landing:** Design review ([#​2703](https://togithub.com/nuxt/content/pull/2703)) ##### 🩹 Fixes - Add string type to gt/lt/gte/lte type definitions ([#​2704](https://togithub.com/nuxt/content/pull/2704)) - **search:** Non-md file might not have dscription file ([#​2706](https://togithub.com/nuxt/content/pull/2706)) - **module:** Disable MDC plugin if user disabled it ([#​2707](https://togithub.com/nuxt/content/pull/2707)) - Unwatch storage on nitro `close` ([ec7105ad](https://togithub.com/nuxt/content/commit/ec7105ad)) ##### 📖 Documentation - Add missing `await` for searchContent docs ([#​2692](https://togithub.com/nuxt/content/pull/2692)) - Prerender home ([4253f0bf](https://togithub.com/nuxt/content/commit/4253f0bf)) - Update `nuxt-og-image` and add `postinstall` script ([#​2705](https://togithub.com/nuxt/content/pull/2705)) - Update ContentSlot Documentation ([#​2713](https://togithub.com/nuxt/content/pull/2713)) ##### 🤖 CI - Add stale action ([99f6060b](https://togithub.com/nuxt/content/commit/99f6060b)) - Update stale.yml ([225ff460](https://togithub.com/nuxt/content/commit/225ff460)) - Update stale.yml ([964857d4](https://togithub.com/nuxt/content/commit/964857d4)) ##### ❤️ Contributors - Farnabaz - Jacob Strong ([@​jacstrong](http://github.com/jacstrong)) - Damien Guard - Florent Delerue - Benjamin Canac ([@​benjamincanac](http://github.com/benjamincanac)) - Brock Wilcox ([@​awwaiid](http://github.com/awwaiid))
nuxt/eslint (@​nuxt/eslint) ### [`v0.4.0`](https://togithub.com/nuxt/eslint/releases/tag/v0.4.0) [Compare Source](https://togithub.com/nuxt/eslint/compare/v0.3.13...v0.4.0) #####    🚀 Features - Upgrade `@types/eslint`  -  by [@​antfu](https://togithub.com/antfu) [(ebc8f)](https://togithub.com/nuxt/eslint/commit/ebc8f2c) - Enable `features.typescript` only when `typescript` is installed locally, fix [#​437](https://togithub.com/nuxt/eslint/issues/437)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/437](https://togithub.com/nuxt/eslint/issues/437) [(77bc7)](https://togithub.com/nuxt/eslint/commit/77bc797) - Include nitro unimport to `globals` as well, close [#​461](https://togithub.com/nuxt/eslint/issues/461)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/461](https://togithub.com/nuxt/eslint/issues/461) [(533fa)](https://togithub.com/nuxt/eslint/commit/533fa40) - Add `public` folder to default ignore, close [#​453](https://togithub.com/nuxt/eslint/issues/453)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/453](https://togithub.com/nuxt/eslint/issues/453) [(b0e3e)](https://togithub.com/nuxt/eslint/commit/b0e3e72) - Add server components to single root list, fix [#​457](https://togithub.com/nuxt/eslint/issues/457)  -  by [@​antfu](https://togithub.com/antfu) and **kingyue737** in [https://github.com/nuxt/eslint/issues/457](https://togithub.com/nuxt/eslint/issues/457) [(6e232)](https://togithub.com/nuxt/eslint/commit/6e232f0) #####     [View changes on GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.13...v0.4.0)
harlan-zw/nuxt-seo (@​nuxtjs/seo) ### [`v2.0.0-rc.16`](https://togithub.com/harlan-zw/nuxt-seo/releases/tag/v2.0.0-rc.16) [Compare Source](https://togithub.com/harlan-zw/nuxt-seo/compare/v2.0.0-rc.15...v2.0.0-rc.16) #####    🐞 Bug Fixes - `useBreadcrumbItems` generating invalid schema.org  -  by [@​harlan-zw](https://togithub.com/harlan-zw) [(e321b)](https://togithub.com/harlan-zw/nuxt-seo/commit/e321b80) #####     [View changes on GitHub](https://togithub.com/harlan-zw/nuxt-seo/compare/v2.0.0-rc.15...v2.0.0-rc.16) ### [`v2.0.0-rc.15`](https://togithub.com/harlan-zw/nuxt-seo/releases/tag/v2.0.0-rc.15) [Compare Source](https://togithub.com/harlan-zw/nuxt-seo/compare/v2.0.0-rc.14...v2.0.0-rc.15) Nuxt SEO v2 stable is approaching, see the [v2 Stable Release Tasks](https://togithub.com/harlan-zw/nuxt-seo/issues/271) issue to track. This release fixes all submodules from having explicit dependencies for DevTools (such as `shiki`). *No significant changes* #####     [View changes on GitHub](https://togithub.com/harlan-zw/nuxt-seo/compare/v2.0.0-rc.14...v2.0.0-rc.15) ### [`v2.0.0-rc.14`](https://togithub.com/harlan-zw/nuxt-seo/releases/tag/v2.0.0-rc.14) [Compare Source](https://togithub.com/harlan-zw/nuxt-seo/compare/v2.0.0-rc.13...v2.0.0-rc.14) Nuxt SEO v2 stable is approaching, see the [v2 Stable Release Tasks](https://togithub.com/harlan-zw/nuxt-seo/issues/271) issue to track. This bumps all sub modules. *No significant changes* #####     [View changes on GitHub](https://togithub.com/harlan-zw/nuxt-seo/compare/v2.0.0-rc.13...v2.0.0-rc.14) ### [`v2.0.0-rc.13`](https://togithub.com/harlan-zw/nuxt-seo/releases/tag/v2.0.0-rc.13) [Compare Source](https://togithub.com/harlan-zw/nuxt-seo/compare/v2.0.0-rc.12...v2.0.0-rc.13) #####    🚨 Breaking Changes - `nuxt-simple-robots` has been migrated into `@nuxtjs/robots`. There should be no breaking changes but please test the update. #####     [View changes on GitHub](https://togithub.com/harlan-zw/nuxt-seo/compare/v2.0.0-rc.12...v2.0.0-rc.13) ### [`v2.0.0-rc.12`](https://togithub.com/harlan-zw/nuxt-seo/releases/tag/v2.0.0-rc.12) [Compare Source](https://togithub.com/harlan-zw/nuxt-seo/compare/v2.0.0-rc.11...v2.0.0-rc.12) #####    🐞 Bug Fixes - Avoid infinite redirects with `redirectToCanonicalSiteUrl` redirects  -  by [@​harlan-zw](https://togithub.com/harlan-zw) [(bac31)](https://togithub.com/harlan-zw/nuxt-seo/commit/bac31a9) #####     [View changes on GitHub](https://togithub.com/harlan-zw/nuxt-seo/compare/v2.0.0-rc.11...v2.0.0-rc.12)
vuejs/pinia (@​pinia/nuxt) ### [`v0.5.2`](https://togithub.com/vuejs/pinia/releases/tag/v0.5.2) [Compare Source](https://togithub.com/vuejs/pinia/compare/@pinia/nuxt@0.5.1...@pinia/nuxt@0.5.2) Please refer to [CHANGELOG.md](https://togithub.com/posva/pinia/blob/v1/CHANGELOG.md) for details.
eslint/eslint (eslint) ### [`v9.8.0`](https://togithub.com/eslint/eslint/compare/v9.7.0...63881dc11299aba1d0960747c199a4cf48d6b9c8) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.7.0...v9.8.0) ### [`v9.7.0`](https://togithub.com/eslint/eslint/releases/tag/v9.7.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.6.0...v9.7.0) #### Features - [`7bd9839`](https://togithub.com/eslint/eslint/commit/7bd98398f112da020eddcda2c26cf4cc563af004) feat: add support for es2025 duplicate named capturing groups ([#​18630](https://togithub.com/eslint/eslint/issues/18630)) (Yosuke Ota) - [`1381394`](https://togithub.com/eslint/eslint/commit/1381394a75b5902ce588455765a3919e2f138a7a) feat: add `regex` option in `no-restricted-imports` ([#​18622](https://togithub.com/eslint/eslint/issues/18622)) (Nitin Kumar) #### Bug Fixes - [`14e9f81`](https://togithub.com/eslint/eslint/commit/14e9f81ccdb51d2b915b68f442d48ced0a691646) fix: destructuring in catch clause in `no-unused-vars` ([#​18636](https://togithub.com/eslint/eslint/issues/18636)) (Francesco Trotta) #### Documentation - [`9f416db`](https://togithub.com/eslint/eslint/commit/9f416db680ad01716a769296085bf3eb93f76424) docs: Add Powered by Algolia label to the search. ([#​18633](https://togithub.com/eslint/eslint/issues/18633)) (Amaresh S M) - [`c8d26cb`](https://togithub.com/eslint/eslint/commit/c8d26cb4a2f9d89bfc1914167d3e9f1d3314ffe7) docs: Open JS Foundation -> OpenJS Foundation ([#​18649](https://togithub.com/eslint/eslint/issues/18649)) (Milos Djermanovic) - [`6e79ac7`](https://togithub.com/eslint/eslint/commit/6e79ac76f44b34c24a3e92c20713fbafe1dcbae2) docs: `loadESLint` does not support option `cwd` ([#​18641](https://togithub.com/eslint/eslint/issues/18641)) (Francesco Trotta) #### Chores - [`793b718`](https://togithub.com/eslint/eslint/commit/793b7180119e7e440d685defb2ee01597574ef1e) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​9](https://togithub.com/9).7.0 ([#​18680](https://togithub.com/eslint/eslint/issues/18680)) (Francesco Trotta) - [`7ed6f9a`](https://togithub.com/eslint/eslint/commit/7ed6f9a4db702bbad941422f456451a8dba7a450) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`7bcda76`](https://togithub.com/eslint/eslint/commit/7bcda760369c44d0f1131fccaaf1ccfed5af85f1) refactor: Add type references ([#​18652](https://togithub.com/eslint/eslint/issues/18652)) (Nicholas C. Zakas) - [`51bf57c`](https://togithub.com/eslint/eslint/commit/51bf57c493a65baeee3a935f2d0e52e27271fb48) chore: add tech sponsors through actions ([#​18624](https://togithub.com/eslint/eslint/issues/18624)) (Strek) - [`6320732`](https://togithub.com/eslint/eslint/commit/6320732c3e2a52a220552e348108c53c60f9ef7a) refactor: don't use `parent` property in `NodeEventGenerator` ([#​18653](https://togithub.com/eslint/eslint/issues/18653)) (Milos Djermanovic) - [`9e6d640`](https://togithub.com/eslint/eslint/commit/9e6d6405c3ee774c2e716a3453ede9696ced1be7) refactor: move "Parsing error" prefix adding to Linter ([#​18650](https://togithub.com/eslint/eslint/issues/18650)) (Milos Djermanovic)
prettier/eslint-plugin-prettier (eslint-plugin-prettier) ### [`v5.2.1`](https://togithub.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#521) [Compare Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1) ##### Patch Changes - [#​668](https://togithub.com/prettier/eslint-plugin-prettier/pull/668) [`ac036cc`](https://togithub.com/prettier/eslint-plugin-prettier/commit/ac036cca2bed4ceb6ee5b63c945426308e36c586) Thanks [@​OrlovAlexei](https://togithub.com/OrlovAlexei)! - build(deps): Bump synckit from 0.8.6 to 0.9.1
typicode/husky (husky) ### [`v9.1.4`](https://togithub.com/typicode/husky/compare/v9.1.3...fc549e0e5c8723a6d796f6ad26ef6590769f5d82) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.3...v9.1.4) ### [`v9.1.3`](https://togithub.com/typicode/husky/releases/tag/v9.1.3) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.2...v9.1.3) - fix: better handle space in `PATH` ### [`v9.1.2`](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2) ### [`v9.1.1`](https://togithub.com/typicode/husky/compare/v9.1.0...2968998755465f69069f297b5bb603e26d6b1772) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://togithub.com/typicode/husky/releases/tag/v9.1.0) [Compare Source](https://togithub.com/typicode/husky/compare/v9.0.11...v9.1.0)

*Super saiyan ~~god~~ dog! It's over 9.0.0!* *There's a bug with this release which prevents the deprecation notice to appear and requires to remove `#!/usr/bin/env sh` and `. "$(dirname -- "$0")/_/husky.sh"` (which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.* ### What's new You can now run package commands directly, no need for `npx` or equivalents. It makes writing hooks more intuitive and is also slightly faster 🐺⚡️ ```diff ### .husky/pre-commit - npx jest + jest # ~0.2s faster ``` A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it. ```shell ### .husky/pre-commit prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown git update-index --again ``` For more advanced use cases, see [lint-staged](https://togithub.com/lint-staged/lint-staged). ### Fixes - `bunx husky init` command - Workaround for some hooks implementation on Windows 🤷 ### Deprecations - Remove `#!/usr/bin/env sh` and `. "$(dirname -- "$0")/_/husky.sh"` from your hooks - Move your code from `~/.huskyrc` to `.config/husky/init.sh` Support for these will be removed in v10, notices have been added. ### Friendly reminder If Git hooks don't fit your workflow, you can disable Husky globally. Just add `export HUSKY=0` to `.config/husky/init.sh`. I've seen some confusion about this on X, so just a heads-up! ### Sponsoring Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: [GitHub Sponsors](https://togithub.com/sponsors/typicode). **Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉**
nuxt/nuxt (nuxt) ### [`v3.12.4`](https://togithub.com/nuxt/nuxt/releases/tag/v3.12.4) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.12.3...v3.12.4) > 3.12.4 is the next regularly scheduled patch release. #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.12.3...v3.12.4) ##### 🔥 Performance - **vite:** Start warmups after nitro build ([#​27963](https://togithub.com/nuxt/nuxt/pull/27963)) - **vite:** Avoid extra resolve call for `resolveId` in layers ([#​27971](https://togithub.com/nuxt/nuxt/pull/27971)) - **kit,nuxt,schema,vite,webpack:** Use explicit exports ([#​27998](https://togithub.com/nuxt/nuxt/pull/27998)) ##### 🩹 Fixes - **schema:** Resolve public alias correctly ([#​27975](https://togithub.com/nuxt/nuxt/pull/27975)) - **nuxt:** Omit rendering payload prefetch when `noScripts` ([#​27972](https://togithub.com/nuxt/nuxt/pull/27972)) - **nuxt:** Add `/` as fallback if page can't be identified ([e6109b226](https://togithub.com/nuxt/nuxt/commit/e6109b226)) - **ui-templates:** Validate templates with `html-validate` ([#​28024](https://togithub.com/nuxt/nuxt/pull/28024)) - **schema:** Don't constrain postcss plugin options ([#​28045](https://togithub.com/nuxt/nuxt/pull/28045)) - **kit:** Remove exports from v4 branch ([5c8312e9b](https://togithub.com/nuxt/nuxt/commit/5c8312e9b)) - **nuxt:** Use `unhead` key for ad-hoc module options ([#​28088](https://togithub.com/nuxt/nuxt/pull/28088)) - **nuxt:** Use native vue-router composables ([#​28114](https://togithub.com/nuxt/nuxt/pull/28114)) - **kit:** Ensure `getNuxtVersion` returns `string` ([#​28125](https://togithub.com/nuxt/nuxt/pull/28125)) - **nuxt:** Always prerender at least one page with crawler ([#​28131](https://togithub.com/nuxt/nuxt/pull/28131)) - **nuxt:** Consider doc `scroll-padding-top` in scrollBehavior ([#​28083](https://togithub.com/nuxt/nuxt/pull/28083)) - **nuxt:** Only warn when `useAsyncData` returns undefined ([#​28154](https://togithub.com/nuxt/nuxt/pull/28154)) - **nuxt:** Revert change to `getCachedData` null response ([d10cea11b](https://togithub.com/nuxt/nuxt/commit/d10cea11b)) - **schema:** Don't use `app/` as `srcDir` if it doesn't exist ([#​28176](https://togithub.com/nuxt/nuxt/pull/28176)) - **kit:** Normalise `serverDir` within layers using v4 compat ([#​28177](https://togithub.com/nuxt/nuxt/pull/28177)) - **nuxt:** Allow `getCachedData` to return undefined ([#​28187](https://togithub.com/nuxt/nuxt/pull/28187)) - **nuxt:** Use `addEventListener` to register cookie store listener ([#​28193](https://togithub.com/nuxt/nuxt/pull/28193)) - **nuxt:** Merge route meta properties with scanned meta ([#​28170](https://togithub.com/nuxt/nuxt/pull/28170)) - **nuxt:** Prevent duplicate `set-cookie` headers ([#​28211](https://togithub.com/nuxt/nuxt/pull/28211)) ##### 💅 Refactors - **schema,vite,webpack:** Rework `postcss` module loading ([#​27946](https://togithub.com/nuxt/nuxt/pull/27946)) - **nuxt:** Remove `_registeredComponents` from ssrContext ([#​27819](https://togithub.com/nuxt/nuxt/pull/27819)) - **nuxt:** Use `errx` to handle dev log traces ([#​28027](https://togithub.com/nuxt/nuxt/pull/28027)) ##### 📖 Documentation - Fix link ([83bd4fde9](https://togithub.com/nuxt/nuxt/commit/83bd4fde9)) - Fix Cloudflare spelling ([#​27989](https://togithub.com/nuxt/nuxt/pull/27989)) - Update example to use `nuxtApp.runWithContext` ([#​28000](https://togithub.com/nuxt/nuxt/pull/28000)) - Remove deprecated `pending` variable from data fetching docs ([#​28011](https://togithub.com/nuxt/nuxt/pull/28011)) - Clarify xrsp danger ([#​28053](https://togithub.com/nuxt/nuxt/pull/28053)) - Deprecate pending and emphasis undefined ([#​28113](https://togithub.com/nuxt/nuxt/pull/28113)) - Update phrasing in route announcer ([#​28108](https://togithub.com/nuxt/nuxt/pull/28108)) - Use code groups for install commands in module guide ([#​28094](https://togithub.com/nuxt/nuxt/pull/28094)) - Capitalize text ([#​28056](https://togithub.com/nuxt/nuxt/pull/28056)) - Mention content in upgrade guide v4 folder structure ([#​28090](https://togithub.com/nuxt/nuxt/pull/28090)) - Remove a resolved issue from view transition docs ([#​28091](https://togithub.com/nuxt/nuxt/pull/28091)) - Clarify navigateTo is not for nitro routes ([#​28092](https://togithub.com/nuxt/nuxt/pull/28092)) - Warn about nested islands ([#​28062](https://togithub.com/nuxt/nuxt/pull/28062)) - Add info about `layers/` directory ([#​28128](https://togithub.com/nuxt/nuxt/pull/28128)) - Codemods for migrating to Nuxt 4 ([#​28072](https://togithub.com/nuxt/nuxt/pull/28072)) ##### ✅ Tests - Add `typeCheck` test in minimal build ([#​28166](https://togithub.com/nuxt/nuxt/pull/28166)) ##### 🤖 CI - Run prepare step before linting docs ([f8fbefb42](https://togithub.com/nuxt/nuxt/commit/f8fbefb42)) - Run prepare step before linting docs ([d629b82b3](https://togithub.com/nuxt/nuxt/commit/d629b82b3)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - arshcodemod ([@​arshcodemod](https://togithub.com/arshcodemod)) - xjccc ([@​xjccc](https://togithub.com/xjccc)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - BoogieBen ([@​boogie-ben](https://togithub.com/boogie-ben)) - Santiago A ([@​santiagoaloi](https://togithub.com/santiagoaloi)) - Bobbie Goede ([@​BobbieGoede](https://togithub.com/BobbieGoede)) - John Tanzer ([@​moshetanzer](https://togithub.com/moshetanzer)) - Thomas ([@​ThomasWT](https://togithub.com/ThomasWT)) - [@​beer](https://togithub.com/beer) ([@​iiio2](https://togithub.com/iiio2)) - Dominic ([@​rexhent](https://togithub.com/rexhent)) - Alex Liu ([@​Mini-ghost](https://togithub.com/Mini-ghost)) - Florian Metz ([@​Timeraa](https://togithub.com/Timeraa)) - Liran Tal ([@​lirantal](https://togithub.com/lirantal)) - Daniel Kelly ([@​danielkellyio](https://togithub.com/danielkellyio)) - Daniel Flanagan ([@​FlantasticDan](https://togithub.com/FlantasticDan)) - 山吹色御守 ([@​KazariEX](https://togithub.com/KazariEX)) - izzy goldman ([@​izzygld](https://togithub.com/izzygld)) - Anthony Fu ([@​antfu](https://togithub.com/antfu))
csstools/postcss-plugins (postcss-custom-media) ### [`v10.0.8`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugins/postcss-custom-media/CHANGELOG.md#1008) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/e0403eca519a995e9af017b5edf8b8e907416f97...235abd7659839a0afca47ebba0991e9c3db1b3d1) *July 6, 2024* - Updated [`@csstools/css-tokenizer`](https://togithub.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.4.1`](https://togithub.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#241) (patch) - Updated [`@csstools/css-parser-algorithms`](https://togithub.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.7.1`](https://togithub.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#271) (patch) - Updated [`@csstools/cascade-layer-name-parser`](https://togithub.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser) to [`1.0.13`](https://togithub.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser/CHANGELOG.md#1013) (patch) - Updated [`@csstools/media-query-list-parser`](https://togithub.com/csstools/postcss-plugins/tree/main/packages/media-query-list-parser) to [`2.1.13`](https://togithub.com/csstools/postcss-plugins/tree/main/packages/media-query-list-parser/CHANGELOG.md#2113) (patch)
csstools/postcss-plugins (postcss-preset-env) ### [`v9.6.0`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#960) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/4a629e608f7398301008be1e0fabddd99ff42434...5d45f917601848f9d41f23424de4a98133e5bc2b) *July 7, 2024* - Added `@csstools/postcss-content-alt-text` [Check the plugin README](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text#readme) for usage details. - Updated [`cssdb`](https://togithub.com/csstools/cssdb) to [`8.1.0`](https://togithub.com/csstools/cssdb/blob/main/CHANGELOG.md#810-jul-7-2024) (minor) - Updated [`@csstools/postcss-progressive-custom-properties`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.3.0`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#330) (minor) - Updated [`@csstools/postcss-color-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.19`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#3019) (patch) - Updated [`@csstools/postcss-color-mix-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.19`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#2019) (patch) - Updated [`@csstools/postcss-gradients-interpolation-method`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.20`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#4020) (patch) - Updated [`@csstools/postcss-hwb-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.18`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#3018) (patch) - Updated [`@csstools/postcss-ic-unit`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`3.0.7`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#307) (patch) - Updated [`@csstools/postcss-light-dark-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`1.0.8`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#108) (patch) - Updated [`@csstools/postcss-oklab-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.19`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#3019) (patch) - Updated [`@csstools/postcss-relative-color-syntax`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.19`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#2019) (patch) - Updated [`postcss-color-functional-notation`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.14`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#6014) (patch) - Updated [`postcss-double-position-gradients`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`5.0.7`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#507) (patch) - Updated [`postcss-lab-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.19`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6019) (patch) ### [`v9.5.16`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#9516) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/2b9fd57c1f7ba9f9b87b4662173f7deb4f32a4e3...4a629e608f7398301008be1e0fabddd99ff42434) *July 6, 2024* - Added list of browsers that require a polyfill in the log output of `debug` (by [@​clarfonthey](https://togithub.com/clarfonthey)) - Updated detection for `areaHrefNeedsFixing` to exclude Edge 79 and later - Updated [`@csstools/postcss-logical-viewport-units`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.11`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#2011) (patch) - Updated [`@csstools/postcss-light-dark-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`1.0.7`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#107) (patch) - Updated [`@csstools/postcss-exponential-functions`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`1.0.9`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#109) (patch) - Updated [`@csstools/postcss-media-minmax`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`1.1.8`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#118) (patch) - Updated [`@csstools/postcss-media-queries-aspect-ratio-number-values`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values) to [`2.0.11`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md#2011) (patch) - Updated [`@csstools/postcss-stepped-value-functions`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`3.0.10`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#3010) (patch) - Updated [`@csstools/postcss-trigonometric-functions`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`3.0.10`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#3010) (patch) - Updated [`postcss-custom-media`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`10.0.8`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1008) (patch) - Updated [`postcss-custom-properties`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.12`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#13312) (patch) - Updated [`postcss-custom-selectors`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`7.1.12`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#7112) (patch) - Updated [`@csstools/postcss-color-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.18`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#3018) (patch) - Updated [`@csstools/postcss-color-mix-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.18`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#2018) (patch) - Updated [`@csstools/postcss-gamut-mapping`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping) to [`1.0.11`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#1011) (patch) - Updated [`@csstools/postcss-gradients-interpolation-method`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.19`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#4019) (patch) - Updated [`@csstools/postcss-hwb-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.17`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#3017) (patch) - Updated [`@csstools/postcss-oklab-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.18`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#3018) (patch) - Updated [`@csstools/postcss-relative-color-syntax`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.18`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#2018) (patch) - Updated [`postcss-color-functional-notation`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.13`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#6013) (patch) - Updated [`postcss-lab-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.18`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6018) (patch)
prettier/prettier (prettier) ### [`v3.3.3`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#333) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.2...3.3.3) [diff](https://togithub.com/prettier/prettier/compare/3.3.2...3.3.3) ##### Add parentheses for nullish coalescing in ternary ([#​16391](https://togithub.com/prettier/prettier/pull/16391) by [@​cdignam-segment](https://togithub.com/cdignam-segment)) This change adds clarity to operator precedence. ```js // Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.2 foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.3 foo ? (bar ?? foo) : baz; (foo ?? bar) ? a : b; a ? b : (foo ?? bar); ``` ##### Add parentheses for decorator expressions ([#​16458](https://togithub.com/prettier/prettier/pull/16458) by [@​y-schneider](https://togithub.com/y-schneider)) Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5. ```ts // Input @​(foo`tagged template`) class X {} // Prettier 3.3.2 @​foo`tagged template` class X {} // Prettier 3.3.3 @​(foo`tagged template`) class X {} ``` ##### Support `@let` declaration syntax ([#​16474](https://togithub.com/prettier/prettier/pull/16474) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) Adds support for Angular v18 `@let` declaration syntax. Please see the following code example. The `@let` declaration allows you to define local variables within the template: ```html @​let name = 'Frodo';

Dashboard for {{name}}

Hello, {{name}} ``` For more details, please refer to the excellent blog post by the Angular Team: [Introducing @​let in Angular](https://blog.angular.dev/introducing-let-in-angular-686f9f383f0f). We also appreciate the Angular Team for kindly answering our questions to implement this feature.
stylelint/stylelint (stylelint) ### [`v16.8.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1681) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.8.0...16.8.1) - Fixed: `no-duplicate-selectors` false positives with Less syntax ([#​7888](https://togithub.com/stylelint/stylelint/pull/7888)) ([@​romainmenke](https://togithub.com/romainmenke)). ### [`v16.8.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1680) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.7.0...16.8.0) - Deprecated: `github` formatter ([#​7865](https://togithub.com/stylelint/stylelint/pull/7865)) ([@​marcalexiei](https://togithub.com/marcalexiei)). - Fixed: `function-url-quotes` false positives for SCSS variables and `#`/`?` characters ([#​7874](https://togithub.com/stylelint/stylelint/pull/7874)) ([@​vimalloc](https://togithub.com/vimalloc)). - Fixed: `keyframe-selector-notation` false positives for `entry-crossing` and `exit-crossing` ([#​7859](https://togithub.com/stylelint/stylelint/pull/7859)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `no-descending-specificity` false positives for nested rules without declarations ([#​7850](https://togithub.com/stylelint/stylelint/pull/7850)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `no-duplicate-selectors` end positions ([#​7867](https://togithub.com/stylelint/stylelint/pull/7867)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `no-duplicate-selectors` false negatives for three or more duplicates ([#​7867](https://togithub.com/stylelint/stylelint/pull/7867)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-compound-selectors` error for `@nest` ([#​7875](https://togithub.com/stylelint/stylelint/pull/7875)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-pseudo-class-no-unknown` false positives for `:active-view-transition` and `:active-view-transition-type()` ([#​7868](https://togithub.com/stylelint/stylelint/pull/7868)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `selector-type-*`, `selector-max-type` and `selector-class-pattern` false positives for `` in keyframe selectors ([#​7856](https://togithub.com/stylelint/stylelint/pull/7856)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `stylelint.utils.checkAgainstRule()` regression when `reportNeedlessDisables` and `quiet` are both enabled ([#​7879](https://togithub.com/stylelint/stylelint/pull/7879)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: configuration comments within selector and value lists being ignored ([#​7839](https://togithub.com/stylelint/stylelint/pull/7839)) ([@​romainmenke](https://togithub.com/romainmenke)). ### [`v16.7.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1670) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.6.1...16.7.0) - Changed: `tap` formatter to support TAP14 ([#​7759](https://togithub.com/stylelint/stylelint/pull/7759)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Added: `url` secondary option ([#​7743](https://togithub.com/stylelint/stylelint/pull/7743)) ([@​emmacharp](https://togithub.com/emmacharp)). - Fixed: `at-rule-no-unknown` false positives for `@historical-forms` and `@font-palette-values` ([#​7774](https://togithub.com/stylelint/stylelint/pull/7774)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `at-rule-no-unknown` false positives for `@view-transition` ([#​7753](https://togithub.com/stylelint/stylelint/pull/7753)) ([@​sebdanielsson](https://togithub.com/sebdanielsson)). - Fixed: `at-rule-no-vendor-prefix` false negatives for `@-moz-document` and `@-webkit-viewport` ([#​7772](https://togithub.com/stylelint/stylelint/pull/7772)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `comment-whitespace-inside` end positions ([#​7744](https://togithub.com/stylelint/stylelint/pull/7744)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `declaration-block-no-duplicate-properties` reported ranges ([#​7758](https://togithub.com/stylelint/stylelint/pull/7758)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `declaration-block-no-redundant-longhand-properties`/`declaration-block-no-shorthand-property-overrides` false negatives for `font-variant` ([#​7734](https://togithub.com/stylelint/stylelint/pull/7734)) ([@​Bilie](https://togithub.com/Bilie)). - Fixed: `font-family-name-quotes` false negatives for `-moz-*`/`-webkit-*` keywords ([#​7777](https://togithub.com/stylelint/stylelint/pull/7777)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `font-family-no-missing-generic-family-keyword` false negatives for font families which names match a CSS3 `font-variant` keyword ([#​7823](https://togithub.com/stylelint/stylelint/pull/7823)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `function-name-case` end positions ([#​7747](https://togithub.com/stylelint/stylelint/pull/7747)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `function-no-unknown` performance by reducing file read count ([#​7801](https://togithub.com/stylelint/stylelint/pull/7801)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: `media-feature-name-no-vendor-prefix` autofix ([#​7770](https://togithub.com/stylelint/stylelint/pull/7770)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `no-invalid-double-slash-comments` reported ranges ([#​7768](https://togithub.com/stylelint/stylelint/pull/7768)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `property-no-unknown` false positives for `navigation` and miscellaneous legacy properties ([#​7764](https://togithub.com/stylelint/stylelint/pull/7764)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `quietDeprecationWarnings` to suppress `stylelint:003` warning ([#​7837](https://togithub.com/stylelint/stylelint/pull/7837)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: `selector-no-vendor-prefix` autofix ([#​7763](https://togithub.com/stylelint/stylelint/pull/7763)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `selector-not-notation` end positions when new lines are part of the selector ([#​7755](https://togithub.com/stylelint/stylelint/pull/7755)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `selector-type-case` end positions ([#​7752](https://togithub.com/stylelint/stylelint/pull/7752)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `shorthand-property-no-redundant-values` false negatives for logical properties, `overflow`, `overscroll-behavior`, `scroll-margin` and `scroll-padding` ([#​7808](https://togithub.com/stylelint/stylelint/pull/7808)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `string-no-newline` false positives for escaped multi-line ([#​7818](https://togithub.com/stylelint/stylelint/pull/7818)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `value-keyword-case` end positions ([#​7760](https://togithub.com/stylelint/stylelint/pull/7760)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `stylelint.utils.checkAgainstRule()` for Promise-based rules ([#​7821](https://togithub.com/stylelint/stylelint/pull/7821)) ([@​aaronccasanova](https://togithub.com/aaronccasanova)). - Fixed: `stylelint.utils.checkAgainstRule()` to use `result.stylelint` if present ([#​7833](https://togithub.com/stylelint/stylelint/pull/7833)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: YAML diagnostic block *end marker line* of the `tap` formatter ([#​7759](https://togithub.com/stylelint/stylelint/pull/7759)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: autofix of incorrectly implemented plugins when unscoped stylelint commands are present ([#​7733](https://togithub.com/stylelint/stylelint/pull/7733)) ([@​romainmenke](https://togithub.com/romainmenke)).

Configuration

📅 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 was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 2 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: gp-vue-boilerplate@3.0.1
npm error Found: vue@3.4.31
npm error node_modules/vue
npm error   peer vue@">=3" from @iconify/vue@4.1.2
npm error   node_modules/@iconify/vue
npm error     @iconify/vue@"^4.1.1" from nuxt-icon@0.6.10
npm error     node_modules/nuxt-icon
npm error       nuxt-icon@"^0.6.10" from nuxt-og-image@3.0.0-rc.54
npm error       node_modules/nuxt-og-image
npm error       1 more (nuxt-simple-robots)
npm error   peer vue@"^3.3.4" from @nuxt/vite-builder@3.12.3
npm error   node_modules/@nuxt/vite-builder
npm error   18 more (@unhead/vue, @vitejs/plugin-vue, ...)
npm error
npm error Could not resolve dependency:
npm error pinia@"2.2.0" from the root project
npm error
npm error Conflicting peer dependency: vue@2.6.14
npm error node_modules/vue
npm error   peer vue@">= 2.5 < 2.7" from @vue/composition-api@1.7.2
npm error   node_modules/@vue/composition-api
npm error     peerOptional @vue/composition-api@"^1.4.0" from pinia@2.2.0
npm error     node_modules/pinia
npm error       pinia@"2.2.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-07-30T09_44_47_508Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-07-30T09_44_47_508Z-debug-0.log
github-actions[bot] commented 2 months ago

:tada: This issue has been resolved in version 3.0.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: