fix(deps): bump all dependencies and workflow actions#207
Open
DimaBir wants to merge 2 commits intomicrosoft:mainfrom
Open
fix(deps): bump all dependencies and workflow actions#207DimaBir wants to merge 2 commits intomicrosoft:mainfrom
DimaBir wants to merge 2 commits intomicrosoft:mainfrom
Conversation
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.
Summary
Consolidates all 14 open Dependabot PRs into a single PR. All changes verified to build and compile cleanly.
npm dependency bumps
@actions/core1.10.0 → 3.0.0 (fix(deps): bump @actions/core from 1.10.0 to 3.0.0 #179)@actions/exec1.1.1 → 3.0.0 (fix(deps): bump @actions/exec from 1.1.1 to 3.0.0 #174)@types/node^20.3.1 → ^25.3.0 (fix(deps): bump @types/node from 20.8.0 to 25.3.0 #170)@types/mocha^2.2.44 → ^10.0.10 (fix(deps): bump @types/mocha from 2.2.48 to 10.0.10 #190)@types/q^1.0.6 → ^1.5.8 (fix(deps): bump @types/q from 1.5.6 to 1.5.8 #178)@types/sinon^4.1.2 → ^21.0.0 (fix(deps): bump sinon and @types/sinon #180)sinon^4.1.3 → ^21.0.0 (fix(deps): bump sinon and @types/sinon #180)del^7.0.0 → ^8.0.1 (fix(deps): bump del from 7.1.0 to 8.0.1 #182)gulp^4.0.2 → ^5.0.1 (fix(deps): bump gulp from 4.0.2 to 5.0.1 #169)gulp-cli^2.3.0 → ^3.1.0 (fix(deps): bump gulp-cli from 2.3.0 to 3.1.0 #172)typescript^5.1.3 → ^5.9.3 (fix(deps): bump typescript from 5.2.2 to 5.9.3 #177)Workflow action bumps
github/codeql-action/upload-sarifv3 → v4 (fix(ci): bump github/codeql-action from 3 to 4 #168)actions/upload-artifactv4/v6 → v7 (fix(ci): bump actions/upload-artifact from 4 to 7 #200)actions/download-artifactv6 → v8 (fix(ci): bump actions/download-artifact from 6.0.0 to 8.0.0 #198)github/gh-awv0.43.23 → v0.57.2 (fix(ci): bump github/gh-aw from 0.43.23 to 0.57.2 #205)Test plan
npm run build— TypeScript compiles successfullynpm run buildTests— test compilation succeedsSupersedes: #168, #169, #170, #172, #174, #177, #178, #179, #180, #182, #190, #198, #200, #205