FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update dependencies by henrymercer · Pull Request #3066 · github/codeql-action · GitHub

Update dependencies - #3066

Merged
henrymercer merged 4 commits into
mainfrom
henrymercer/update-dependencies
Sep 1, 2025
Merged

Update dependencies#3066
henrymercer merged 4 commits into
mainfrom
henrymercer/update-dependencies

Conversation

Copy link
Copy Markdown
Contributor

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:

  • Low risk: Changes are fully under feature flags, or have been fully tested and validated in pre-production environments and are highly observable, or are documentation or test only.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Consider adding a changelog entry for this change.
  • Confirm the readme and docs have been updated if necessary.

henrymercer requested a review from a team as a code owner August 29, 2025 18:54
Copilot AI review requested due to automatic review settings August 29, 2025 18:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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 del package from v6 to v8 and migrated from default export to named export API
  • Updated get-folder-size from v2 to v5 and switched to the .loose() method
  • Replaced file-url package with Node.js built-in url.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

navntoft left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks!

henrymercer merged commit 9fde809 into main Sep 1, 2025
279 checks passed
henrymercer deleted the henrymercer/update-dependencies branch September 1, 2025 15:06
github-actions Bot mentioned this pull request Sep 5, 2025
8 tasks
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL