Skip to content

chore(deps): batch npm security bumps (Dependabot #38–#40) - #41

Merged
VatsalSy merged 2 commits into
mainfrom
rayleigh-cloud/deps-hygiene-npm-5d7f
Sep 7, 2026
Merged

chore(deps): batch npm security bumps (Dependabot #38–#40)#41
VatsalSy merged 2 commits into
mainfrom
rayleigh-cloud/deps-hygiene-npm-5d7f

Conversation

@VatsalSy

@VatsalSy VatsalSy commented Sep 7, 2026

Copy link
Copy Markdown
Member

Description

Three open Dependabot PRs (#38#40) each bump a transitive npm package for open security alerts. Batching them into one hygiene PR cuts CI churn and review noise while closing the same alerts.

Type of Change

  • Bug fix
  • New feature
  • Content update (Team/Publication)
  • Documentation update
  • Other (please describe) — dependency security hygiene

Changes Made

Major-version judgment

Not required. All three are patch-level bumps within the same major line. No package.json direct-dependency changes.

Testing Done

  • npm ci && npm test (11/11 passed)
  • npm run lint (js/css/md clean on source tree)
  • bundle exec / ./scripts/build.sh Jekyll build succeeded
  • Tested locally using bundle exec jekyll serve
  • Checked all links and references
  • Verified content formatting
  • Cross-browser testing (if UI changes)

Related Issues

Supersedes Dependabot #38, #39, #40. Addresses alerts #61–#66.

Checklist

  • Code follows the project's style guidelines
  • Changes have been tested locally (npm test/lint + Jekyll build)
  • All links are valid and working
  • Images are optimized and properly sized
  • Content is properly formatted
  • Documentation has been updated (if needed)

Additional Notes

Deploy is expected to skip on PR (push-to-main only); build/CI is the merge gate. Leave open for merge-commit babysit — do not squash.

Open in Web Open in Cursor 

Summary by CodeRabbit

  • Refactor
    • Updated the module-checking script for broader POSIX shell compatibility.
    • Preserved existing repository validation and cleanup behaviour.

Husky pre-commit invokes this script with sh, which rejects bash-only set -o pipefail and [[ ]].
Combine @humanfs/node 0.16.8, fast-uri 4.1.4, and postcss-selector-parser 7.1.5 into one hygiene update on package-lock.json.
@coderabbitai

coderabbitai Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Essentials

Run ID: 8ae70f3b-9a83-4fbc-8c63-d2cb34006944

📥 Commits

Reviewing files that changed from the base of the PR and between f43224f and 4ac501d.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • scripts/check-node-modules.sh

Included review availability: 2 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 5 reviews per hour.

📜 Recent review details
⏰ Context from checks skipped due to timeout. (1)
  • GitHub Check: Cursor Bugbot

📝 Walkthrough

Walkthrough

The node modules check script now uses POSIX sh, POSIX strict-mode options, and POSIX test syntax. Its repository and cleanup behaviour remains unchanged.

Changes

Shell portability

Layer / File(s) Summary
Convert the node modules check to POSIX shell
scripts/check-node-modules.sh
The script changes from Bash to POSIX sh, removes pipefail, and replaces [[ ... ]] with [ ... ].

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to 4ac50

The node_modules pre-commit check is now compatible with POSIX sh while preserving its existing behavior. No current merge-blocking risk is identified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the main change: a batch of npm security dependency updates. It is concise and related to the pull request objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch rayleigh-cloud/deps-hygiene-npm-5d7f

Comment @coderabbitai help to get the list of available commands.

@VatsalSy
VatsalSy merged commit 4bb7b19 into main Sep 7, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants