Skip to content

chore(deps): bump the dependencies-minor-patch group across 1 directory with 8 updates#13

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-minor-patch-40fccaef11
Open

chore(deps): bump the dependencies-minor-patch group across 1 directory with 8 updates#13
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-minor-patch-40fccaef11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps the dependencies-minor-patch group with 8 updates in the / directory:

Package From To
@mediapipe/tasks-vision 0.10.32 0.10.33
postprocessing 6.38.2 6.39.0
three 0.182.0 0.183.2
three-mesh-bvh 0.9.8 0.9.9
@eslint/js 9.39.2 9.39.4
@types/node 25.2.2 25.5.0
@types/three 0.182.0 0.183.1
typescript-eslint 8.54.0 8.57.1

Updates @mediapipe/tasks-vision from 0.10.32 to 0.10.33

Updates postprocessing from 6.38.2 to 6.39.0

Release notes

Sourced from postprocessing's releases.

v6.39.0

Requires three ≥ 0.168.0 < 0.184.0

ℹ️ The minimum version of three was raised to r168

What's Changed

  • Fix recursive depth texture binding issues in EffectComposer by @​Ameobea in pmndrs/postprocessing#740
  • Change default type of internal depth textures to FloatType 67b277c
  • Fix depth texture management #225, 1bcdefa
  • EffectComposer: Remove unused constructor param alpha 5477fce
  • EffectComposer: Remove createBuffer 3faeb4e, dd2bf69
  • Pass: Add needsDepthBlit ab99cd1

New Contributors

Full Changelog: pmndrs/postprocessing@v6.38.3...v6.39.0

Special Thanks

Thanks @​juliangarnier and @​donmccurdy for the continued support! ❤️

v6.38.3

Requires three ≥ 0.157.0 < 0.184.0

What's Changed

  • DownsamplingMaterial: Improve color accuracy f2b87abf765c4e2fd0d389ea13fa1f09cd2011b1
  • Update dependencies

Full Changelog: pmndrs/postprocessing@v6.38.2...v6.38.3

Special Thanks

Thanks @​juliangarnier and @​donmccurdy for the continued support! 🚀

Commits

Updates three from 0.182.0 to 0.183.2

Commits
Maintainer changes

This version was pushed to npm by mugen87, a new releaser for three since your current version.


Updates three-mesh-bvh from 0.9.8 to 0.9.9

Release notes

Sourced from three-mesh-bvh's releases.

v0.9.9

Added

  • Add tests for ObjectBVH, SkinnedMeshBVH
  • ObjectBVH: Add "getObjectFromId", "getInstanceFromId" functions
  • Moved "ObjectBVH" and "SkinnedMeshBVH" to core. These classes are still in development and APIs may change.

Changed

  • BVHHelper: Handled case where the a root object does not have geometry.

Fixed

  • ParallelMeshBVHWorker: Fix failure when reporting progress.
  • ObjectBVH, SkinnedMeshBVH: Fix raycasting bugs for both classes
  • ObjectBVH: Fix case where the first BatchedMesh instance would be skipped
Changelog

Sourced from three-mesh-bvh's changelog.

[0.9.9] - 2026-03-03

Added

  • Add tests for ObjectBVH, SkinnedMeshBVH
  • ObjectBVH: Add "getObjectFromId", "getInstanceFromId" functions
  • Moved "ObjectBVH" and "SkinnedMeshBVH" to core. These classes are still in development and APIs may change.

Changed

  • BVHHelper: Handled case where the a root object does not have geometry.

Fixed

  • ParallelMeshBVHWorker: Fix failure when reporting progress.
  • ObjectBVH, SkinnedMeshBVH: Fix raycasting bugs for both classes
  • ObjectBVH: Fix case where the first BatchedMesh instance would be skipped
Commits

Updates @eslint/js from 9.39.2 to 9.39.4

Release notes

Sourced from @​eslint/js's releases.

v9.39.4

