Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies (#55)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier) | [`5.1.0` -> `5.1.2`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.1.0/5.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-prettier/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-prettier/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-prettier/5.1.0/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-prettier/5.1.0/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [lucide-react](https://lucide.dev) ([source](https://togithub.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react)) | [`^0.299.0` -> `^0.301.0`](https://renovatebot.com/diffs/npm/lucide-react/0.299.0/0.301.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lucide-react/0.301.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lucide-react/0.301.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lucide-react/0.299.0/0.301.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lucide-react/0.299.0/0.301.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [shadcn-ui](https://togithub.com/shadcn/ui) ([source](https://togithub.com/shadcn/ui/tree/HEAD/packages/cli)) | [`^0.4.1` -> `^0.5.0`](https://renovatebot.com/diffs/npm/shadcn-ui/0.4.1/0.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/shadcn-ui/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/shadcn-ui/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/shadcn-ui/0.4.1/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/shadcn-ui/0.4.1/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [tailwind-merge](https://togithub.com/dcastil/tailwind-merge) | [`^2.1.0` -> `^2.2.0`](https://renovatebot.com/diffs/npm/tailwind-merge/2.1.0/2.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tailwind-merge/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tailwind-merge/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tailwind-merge/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tailwind-merge/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prettier/eslint-plugin-prettier (eslint-plugin-prettier)</summary> ### [`v5.1.2`](https://togithub.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#512) [Compare Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v5.1.1...v5.1.2) ##### Patch Changes - [#​623](https://togithub.com/prettier/eslint-plugin-prettier/pull/623) [`8210e44`](https://togithub.com/prettier/eslint-plugin-prettier/commit/8210e44309b168c7c06185eae8249b2d0eb65815) Thanks [@​BPScott](https://togithub.com/BPScott)! - Add exports mapping to package.json, to allow `import eslintPluginRecommended from 'eslint-plugin-prettier/recommended'` to work as expected. Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days. - [#​621](https://togithub.com/prettier/eslint-plugin-prettier/pull/621) [`2b09e7f`](https://togithub.com/prettier/eslint-plugin-prettier/commit/2b09e7fc64f38297c8ca39d087dba1f122ef999c) Thanks [@​JounQin](https://togithub.com/JounQin)! - feat: support parsing `markdown` via `eslint-mdx` natively ### [`v5.1.1`](https://togithub.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#511) [Compare Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v5.1.0...v5.1.1) ##### Patch Changes - [#​619](https://togithub.com/prettier/eslint-plugin-prettier/pull/619) [`b5c0dc5`](https://togithub.com/prettier/eslint-plugin-prettier/commit/b5c0dc5715616a0f2a0da8b8c077434efc618a3e) Thanks [@​JounQin](https://togithub.com/JounQin)! - chore: skip formatting inline scripts in pug files </details> <details> <summary>lucide-icons/lucide (lucide-react)</summary> ### [`v0.301.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.301.0): New icons 0.301.0 [Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.300.0...0.301.0) #### New icons 🎨 - `a-arrow-down` ([#​1222](https://togithub.com/lucide-icons/lucide/issues/1222)) by [@​it-is-not](https://togithub.com/it-is-not) - `a-arrow-up` ([#​1222](https://togithub.com/lucide-icons/lucide/issues/1222)) by [@​it-is-not](https://togithub.com/it-is-not) - `a-large-small` ([#​1222](https://togithub.com/lucide-icons/lucide/issues/1222)) by [@​it-is-not](https://togithub.com/it-is-not) #### Modified Icons 🔨 - `gavel` ([#​1744](https://togithub.com/lucide-icons/lucide/issues/1744)) by [@​jguddas](https://togithub.com/jguddas) ### [`v0.300.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.300.0): New icons 0.300.0 [Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.299.0...0.300.0) #### New icons 🎨 - `cooking-pot` ([#​1737](https://togithub.com/lucide-icons/lucide/issues/1737)) by [@​ericfennis](https://togithub.com/ericfennis) </details> <details> <summary>shadcn/ui (shadcn-ui)</summary> ### [`v0.5.0`](https://togithub.com/shadcn/ui/blob/HEAD/packages/cli/CHANGELOG.md#050) [Compare Source](https://togithub.com/shadcn/ui/compare/shadcn-ui@0.4.1...shadcn-ui@0.5.0) ##### Minor Changes - [#​770](https://togithub.com/shadcn-ui/ui/pull/770) [`4fb98d5`](https://togithub.com/shadcn-ui/ui/commit/4fb98d520f2322f59bf2ae0bbbee706760df48a2) Thanks [@​Bekacru](https://togithub.com/Bekacru)! - add support for custom tailwind prefix - [#​1247](https://togithub.com/shadcn-ui/ui/pull/1247) [`4ec8a67`](https://togithub.com/shadcn-ui/ui/commit/4ec8a67dab94d0c2bcda2396d01174abee0991a0) Thanks [@​lukahartwig](https://togithub.com/lukahartwig)! - add support for tailwind.config.ts ##### Patch Changes - [#​1707](https://togithub.com/shadcn-ui/ui/pull/1707) [`46f247c`](https://togithub.com/shadcn-ui/ui/commit/46f247c47f87f771d98cc77bddb5697dac200de4) Thanks [@​caiquecastro](https://togithub.com/caiquecastro)! - fix code style - [#​1696](https://togithub.com/shadcn-ui/ui/pull/1696) [`5a13def`](https://togithub.com/shadcn-ui/ui/commit/5a13def46d9b91d19ad1bcab6cc2955007dfdf61) Thanks [@​KMJ-007](https://togithub.com/KMJ-007)! - use jsconfig for non-ts projects </details> <details> <summary>dcastil/tailwind-merge (tailwind-merge)</summary> ### [`v2.2.0`](https://togithub.com/dcastil/tailwind-merge/releases/tag/v2.2.0) [Compare Source](https://togithub.com/dcastil/tailwind-merge/compare/v2.1.0...v2.2.0) ##### New Features - Add support for Tailwind CSS v3.4 by [@​dcastil](https://togithub.com/dcastil) in [https://github.com/dcastil/tailwind-merge/pull/360](https://togithub.com/dcastil/tailwind-merge/pull/360) **Full Changelog**: dcastil/tailwind-merge@v2.1.0...v2.2.0 Thanks to [@​brandonmcconnell](https://togithub.com/brandonmcconnell), [@​manavm1990](https://togithub.com/manavm1990), [@​ErwinAI](https://togithub.com/ErwinAI) and [@​langy](https://togithub.com/langy) for sponsoring tailwind-merge! ❤️ </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/remcolakens/next-boilerplate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information