Skip to content

chore(deps): bump lucide-react from 1.16.0 to 1.41.0 in /src/frontend - #773

Open
dependabot[bot] wants to merge 2 commits into
developmentfrom
dependabot/npm_and_yarn/src/frontend/lucide-react-1.41.0
Open

dependabot[bot] wants to merge 2 commits into
developmentfrom
dependabot/npm_and_yarn/src/frontend/lucide-react-1.41.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps lucide-react from 1.16.0 to 1.41.0.

Release notes

Sourced from lucide-react's releases.

Version 1.41.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.40.0...1.41.0

Version 1.40.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.39.0...1.40.0

Version 1.39.0

What's Changed

Full Changelog: lucide-icons/lucide@1.38.0...1.39.0

... (truncated)

Commits
  • 75b5516 chore(dev): upgrade ESLint to latest compatible stack (v10) (#4378)
  • 0f8d48b test(packages): updates unit test snapshots with face-slightly-smiling (#4676)
  • f229f83 chore(depedencies): Update dependencies (#4553)
  • 5ff536e ci(release.yml): Fix workflow and remove version scripts in package scripts...
  • 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 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 1.16.0 to 1.41.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.41.0/packages/lucide-react)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 8, 2026
@dependabot
dependabot Bot requested a review from a team September 8, 2026 12:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 8, 2026
@larsgeorge-db

Copy link
Copy Markdown
Collaborator

PR #773 bumps lucide-react to 1.41.0, and JFrog's curation/Xray service blocks the download:

npm notice package lucide-react:1.41.0 download was blocked by jfrog packages
curation service due to the following policies violated
{7d-cooldown, Package version is immature 7d, Package version is 5 days old,
Use an older version or wait until this version is no longer immature}
...
npm error code E403
npm error 403 Forbidden - GET https://databricks.jfrog.io/.../lucide-react-1.41.0.tgz

Root cause: a 7-day "immaturity" cooldown policy. lucide-react 1.41.0 was only 5 days old at run time, so curation refused to serve it (a supply-chain safeguard against freshly-published/compromised versions). It's not a CVE or a real security finding — just a maturity gate.

Fixes

  1. Wait ~2 days and re-run. Once the version crosses 7 days old it matures and the block auto-lifts. Cheapest option; Dependabot's PR will then pass unchanged.
  2. Retarget to a version already >7 days old. Edit package.json to a slightly older lucide-react (whatever's ≥7 days published) and regenerate package-lock.json. Gets the bump in now.
  3. Waive/override the curation policy for that package version — needs JFrog admin access to the curation service (the block message links to the catalog page where an admin can approve it).

Worth noting — this is now a pattern

Both #779 and #773 are the same underlying issue: Dependabot proposes versions faster than the Databricks JFrog registry will serve them (mirror sync lag on #779, curation cooldown here). You'll keep hitting this on fresh releases.

Mitigation worth considering: add a cooldown setting to dependabot.yml so Dependabot waits N days after a release before opening the PR — e.g. cooldown: { default-days: 7 } to match JFrog's maturity window. That would have avoided both of these.

Resolution: Wait a few more days.

@larsgeorge-db

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of lucide-react exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant