Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

chore(deps): update all minor patches #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/bun (source) 1.1.13 -> 1.1.14 age adoption passing confidence
lucide-react (source) ^0.454.0 -> ^0.465.0 age adoption passing confidence
next (source) 14.2.16 -> 14.2.20 age adoption passing confidence

Release Notes

lucide-icons/lucide (lucide-react)

v0.465.0: New icons 0.465.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.464.0: New icons 0.464.0

Compare Source

Modified Icons 🔨

v0.463.0: New icons 0.463.0

Compare Source

Modified Icons 🔨

v0.462.0: New icons 0.462.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.461.0: New icons 0.461.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.460.0: New icons 0.460.0

Compare Source

New icons 🎨

v0.459.0: New icons 0.459.0

Compare Source

New icons 🎨

v0.458.0: New icons 0.458.0

Compare Source

New icons 🎨

Modified Icons 🔨

Other Changes

Full Changelog: lucide-icons/lucide@0.457.0...0.458.0

v0.457.0: New icons 0.457.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.456.0: Choosing import name style 0.456.0

Compare Source

What's Changed

Adjustable icon naming imports

Customize import name styles for lucide-react, lucide-vue, lucide-react-native, lucide-preact, to manage autocompletion in your IDE.

  1. Turn off autocomplete in your IDE:
    Add the following to your settings.json
{
  "typescript.preferences.autoImportFileExcludePatterns": [
    "lucide-react",
    "lucide-preact",
    "lucide-react-native",
    "lucide-vue-next"
  ]
}
  1. Create a custom module declaration file:

It allows you to choose the import name style.

For React:

declare module "lucide-react" {
  // Prefixed import names
  export * from "lucide-react/dist/lucide-react.prefixed";
  // or
  // Suffixed import names
  export * from "lucide-react/dist/lucide-react.suffixed";
}

For Vue:

declare module "lucide-vue-next" {
  // Prefixed import names
  export * from "lucide-vue-next/dist/lucide-vue-next.prefixed";
  // or
  // Suffixed import names
  export * from "lucide-vue-next/dist/lucide-vue-next.suffixed";
}

v0.455.0: New icons 0.455.0

Compare Source

New icons 🎨

Modified Icons 🔨

vercel/next.js (next)

v14.2.20

Compare Source

v14.2.19

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

Huge thanks to @​ztanner and @​ijjk for helping!

v14.2.18

Compare Source

v14.2.17

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6bae174 to 2ebdcbc Compare November 8, 2024 10:11
@renovate renovate bot changed the title fix(deps): update dependency next to v14.2.17 fix(deps): update all minor patches Nov 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5b37a5a to e692446 Compare November 15, 2024 14:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e692446 to 8510542 Compare November 15, 2024 18:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 90c8278 to 3b8f76c Compare November 26, 2024 03:32
@renovate renovate bot changed the title fix(deps): update all minor patches chore(deps): update all minor patches Nov 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from edd753a to f6dbd3d Compare December 3, 2024 20:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6dbd3d to 2156757 Compare December 4, 2024 13:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2156757 to 726bdc4 Compare December 4, 2024 21:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants