Skip to content

chore(deps): update dpdm to version 4.0.1, glob to version 13.0.6, and test-exclude to version 8.0.0; remove deprecated packages#5812

Open
balazs-szucs wants to merge 4 commits intoStirling-Tools:mainfrom
balazs-szucs:even-more-npm-updates
Open

chore(deps): update dpdm to version 4.0.1, glob to version 13.0.6, and test-exclude to version 8.0.0; remove deprecated packages#5812
balazs-szucs wants to merge 4 commits intoStirling-Tools:mainfrom
balazs-szucs:even-more-npm-updates

Conversation

@balazs-szucs
Copy link
Collaborator

@balazs-szucs balazs-szucs commented Feb 26, 2026

Description of Changes

bszuc@brios:~/Stirling-PDF-wsl/frontend$ npm ci

added 839 packages, and audited 840 packages in 24s

179 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

Checklist

General

Documentation

Translations (if applicable)

UI Changes (if applicable)

  • Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR)

Testing (if applicable)

  • I have tested my changes locally. Refer to the Testing Guide for more details.
…d test-exclude to version 8.0.0; remove deprecated packages
Copilot AI review requested due to automatic review settings February 26, 2026 19:21
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines ignoring generated files. label Feb 26, 2026
@stirlingbot stirlingbot bot added dependencies Pull requests that update a dependency file Front End Issues or pull requests related to front-end development chore Routine tasks or maintenance that don't modify src or test files labels Feb 26, 2026
Copy link
Contributor

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

This PR updates the frontend’s Node dev-tooling dependency tree to newer versions (dpdm v4, glob v13, test-exclude v8) and removes deprecated packages, likely to address deprecations/security issues and keep tooling current.

Changes:

  • Bump dpdm devDependency to ^4.0.1.
  • Remove deprecated license-checker from devDependencies (lockfile cleanup reflects removal).
  • Add an npm overrides entry to force test-exclude to ^8.0.0 (and update lockfile resolution accordingly, including glob@13.0.6).

Reviewed changes

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

File Description
frontend/package.json Updates dpdm, removes license-checker, adds overrides for test-exclude.
frontend/package-lock.json Locks updated dependency graph (dpdm 4.x, glob 13.x, test-exclude 8.x) and prunes removed/deprecated packages.
Files not reviewed (1)
  • frontend/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Routine tasks or maintenance that don't modify src or test files dependencies Pull requests that update a dependency file Front End Issues or pull requests related to front-end development size:XS This PR changes 0-9 lines ignoring generated files.

2 participants