Skip to content

chore: npm update#355

Merged
bdossantos merged 1 commit intomasterfrom
chore/npm-audit
Apr 24, 2026
Merged

chore: npm update#355
bdossantos merged 1 commit intomasterfrom
chore/npm-audit

Conversation

@bdossantos
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings April 24, 2026 20:55
@bdossantos bdossantos merged commit a1a5e12 into master Apr 24, 2026
4 checks passed
@bdossantos bdossantos deleted the chore/npm-audit branch April 24, 2026 20:55
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s npm dependency set for the Jekyll site build/tooling (minification/optimization), primarily by changing the uncss dependency and regenerating package-lock.json.

Changes:

  • Downgrade uncss in package.json from ^0.17.3 to ^0.13.0.
  • Regenerate package-lock.json, resulting in a large transitive dependency reshuffle (including introduction of older/deprecated packages via uncss@0.13.0).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Downgrades uncss version constraint.
package-lock.json Lockfile regeneration reflecting the uncss downgrade and updated dependency graph.

Comment thread package.json
"@picocss/pico": "^2.1.1",
"html-minifier": "4.0.0",
"uncss": "^0.17.3"
"uncss": "^0.13.0"
Copy link

Copilot AI Apr 24, 2026

Choose a reason for hiding this comment

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

The PR titled "npm update" downgrades uncss from ^0.17.3 to ^0.13.0. This downgrade pulls in much older/deprecated dependencies (e.g., PhantomJS/request shown in the lockfile) and uncss does not appear to be used anywhere in the repo (no references outside package files). Consider removing uncss entirely if unused, or keep/upgrade to a maintained alternative; if it must remain, avoid downgrading and move it to devDependencies since it’s a build-time tool.

Copilot uses AI. Check for mistakes.
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