Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2026

Bumps the test-suites group with 3 updates: @vitest/eslint-plugin, html-reporter and testplane.

Updates @vitest/eslint-plugin from 1.6.1 to 1.6.4

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.6.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.3...v1.6.4

v1.6.3

   🚀 Features

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.1...v1.6.2

v1.6.2

   🚀 Features

    View changes on GitHub
Commits
  • 3250a9c chore: release v1.6.4
  • c0b7223 feat: create new prefer-mock-return-shorthand rule (#848)
  • aa8af4d fix(unbound-method): ignore functions passed to vi.mocked (#849)
  • de6f08f docs(no-conditional-expect): add asymmetric matchers to example usage (#847)
  • 0bb0623 chore: release v1.6.3
  • 94daf05 chore: release v1.6.2
  • 31efc4c chore: release v1.6.2
  • f6b33f2 chore: release v1.6.2
  • 3046a82 feat: Option to disable autofix of prefer-import-in-mock (#846)
  • See full diff in compare view

Updates html-reporter from 11.8.2 to 11.8.3

Release notes

Sourced from html-reporter's releases.

v11.8.3

🐛 Bug fixes

Add fallback for timeline player if snapshot file is broken

Changelog

Sourced from html-reporter's changelog.

11.8.3 (2025-12-26)

Bug Fixes

  • new-ui: fallback for broken player (a6d7628)

Commits
  • 1c63170 chore(release): 11.8.3
  • a6d7628 fix(new-ui): fallback for broken player
  • 1dae08d Merge pull request #745 from gemini-testing/TRIVIAL.rm_clear_old_testplane_re...
  • 0830b17 chore: remove "clear old testplane reports" workflow
  • See full diff in compare view

Updates testplane from 8.38.2 to 8.40.1

Release notes

Sourced from testplane's releases.

v8.40.0

🚀 Improvements

v8.39.0

🚀 Improvements

  • ability to connect to repl server by port (#1144)

Now, when calling the switchToRepl command, a line like this will be displayed in the terminal log:

[00:25:54 +0300] You have entered to REPL mode via terminal (test execution timeout is disabled). Port to connect to REPL from other terminals: 60771

In this line, you can see the port that you can connect to from other terminal, for example:

nc localhost 60771

This makes it possible to control the browser from multiple terminals.

v8.38.3

🐛 Bug fixes

Fix bidi support for url params error

Changelog

Sourced from testplane's changelog.

8.40.1 (2025-12-26)

8.40.0 (2025-12-25)

Features

8.39.0 (2025-12-25)

Features

  • ability to connect to repl server by port (1521f93)

8.38.3 (2025-12-24)

Bug Fixes

  • params url error without bidi (eb99e59)
Commits
  • 229cc6f chore(release): 8.40.1
  • fabb2b1 Merge pull request #1187 from gemini-testing/INFRADUTY-29720.cdp_session_break
  • d044b8b fix: dont stub browser commands on puppeteer error
  • 45f22a3 chore(release): 8.40.0
  • cc1f6e6 feat: saveState improvements
  • 13bcd7b chore(release): 8.39.0
  • 1521f93 feat: ability to connect to repl server by port
  • 03a42bc chore(release): 8.38.3
  • eb99e59 fix: params url error without bidi
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the test-suites group with 3 updates: [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [html-reporter](https://github.com/gemini-testing/html-reporter) and [testplane](https://github.com/gemini-testing/testplane).


Updates `@vitest/eslint-plugin` from 1.6.1 to 1.6.4
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.6.1...v1.6.4)

Updates `html-reporter` from 11.8.2 to 11.8.3
- [Release notes](https://github.com/gemini-testing/html-reporter/releases)
- [Changelog](https://github.com/gemini-testing/html-reporter/blob/master/CHANGELOG.md)
- [Commits](gemini-testing/html-reporter@v11.8.2...v11.8.3)

Updates `testplane` from 8.38.2 to 8.40.1
- [Release notes](https://github.com/gemini-testing/testplane/releases)
- [Changelog](https://github.com/gemini-testing/testplane/blob/master/CHANGELOG.md)
- [Commits](gemini-testing/testplane@v8.38.2...v8.40.1)

---
updated-dependencies:
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test-suites
- dependency-name: html-reporter
  dependency-version: 11.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test-suites
- dependency-name: testplane
  dependency-version: 8.40.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: test-suites
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels Jan 4, 2026
@github-actions github-actions bot enabled auto-merge (rebase) January 4, 2026 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant