Skip to content

build(deps-dev): bump vscode-extension-tester from 8.25.0 to 8.26.1 - #404

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vscode-extension-tester-8.26.0
Open

build(deps-dev): bump vscode-extension-tester from 8.25.0 to 8.26.1#404
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vscode-extension-tester-8.26.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps vscode-extension-tester from 8.25.0 to 8.26.1.

Release notes

Sourced from vscode-extension-tester's releases.

v8.26.1

What's Changed

🚫 Bugs

fix(page-objects): focus the editor before reading/writing its text by Dominik Jelinek in 7c2f10649fa46342b98c0b7f332b7fb0571c1df4

🔧 Maintenance

chore(release): Publish v8.26.1 by Dominik Jelinek in 9c3230175f00a9210a7bc2238bc9d6e9101b86f1

📦 Dependencies

build(deps-dev): bump eslint from 10.9.1 to 10.10.0 in the eslint group by dependabot[bot] in f1591c9f27835467da3320e0b94646a053fe7f3f

v8.26.0

What's Changed

⚠️ Breaking

chore(docs)!: remove legacy wiki content and the publish-wiki workflow by Dominik Jelinek in 73b6ab1fa63b247a43bdbcf45758255bc250b90f

🚀 Features

feat(docs): add Astro Starlight documentation site by Dominik Jelinek in 8b0fb28fdae162fa80afcb889befbaf429dd2689 feat(page-objects): recover clicks intercepted by hover overlays by Dominik Jelinek in 1a68db6fb0b93fc893194be06d66ac5cab7dba10 feat(extester): disable workbench hovers and sticky scroll in default settings by Dominik Jelinek in d3e6198d8e2a8f3b48cb8e6d3bf90b2da93c4a0b feat(extester): seed keybindings and snippets, harden the settings-dir wipe, guard merge invariants by Dominik Jelinek in 4713163ba6b7d1ec693c2c2290ebbb6e5d36c391 feat(extester): warn on shadowed settings, apply custom settings in setup phase, preflight storage path length by Dominik Jelinek in a548bfb8463ae4d40ea6901582d91a59bc99c06c feat(extester): accept JSONC settings files, validate their shape and log overridden defaults by Dominik Jelinek in 138eb8b7dd2037b81ab291dd459b7af8c26767cd

🚫 Bugs

fix(page-objects): replace Ctrl+A chord in setText() with selectAll command by Dominik Jelinek in 9ae5a9cade892135fce9914ced47da0145f44c48 fix(page-objects): copy editor contents to clipboard using commands. (#2447) by Toine Hartman in 5562e59c0f661607513412b03fd0fdfcd1868784 fix(extester): drop extract-zip (CVE-2026-56876) and restore unzipper on the Windows zip path (#2507) by Dominik Jelínek in c177a4d2860145ed66bdcd194cdfe21882c813a1 fix(extester): drop stray noCache from DEFAULT_RUN_OPTIONS by Dominik Jelinek in c26d0b7fd662db3e93f14f673b565c4acff47e0b fix(extester): suppress DEP0169 url.parse() warning from VS Code CLI by Dominik Jelinek in e8cda9bf0f7b4e848166d14553dff870a06c53cd

🔎 Tests

test(test-project): add deterministic click-interception probe by Dominik Jelinek in 6d7a9f91efe332854548ff379cd98db02fedb00c

🔧 Maintenance

chore(release): Publish v8.26.0 by Dominik Jelinek in 2333228475aff111f91b91d06e50a5b98e371886 chore: remove legacy .eslintignore left behind by the ESLint 9 migration by Dominik Jelinek in c07c8d6156661410f52e217a984bc413f38171ee ci: run nightlies per test group, fix the macOS Insiders executable, open one issue per failing nightly by Dominik Jelinek in dc67f7506cfb775ddb3e711155c53a88db18b2ff chore: update supported VS Code versions by djelinek in 8a8f694fa32edde5ff72c0c3705aeb97caec7ea0 ci: harden workflows (build the tag, gate jobs, least-privilege tokens, timeouts) (#2505) by Dominik Jelínek in 682fb322f3a966d5c102bf9ecefe27cf98551809 docs: audit and rewrite all README files (#2497) by Dominik Jelínek in c428033667212f6e98dff48e26dbf5d7a0dd67a2 docs: explain how coverage is collected and where the CI coverage reports live by Dominik Jelinek in db4e8071c161353d920f5e9e592ef5d93d91699e ci: collect framework coverage in Main CI and run coverage.yml nightly by Dominik Jelinek in 89e6acf82481fd6711c06e5f9b366f8bcf06d8a0 docs(site): align DEFAULT_RUN_OPTIONS snippet with emitted types, note noCache is setup-only by Dominik Jelinek in 8f7a59150c5591a0666ba2641bf849b9599c8cab ci(docs): harden deploy-docs workflow per SonarCloud findings by Dominik Jelinek in 76675d817d11d8a30e4ecfc22fa2894d4bb27b55 docs: point repository links at the new documentation site by Dominik Jelinek in 6a885cb5dc4eadc3a776c550e138734e51c3fc00 ci(docs): build and deploy the docs site to GitHub Pages by Dominik Jelinek in 3f75a68f931b569efa10c7a0f2fbc013f31c0991 chore(extester): drop unused eslint-disable directive in codeUtil.test.ts by Dominik Jelinek in a58af5ef9ebf44d98b7b77058b3067400155b3b5

📦 Dependencies

... (truncated)

Commits
  • 9c32301 chore(release): Publish v8.26.1
  • 2333228 chore(release): Publish v8.26.0
  • 3c585a3 build(deps): bump got from 15.1.0 to 16.0.0
  • b6d26ae build(deps-dev): bump mocha from 11.8.0 to 12.0.0
  • d7abf86 build: scope js-yaml override to 4.x so extester tests js-yaml 5
  • dc67f75 ci: run nightlies per test group, fix the macOS Insiders executable, open one...
  • 8a8f694 chore: update supported VS Code versions
  • c177a4d fix(extester): drop extract-zip (CVE-2026-56876) and restore unzipper on the ...
  • c428033 docs: audit and rewrite all README files (#2497)
  • bcc8c44 build(deps): bump js-yaml from 4.3.2 to 5.4.1 (#2496)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 10, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 10, 2026 21:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 10, 2026
Bumps [vscode-extension-tester](https://github.com/redhat-developer/vscode-extension-tester/tree/HEAD/packages/extester) from 8.25.0 to 8.26.1.
- [Release notes](https://github.com/redhat-developer/vscode-extension-tester/releases)
- [Commits](https://github.com/redhat-developer/vscode-extension-tester/commits/v8.26.1/packages/extester)

---
updated-dependencies:
- dependency-name: vscode-extension-tester
  dependency-version: 8.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): bump vscode-extension-tester from 8.25.0 to 8.26.0 build(deps-dev): bump vscode-extension-tester from 8.25.0 to 8.26.1 Sep 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vscode-extension-tester-8.26.0 branch from abe5875 to 523bff0 Compare September 13, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants