wppconnect-team / wppconnect-frontend

WPPConnect FrontEnd has been designed to demonstrate how multi-session works dynamically.
Apache License 2.0
233 stars 84 forks source link

chore(deps-dev): bump lucide-react from 0.72.0 to 0.107.0 #635

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps lucide-react from 0.72.0 to 0.107.0.

Release notes

Sourced from lucide-react's releases.

New icons v0.107.0

@ generate:changelog /home/runner/work/lucide/lucide node ./scripts/generateChangelog.mjs "--old-tag=v0.106.0"

New icons 🎨

New icons v0.106.0

@ generate:changelog /home/runner/work/lucide/lucide node ./scripts/generateChangelog.mjs "--old-tag=v0.105.1"

New icons 🎨

Hotfix Aliases lucide-react-native

Fix aliases support by PR #919 Aliases import file was unintentionally removed during build in lucide-react-native

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';
</tr></table> 

... (truncated)

Commits
  • b0f2e08 :package: Bump lucide package versions to 0.106.0
  • 35c96ab :package: Bump lucide package versions to 0.105.0
  • 8fd8007 Add support for aliases (#899)
  • c784dd0 Remove exports lucide-react
  • 2149645 :package: Bump lucide package versions to 0.104.0
  • fa6ed02 Implement: Typescript, Esbuild and vitest (#877)
  • 4a2c6ed :package: Bump lucide package versions to 0.103.0
  • 9ba4f8c :package: Bump lucide package versions to 0.102.0
  • 619b704 :package: Bump lucide package versions to 0.101.0
  • 538dad2 :package: Bump lucide package versions to 0.100.0
  • Additional commits viewable 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)
dependabot[bot] commented 1 year ago

Superseded by #637.