Skip to content

Releases: redhat-developer/vscode-extension-tester

v8.2.0

09 May 14:57
0954461
Compare
Choose a tag to compare

What's Changed

🚀 Features

📦 Dependencies

  • build(deps): bump selenium-webdriver from 4.19.0 to 4.20.0 by @dependabot in #1276
  • build(deps-dev): bump type-fest from 4.16.0 to 4.17.0 by @dependabot in #1277
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 by @dependabot in #1281
  • build(deps-dev): bump type-fest from 4.17.0 to 4.18.0 by @dependabot in #1282
  • build(deps-dev): bump @typescript-eslint/parser from 7.7.1 to 7.8.0 by @dependabot in #1283
  • build(deps-dev): bump @stylistic/eslint-plugin from 1.7.2 to 1.8.0 by @dependabot in #1287
  • build(deps-dev): bump type-fest from 4.18.0 to 4.18.1 by @dependabot in #1288
  • build(deps): bump @vscode/vsce from 2.26.0 to 2.26.1 by @dependabot in #1292
  • build(deps-dev): bump type-fest from 4.18.1 to 4.18.2 by @dependabot in #1295
  • build(deps-dev): bump @stylistic/eslint-plugin from 1.8.0 to 2.1.0 by @dependabot in #1299

Other Changes

New Contributors

Full Changelog: v8.1.0...v8.2.0

v8.1.0

23 Apr 18:43
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • build: bump max placeholder from 1.87.2 to 1.88.0 by @djelinek in #1239
  • feat: Provide easy way to retrieve the min and max versions supported by @djelinek in #1249
  • feat: Add support for array string settings by @djelinek in #1254
  • feat: Support MOCHA_GREP/MOCHA_INVERT envvars by @TamiTakamiya in #1262

📦 Dependencies

  • build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by @dependabot in #1237
  • build(deps-dev): bump @typescript-eslint/parser from 7.5.0 to 7.6.0 by @dependabot in #1244
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.5.0 to 7.6.0 by @dependabot in #1245
  • build(deps-dev): declare eslint 8.57.0 only as root devDependency by @djelinek in #1247
  • build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in #1251
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.0 by @dependabot in #1259
  • build(deps-dev): bump @typescript-eslint/parser from 7.6.0 to 7.7.0 by @dependabot in #1258
  • build(deps): bump @vscode/vsce from 2.24.0 to 2.25.0 by @dependabot in #1256
  • build(deps): Reverted dependabots update to got 14 since it requires node 20 by @DavyLandman in #1252
  • build(deps-dev): bump lerna, type-fest and @types/node by @djelinek in #1265
  • build(deps): bump @vscode/vsce from 2.25.0 to 2.26.0 by @dependabot in #1268
  • build(deps-dev): bump lerna from 6.4.1 to 8.1.2 by @dependabot in #1267
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1 by @dependabot in #1274
  • build(deps-dev): bump @typescript-eslint/parser from 7.7.0 to 7.7.1 by @dependabot in #1272
  • build(deps-dev): bump type-fest from 4.15.0 to 4.16.0 by @dependabot in #1273

Other Changes

  • chore(examples): Bump vscode-extension-tester from 7.3.2 to 8.0.2 in helloworld-extester by @djelinek in #1236
  • build: Build only changed packages using Lerna for local test develop… by @djelinek in #1250
  • build: bump max placeholder from 1.88.0 to 1.88.1 by @djelinek in #1260
  • docs: Update NodeJS support information in project readme by @djelinek in #1261
  • build: Extend ESLint and fix issues by @djelinek in #1269
  • build: Fix dependabot updates configuration to work properly in monorepo style by @djelinek in #1270
  • docs: Fix VS Code naming convention in comments by @djelinek in #1271
  • chore(release): Publish 8.1.0 by @djelinek in #1275

New Contributors

Full Changelog: v8.0.2...v8.1.0

v8.0.2

03 Apr 14:24
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v8.0.1...v8.0.2

v8.0.1

03 Apr 13:23
Compare
Choose a tag to compare

What's Changed

