Skip to content

Commit fc01d0d

Browse files
authored
Bump @types/vscode to 1.104.0 (#439)
1 parent 5429500 commit fc01d0d

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# [1.3.87](https://github.com/kenherring/ablunit-test-runner/releases/tag/1.3.87) - 2025-11-11 (pre-release)
1+
# [1.3.89](https://github.com/kenherring/ablunit-test-runner/releases/tag/1.3.89) - 2025-11-11 (pre-release)
22

3+
* Bump @types/vscode to 1.104.0 (#439)
34
* Prepare version 1.3.87 (#438)
45
* Bump @vscode/vsce from 3.6.2 to 3.7.0 (#434)
56
* Bump @types/node from 24.9.1 to 24.10.0 (#433)
@@ -111,7 +112,7 @@
111112
* Bump mocha from 11.4.0 to 11.5.0 (#301)
112113
* Bump @types/node from 22.15.17 to 22.15.21 (#304)
113114

114-
**Full Changelog**: [1.3.0...1.3.87](https://github.com/kenherring/ablunit-test-runner/compare/1.3.85...1.3.87)
115+
**Full Changelog**: [1.3.0...1.3.89](https://github.com/kenherring/ablunit-test-runner/compare/1.3.87...1.3.89)
115116

116117
# [1.3.0](https://github.com/kenherring/ablunit-test-runner/releases/tag/1.3.0) - 2025-05-21
117118

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ablunit-test-runner",
33
"displayName": "ABLUnit Test Runner",
44
"description": "OpenEdge ABLUnit test runner for VSCode",
5-
"version": "1.3.87",
5+
"version": "1.3.89",
66
"engineStrict": true,
77
"galleryBanner": {
88
"color": "#007ACC",
@@ -60,7 +60,7 @@
6060
"progress"
6161
],
6262
"engines": {
63-
"vscode": "^1.96.0"
63+
"vscode": "^1.104.0"
6464
},
6565
"categories": [
6666
"Testing"
@@ -96,7 +96,7 @@
9696
"@eslint/js": "^9.38.0",
9797
"@types/mocha": "^10.0.10",
9898
"@types/node": "24.x",
99-
"@types/vscode": "^1.96.0",
99+
"@types/vscode": "1.104.0",
100100
"@types/xml2js": "^0.4.14",
101101
"@vscode/test-cli": "^0.0.12",
102102
"@vscode/test-electron": "^2.5.2",

0 commit comments

Comments
 (0)