An open index of dependabot pull requests across open source projects.

Bump the minor group across 1 directory with 43 updates

Open
Number: #8090
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: August 18, 2025 at 06:16 PM UTC
(19 days ago)
Updated: August 18, 2025 at 06:16 PM UTC
(19 days ago)
Labels:
dependencies javascript
Description:

Bumps the minor group with 41 updates in the / directory:

Package From To
@codemirror/language 6.11.0 6.11.3
@codemirror/search 6.5.10 6.5.11
@codemirror/theme-one-dark 6.1.2 6.1.3
@csstools/postcss-oklab-function 4.0.9 4.0.10
@fortawesome/react-fontawesome 0.2.2 0.2.3
@kittycad/lib 2.0.35 2.0.46
bson 6.10.3 6.10.4
codemirror 6.0.1 6.0.2
html2canvas-pro 1.5.8 1.5.11
json-rpc-2.0 1.7.0 1.7.1
react-hot-toast 2.5.2 2.6.0
three 0.175.0 0.179.1
xstate 5.19.2 5.20.2
@babel/preset-env 7.26.9 7.28.3
@electron-forge/cli 7.8.0 7.8.3
@electron-forge/plugin-fuses 7.8.0 7.8.3
@electron-forge/plugin-vite 7.8.0 7.8.3
@lezer/generator 1.7.3 1.8.0
@nabla/vite-plugin-eslint 2.0.5 2.0.6
@playwright/test 1.52.0 1.54.2
@types/three 0.175.0 0.179.0
@vitest/web-worker 3.1.2 3.2.4
eslint-plugin-import 2.31.0 2.32.0
eslint-plugin-testing-library 7.1.1 7.6.6
msw 2.7.6 2.10.5
openapi-typescript 7.6.1 7.9.1
postcss 8.5.3 8.5.6
ts-jest 29.3.2 29.4.1
typescript 5.8.3 5.9.2
typescript-eslint 8.30.1 8.39.1
vite-plugin-top-level-await 1.5.0 1.6.0
vitest 3.1.2 3.2.4
ws 8.18.1 8.18.3
@rollup/plugin-typescript 12.1.2 12.1.4
rollup 4.40.0 4.46.3
rollup-plugin-dts 6.2.1 6.2.3
@types/vscode 1.99.1 1.103.0
@vscode/vsce 3.3.2 3.6.0
esbuild 0.25.5 0.25.9
glob 11.0.1 11.0.3
mocha 11.1.0 11.7.1

Updates @codemirror/language from 6.11.0 to 6.11.3

Changelog

Sourced from @​codemirror/language's changelog.

6.11.3 (2025-08-15)

Bug fixes

Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.

6.11.2 (2025-06-27)

Bug fixes

Make sure folded ranges open when backspacing or deleting into them.

6.11.1 (2025-06-02)

Bug fixes

Fix an issue where indentation would sometimes miss nodes in mixed-language situations.

Commits
  • 9c41d68 Mark version 6.11.3
  • 1979f0d Reduce StreamParser chunk size
  • ca8d6be Mark version 6.11.2
  • 2bc3b04 Open folds when deleting/backspacing into them
  • 53e08cc Mark version 6.11.1
  • 56a1c5f Fix an issue in overlay tree traversal in indentation
  • 951477e Fix grammar in doc comment
  • See full diff in compare view

Updates @codemirror/search from 6.5.10 to 6.5.11

Changelog

Sourced from @​codemirror/search's changelog.

6.5.11 (2025-05-14)

Bug fixes

Fix an issue in replaceNext that could cause it to create an invalid selection when replacing past the end of the document.

Commits
  • a221fa3 Mark version 6.5.11
  • fcebbbf Fix a bug in selection mapping after replace
  • 11b6def Switch from exclamation point to declare syntax for type-only properties
  • See full diff in compare view

Updates @codemirror/theme-one-dark from 6.1.2 to 6.1.3

Changelog

Sourced from @​codemirror/theme-one-dark's changelog.

6.1.3 (2025-06-19)

Bug fixes

Add a .d.cts file to make TypeScript happy.

Commits

Updates @csstools/postcss-oklab-function from 4.0.9 to 4.0.10

Changelog

Sourced from @​csstools/postcss-oklab-function's changelog.

4.0.10

May 27, 2025

Commits

Updates @fortawesome/react-fontawesome from 0.2.2 to 0.2.3

Release notes

Sourced from @​fortawesome/react-fontawesome's releases.

Release 0.2.3

Changed

  • Font Awesome Pro+ icons are now available with an active Pro+ subscription.

  • Removed example directory and files

  • Deprecated fa-fw prop

Added

  • Added widthAuto prop

  • Added rotateBy prop

Changelog

Sourced from @​fortawesome/react-fontawesome's changelog.

0.2.3 - 2025-07-23

Changed

  • Font Awesome Pro+ icons are now available with an active Pro+ subscription.

  • Removed example directory and files

  • Deprecated fa-fw prop

Added

  • Added widthAuto prop

  • Added rotateBy prop


Commits
Maintainer changes

This version was pushed to npm by jasonlundien, a new releaser for @​fortawesome/react-fontawesome since your current version.


Updates @kittycad/lib from 2.0.35 to 2.0.46

Commits

Updates bson from 6.10.3 to 6.10.4

Release notes

Sourced from bson's releases.

v6.10.4

6.10.4 (2025-06-02)

The MongoDB Node.js team is pleased to announce version 6.10.4 of the bson package!

Release Notes

Top-Level Await removed from the browser BSON bundle

In versions <6.10.4, BSON uses a top-level await to asynchronously import the crypto module. This change unintentionally caused headaches for users of webpack, react native, vite and other tools bundlers and tools.

The top-level await has been removed from all BSON bundles. Thanks to @​lourd for this contribution.

Prevent the creation of incorrectly sized float32 vectors

This adds validation to our BSON.serialize and EJSON.stringify methods that will prevent creating float 32 vectors that are not a multiple of 4. Previously created vectors that do not meet this validation will still be deserialized and parsed so they can be fixed.

Additionally, the toFloat32Array(), toInt8Array(), and toPackedBits() methods now perform the same validation that serialize does to prevent use of incorrectly formatted Binary vector values. (For example, a packed bits vector with more than 7 bits of padding)

Vectors of an incorrect length could only be made manually (directly constructing the bytes and calling new Binary). We recommend using toFloat32Array and fromFloat32Array when interacting with Vectors in MongoDB as they handle the proper creation and translation of this data type.

Bug Fixes

  • NODE-6074: Removes top-level await in bson with separate node and browser ESM bundles (#749) (4602973)
  • NODE-6735, NODE-6711: add BSON vector validation to EJSON stringification, serialization and conversion to native types (#748) (64ff6a2)

Documentation

We invite you to try the bson library immediately, and report any issues to the NODE project.

Changelog

Sourced from bson's changelog.

6.10.4 (2025-06-02)

Bug Fixes

  • NODE-6074: Removes top-level await in bson with separate node and browser ESM bundles (#749) (4602973)
  • NODE-6735, NODE-6711: add BSON vector validation to EJSON stringification, serialization and conversion to native types (#748) (64ff6a2)
Commits
  • 302f96e chore(main): release 6.10.4 (#803)
  • da8a4bf chore: revert release 6.10.4 (#802)
  • 8d712be chore(main): release 6.10.4 (#800)
  • 0203beb chore: revert 6.10 release to try again (#799)
  • b021bd8 chore(main): release 6.10.4 (#789)
  • 86f9dc4 chore(NODE-6938): update typescript to 5.8.3 (#793)
  • 3e5f1f8 deps(NODE-6898): FY26Q2 dependency updates (#795)
  • 17650e1 chore(NODE-6921): perf tests default to cwd and errexit (#791)
  • 7f2a6d3 test(NODE-6920): esm bundles do not have top-level await (#790)
  • 4602973 fix(NODE-6074): Removes top-level await in bson with separate node and browse...
  • Additional commits viewable in compare view

Updates codemirror from 6.0.1 to 6.0.2

Changelog

Sourced from codemirror's changelog.

6.0.2 (2025-06-19)

Bug fixes

Make sure to include a .d.cts file to make TypeScript happy.

Commits

Updates html2canvas-pro from 1.5.8 to 1.5.11

Release notes

Sourced from html2canvas-pro's releases.

v1.5.11

Please refer to CHANGELOG.md for details.

v1.5.10

Please refer to CHANGELOG.md for details.

v1.5.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from html2canvas-pro's changelog.

1.5.11 (2025-05-12)

Features

  • add the customIsSameOrigin option to support custom same-origin checks (dd9ef5e)

Documentation

  • changelog: fixes (e29d83d)
  • configuration: add examples and explanations for using the customIsSameOrigin option (c404b8f)

Chore

  • missing download info (856f709)
  • reftests: add custom isSameOrigin tests and redirect handling (e371834)

1.5.10 (2025-04-27)

Fixes

  • Remove duplicate enum value (ccaa81d)
  • Resolve duplicate enum value (2cf67f9)

1.5.9 (2025-04-27)

Fixes

  • failed to execute 'addColorStop' on 'CanvasGradient' (f84f057)
  • set font correctly in text input elements (b0203c0)

Documentation

  • readme: add deepwiki (4ffcff9)
  • readme: welcome to become a maintainer (122dafd)

Chore

  • an artifact with this name already exists on the workflow run (d10a0ca)
  • license info (ee445f7)
  • missing download info for actions/upload-artifact@v3 (ef54137)
  • remove html2canvas-proxy (5eafba5)
  • replace request with http (e9d88e4)
  • upgrade appium-xcode & node-simctl (b61e7d1)

... (truncated)

Commits
  • bb77c21 chore(release): 1.5.11
  • 856f709 chore: missing download info
  • 49f903d Merge pull request #117 from alonesuperman/main
  • e371834 test(reftests): add custom isSameOrigin tests and redirect handling
  • c404b8f docs(configuration): add examples and explanations for using the `customIsSam...
  • dd9ef5e feat: add the customIsSameOrigin option to support custom same-origin checks
  • e29d83d docs(changelog): fixes
  • f502562 chore(release): 1.5.10
  • c1cb846 chore: optimize version-upgrade
  • 30d8c4d chore(release): 1.5.9
  • Additional commits viewable in compare view

Updates json-rpc-2.0 from 1.7.0 to 1.7.1

Release notes

Sourced from json-rpc-2.0's releases.

v1.7.1

Commits

Updates react-hot-toast from 2.5.2 to 2.6.0

Release notes

Sourced from react-hot-toast's releases.

v2.6.0


https://github.com/timolins/react-hot-toast/compare/v2.5.2...v2.6.0

v2.6.0-beta.0

What's new

  • Adds support for multiple toasters
  • Add first version of Multi toaster docs
  • Add dismissAll and removeAll More ergonomic API when working with multiple toasters a1d0b02

Ready to try it out?

npm i react-hot-toast@beta

Other Changes

  • Update pnpm version f6c867b
  • Move timeouts inside a useRef cb1fe8e
  • Use data tag instead of id 1d5d3d3
  • Fix dispatch to be id specific again fe934fd
  • Merge branch &#39;main&#39; into global-settings 0953822
  • Add first version of multi toaster page 5b1ee55
  • Merge branch &#39;main&#39; into global-settings 4d43622
  • Move toaster settings into state cf9ae4b
  • Some experimentation with global settings API 2e0a4dd

https://github.com/timolins/react-hot-toast/compare/v2.5.1...v2.6.0-beta.0

Commits

Updates three from 0.175.0 to 0.179.1

Commits

Updates xstate from 5.19.2 to 5.20.2

Release notes

Sourced from xstate's releases.

xstate@5.20.2

Patch Changes

  • #5351 71387ff Thanks @​davidkpiano! - Fix: Emit callback errors no longer crash the actor

    actor.on('event', () => {
      // Will no longer crash the actor
      throw new Error('oops');
    });
    

xstate@5.20.1

Patch Changes

xstate@5.20.0

Minor Changes

  • #5287 e07a7cd8462473188a0fb646a965e61be1ce6ae3 Thanks @​davidkpiano! - The graph and model-based testing utilities from @​xstate/graph (and @​xstate/test previously) were moved to the core xstate package.

    import { createMachine } from 'xstate';
    import { getShortestPaths } from 'xstate/graph';
    

    const machine = createMachine({ // ... });

    const paths = getShortestPaths(machine, { fromState: 'a', toState: 'b' });

xstate@5.19.4

Patch Changes

xstate@5.19.3

Patch Changes

Commits

Updates @babel/preset-env from 7.26.9 to 7.28.3

Release notes

Sourced from @​babel/preset-env's releases.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

Committers: 5

v7.28.2 (2025-07-24)

Thanks @​souhailaS for your first PR!

:bug: Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 4

v7.28.1 (2025-07-12)

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

v7.28.2 (2025-07-24)

:bug: Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

v7.28.1 (2025-07-12)

:bug: Bug Fix

  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator

:memo: Documentation

:leftwards_arrow_with_hook: Revert

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-types

v7.28.0 (2025-07-02)

:rocket: New Feature

... (truncated)

Commits

Updates @electron-forge/cli from 7.8.0 to 7.8.3

Release notes

Sourced from @​electron-forge/cli's releases.

v7.8.3

What's Changed

Bug Fixes & Improvements

Full Changelog: https://github.com/electron/forge/compare/v7.8.2...v7.8.3

v7.8.2

What's Changed

Bug Fixes & Improvements

Other Changes

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v7.8.1...v7.8.2

v7.8.1

What's Changed

Bug Fixes and Improvements

Other Changes

... (truncated)

Changelog

Sourced from @​electron-forge/cli's changelog.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
  • restore isProd in the webpack plugin (#3021) (531788ba)

6.0.0-beta.70 (2022-10-28)

Bug Fixes

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
Pull Request Statistics
Commits:
1
Files Changed:
5
Additions:
+2746
Deletions:
-2341
Package Dependencies
Package:
vitest
Ecosystem:
npm
Version Change:
3.1.2 → 3.2.4
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.1.1 → 7.6.6
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.31.0 → 2.32.0
Update Type:
Minor
Package:
mocha
Ecosystem:
npm
Version Change:
11.1.0 → 11.7.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.26.9 → 7.28.3
Update Type:
Minor
Package:
ws
Ecosystem:
npm
Version Change:
8.18.1 → 8.18.3
Update Type:
Patch
Package:
typescript
Ecosystem:
npm
Version Change:
5.8.3 → 5.9.2
Update Type:
Minor
Package:
ts-jest
Ecosystem:
npm
Version Change:
29.3.2 → 29.4.1
Update Type:
Minor
Package:
esbuild
Ecosystem:
npm
Version Change:
0.25.5 → 0.25.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.3.2 → 3.6.0
Update Type:
Minor
Package:
rollup
Ecosystem:
npm
Version Change:
4.40.0 → 4.46.3
Update Type:
Minor
Package:
postcss
Ecosystem:
npm
Version Change:
8.5.3 → 8.5.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.30.1 → 8.39.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.52.0 → 1.54.2
Update Type:
Minor
Package:
msw
Ecosystem:
npm
Version Change:
2.7.6 → 2.10.5
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.11.0 → 6.11.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
12.1.2 → 12.1.4
Update Type:
Patch
Package:
glob
Ecosystem:
npm
Version Change:
11.0.1 → 11.0.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.2 → 0.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.99.1 → 1.103.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.5.10 → 6.5.11
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.0.9 → 4.0.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.0.35 → 2.0.46
Update Type:
Patch
Package:
bson
Ecosystem:
npm
Version Change:
6.10.3 → 6.10.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.8 → 1.5.11
Update Type:
Patch
Package:
three
Ecosystem:
npm
Version Change:
0.175.0 → 0.179.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.175.0 → 0.179.0
Update Type:
Minor
Package:
xstate
Ecosystem:
npm
Version Change:
5.19.2 → 5.20.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.8.0 → 7.8.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.8.0 → 7.8.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.8.0 → 7.8.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.1.2 → 3.2.4
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.6.1 → 7.9.1
Update Type:
Minor
Package:
codemirror
Ecosystem:
npm
Version Change:
6.0.1 → 6.0.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.5.2 → 2.6.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.2.1 → 6.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.3 → 1.8.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.5.0 → 1.6.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.0.5 → 2.0.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.1.2 → 6.1.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.0 → 1.7.1
Update Type:
Patch
Technical Details
ID: 5311283
UUID: 2754122814
Node ID: PR_kwDOIws4Ns6kKJQ-
Host: GitHub
Repository: KittyCAD/modeling-app
Merge State: Unknown