Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates several dependencies to more current versions, removes unused dependencies, and adapts the codebase to work with the updated APIs. The main focus is on upgrading the del and get-folder-size packages while removing dependencies that are no longer needed.
Key changes:
- Updated
delpackage from v6 to v8 and migrated from default export to named export API - Updated
get-folder-sizefrom v2 to v5 and switched to the.loose()method - Replaced
file-urlpackage with Node.js built-inurl.pathToFileURL()
Reviewed Changes
Copilot reviewed 8 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/util.ts | Migrated del usage to v8 API and updated get-folder-size to use loose method |
| src/upload-lib.ts | Replaced file-url dependency with Node.js built-in url module |
| src/debug-artifacts.ts | Updated del import and usage to v8 API |
| src/codeql.test.ts | Updated del import and usage to v8 API |
| src/analyze.ts | Updated del import and usage to v8 API |
| package.json | Updated dependency versions and removed unused dependencies |
| eslint.config.mjs | Added new dependencies to import ignore list |
| .github/dependabot.yml | Removed del version constraint since v8 is now supported |
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.
Update/remove a bunch of dependencies to bring dependencies more up to date and remove dependencies we no longer need.
Risk assessment
For internal use only. Please select the risk level of this change:
Merge / deployment checklist