Skip to content

Commit 4692f16

Browse files
authored
Merge branch 'main' into 1-1-0-release-preps
2 parents 950ba05 + c83ce7c commit 4692f16

File tree

6 files changed

+444
-341
lines changed

6 files changed

+444
-341
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
working-directory: test-coverage
259259

260260
- name: Attach packages
261-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
261+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
262262
with:
263263
files: |
264264
**/*.vsix

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ jobs:
4747

4848
- name: Initialize CodeQL
4949
id: initialize
50-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
50+
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
5151
with:
5252
queries: security-extended
5353
languages: TypeScript
5454
source-root: src
5555

5656
- name: Autobuild
5757
id: autobuild
58-
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
58+
uses: github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
5959

6060
- name: Perform CodeQL Analysis
6161
id: analyze
62-
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
62+
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2121

2222
- name: 'Dependency Review'
23-
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
23+
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
# Upload the results to GitHub's code scanning dashboard (optional).
8181
# Commenting out will disable the upload of results to your repo's Code Scanning dashboard
8282
- name: "Upload to code-scanning"
83-
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
83+
uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
8484
with:
8585
sarif_file: results.sarif

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,25 +141,25 @@
141141
"@types/fs-extra": "^11.0.4",
142142
"@types/jest": "^30.0.0",
143143
"@types/minimist": "^1.2.5",
144-
"@types/node": "^20.19.11",
144+
"@types/node": "^20.19.13",
145145
"@types/node-fetch": "^2.6.13",
146146
"@types/vscode": "^1.63.0",
147147
"@types/yargs": "^17.0.33",
148148
"@types/yarnpkg__lockfile": "^1.1.9",
149-
"@typescript-eslint/eslint-plugin": "^8.41.0",
150-
"@typescript-eslint/parser": "^8.41.0",
149+
"@typescript-eslint/eslint-plugin": "^8.42.0",
150+
"@typescript-eslint/parser": "^8.42.0",
151151
"@vscode/debugprotocol": "^1.68.0",
152152
"@vscode/vsce": "^3.6.0",
153153
"@yarnpkg/lockfile": "^1.1.0",
154-
"eslint": "^9.34.0",
154+
"eslint": "^9.35.0",
155155
"eslint-plugin-security": "^3.0.1",
156156
"extract-zip": "^2.0.1",
157157
"fast-extract": "^1.7.2",
158158
"file-type": "^21.0.0",
159159
"fs-extra": "^11.3.1",
160160
"glob": "^11.0.3",
161161
"globby": "^14.1.0",
162-
"jest": "^30.0.5",
162+
"jest": "^30.1.3",
163163
"jest-html-reporter": "^4.3.0",
164164
"lzma-native": "8.0.6",
165165
"markdown-link-check": "^3.13.7",
@@ -170,12 +170,12 @@
170170
"tempfile": "^5.0.0",
171171
"ts-command-line-args": "^2.5.1",
172172
"ts-jest": "29.4.1",
173-
"ts-loader": "^9.5.2",
173+
"ts-loader": "^9.5.4",
174174
"ts-node": "^10.9.2",
175175
"tsx": "^4.20.5",
176176
"type-fest": "^4.41.0",
177177
"typescript": "^5.9.2",
178-
"typescript-eslint": "8.41.0",
178+
"typescript-eslint": "8.42.0",
179179
"vscode-uri": "^3.1.0",
180180
"webpack": "^5.101.3",
181181
"webpack-cli": "^6.0.1",

0 commit comments

Comments
 (0)