Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 4 updates: @vizzly-testing/honeydiff, @modelcontextprotocol/sdk, @types/node and vite.

Updates @vizzly-testing/honeydiff from 0.8.0 to 0.8.1

Release notes

Sourced from @​vizzly-testing/honeydiff's releases.

✨ v0.8.1

[0.8.1] - 2026-01-09

What's Changed

Changed

  • Performance: SSIM calculation is now 5x faster using integral images and parallel processing (#21)
    • Full HD (1920×1080) images: 239ms → 51ms (4.7× speedup)
    • 640×480 images: 35ms → 8.3ms (4.2× speedup)
  • Performance: Skip SSIM calculation for identical images, saving ~250M operations per comparison (#20)
    • When images have no differences (or only anti-aliasing artifacts), SSIM returns 1.0 immediately
    • Particularly beneficial for visual regression test suites where most screenshots match their baselines

Fixed

  • Clean up duplicate entries in package.json files list

Full Changelog: vizzly-testing/honeydiff@v0.8.0...v0.8.1

Changelog

Sourced from @​vizzly-testing/honeydiff's changelog.

[0.8.1] - 2026-01-09

What's Changed

Changed

  • Performance: SSIM calculation is now 5x faster using integral images and parallel processing (#21)
    • Full HD (1920×1080) images: 239ms → 51ms (4.7× speedup)
    • 640×480 images: 35ms → 8.3ms (4.2× speedup)
  • Performance: Skip SSIM calculation for identical images, saving ~250M operations per comparison (#20)
    • When images have no differences (or only anti-aliasing artifacts), SSIM returns 1.0 immediately
    • Particularly beneficial for visual regression test suites where most screenshots match their baselines

Fixed

  • Clean up duplicate entries in package.json files list

Full Changelog: vizzly-testing/honeydiff@v0.8.0...v0.8.1

Commits

Updates @modelcontextprotocol/sdk from 1.25.1 to 1.25.2

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

v1.25.2

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.25.1...v1.25.2

Commits

Updates @types/node from 25.0.3 to 25.0.6

Commits

Updates vite from 7.3.0 to 7.3.1

Release notes

Sourced from vite's releases.

v7.3.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.3.1 (2026-01-07)

Features

  • add ignoreOutdatedRequests option to optimizeDeps (#21364) (9d39d37)
Commits

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 dependencies group with 4 updates: [@vizzly-testing/honeydiff](https://github.com/vizzly-testing/honeydiff), [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `@vizzly-testing/honeydiff` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/vizzly-testing/honeydiff/releases)
- [Changelog](https://github.com/vizzly-testing/honeydiff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vizzly-testing/honeydiff/commits/v0.8.1)

Updates `@modelcontextprotocol/sdk` from 1.25.1 to 1.25.2
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@1.25.1...v1.25.2)

Updates `@types/node` from 25.0.3 to 25.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `vite` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

---
updated-dependencies:
- dependency-name: "@vizzly-testing/honeydiff"
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.25.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 12, 2026
@Robdel12 Robdel12 merged commit 9ca0eb7 into main Jan 12, 2026
15 of 20 checks passed
@Robdel12 Robdel12 deleted the dependabot/npm_and_yarn/dependencies-878adf8bc7 branch January 12, 2026 16:01
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.

2 participants