📦 Dependencies

  • build(deps-dev): bump dependencies in sample-projects/helloworld-sample by @djelinek in #1218
  • build(deps-dev): bump mocha from 10.3.0 to 10.4.0 by @dependabot in #1220
  • build(deps-dev): remove unused mocha by @djelinek in #1221
  • build(deps-dev): update mocha requirement from ^10.3.0 to ^10.4.0 in /test/test-project by @dependabot in #1222
  • build(deps): bump selenium-webdriver from 4.18.1 to 4.19.0 by @dependabot in #1223

Other Changes

Full Changelog: v7.3.2...v8.0.1

v7.3.2

26 Mar 19:22
Compare
Choose a tag to compare

What's Changed

🚫 Bugs

  • fix: Get back @types/selenium-webdriver to direct dependencies by @djelinek in ee3edab
  • fix: Get back dependencies to repair broken package install by @djelinek in #1216

📦 Dependencies

  • build(deps-dev): update @typescript-eslint/parser requirement from ^7.3.1 to ^7.4.0 in /test/test-project by @dependabot in #1213
  • build(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^7.3.1 to ^7.4.0 in /test/test-project by @dependabot in #1214

Other Changes

  • chore: Use ExTester 7.3.0 in sample-projects/helloworld-sample by @djelinek in #1209
  • docs: Improve contributing guide using checkboxes for a release new v… by @djelinek in #1208
  • chore: Improve github actions workflows by @djelinek in #1210
  • chore: Fix broken Wiki and Stale gh actions by @djelinek in #1211

Full Changelog: v7.3.0...v7.3.2

v7.3.0

21 Mar 21:40
dd05e28
Compare
Choose a tag to compare

Important

⚠️ Limitations in testing with VS Code 1.87+

The issue #206897 was spotted and reported in Visual Studio Code project. The problem is currently affecting only Windows and Linux architectures. Unfortunately there is no identified workaround at the moment, which leads to some ExTester's components methods are not working properly.

  • Output views / Text views
    • getCurrentChannel
  • Debug view
    • getLaunchConfiguration

What's Changed

🚫 Bugs

  • fix(sample-projects): Add missing --extensions_dir into helloworld-sample launch config by @djelinek in #1168
  • fix: Improve TSconfig setup and fix errors in test/test-project by @djelinek in #1177
  • fix(nodejs-build): Do not use unsupported special chars for artifacts name in NodeJS workflow by @djelinek in #1189

🚀 Features

  • build(vscode): Bump 'max' placeholder to use VS Code 1.87.0 by @djelinek in #1167

📦 Dependencies

  • build(deps-dev): bump @types/node from 18.19.18 to 18.19.21 in /sample-projects/helloworld-sample by @dependabot in #1171
  • build(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^7.1.0 to ^7.1.1 in /test/test-project by @dependabot in #1172
  • build(deps-dev): update @typescript-eslint/parser requirement from ^7.1.0 to ^7.1.1 in /test/test-project by @dependabot in #1173
  • build(deps-dev): bump vscode-extension-tester from 7.1.1 to 7.2.0 in /sample-projects/helloworld-sample by @dependabot in #1170
  • build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by @dependabot in #1178
  • build(deps-dev): bump @types/selenium-webdriver from 4.1.21 to 4.1.22 by @dependabot in #1180
  • build(deps-dev): update @typescript-eslint/parser requirement from ^7.1.1 to ^7.2.0 in /test/test-project by @dependabot in #1185
  • build(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^7.1.1 to ^7.2.0 in /test/test-project by @dependabot in #1186
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.2.0 in /sample-projects/helloworld-sample by @dependabot in #1187
  • build(deps-dev): bump @types/node from 18.19.21 to 18.19.25 in /sample-projects/helloworld-sample by @dependabot in #1193
  • build(deps-dev): update @typescript-eslint/parser requirement from ^7.2.0 to ^7.3.1 in /test/test-project by @dependabot in #1191
  • build(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^7.2.0 to ^7.3.1 in /test/test-project by @dependabot in #1192
  • build(deps-dev): update @types/chai requirement from ^4.3.12 to ^4.3.13 in /test/test-project by @dependabot in #1194
  • chore(deps): Bump typescript from 5.3.3 to 5.4.2 by @djelinek in #1196
  • build(deps): bump got from 13.0.0 to 14.2.1 by @dependabot in #1197
  • build(deps-dev): Bump devDependencies for test and example projects by @djelinek in #1199
  • build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by @dependabot in #1201
  • build(deps-dev): Bump @types/node to from 18.x.x to 20.11.30 by @djelinek in #1198

Other Changes

Full Changelog: v7.2.0...v7.3.0

v7.2.0

28 Feb 09:32
17f4c2e
Compare
Choose a tag to compare

What's Changed

🚫 Bugs

  • fix: 'ms-enable-electron-run-as-node' is not in the list of known options by @djelinek in #1156
  • fix: Update codeUtil.ts to download vscode for linux-arm64 by @djelinek in #1161
  • fix(helloworld-sample): Stabilise textEditor tests in sample project by @djelinek in #1162

🚀 Features

📦 Dependencies

  • build(deps): bump @vscode/vsce from 2.23.0 to 2.24.0 by @dependabot in #1151
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.0.1 to 7.1.0 in /sample-projects/helloworld-sample by @dependabot in #1153
  • build(deps-dev): bump vscode-extension-tester from 7.1.0 to 7.1.1 in /sample-projects/helloworld-sample by @dependabot in #1149
  • build(deps-dev): bump eslint from 8.56.0 to 8.57.0 in /sample-projects/helloworld-sample by @dependabot in #1148
  • build(deps-dev): update eslint requirement from ^8.56.0 to ^8.57.0 in /test/test-project by @dependabot in #1145
  • build(deps-dev): update @types/chai requirement from ^4.3.11 to ^4.3.12 in /test/test-project by @dependabot in #1146
  • build(deps-dev): bump @types/node from 18.19.17 to 18.19.18 in /sample-projects/helloworld-sample by @dependabot in #1147
  • build(deps-dev): update @typescript-eslint/parser requirement from ^7.0.2 to ^7.1.0 in /test/test-project by @dependabot in #1157
  • build(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^7.0.2 to ^7.1.0 in /test/test-project by @dependabot in #1158

Other Changes

Full Changelog: v7.1.1...v7.2.0

v7.1.1

20 Feb 15:43
14a38b6
Compare
Choose a tag to compare

What's Changed

  • Download appropriate binaries on MacOS by @haberdashPI in #1084
  • Bump typescript and typescript-eslint packages in test/test-project by @djelinek in #1128
  • Bump 'max' placeholder to latest VS Code 1.86.2 by @djelinek in #1129
  • Bump vscode-extension-tester from 7.0.0 to 7.1.0 in /sample-projects/helloworld-sample by @dependabot in #1131
  • chore(sample-projects): Fix helloworld-sample project by @djelinek in #1135
  • Bump @types/node from 18.19.15 to 18.19.17 in /sample-projects/helloworld-sample by @dependabot in #1132
  • Bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.1 in /sample-projects/helloworld-sample by @dependabot in #1133
  • build(deps): bump selenium-webdriver from 4.17.0 to 4.18.1 by @dependabot in #1139
  • build(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^7.0.1 to ^7.0.2 in /test/test-project by @dependabot in #1137
  • fix: Get rid off 'require' when importing dependencies by @djelinek in #1140
  • fix(helloworld-sample): Reported ESLint config errors by @djelinek in #1141
  • build(deps-dev): update @typescript-eslint/parser requirement from ^7.0.1 to ^7.0.2 in /test/test-project by @dependabot in #1138
  • 7.1.1 by @djelinek in #1142

New Contributors

Full Changelog: v7.1.0...v7.1.1

v7.1.0

13 Feb 22:47
Compare
Choose a tag to compare

What's Changed

  • Update @typescript-eslint/eslint-plugin requirement from ^6.15.0 to ^6.17.0 in /test/test-project by @dependabot in #1066
  • Update @typescript-eslint/parser requirement from ^6.15.0 to ^6.17.0 in /test/test-project by @dependabot in #1067
  • Bump chai from 4.3.10 to 5.0.0 in /sample-projects/helloworld-sample by @dependabot in #1063
  • Bump vscode-extension-tester from 6.0.0 to 7.0.0 in /sample-projects/helloworld-sample by @dependabot in #1057
  • Small adjustments of a new ExTester logo by @djelinek in #1068
  • Bump @types/node from 18.19.3 to 18.19.4 in /sample-projects/helloworld-sample by @dependabot in #1064
  • Bump @typescript-eslint/eslint-plugin from 6.14.0 to 6.17.0 in /sample-projects/helloworld-sample by @dependabot in #1069
  • Bump @types/vscode from 1.80.0 to 1.82.0 in /sample-projects/helloworld-sample by @dependabot in #1059
  • Update ActionConstructor for ViewTitlePart by @outscale-mdr in #1076
  • Bump selenium-webdriver from 4.16.0 to 4.17.0 by @dependabot in #1095
  • Bump @vscode/vsce from 2.22.0 to 2.23.0 by @dependabot in #1096
  • Bump commander from 11.1.0 to 12.0.0 by @dependabot in #1105
  • Fix typo in ViewTitlePart actionConstructor by @outscale-mdr in #1112
  • Update selector for Action TreeItem by @outscale-mdr in #1080
  • Fix logo scaling in readme file by @djelinek in #1107
  • Bump @types/node from 18.19.4 to 18.19.14 in /sample-projects/helloworld-sample by @dependabot in #1102
  • Bump @typescript-eslint/eslint-plugin from 6.17.0 to 6.20.0 in /sample-projects/helloworld-sample by @dependabot in #1103
  • Update @typescript-eslint/parser requirement from ^6.17.0 to ^6.21.0 in /test/test-project by @dependabot in #1110
  • Update @typescript-eslint/eslint-plugin requirement from ^6.17.0 to ^6.21.0 in /test/test-project by @dependabot in #1111
  • issue-1116: Improve Main CI to use reusable workflow strategy by @djelinek in #1115
  • issue-1108: Support for VS Code 1.86.0 by @djelinek in #1114
  • Bump mocha from 10.2.0 to 10.3.0 by @dependabot in #1120
  • Bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 in /sample-projects/helloworld-sample by @dependabot in #1121
  • Bump mocha from 10.2.0 to 10.3.0 in /sample-projects/helloworld-sample by @dependabot in #1122
  • Bump @types/node from 18.19.14 to 18.19.15 in /sample-projects/helloworld-sample by @dependabot in #1123

New Contributors

Full Changelog: v7.0.0...v7.1.0

v7.0.0

20 Dec 21:24
Compare
Choose a tag to compare

What's Changed

  • Bump dependencies in test/test-project by @djelinek in #1017
  • Bump @types/node from 18.18.13 to 18.19.2 in /sample-projects/helloworld-sample by @dependabot in #1026
  • Bump eslint from 8.54.0 to 8.55.0 in /sample-projects/helloworld-sample by @dependabot in #1028
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #1041
  • Bump actions/stale from 8 to 9 by @dependabot in #1034
  • Bump selenium-webdriver and @types/selenium-webdriver by @dependabot in #1032
  • Bump typescript from 5.3.2 to 5.3.3 by @dependabot in #1033
  • Bump @types/node from 18.19.2 to 18.19.3 in /sample-projects/helloworld-sample by @dependabot in #1035
  • Bump typescript from 5.3.2 to 5.3.3 in /sample-projects/helloworld-sample by @dependabot in #1037
  • Update @typescript-eslint/parser requirement from ^6.13.1 to ^6.14.0 in /test/test-project by @dependabot in #1039
  • Update @typescript-eslint/eslint-plugin requirement from ^6.13.1 to ^6.14.0 in /test/test-project by @dependabot in #1040
  • Bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.14.0 in /sample-projects/helloworld-sample by @dependabot in #1042
  • Bump eslint from 8.55.0 to 8.56.0 in /sample-projects/helloworld-sample by @dependabot in #1043
  • Update eslint requirement from ^8.54.0 to ^8.56.0 in /test/test-project by @dependabot in #1044
  • Update @typescript-eslint/eslint-plugin requirement from ^6.14.0 to ^6.15.0 in /test/test-project by @dependabot in #1047
  • Update @typescript-eslint/parser requirement from ^6.14.0 to ^6.15.0 in /test/test-project by @dependabot in #1046
  • Bump 'max' placeholder to latest VS Code 1.85.1 by @djelinek in #1048
  • Fix indentation of warning/error messages in console logs by @djelinek in #1045
  • Rename package to ExTester and add logo by @djelinek in #1050
  • issue-1021: Remove deprecated content from Wiki pages by @djelinek in #1022

Full Changelog: v6.0.0...v7.0.0