Bug Fixes

  • f18f6c8 fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)
  • a3c868f fix: update dependency @​eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)
  • 234d005 fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)
  • b1b37ee fix: update ajv to 6.14.0 to address security vulnerabilities (#20538) (루밀LuMir)

Documentation

  • 4675152 docs: add deprecation notice partial (#20520) (Milos Djermanovic)

Chores

  • b8b4eb1 chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)
  • 71b2f6b chore: package.json update for @​eslint/js release (Jenkins)
  • 1d16c2f ci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)

v9.39.3

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)

Chores

  • 8594a43 chore: upgrade @​eslint/js@​9.39.3 (#20529) (Milos Djermanovic)
  • 9ceef92 chore: package.json update for @​eslint/js release (Jenkins)
  • af498c6 chore: ignore /docs/v9.x in link checker (#20453) (Milos Djermanovic)
Commits
  • 71b2f6b chore: package.json update for @​eslint/js release
  • 9ceef92 chore: package.json update for @​eslint/js release
  • See full diff in compare view

Updates @types/node from 25.2.2 to 25.5.0

Commits

Updates @types/three from 0.182.0 to 0.183.1

Commits

Updates typescript-eslint from 8.54.0 to 8.57.1

Release notes

Sourced from typescript-eslint's releases.

v8.57.1

8.57.1 (2026-03-16)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#12126)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.57.0

8.57.0 (2026-03-09)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)

🩹 Fixes

  • eslint-plugin: [strict-void-return] false positives with overloads (#12055)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#12094)
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
  • typescript-estree: switch back to use ts.getModifiers() (#12034)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#11355)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.57.1 (2026-03-16)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.57.0 (2026-03-09)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.56.1 (2026-02-23)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.56.0 (2026-02-16)

🚀 Features

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.55.0 (2026-02-09)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@eslint/js [>= 10.a, < 11]

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 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

…ry with 8 updates

Bumps the dependencies-minor-patch group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@mediapipe/tasks-vision](http://mediapipe.dev) | `0.10.32` | `0.10.33` |
| [postprocessing](https://github.com/pmndrs/postprocessing) | `6.38.2` | `6.39.0` |
| [three](https://github.com/mrdoob/three.js) | `0.182.0` | `0.183.2` |
| [three-mesh-bvh](https://github.com/gkjohnson/three-mesh-bvh) | `0.9.8` | `0.9.9` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.2` | `9.39.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.2` | `25.5.0` |
| [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) | `0.182.0` | `0.183.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.54.0` | `8.57.1` |



Updates `@mediapipe/tasks-vision` from 0.10.32 to 0.10.33

Updates `postprocessing` from 6.38.2 to 6.39.0
- [Release notes](https://github.com/pmndrs/postprocessing/releases)
- [Commits](pmndrs/postprocessing@v6.38.2...v6.39.0)

Updates `three` from 0.182.0 to 0.183.2
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `three-mesh-bvh` from 0.9.8 to 0.9.9
- [Release notes](https://github.com/gkjohnson/three-mesh-bvh/releases)
- [Changelog](https://github.com/gkjohnson/three-mesh-bvh/blob/master/CHANGELOG.md)
- [Commits](gkjohnson/three-mesh-bvh@v0.9.8...v0.9.9)

Updates `@eslint/js` from 9.39.2 to 9.39.4
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.4/packages/js)

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

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

Updates `typescript-eslint` from 8.54.0 to 8.57.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@mediapipe/tasks-vision"
  dependency-version: 0.10.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-minor-patch
- dependency-name: postprocessing
  dependency-version: 6.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-minor-patch
- dependency-name: three
  dependency-version: 0.183.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-minor-patch
- dependency-name: three-mesh-bvh
  dependency-version: 0.9.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-minor-patch
- dependency-name: "@eslint/js"
  dependency-version: 9.39.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-minor-patch
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-minor-patch
- dependency-name: "@types/three"
  dependency-version: 0.183.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-minor-patch
- dependency-name: typescript-eslint
  dependency-version: 8.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 23, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gesture-lab Error Error Mar 23, 2026 2:41pm

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