Skip to content

Bump lucide-react from 0.102.0 to 0.105.0#101

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/lucide-react-0.105.0
Closed

Bump lucide-react from 0.102.0 to 0.105.0#101
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/lucide-react-0.105.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 18, 2023

Copy link
Copy Markdown
Contributor

Bumps lucide-react from 0.102.0 to 0.105.0.

Release notes

Sourced from lucide-react's releases.

Aliases support!

We added support for aliases imports for the following package:

  • lucide-react
  • lucide-react-native
  • lucide-preact
  • lucide-solid
  • lucide-svelte
  • lucide-vue
  • lucide-vue-next

Using Aliases Imports

It's now possible to import icons as:

lucide-react example :

// These all point to the same icon component
import { Home } from 'lucide-react';
import { HomeIcon } from 'lucide-react';
import { LucideHome } from 'lucide-react';
const Component = () => {
return (
<Home />
<HomeIcon />
<LucideHome />
)
}

This only works for ESModules imports to keep tree-shaking possible. All the other imports are still working the same.

Breaking Changes

Affecting: lucide-react and lucide-react-native. If you're only using the icons imports then you're fine.

createReactComponent import

import { createReactComponent } from 'lucide-react'

Is changed to

import { createLucideIcon } from 'lucide-react'

... (truncated)

Commits
  • 8fd8007 Add support for aliases (#899)
  • c784dd0 Remove exports lucide-react
  • 2149645 📦 Bump lucide package versions to 0.104.0
  • fa6ed02 Implement: Typescript, Esbuild and vitest (#877)
  • 4a2c6ed 📦 Bump lucide package versions to 0.103.0
  • 9ba4f8c 📦 Bump lucide package versions to 0.102.0
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.102.0 to 0.105.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/v0.105.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 18, 2023
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jan 18, 2023

Copy link
Copy Markdown

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1adc04d
Status: ✅  Deploy successful!
Preview URL: https://f1612377.website-5ze.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-luci-kivq.website-5ze.pages.dev

View logs

@dependabot @github

dependabot Bot commented on behalf of github Jan 27, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #109.

@dependabot dependabot Bot closed this Jan 27, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/lucide-react-0.105.0 branch January 27, 2023 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants