evebrnd / eps

Project carried out as part of the EPS semester at Oslo Metropolitan University. This is an educational site that aims to raise awareness on smart home devices' privacy and transparency
https://evebrnd.github.io/eps/
MIT License
1 stars 0 forks source link

fix(deps): update all non-major dependencies #72

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ant-design/icons (source) 5.3.7 -> 5.5.1 age adoption passing confidence
@heroicons/react 2.1.3 -> 2.1.5 age adoption passing confidence
@radix-ui/react-accordion (source) 1.1.2 -> 1.2.0 age adoption passing confidence
@radix-ui/react-dialog (source) 1.0.5 -> 1.1.1 age adoption passing confidence
@radix-ui/react-dropdown-menu (source) 2.0.6 -> 2.1.1 age adoption passing confidence
@radix-ui/react-navigation-menu (source) 1.1.4 -> 1.2.0 age adoption passing confidence
@radix-ui/react-slot (source) 1.0.2 -> 1.1.0 age adoption passing confidence
@types/node (source) 20.12.12 -> 20.16.10 age adoption passing confidence
@types/react (source) 18.3.2 -> 18.3.10 age adoption passing confidence
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence
embla-carousel-react (source) 8.0.1 -> 8.3.0 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
eslint-config-next (source) 14.2.3 -> 14.2.13 age adoption passing confidence
lucide-react (source) 0.378.0 -> 0.446.0 age adoption passing confidence
next (source) 14.2.10 -> 14.2.13 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.47 age adoption passing confidence
sharp (source, changelog) 0.33.3 -> 0.33.5 age adoption passing confidence
tailwind-merge 2.3.0 -> 2.5.2 age adoption passing confidence
tailwindcss (source) 3.4.3 -> 3.4.13 age adoption passing confidence
typescript (source) 5.4.5 -> 5.6.2 age adoption passing confidence

Release Notes

ant-design/ant-design-icons (@​ant-design/icons) ### [`v5.4.0`](https://redirect.github.com/ant-design/ant-design-icons/compare/225d4d2189720ee3b7e4a4d7a6d80e076fa15cbc...225d4d2189720ee3b7e4a4d7a6d80e076fa15cbc) [Compare Source](https://redirect.github.com/ant-design/ant-design-icons/compare/225d4d2189720ee3b7e4a4d7a6d80e076fa15cbc...225d4d2189720ee3b7e4a4d7a6d80e076fa15cbc)
tailwindlabs/heroicons (@​heroicons/react) ### [`v2.1.5`](https://redirect.github.com/tailwindlabs/heroicons/blob/HEAD/CHANGELOG.md#215---2024-07-10) [Compare Source](https://redirect.github.com/tailwindlabs/heroicons/compare/v2.1.4...v2.1.5) ##### Added - Add new icons (`arrow-turn-*`, `bold`, `calendar-date-range`, `divide`, `document-currency-*`, `equals`, `h1`, `h2`, `h3`, `italic`, `link-slash`, `numbered-list`, `percent-badge`, `slash`, `strikethrough`, `underline`) ### [`v2.1.4`](https://redirect.github.com/tailwindlabs/heroicons/blob/HEAD/CHANGELOG.md#214---2024-06-17) [Compare Source](https://redirect.github.com/tailwindlabs/heroicons/compare/v2.1.3...v2.1.4) ##### Fixed - Improve tree-shakability of React package ([#​1192](https://redirect.github.com/tailwindlabs/heroicons/pull/1192))
radix-ui/primitives (@​radix-ui/react-dialog) ### [`v1.1.1`](https://redirect.github.com/radix-ui/primitives/compare/704069ee4c40c3b6f342c104dff5ad873ee39c43...6b40728c55c9d8dd86b74b85c8342c383f280a29) [Compare Source](https://redirect.github.com/radix-ui/primitives/compare/704069ee4c40c3b6f342c104dff5ad873ee39c43...6b40728c55c9d8dd86b74b85c8342c383f280a29)
postcss/autoprefixer (autoprefixer) ### [`v10.4.20`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10420) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.19...10.4.20) - Fixed `fit-content` prefix for Firefox.
davidjerleke/embla-carousel (embla-carousel-react) ### [`v8.3.0`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.3.0) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.2.1...v8.3.0) Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) #### What's Changed - \[Feat]: Upgrade deprecated Node version for GitHub actions by [@​davidjerleke](https://redirect.github.com/davidjerleke) in [https://github.com/davidjerleke/embla-carousel/pull/999](https://redirect.github.com/davidjerleke/embla-carousel/pull/999) - \[Feat]: Adding updated `onemblaInit` naming for Svelte 5 by [@​S1r-Lanzelot](https://redirect.github.com/S1r-Lanzelot) in [#​992](https://redirect.github.com/davidjerleke/embla-carousel/issues/992) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.2.1...v8.3.0 ### [`v8.2.1`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.2.1) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.2.0...v8.2.1) #### Sponsor Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) #### What's Changed - \[Bug]: `useEmblaCarousel` initializes Embla with stale options in certain cases by [@​lesha1201](https://redirect.github.com/lesha1201) in [https://github.com/davidjerleke/embla-carousel/pull/981](https://redirect.github.com/davidjerleke/embla-carousel/pull/981) #### New Contributors - [@​lesha1201](https://redirect.github.com/lesha1201) made their first contribution in [https://github.com/davidjerleke/embla-carousel/pull/981](https://redirect.github.com/davidjerleke/embla-carousel/pull/981) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.2.0...v8.2.1 ### [`v8.2.0`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.2.0) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.1.8...v8.2.0) #### Sponsor Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) #### What's Changed - \[Feat]: watchFocus option by [@​S-Shingler](https://redirect.github.com/S-Shingler) in [https://github.com/davidjerleke/embla-carousel/pull/937](https://redirect.github.com/davidjerleke/embla-carousel/pull/937) #### New Contributors - [@​S-Shingler](https://redirect.github.com/S-Shingler) made their first contribution in [https://github.com/davidjerleke/embla-carousel/pull/937](https://redirect.github.com/davidjerleke/embla-carousel/pull/937) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.1.8...v8.2.0 ### [`v8.1.8`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.1.8) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.1.7...v8.1.8) #### Sponsor Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) #### What's Changed - fix(react): export EmblaViewportRefType from bundle by [@​junlarsen](https://redirect.github.com/junlarsen) in [https://github.com/davidjerleke/embla-carousel/pull/947](https://redirect.github.com/davidjerleke/embla-carousel/pull/947) - \[Bug]: Jitter on resize when not on first image by [@​davidjerleke](https://redirect.github.com/davidjerleke) in [https://github.com/davidjerleke/embla-carousel/pull/961](https://redirect.github.com/davidjerleke/embla-carousel/pull/961) #### New Contributors - [@​junlarsen](https://redirect.github.com/junlarsen) made their first contribution in [https://github.com/davidjerleke/embla-carousel/pull/947](https://redirect.github.com/davidjerleke/embla-carousel/pull/947) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.1.7...v8.1.8 ### [`v8.1.7`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.1.7) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.1.6...v8.1.7) #### Sponsor Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) #### What's Changed - refactor(vue): optimize reactivity handling and reduce bundle size by [@​negezor](https://redirect.github.com/negezor) in [https://github.com/davidjerleke/embla-carousel/pull/929](https://redirect.github.com/davidjerleke/embla-carousel/pull/929) - \[Bug]: Add interpolation to fixed time step to improve animation smoothness by [@​davidjerleke](https://redirect.github.com/davidjerleke) in [https://github.com/davidjerleke/embla-carousel/pull/933](https://redirect.github.com/davidjerleke/embla-carousel/pull/933) #### New Contributors - [@​negezor](https://redirect.github.com/negezor) made their first contribution in [https://github.com/davidjerleke/embla-carousel/pull/929](https://redirect.github.com/davidjerleke/embla-carousel/pull/929) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.1.6...v8.1.7 ### [`v8.1.6`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.1.6) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.1.5...v8.1.6) #### Sponsor Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) #### What's Changed - \[Feat]: Introduce Redux to docs by [@​davidjerleke](https://redirect.github.com/davidjerleke) in [https://github.com/davidjerleke/embla-carousel/pull/917](https://redirect.github.com/davidjerleke/embla-carousel/pull/917) - \[Feat]: Remove animation offset location by [@​davidjerleke](https://redirect.github.com/davidjerleke) in [https://github.com/davidjerleke/embla-carousel/pull/926](https://redirect.github.com/davidjerleke/embla-carousel/pull/926) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.1.5...v8.1.6 ### [`v8.1.5`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.1.5) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.1.4...v8.1.5) #### Sponsor Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) #### What's Changed - \[Bug]: Add nodenext compatibility for ESM imports by [@​davidjerleke](https://redirect.github.com/davidjerleke) in [https://github.com/davidjerleke/embla-carousel/pull/912](https://redirect.github.com/davidjerleke/embla-carousel/pull/912) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.1.4...v8.1.5 ### [`v8.1.4`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.1.4) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.1.3...v8.1.4) #### Sponsor Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) #### What's Changed - \[Bug]: Slide hanging if overdragged/scrolled by [@​davidjerleke](https://redirect.github.com/davidjerleke) in [https://github.com/davidjerleke/embla-carousel/pull/883](https://redirect.github.com/davidjerleke/embla-carousel/pull/883) - \[Feat]: Add TypeScript moduleResolution: bundler support by [@​davidjerleke](https://redirect.github.com/davidjerleke) in [https://github.com/davidjerleke/embla-carousel/pull/901](https://redirect.github.com/davidjerleke/embla-carousel/pull/901) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.1.3...v8.1.4 ### [`v8.1.3`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.1.3) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.1.2...v8.1.3) #### Sponsor Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) #### 💫 Special release! After suffering a terrible fate descending into the depths of the dark stale issues underworld for more than 4 years, it seemed all hope was lost for the fade issue. No one expected that it would survive the unforgiving hellish landscape, defy death and escape the underworld like Kratos. ##### Behold, the God of Fade 😂! ![Kratos_PS4](https://redirect.github.com/davidjerleke/embla-carousel/assets/11529148/6e45e407-f131-41ec-a1d3-b2ab28bf8f34) #### What's Changed - \[Bug]: Fade plugin has wrong peer dependency version by [@​davidjerleke](https://redirect.github.com/davidjerleke) in [https://github.com/davidjerleke/embla-carousel/pull/885](https://redirect.github.com/davidjerleke/embla-carousel/pull/885) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.1.2...v8.1.3 ### [`v8.1.2`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.1.2) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.1.1...v8.1.2) ##### Sponsor Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) ##### What's Changed - \[Bug]: Image disperses after window resize by [@​davidjerleke](https://redirect.github.com/davidjerleke) in [https://github.com/davidjerleke/embla-carousel/pull/882](https://redirect.github.com/davidjerleke/embla-carousel/pull/882) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.1.1...v8.1.2 ### [`v8.1.1`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.1.1) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.1.0...v8.1.1) #### Sponsor Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) #### What's Changed - chore(docs): fix missing sandbox dependency and add vanilla examples by [@​meirroth](https://redirect.github.com/meirroth) in [https://github.com/davidjerleke/embla-carousel/pull/878](https://redirect.github.com/davidjerleke/embla-carousel/pull/878) - \[Feat]: Fade in pairs by [@​davidjerleke](https://redirect.github.com/davidjerleke) in [https://github.com/davidjerleke/embla-carousel/pull/880](https://redirect.github.com/davidjerleke/embla-carousel/pull/880) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.1.0...v8.1.1 ### [`v8.1.0`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.1.0) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.0.4...v8.1.0) #### Sponsor Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) #### What's Changed - \[Feat]: Add a fade plugin by [@​davidjerleke](https://redirect.github.com/davidjerleke) in [https://github.com/davidjerleke/embla-carousel/pull/871](https://redirect.github.com/davidjerleke/embla-carousel/pull/871) - \[Feat]: Add slideFocus event by [@​davidjerleke](https://redirect.github.com/davidjerleke) in [https://github.com/davidjerleke/embla-carousel/pull/875](https://redirect.github.com/davidjerleke/embla-carousel/pull/875) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.0.4...v8.1.0 ### [`v8.0.4`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.0.4) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.0.3...v8.0.4) #### Sponsor Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) #### What's Changed - \[Feat]: Add robust pinch zoom support by [@​realwagyu](https://redirect.github.com/realwagyu) in [https://github.com/davidjerleke/embla-carousel/pull/830](https://redirect.github.com/davidjerleke/embla-carousel/pull/830) #### New Contributors - [@​realwagyu](https://redirect.github.com/realwagyu) made their first contribution in [https://github.com/davidjerleke/embla-carousel/pull/830](https://redirect.github.com/davidjerleke/embla-carousel/pull/830) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.0.3...v8.0.4 ### [`v8.0.3`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.0.3) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.0.2...v8.0.3) #### Sponsor Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here: - [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke) #### What's Changed - chore(docs): note about Vue 2 support by [@​meirroth](https://redirect.github.com/meirroth) in [https://github.com/davidjerleke/embla-carousel/pull/844](https://redirect.github.com/davidjerleke/embla-carousel/pull/844) - chore(docs): note about reactive options by [@​meirroth](https://redirect.github.com/meirroth) in [https://github.com/davidjerleke/embla-carousel/pull/836](https://redirect.github.com/davidjerleke/embla-carousel/pull/836) #### New Contributors - [@​meirroth](https://redirect.github.com/meirroth) made their first contribution in [https://github.com/davidjerleke/embla-carousel/pull/844](https://redirect.github.com/davidjerleke/embla-carousel/pull/844) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.0.2...v8.0.3 ### [`v8.0.2`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.0.2) [Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.0.1...v8.0.2) #### Donations Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project, please consider: - [One-off donation via PayPal](https://www.paypal.com/paypalme/davidjerleke) - [One-off/monthly donations via Ko-fi](https://ko-fi.com/davidjerleke) *** #### What's Changed - \[Bug]: Render when slides are wider than view size by [@​tolu-fuelled](https://redirect.github.com/tolu-fuelled) in [https://github.com/davidjerleke/embla-carousel/pull/805](https://redirect.github.com/davidjerleke/embla-carousel/pull/805) #### New Contributors - [@​tolu-fuelled](https://redirect.github.com/tolu-fuelled) made their first contribution in [https://github.com/davidjerleke/embla-carousel/pull/805](https://redirect.github.com/davidjerleke/embla-carousel/pull/805) **Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.0.1...v8.0.2
eslint/eslint (eslint) ### [`v8.57.1`](https://redirect.github.com/eslint/eslint/compare/v8.57.0...5b9414c501c58bfa85f41f96f821973c41e8ae74) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v8.57.0...v8.57.1)
vercel/next.js (eslint-config-next) ### [`v14.2.13`](https://redirect.github.com/vercel/next.js/compare/v14.2.12...f550237aa564bd59bfef7462350ac6c502f0206d) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.12...v14.2.13) ### [`v14.2.12`](https://redirect.github.com/vercel/next.js/compare/v14.2.11...v14.2.12) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.11...v14.2.12) ### [`v14.2.11`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.11) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.10...v14.2.11) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - fix: correct metadata url suffix ([https://github.com/vercel/next.js/pull/69959](https://redirect.github.com/vercel/next.js/pull/69959)) - fix: setting assetPrefix to URL format breaks HMR ([#​70040](https://redirect.github.com/vercel/next.js/issues/70040)) - Update revalidateTag to batch tags in one request ([#​65296](https://redirect.github.com/vercel/next.js/issues/65296)) ##### Credits Huge thanks to [@​huozhi](https://redirect.github.com/huozhi), [@​devjiwonchoi](https://redirect.github.com/devjiwonchoi), and [@​ijjk](https://redirect.github.com/ijjk) for helping! ### [`v14.2.10`](https://redirect.github.com/vercel/next.js/compare/v14.2.9...v14.2.10) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.9...v14.2.10) ### [`v14.2.9`](https://redirect.github.com/vercel/next.js/compare/v14.2.8...v14.2.9) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.8...v14.2.9) ### [`v14.2.8`](https://redirect.github.com/vercel/next.js/compare/v14.2.7...v14.2.8) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.7...v14.2.8) ### [`v14.2.7`](https://redirect.github.com/vercel/next.js/compare/v14.2.6...v14.2.7) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.6...v14.2.7) ### [`v14.2.6`](https://redirect.github.com/vercel/next.js/compare/v14.2.5...v14.2.6) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.5...v14.2.6) ### [`v14.2.5`](https://redirect.github.com/vercel/next.js/compare/v14.2.4...v14.2.5) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.4...v14.2.5) ### [`v14.2.4`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.4) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.3...v14.2.4) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - fix: ensure route handlers properly track dynamic access ([#​66446](https://redirect.github.com/vercel/next.js/issues/66446)) - fix NextRequest proxy in edge runtime ([#​66551](https://redirect.github.com/vercel/next.js/issues/66551)) - Fix next/dynamic with babel and src dir ([#​65177](https://redirect.github.com/vercel/next.js/issues/65177)) - Use vercel deployment url for metadataBase fallbacks ([#​65089](https://redirect.github.com/vercel/next.js/issues/65089)) - fix(next/image): detect react@19 for fetchPriority prop ([#​65235](https://redirect.github.com/vercel/next.js/issues/65235)) - Fix loading navigation with metadata and prefetch ([#​66447](https://redirect.github.com/vercel/next.js/issues/66447)) - prevent duplicate RSC fetch when action redirects ([#​66620](https://redirect.github.com/vercel/next.js/issues/66620)) - ensure router cache updates reference the latest cache values ([#​66681](https://redirect.github.com/vercel/next.js/issues/66681)) - Prevent append of trailing slash in cases where path ends with a file extension ([#​66636](https://redirect.github.com/vercel/next.js/issues/66636)) - Fix inconsistency with 404 getStaticProps cache-control ([#​66674](https://redirect.github.com/vercel/next.js/issues/66674)) - Use addDependency to track metadata route file changes ([#​66714](https://redirect.github.com/vercel/next.js/issues/66714)) - Add timeout/retry handling for fetch cache ([#​66652](https://redirect.github.com/vercel/next.js/issues/66652)) - fix: app-router prefetch crash when an invalid URL is passed to Link ([#​66755](https://redirect.github.com/vercel/next.js/issues/66755)) ##### Credits Huge thanks to [@​ztanner](https://redirect.github.com/ztanner), [@​ijjk](https://redirect.github.com/ijjk), [@​wbinnssmith](https://redirect.github.com/wbinnssmith), [@​huozhi](https://redirect.github.com/huozhi), and [@​lubieowoce](https://redirect.github.com/lubieowoce) for helping!
lucide-icons/lucide (lucide-react) ### [`v0.446.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.446.0): New icons 0.446.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.445.0...0.446.0) #### New icons 🎨 - `file-user` ([#​2457](https://redirect.github.com/lucide-icons/lucide/issues/2457)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.445.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.445.0): New icons 0.445.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.444.0...0.445.0) #### New icons 🎨 - `briefcase-conveyor-belt` ([#​2431](https://redirect.github.com/lucide-icons/lucide/issues/2431)) by [@​jguddas](https://redirect.github.com/jguddas) - `message-square-lock` ([#​2430](https://redirect.github.com/lucide-icons/lucide/issues/2430)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.444.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.444.0): New icons 0.444.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.443.0...0.444.0) #### Modified Icons 🔨 - `loader-pinwheel` ([#​2470](https://redirect.github.com/lucide-icons/lucide/issues/2470)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.443.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.443.0): New icons 0.443.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.442.0...0.443.0) #### Modified Icons 🔨 - `circle-stop` ([#​2479](https://redirect.github.com/lucide-icons/lucide/issues/2479)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.442.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.442.0): New icons 0.442.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.441.0...0.442.0) #### Modified Icons 🔨 - `messages-square` ([#​2429](https://redirect.github.com/lucide-icons/lucide/issues/2429)) by [@​jguddas](https://redirect.github.com/jguddas) - `octagon-pause` ([#​2485](https://redirect.github.com/lucide-icons/lucide/issues/2485)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.441.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.441.0): New icons 0.441.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.440.0...0.441.0) #### New icons 🎨 - `clock-alert` ([#​2401](https://redirect.github.com/lucide-icons/lucide/issues/2401)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.440.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.440.0): New icons 0.440.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.439.0...0.440.0) #### New icons 🎨 - `headphone-off` ([#​2445](https://redirect.github.com/lucide-icons/lucide/issues/2445)) by [@​Need-an-AwP](https://redirect.github.com/Need-an-AwP) #### Modified Icons 🔨 - `book-open-check` ([#​2358](https://redirect.github.com/lucide-icons/lucide/issues/2358)) by [@​jguddas](https://redirect.github.com/jguddas) - `book-open-text` ([#​2358](https://redirect.github.com/lucide-icons/lucide/issues/2358)) by [@​jguddas](https://redirect.github.com/jguddas) - `book-open` ([#​2358](https://redirect.github.com/lucide-icons/lucide/issues/2358)) by [@​jguddas](https://redirect.github.com/jguddas) - `caravan` ([#​2423](https://redirect.github.com/lucide-icons/lucide/issues/2423)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.439.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.439.0): New icons 0.439.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.438.0...0.439.0) #### New icons 🎨 - `grid-2x2-plus` ([#​2362](https://redirect.github.com/lucide-icons/lucide/issues/2362)) by [@​jguddas](https://redirect.github.com/jguddas) #### Modified Icons 🔨 - `combine` ([#​2424](https://redirect.github.com/lucide-icons/lucide/issues/2424)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.438.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.438.0): New icons 0.438.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.437.0...0.438.0) #### New icons 🎨 - `octagon-minus` ([#​2408](https://redirect.github.com/lucide-icons/lucide/issues/2408)) by [@​jguddas](https://redirect.github.com/jguddas) #### Modified Icons 🔨 - `battery-warning` ([#​2422](https://redirect.github.com/lucide-icons/lucide/issues/2422)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.437.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.437.0): New icons 0.437.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.436.0...0.437.0) #### Modified Icons 🔨 - `send-horizontal` ([#​2346](https://redirect.github.com/lucide-icons/lucide/issues/2346)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `send` ([#​2346](https://redirect.github.com/lucide-icons/lucide/issues/2346)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) ### [`v0.436.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.436.0): New icons 0.436.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.435.0...0.436.0) #### Modified Icons 🔨 - `backpack` ([#​2406](https://redirect.github.com/lucide-icons/lucide/issues/2406)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.435.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.435.0): New icons 0.435.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.434.0...0.435.0) #### Modified Icons 🔨 - `milestone` ([#​2281](https://redirect.github.com/lucide-icons/lucide/issues/2281)) by [@​jguddas](https://redirect.github.com/jguddas) - `signpost` ([#​2281](https://redirect.github.com/lucide-icons/lucide/issues/2281)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.434.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.434.0): New icons 0.434.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.433.0...0.434.0) #### New icons 🎨 - `volume-off` ([#​2378](https://redirect.github.com/lucide-icons/lucide/issues/2378)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) #### Modified Icons 🔨 - `file-volume` ([#​2378](https://redirect.github.com/lucide-icons/lucide/issues/2378)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `volume-1` ([#​2378](https://redirect.github.com/lucide-icons/lucide/issues/2378)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `volume-2` ([#​2378](https://redirect.github.com/lucide-icons/lucide/issues/2378)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `volume-x` ([#​2378](https://redirect.github.com/lucide-icons/lucide/issues/2378)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `volume` ([#​2378](https://redirect.github.com/lucide-icons/lucide/issues/2378)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) ### [`v0.433.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.433.0): New icons 0.433.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.432.0...0.433.0) #### New icons 🎨 - `trending-up-down` ([#​2372](https://redirect.github.com/lucide-icons/lucide/issues/2372)) by [@​Alportan](https://redirect.github.com/Alportan) #### Fixes Lucide Solid - Fixed compilation issues when starting up Vite Dev server by [@​ericfennis](https://redirect.github.com/ericfennis) in [https://github.com/lucide-icons/lucide/pull/2375](https://redirect.github.com/lucide-icons/lucide/pull/2375) ### [`v0.432.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.432.0): New icons 0.432.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.429.0...0.432.0) #### New icons 🎨 - `chart-gantt` ([#​2392](https://redirect.github.com/lucide-icons/lucide/issues/2392)) by [@​jguddas](https://redirect.github.com/jguddas) #### Modified Icons 🔨 - `contact-round` ([#​2391](https://redirect.github.com/lucide-icons/lucide/issues/2391)) by [@​jguddas](https://redirect.github.com/jguddas) - `contact` ([#​2391](https://redirect.github.com/lucide-icons/lucide/issues/2391)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.429.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.429.0): New icons 0.429.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.428.0...0.429.0) #### Modified Icons 🔨 - `message-square-dashed` ([#​2374](https://redirect.github.com/lucide-icons/lucide/issues/2374)) by [@​jguddas](https://redirect.github.com/jguddas) - `stethoscope` ([#​2379](https://redirect.github.com/lucide-icons/lucide/issues/2379)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) ### [`v0.428.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.428.0): New icons 0.428.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.427.0...0.428.0) #### New icons 🎨 - `tickets-plane` ([#​2196](https://redirect.github.com/lucide-icons/lucide/issues/2196)) by [@​jguddas](https://redirect.github.com/jguddas) #### Modified Icons 🔨 - `folder-search` ([#​2354](https://redirect.github.com/lucide-icons/lucide/issues/2354)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.427.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.427.0): New icons 0.427.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.426.0...0.427.0) #### New icons 🎨 - `binoculars` ([#​2207](https://redirect.github.com/lucide-icons/lucide/issues/2207)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `tickets` ([#​2335](https://redirect.github.com/lucide-icons/lucide/issues/2335)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.426.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.426.0): New icons 0.426.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.425.0...0.426.0) #### New icons 🎨 - `chevrons-left-right-ellipsis` ([#​2120](https://redirect.github.com/lucide-icons/lucide/issues/2120)) by [@​ericfennis](https://redirect.github.com/ericfennis) - `ethernet-port` ([#​2120](https://redirect.github.com/lucide-icons/lucide/issues/2120)) by [@​ericfennis](https://redirect.github.com/ericfennis) #### Modified Icons 🔨 - `cigarette-off` ([#​2282](https://redirect.github.com/lucide-icons/lucide/issues/2282)) by [@​jguddas](https://redirect.github.com/jguddas) - `cigarette` ([#​2282](https://redirect.github.com/lucide-icons/lucide/issues/2282)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.425.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.425.0): New icons 0.425.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.424.0...0.425.0) #### New icons 🎨 - `bandage` ([#​2341](https://redirect.github.com/lucide-icons/lucide/issues/2341)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `table-of-contents` ([#​2348](https://redirect.github.com/lucide-icons/lucide/issues/2348)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) #### Modified Icons 🔨 - `mouse-pointer-2` ([#​2350](https://redirect.github.com/lucide-icons/lucide/issues/2350)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `mouse-pointer-ban` ([#​2350](https://redirect.github.com/lucide-icons/lucide/issues/2350)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `mouse-pointer-click` ([#​2350](https://redirect.github.com/lucide-icons/lucide/issues/2350)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `mouse-pointer` ([#​2350](https://redirect.github.com/lucide-icons/lucide/issues/2350)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `square-dashed-mouse-pointer` ([#​2350](https://redirect.github.com/lucide-icons/lucide/issues/2350)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `square-mouse-pointer` ([#​2350](https://redirect.github.com/lucide-icons/lucide/issues/2350)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) ### [`v0.424.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.424.0): New icons 0.424.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.423.0...0.424.0) #### New icons 🎨 - `map-pin-house` ([#​2337](https://redirect.github.com/lucide-icons/lucide/issues/2337)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) #### Modified Icons 🔨 - `replace-all` ([#​2333](https://redirect.github.com/lucide-icons/lucide/issues/2333)) by [@​jguddas](https://redirect.github.com/jguddas) - `replace` ([#​2333](https://redirect.github.com/lucide-icons/lucide/issues/2333)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.423.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.423.0): New icons 0.423.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.422.0...0.423.0) #### New icons 🎨 - `amphora` ([#​1926](https://redirect.github.com/lucide-icons/lucide/issues/1926)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) ### [`v0.422.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.422.0): New icons 0.422.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.421.0...0.422.0) #### Modified Icons 🔨 - `skull` ([#​2197](https://redirect.github.com/lucide-icons/lucide/issues/2197)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.421.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.421.0): New icons 0.421.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.420.0...0.421.0) #### New icons 🎨 - `microchip` ([#​1982](https://redirect.github.com/lucide-icons/lucide/issues/1982)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) #### Modified Icons 🔨 - `circle-check-big` ([#​2330](https://redirect.github.com/lucide-icons/lucide/issues/2330)) by [@​jguddas](https://redirect.github.com/jguddas) - `cloud-download` ([#​2355](https://redirect.github.com/lucide-icons/lucide/issues/2355)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `pentagon` ([#​1918](https://redirect.github.com/lucide-icons/lucide/issues/1918)) by [@​jguddas](https://redirect.github.com/jguddas) - `square-check-big` ([#​2331](https://redirect.github.com/lucide-icons/lucide/issues/2331)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.420.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.420.0): New icons 0.420.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.419.0...0.420.0) #### New icons 🎨 - `omega` ([#​2347](https://redirect.github.com/lucide-icons/lucide/issues/2347)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) #### Modified Icons 🔨 - `calendar-search` ([#​2351](https://redirect.github.com/lucide-icons/lucide/issues/2351)) by [@​jguddas](https://redirect.github.com/jguddas) - `cloud-upload` ([#​2352](https://redirect.github.com/lucide-icons/lucide/issues/2352)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.419.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.419.0): New icons 0.419.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.418.0...0.419.0) #### New icons 🎨 - `circle-fading-arrow-up` ([#​2287](https://redirect.github.com/lucide-icons/lucide/issues/2287)) by [@​mosch](https://redirect.github.com/mosch) ### [`v0.418.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.418.0): New icons 0.418.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.417.0...0.418.0) #### New icons 🎨 - `id-card` ([#​1296](https://redirect.github.com/lucide-icons/lucide/issues/1296)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.417.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.417.0): New icons 0.417.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.416.0...0.417.0) #### Modified Icons 🔨 - `chart-column-increasing` ([#​2334](https://redirect.github.com/lucide-icons/lucide/issues/2334)) by [@​jguddas](https://redirect.github.com/jguddas) ### [`v0.416.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.416.0): New icons 0.416.0 [Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.415.0...0.416.0) #### New icons 🎨 - `map-pin-check-inside` ([#​2301](https://redirect.github.com/lucide-icons/lucide/issues/2301)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `map-pin-check` ([#​2301](https://redirect.github.com/lucide-icons/lucide/issues/2301)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `map-pin-minus-inside` ([#​2301](https://redirect.github.com/lucide-icons/lucide/issues/2301)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `map-pin-minus` ([#​2301](https://redirect.github.com/lucide-icons/lucide/issues/2301)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `map-pin-plus-inside` ([#​2301](https://redirect.github.com/lucide-icons/lucide/issues/2301)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `map-pin-plus` ([#​2301](https://redirect.github.com/lucide-icons/lucide/issues/2301)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `map-pin-x-inside` ([#​2301](https://redirect.github.com/lucide-icons/lucide/issues/2301)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `map-pin-x` ([#​2301](https://redirect.github.com/lucide-icons/lucide/issues/2301)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) #### Modified Icons 🔨 - `map-pin-off` ([#​2301](https://redirect.github.com/lucide-icons/lucide/issues/2301)) by [@​karsa-mistmere](https://redirect.github.com/karsa-mistmere) - `map-pin` ([#​2301](https://redirect.githu

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.