Skip to content

security(deps): bump the dataviewer-frontend-patch-minor group in /data-management/viewer/frontend with 2 updates - #1628

Merged
Marcel Bindseil (bindsi) merged 4 commits into
mainfrom
dependabot/npm_and_yarn/data-management/viewer/frontend/dataviewer-frontend-patch-minor-537876582a
Sep 22, 2026
Merged

Marcel Bindseil (bindsi) merged 4 commits into
mainfrom
dependabot/npm_and_yarn/data-management/viewer/frontend/dataviewer-frontend-patch-minor-537876582a

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dataviewer-frontend-patch-minor group in /data-management/viewer/frontend with 2 updates: lucide-react and eslint-plugin-react-refresh.

Updates lucide-react from 1.45.0 to 1.46.0

Release notes

Sourced from lucide-react's releases.

Version 1.46.0

What's Changed

Full Changelog: lucide-icons/lucide@1.45.0...1.46.0

Commits

Updates eslint-plugin-react-refresh from 0.5.6 to 0.5.7

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.5.7

Add allowCompoundComponents option (#117)

Default: false (true in vite config)

Don't warn when components are exported as an object gathering them. Every member of the object must be a component, and a member holding an anonymous function requires a component name as key.

This should be enabled if the fast refresh implementation correctly handles this case. Vite supports it since @vitejs/plugin-react 4.7.0, @vitejs/plugin-react-swc 3.11.0.

{
  "react-refresh/only-export-components": [
    "error",
    { "allowCompoundComponents": true }
  ]
}

Enabling this option allows code such as the following:

const Root = () => <></>;
const Label = () => <></>;
export const Tag = { Root, Label };
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.5.7

Add allowCompoundComponents option (#117)

Default: false (true in vite config)

Don't warn when components are exported as an object gathering them. Every member of the object must be a component, and a member holding an anonymous function requires a component name as key.

This should be enabled if the fast refresh implementation correctly handles this case. Vite supports it since @vitejs/plugin-react 4.7.0, @vitejs/plugin-react-swc 3.11.0.

{
  "react-refresh/only-export-components": [
    "error",
    { "allowCompoundComponents": true }
  ]
}

Enabling this option allows code such as the following:

const Root = () => <></>;
const Label = () => <></>;
export const Tag = { Root, Label };
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dataviewer-frontend-patch-minor group in /data-management/viewer/frontend with 2 updates: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) and [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh).


Updates `lucide-react` from 1.45.0 to 1.46.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.46.0/packages/lucide-react)

Updates `eslint-plugin-react-refresh` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.5.6...v0.5.7)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dataviewer-frontend-patch-minor
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dataviewer-frontend-patch-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dataviewer dependencies Dependency version updates npm NPM dependencies, used by dependabot labels Sep 21, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 21, 2026 19:07
@dependabot dependabot Bot added dependencies Dependency version updates npm NPM dependencies, used by dependabot labels Sep 21, 2026
@github-actions github-actions Bot changed the title chore(deps): bump the dataviewer-frontend-patch-minor group in /data-management/viewer/frontend with 2 updates security(deps): bump the dataviewer-frontend-patch-minor group in /data-management/viewer/frontend with 2 updates Sep 21, 2026
@github-actions

github-actions Bot commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 428eb3d.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/eslint-plugin-react-refresh 0.5.7 UnknownUnknown
npm/lucide-react 1.46.0 🟢 6.1
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 8Found 25/28 approved changesets -- score normalized to 8
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Security-Policy⚠️ 0security policy file not detected
License🟢 9license file detected
Binary-Artifacts🟢 10no binaries found in the repo
Fuzzing⚠️ 0project is not fuzzed
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection🟢 3branch protection is not maximal on development and all release branches
SAST⚠️ 2SAST tool is not run on all commits -- score normalized to 2

Scanned Files

  • data-management/viewer/frontend/package-lock.json

@codecov-commenter

Codecov Comments Bot (codecov-commenter) commented Sep 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.07%. Comparing base (8a22b69) to head (428eb3d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1628      +/-   ##
==========================================
+ Coverage   88.01%   88.07%   +0.05%     
==========================================
  Files         281      279       -2     
  Lines       23440    23211     -229     
  Branches     3181     3166      -15     
==========================================
- Hits        20631    20442     -189     
+ Misses       2114     2079      -35     
+ Partials      695      690       -5     
Flag Coverage Δ *Carryforward flag
go 100.00% <ø> (ø)
pester 86.64% <ø> (-0.11%) ⬇️ Carriedforward from d0cd423
pytest-data-pipeline 100.00% <ø> (ø) Carriedforward from d0cd423
pytest-dataviewer 89.65% <ø> (-0.20%) ⬇️ Carriedforward from d0cd423
pytest-dm-tools 100.00% <ø> (ø) Carriedforward from d0cd423
pytest-evaluation 95.40% <ø> (ø)
pytest-fuzz 4.00% <ø> (+0.10%) ⬆️ Carriedforward from d0cd423
pytest-inference 100.00% <ø> (ø) Carriedforward from d0cd423
pytest-shared-ci 100.00% <ø> (ø) Carriedforward from d0cd423
pytest-training 92.60% <ø> (ø) Carriedforward from d0cd423
vitest 85.55% <ø> (ø)
vitest-app 85.55% <ø> (ø)
vitest-components 85.55% <ø> (ø)
vitest-features 85.55% <ø> (ø)
vitest-lib 85.55% <ø> (ø)
vitest-state 85.55% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.
see 9 files with indirect coverage changes

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bindsi Marcel Bindseil (bindsi) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Validated the exact head with a clean npm install, dependency resolution, the full frontend validation suite (148 files, 1,687 tests), and a production build. CI is green; the dependency delta is limited to lucide-react 1.46.0 and eslint-plugin-react-refresh 0.5.7; the head merges cleanly with current main.

…er/frontend/dataviewer-frontend-patch-minor-537876582a
…er/frontend/dataviewer-frontend-patch-minor-537876582a
…er/frontend/dataviewer-frontend-patch-minor-537876582a
@bindsi
Marcel Bindseil (bindsi) merged commit bc5db67 into main Sep 22, 2026
61 checks passed
@bindsi
Marcel Bindseil (bindsi) deleted the dependabot/npm_and_yarn/data-management/viewer/frontend/dataviewer-frontend-patch-minor-537876582a branch September 22, 2026 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dataviewer dependencies Dependency version updates npm NPM dependencies, used by dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants