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
Conversation
…d test-exclude to version 8.0.0; remove deprecated packages
Contributor
There was a problem hiding this comment.
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
dpdmdevDependency to^4.0.1. - Remove deprecated
license-checkerfrom devDependencies (lockfile cleanup reflects removal). - Add an npm
overridesentry to forcetest-excludeto^8.0.0(and update lockfile resolution accordingly, includingglob@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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
Checklist
General
Documentation
Translations (if applicable)
scripts/counter_translation.pyUI Changes (if applicable)
Testing (if applicable)