Skip to content

chore: Bump lucide-react from 0.545.0 to 1.17.0#2

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

chore: Bump lucide-react from 0.545.0 to 1.17.0#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/lucide-react-1.17.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Bumps lucide-react from 0.545.0 to 1.17.0.

Release notes

Sourced from lucide-react's releases.

Version 1.17.0

What's Changed

Full Changelog: lucide-icons/lucide@1.16.0...1.17.0

Version 1.16.0

What's Changed

Full Changelog: lucide-icons/lucide@1.15.0...1.16.0

Version 1.15.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.14.0...1.15.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for lucide-react since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.545.0 to 1.17.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.17.0/packages/lucide-react)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 30, 2026

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

InstaZDLL added a commit that referenced this pull request May 30, 2026
Absorbs the eight dependabot major-version PRs (#2-#10) into this
branch so the bootstrap state is on the latest of every dep we
ship. Closing the standalone bot PRs in favour of this one keeps
the review surface single.

Bumps (all major):
- lucide-react 0.545 -> 1.17 (default import API unchanged; no
  call site adjustments needed)
- eslint-plugin-react-hooks 5 -> 7 (new `set-state-in-effect`
  rule fires on ThemeToggle's mount-time setState — fixed by
  switching to lazy initial state instead of effect-driven init)
- @commitlint/cli + config-conventional 19 -> 21 (no rule change
  needed; existing .commitlintrc.cjs stays compatible)
- globals 15 -> 17 (additive — browser/node entries unchanged)
- @types/node 22 -> 25 (type defs only; tsc clean)
- jsdom 28 -> 29 (vitest env; no test files yet so no behaviour
  surface to break)

Held back (with rationale):
- eslint 9 -> 10 + @eslint/js 9 -> 10: eslint-plugin-react still
  caps at peer ^9.7 and throws `contextOrFilename.getFilename is
  not a function` under v10. Reverting to v9 until eslint-plugin-react
  ships v10 support — re-enable when upstream catches up.

ThemeToggle refactor:
- Mount-time `setMode(getInitialMode())` inside useEffect was the
  scaffold pattern; v7's react-hooks/set-state-in-effect rule
  correctly flags it. Now `useState(getInitialMode)` is the lazy
  initialiser, the useEffect only calls applyThemeMode (which
  must stay in an effect because it touches `document` and would
  break SSR otherwise). exhaustive-deps disabled on that effect
  with rationale.

Validated:
- bun run format:check OK
- bun run lint OK
- bun run typecheck OK
- bun run build OK
- bun run test OK (no test files; passWithNoTests carry-over from
  the previous commit)

Signed-off-by: InstaZDLL <github.105mh@8shield.net>
@InstaZDLL
Copy link
Copy Markdown
Owner

Superseded by #11 which bumps every dep listed in #2-#10 in a single PR (except eslint 9→10 which is held back pending eslint-plugin-react compat — see #11's commit body). Closing this to keep review surface single.

@InstaZDLL InstaZDLL closed this May 30, 2026
@InstaZDLL InstaZDLL deleted the dependabot/npm_and_yarn/lucide-react-1.17.0 branch May 30, 2026 22:45
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 30, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant