Skip to content

Commit f76e3d7

Browse files
Bump @types/vscode from 1.103.0 to 1.105.0 (#3073)
1 parent 19fc55f commit f76e3d7

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- name: Setup node.js
176176
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
177177
with:
178-
node-version: 20
178+
node-version: 22
179179

180180
- name: Setup .NET
181181
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
@@ -226,7 +226,7 @@ jobs:
226226
- name: Setup node.js
227227
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
228228
with:
229-
node-version: 20
229+
node-version: 22
230230

231231
- name: Setup .NET
232232
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup node.js
3737
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3838
with:
39-
node-version: 20
39+
node-version: 22
4040

4141
- name: Install dependencies
4242
shell: pwsh

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ What's changed since pre-release v3.0.0-B0453:
4949
[#2824](https://github.com/microsoft/PSRule/issues/2824)
5050
- Added Azure Pipelines support to CLI by @BernieWhite.
5151
[#2825](https://github.com/microsoft/PSRule/issues/2825)
52-
- Bump vscode engine to v1.103.0.
53-
[#3012](https://github.com/microsoft/PSRule/pull/3012)
52+
- Bump vscode engine to v1.105.0.
53+
[#3073](https://github.com/microsoft/PSRule/pull/3073)
5454
- Bug fixes:
5555
- Fixed path handling issue string is missing the terminator with single quote in source paths by @juan-carlos-diaz.
5656
[#2885](https://github.com/microsoft/PSRule/issues/2885)

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "Microsoft"
99
},
1010
"engines": {
11-
"vscode": "^1.103.0"
11+
"vscode": "^1.105.0"
1212
},
1313
"channel": "stable",
1414
"license": "SEE LICENSE IN LICENSE",
@@ -578,7 +578,7 @@
578578
"@types/fs-extra": "^11.0.4",
579579
"@types/mocha": "^10.0.10",
580580
"@types/node": "^22.18.9",
581-
"@types/vscode": "1.103.0",
581+
"@types/vscode": "1.105.0",
582582
"@typescript-eslint/eslint-plugin": "^8.46.0",
583583
"@typescript-eslint/parser": "^8.32.1",
584584
"@vscode/test-cli": "^0.0.11",

0 commit comments

Comments
 (0)