Skip to content

Conversation

@zmrlft
Copy link
Collaborator

@zmrlft zmrlft commented Oct 4, 2025

Ⅰ. Describe what this PR does

This PR updates several dependencies for the dashboard ks extension to fix dependency security vulnerabilities:

  1. Direct dependency updates:

    • Update nodemon to latest version 3.1.10
    • Update css-loader to latest version 7.1.2
    • Update babel-jest to latest version 30.2.0
    • Update autoprefixer to latest version 10.4.21
    • Update postcss-loader to latest version 8.2.0
  2. Indirect dependency updates via resolutions:
    Added resolutions field in package.json to force updates for transitive dependencies that can't be updated through normal yarn add commands:

    • "postcss": "^8.4.31"
    • "highlight.js": "^10.4.1"
    • "got": "^11.8.5"
    • "axios": "^0.30.2"
    • "prismjs": "^1.30.0"
    • "on-headers": ">=1.1.0"
    • "tmp": ">=0.2.4"
    • "koa": ">=2.16.2"
    • "marked": ">=0.7.0"

Ⅱ. Does this pull request fix one issue?

NONE

Ⅲ. List the added test cases

No new test cases added. This PR focuses solely on dependency updates with no functional code changes.

Ⅳ. Describe how to verify it

  1. Check out this PR branch
  2. Run yarn install to apply dependency updates
  3. Run yarn dev to ensure the application works normally with updated dependencies

Ⅴ. Special notes for reviews

  • Verify that the application builds successfully and functions as expected after dependency updates
  • The resolutions field is used as a necessary measure for indirect dependencies that can't be updated through standard methods

zmrlft added 2 commits October 4, 2025 22:58
- update nodemon to latest version 3.1.10
- update css-loader to latest version 7.1.2
- update babel-jest to latest version 30.2.0
- update autoprefixer to latest version 10.4.21
- update postcss-loader to latest version 8.2.0

Signed-off-by: zmrlft <2643895326@qq.com>
…a resolutions

Signed-off-by: zmrlft <2643895326@qq.com>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 4, 2025

@codecov
Copy link

codecov bot commented Oct 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.70%. Comparing base (ec9b434) to head (17e8a25).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5268   +/-   ##
=======================================
  Coverage   56.70%   56.70%           
=======================================
  Files         440      440           
  Lines       30369    30369           
=======================================
  Hits        17220    17220           
  Misses      11537    11537           
  Partials     1612     1612           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@RongGu RongGu left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@fluid-e2e-bot
Copy link

fluid-e2e-bot bot commented Oct 5, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: RongGu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@fluid-e2e-bot fluid-e2e-bot bot merged commit 86619d2 into fluid-cloudnative:master Oct 5, 2025
16 checks passed
Pikabooboo pushed a commit to Pikabooboo/fluid that referenced this pull request Oct 8, 2025
…-cloudnative#5268)

* chore(deps): update dashboard ks extension dependencies

- update nodemon to latest version 3.1.10
- update css-loader to latest version 7.1.2
- update babel-jest to latest version 30.2.0
- update autoprefixer to latest version 10.4.21
- update postcss-loader to latest version 8.2.0

Signed-off-by: zmrlft <2643895326@qq.com>

* chore(deps): enforce specific versions for transitive dependencies via resolutions

Signed-off-by: zmrlft <2643895326@qq.com>

---------

Signed-off-by: zmrlft <2643895326@qq.com>
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.

2 participants