Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the major group with 24 updates:

Package From To
@kittycad/lib 0.0.52 3.1.16
@octokit/openapi-types 19.1.0 27.0.0
@octokit/rest 20.1.0 22.0.1
@octokit/types 13.5.0 16.0.0
@primer/react 36.6.0 38.3.0
@react-three/csg 3.2.0 4.0.0
@react-three/drei 9.106.0 10.7.7
@react-three/fiber 8.16.2 9.4.2
@testing-library/react 14.2.1 16.3.0
@types/node 20.4.2 24.10.1
react 18.2.0 19.2.0
@types/react 18.2.48 19.2.7
react-dom 18.2.0 19.2.0
@types/react-dom 18.2.19 19.2.3
react-is 18.2.0 19.2.0
styled-components 5.3.11 6.1.19
@vitejs/plugin-react 4.3.4 5.1.1
dotenv 16.4.5 17.2.3
eslint 8.56.0 9.39.1
eslint-config-prettier 9.1.0 10.1.8
happy-dom 15.11.7 20.0.11
jsdom 26.0.0 27.2.0
vite 5.4.14 7.2.6
vitest 1.6.1 4.0.14

Updates @kittycad/lib from 0.0.52 to 3.1.16

Release notes

Sourced from @​kittycad/lib's releases.

v0.1.0

What's Changed

Full Changelog: KittyCAD/kittycad.ts@v0.0.55...v0.1.0

v0.0.59

What's Changed

Full Changelog: KittyCAD/kittycad.ts@v0.1.0...v0.0.59

v0.0.55

What's Changed

Full Changelog: KittyCAD/kittycad.ts@v0.0.54...v0.0.55

Changelog

Sourced from @​kittycad/lib's changelog.

Changelog

All notable changes to this project will be documented in this file.

v3.0.0

Features

  • Pagination helpers: generate snake_case pager helpers for list endpoints that return *ResultsPage with items and next_page.
    • New helpers: <operationId>_pager(params) under each tag, e.g. users.list_users_pager, api_calls.list_api_calls_pager.
    • Generic utilities exported from root: Pager and createPager.
    • Examples: generated example files now include an example_pager() usage snippet (type-checked by tsc).
  • WebSocket endpoints: add generated clients for ml_copilot_ws, ml_reasoning_ws, and modeling_commands_ws.
  • Handlebars templates: migrate generator to Handlebars-based templates for REST, multipart, and WebSocket operations (src/templates/*.hbs).
  • Example generation: create per-endpoint example tests in __tests__/gen for REST and WS endpoints.
  • Error handling helpers: introduce ApiError and throwIfNotOk utilities for consistent HTTP error surfaces. (src/errors.ts)
  • Top-level types: re-export all schema types from the package root so you can import type { User } from '@kittycad/lib' instead of Models['User'].
    • Aliases to avoid name collisions: ApiError (model) → ApiErrorModel, and Error (error-body model) → ApiErrorBody.

Improvements

  • Client injection: REST and WS code now honor client.baseUrl and client.fetch (useful in SSR/Next.js). Falls back to env and global fetch.
  • JSDoc: add rich JSDoc to generated functions and models, including @property docs for params and typed @returns.
  • 204 responses: endpoints declaring 204 are typed as void and skip JSON parsing.
  • Pager naming: use snake_case for helper names to match the rest of the SDK.
  • Windows TLS root CAs: refine dynamic import for win-ca with typed indirection and NodeJS.Process narrowing. (src/client.ts)
  • WebSocket binary parsing: add robust ArrayBufferView detection and safer BSON fallbacks; avoid global any/Buffer guards. (src/templates/ws.hbs)
  • Generator resiliency: better request/response type collection, multipart handling, and spec patch emission. (src/apiGen.ts)
  • Formatting and linting: apply Biome formatting across generated sources.

Breaking Changes

  • Type strictness: remove explicit any from generated and template code.
    • Models generator now falls back to unknown (not any) for ambiguous OpenAPI shapes, and uses Record<string, unknown> instead of bare

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​kittycad/lib since your current version.


Updates @octokit/openapi-types from 19.1.0 to 27.0.0

Release notes

Sourced from @​octokit/openapi-types's releases.

v27.0.0

27.0.0 (2025-10-30)

Features

  • add GHES 3.18, immutable releases, enterprise team membership, enterprise team organization, custom runner images, many type additions and improvements (#479) (1e600e2)

BREAKING CHANGES

  • Several endpoints ID change
  • Removed endpoints

v26.0.0

26.0.0 (2025-09-16)

Features

  • remove GHES 3.13, new Projects v2 endpoints, new code scanning dismissal endpoints, many other endpoints (#471) (f322421)

BREAKING CHANGES

  • remove GHES 3.13

v25.1.0

25.1.0 (2025-05-25)

Features

  • add GHES 3.17, new /credentials/revoke, /users/{username}/settings/billing/usage, /enterprises/{enterprise}/members/{username}/copilot endpoints, description updates (#493) (#465) (9c706c4)

v25.0.0

25.0.0 (2025-04-09)

Features

  • new /orgs/{org}/campaigns, /orgs/{org}/campaigns/{campaign_number} endpoints, remove Copilot usage endpoints, description updates (#461) (f27d1a2)

BREAKING CHANGES

  • Remove Copilot usage endpoints

... (truncated)

Commits
  • 1e600e2 feat: add GHES 3.18, immutable releases, enterprise team membership, enterpri...
  • f322421 feat: remove GHES 3.13, new Projects v2 endpoints, new code scanning dismissa...
  • 9c706c4 feat: add GHES 3.17, new /credentials/revoke, `/users/{username}/settings/b...
  • f27d1a2 feat: new /orgs/{org}/campaigns, /orgs/{org}/campaigns/{campaign_number} ...
  • 6dbabd6 feat: new /orgs/{org}/issue-types, `/orgs/{org}/issue-types/{issue_type_id}...
  • fbef6d1 feat: add GHES 3.16, add new epss_percentage sorting to advisories, new `ep...
  • 22dc3a0 feat: new dismissed_comment and fixed_at attributes on code scanning aler...
  • 8bd4526 fix: replace missing component with inline definition (#446)
  • c51cfc8 feat: remove GHES 3.9, new action runner groups endpoints, new code scanning ...
  • 5c77aa5 build: update @octokit/openapi (#420)
  • Additional commits viewable in compare view

Updates @octokit/rest from 20.1.0 to 22.0.1

Release notes

Sourced from @​octokit/rest's releases.

v22.0.1

22.0.1 (2025-10-31)

Bug Fixes

  • deps: update octokit monorepo (major) (#538) (ded2f17)

v22.0.0

22.0.0 (2025-05-25)

Bug Fixes

  • deps: update octokit monorepo (major) (#504) (77530ab)

BREAKING CHANGES

  • deps: Drop support for NodeJS v18
  • deps: Remove deprecated Projects endpoints
  • deps: Remove deprecated Copilot usage metrics endpoints

v21.1.1

21.1.1 (2025-02-14)

Bug Fixes

  • deps: update Octokit dependencies to mitigate ReDos [security] (#484) (ca256c3)

v21.1.0

21.1.0 (2025-01-08)

Features

  • new endpoints, bump Octokit deps to fix Deno (#477) (908b1c8)

v21.0.2

21.0.2 (2024-08-16)

Bug Fixes

... (truncated)

Commits
  • daa3ec9 ci(action): update actions/setup-node action to v6 (#534)
  • 1dec0c7 ci(action): update peter-evans/create-or-update-comment action to v5 (#531)
  • ded2f17 fix(deps): update octokit monorepo (major) (#538)
  • 0e0eaea chore(deps): update dependency @​types/node to v24 (#537)
  • c04acc8 chore(deps): update vitest monorepo to v4 (major) (#536)
  • e6dd306 chore(deps): update dependency undici to v7 (#474)
  • 5f380d0 build(deps-dev): Bump form-data from 4.0.2 to 4.0.4 in /docs (#520)
  • dc6827d build(deps-dev): Bump tar-fs from 2.1.2 to 2.1.3 in /docs (#516)
  • 77530ab fix(deps): update octokit monorepo (major) (#504)
  • d07b719 build(deps): Bump vite from 6.2.5 to 6.3.4 (#509)
  • Additional commits viewable in compare view

Updates @octokit/types from 13.5.0 to 16.0.0

Release notes

Sourced from @​octokit/types's releases.

v16.0.0

16.0.0 (2025-10-30)

Features

  • add immutable releases, enterprise team membership, enterprise team organization, custom runner images, many type additions and improvements (#693) (dc1ceeb)

BREAKING CHANGES

  • Removed endpoints

v15.0.2

15.0.2 (2025-10-29)

Bug Fixes

  • update generated file & update dependency node to v24 (#691) (f5f5743)

v15.0.1

15.0.1 (2025-10-20)

Bug Fixes

v15.0.0

15.0.0 (2025-09-16)

Features

  • new Projects v2 endpoints, new code scanning dismissal endpoints, many other endpoints (#683) (56ff680)

BREAKING CHANGES

  • remove project card endpoints for classic projects

v14.1.0

14.1.0 (2025-05-25)

Features

  • new GET /users/{username}/settings/billing/usage, POST /credentials/revoke endpoints, endpoint type updates, type performance fixes (#675) (a7ec830), closes #667 #666

... (truncated)

Commits
  • dc1ceeb feat: add immutable releases, enterprise team membership, enterprise team org...
  • f5f5743 fix: update generated file & update dependency node to v24 (#691)
  • a0529c1 fix: reduce complexity (#687)
  • 435bdcc ci(action): update peter-evans/create-or-update-comment action to v5 (#684)
  • 52ffdca ci(action): update actions/setup-node action to v6 (#689)
  • aaf87a2 ci(action): update github/codeql-action action to v4 (#688)
  • db7d9bc chore(deps): update dependency semantic-release to v25 (#690)
  • 56ff680 feat: new Projects v2 endpoints, new code scanning dismissal endpoints, many ...
  • 7ef763e ci(action): update actions/checkout action to v5 (#679)
  • 1ce7ba2 chore(deps): update dependency node to v22 (#677)
  • Additional commits viewable in compare view

Updates @primer/react from 36.6.0 to 38.3.0

Release notes

Sourced from @​primer/react's releases.

@​primer/react@​38.3.0

Minor Changes

Patch Changes

@​primer/react@​38.2.0

Minor Changes

Patch Changes

... (truncated)

Commits
  • 17328ed Release tracking (#7217)
  • 1667225 chore - Fix type compatibility with react 19 refs (#7246)
  • ececdb9 Update KeybindingHint button story (#7243)
  • 06fa047 chore(deps): bump masci/datadog from 1.9.2 to 1.9.3 (#7234)
  • 2735220 Center align header and description for BlankSlate (#7239)
  • f6df71f chore(deps-dev): bump the eslint group with 3 updates (#7235)
  • 686ced9 fix: update release workflow to create an rc for styled-react (#7227)
  • feb7001 feat: add TopicTag component (#7177)
  • f9fb9eb ActionBar: Add padding to Divider when gap="none" (#7223)
  • bf675e2 chore(package): remove overrides and update packageManger field (#7229)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​primer/react since your current version.


Updates @react-three/csg from 3.2.0 to 4.0.0

Release notes

Sourced from @​react-three/csg's releases.

v4.0.0

Major Changes

  • 4.x, react19, fiber v9

v3.3.0

Minor Changes

  • 497d5a3: feat: forward support for React 19
Changelog

Sourced from @​react-three/csg's changelog.

4.0.0

Major Changes

  • 4.x, react19, fiber v9

3.3.0

Minor Changes

  • 497d5a3: feat: forward support for React 19
Commits

Updates @react-three/drei from 9.106.0 to 10.7.7

Release notes

Sourced from @​react-three/drei's releases.

v10.7.7

10.7.7 (2025-11-13)

Bug Fixes

v10.7.6

10.7.6 (2025-09-11)

Bug Fixes

  • types: fix usage of ambient THREE namespace (#2517) (3b5d7dc)

v10.7.5

10.7.5 (2025-09-08)

Bug Fixes

v10.7.4

10.7.4 (2025-08-23)

Bug Fixes

v10.7.3

10.7.3 (2025-08-17)

Bug Fixes

v10.7.2

10.7.2 (2025-08-16)

Bug Fixes

v10.7.1

10.7.1 (2025-08-16)

... (truncated)

Commits

Updates @react-three/fiber from 8.16.2 to 9.4.2

Release notes

Sourced from @​react-three/fiber's releases.

v9.4.2

What's Changed

New Contributors

Full Changelog: pmndrs/react-three-fiber@v9.4.1...v9.4.2

v9.4.1

What's Changed

Full Changelog: pmndrs/react-three-fiber@v9.4.0...v9.4.1

v9.4.0

What's Changed

New Contributors

Full Changelog: pmndrs/react-three-fiber@v9.3.0...v9.4.0

v9.3.0

With this release we have two big fixes.

  1. flushSync now works properly. To prove it we added an example that allows you to React props and then take a screenshot of the R3F canvas with the latest state. This is a pretty advanced use case, but one people might be interested to explore for exporting videos or images using R3F.
  2. React Native support has been fixed for 0.79 and newer when combined with the same update to Drei: pmndrs/drei#2494. A big thanks to @​thejustinwalsh for helping us with this one.

What's Changed

New Contributors

Full Changelog: pmndrs/react-three-fiber@v9.1.4...v9.3.0

v9.1.4

What's Changed

... (truncated)

Commits
  • 2541e81 RELEASING: Releasing 1 package(s)
  • 3d445fd docs(changeset): fix: Expo SDK 54 compatibility through workaround
  • b19f059 fix(polyfills): conditionally import expo-file-system/legacy to support Expo ...
  • 1dea40e docs: update installation guide with iOS simulator note (#3572)
  • d71855e RELEASING: Releasing 1 package(s)
  • 4f8cec0 docs(changeset): fix: pass DevTools config through createReconciler to fix Re...
  • 1e676dc fix: pass DevTools config through createReconciler to fix React DevTools (#3594)
  • 9ca5264 RELEASING: Releasing 1 package(s)
  • f0976dc docs(changeset): feat: improve applyProps errors, harden pierced props setting
  • 36022f2 docs: correct outdated JSX namespace link (fixes #3582) (#3586)
  • Additional commits viewable in compare view

Updates @testing-library/react from 14.2.1 to 16.3.0

Release notes

Sourced from @​testing-library/react's releases.

v16.3.0

16.3.0 (2025-04-02)

Features

  • add bernardobelchior as a contributor for code, and doc (#1391) (9fc6a75)

v16.2.0

16.2.0 (2025-01-15)

Features

v16.1.0

16.1.0 (2024-12-05)

Features

v16.0.1

16.0.1 (2024-08-29)

Bug Fixes

  • Add support for exactOptionalPropertyTypes in TypeScript (#1351) (3dcd8a9)

v16.0.0

16.0.0 (2024-06-03)

Features

  • Move @testing-library/dom and @types/react-dom to peer dependencies (#1305) (a4744fa)

BREAKING CHANGES

  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency. @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.

v15.0.7

... (truncated)

Commits

Updates @types/node from 20.4.2 to 24.10.1

Commits

Updates react from 18.2.0 to 19.2.0

Release notes

Sourced from react's releases.

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

  • <Activity /> was developed over many years, starting before ClassComponent.setState (@​acdlite @​sebmarkbage and many others)
  • Stringify context as "SomeContext" instead of "SomeContext.Provider" (@​kassens #33507)
  • Include stack of cause of React instrumentation errors with %o placeholder (@​eps1lon #34198)
  • Fix infinite useDeferredValue loop in popstate event (@​acdlite #32821)
  • Fix a bug when an initial value was passed to useDeferredValue (@​acdlite #34376)
  • Fix a crash when submitting forms with Client Actions (@​sebmarkbage #33055)
  • Hide/unhide the content of dehydrated suspense boundaries if they resuspend (@​sebmarkbage #32900)
  • Avoid stack overflow on wide trees during Hot Reload (@​sophiebits Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2025
Bumps the major group with 24 updates:

| Package | From | To |
| --- | --- | --- |
| [@kittycad/lib](https://github.com/KittyCAD/kittycad.ts) | `0.0.52` | `3.1.16` |
| [@octokit/openapi-types](https://github.com/octokit/openapi-types.ts/tree/HEAD/packages/openapi-types) | `19.1.0` | `27.0.0` |
| [@octokit/rest](https://github.com/octokit/rest.js) | `20.1.0` | `22.0.1` |
| [@octokit/types](https://github.com/octokit/types.ts) | `13.5.0` | `16.0.0` |
| [@primer/react](https://github.com/primer/react) | `36.6.0` | `38.3.0` |
| [@react-three/csg](https://github.com/pmndrs/react-three-csg) | `3.2.0` | `4.0.0` |
| [@react-three/drei](https://github.com/pmndrs/drei) | `9.106.0` | `10.7.7` |
| [@react-three/fiber](https://github.com/pmndrs/react-three-fiber) | `8.16.2` | `9.4.2` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.1` | `16.3.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.4.2` | `24.10.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `19.2.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.48` | `19.2.7` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `19.2.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.19` | `19.2.3` |
| [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) | `18.2.0` | `19.2.0` |
| [styled-components](https://github.com/styled-components/styled-components) | `5.3.11` | `6.1.19` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.3.4` | `5.1.1` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `17.2.3` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `9.39.1` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.1.8` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `15.11.7` | `20.0.11` |
| [jsdom](https://github.com/jsdom/jsdom) | `26.0.0` | `27.2.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.14` | `7.2.6` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.6.1` | `4.0.14` |


Updates `@kittycad/lib` from 0.0.52 to 3.1.16
- [Release notes](https://github.com/KittyCAD/kittycad.ts/releases)
- [Changelog](https://github.com/KittyCAD/kittycad.ts/blob/main/CHANGELOG.md)
- [Commits](KittyCAD/kittycad.ts@v0.0.52...v3.1.16)

Updates `@octokit/openapi-types` from 19.1.0 to 27.0.0
- [Release notes](https://github.com/octokit/openapi-types.ts/releases)
- [Commits](https://github.com/octokit/openapi-types.ts/commits/v27.0.0/packages/openapi-types)

Updates `@octokit/rest` from 20.1.0 to 22.0.1
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v20.1.0...v22.0.1)

Updates `@octokit/types` from 13.5.0 to 16.0.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v13.5.0...v16.0.0)

Updates `@primer/react` from 36.6.0 to 38.3.0
- [Release notes](https://github.com/primer/react/releases)
- [Commits](https://github.com/primer/react/compare/v36.6.0...@primer/react@38.3.0)

Updates `@react-three/csg` from 3.2.0 to 4.0.0
- [Release notes](https://github.com/pmndrs/react-three-csg/releases)
- [Changelog](https://github.com/pmndrs/react-three-csg/blob/main/CHANGELOG.md)
- [Commits](pmndrs/react-three-csg@v3.2.0...v4.0.0)

Updates `@react-three/drei` from 9.106.0 to 10.7.7
- [Release notes](https://github.com/pmndrs/drei/releases)
- [Changelog](https://github.com/pmndrs/drei/blob/master/release.config.js)
- [Commits](pmndrs/drei@v9.106.0...v10.7.7)

Updates `@react-three/fiber` from 8.16.2 to 9.4.2
- [Release notes](https://github.com/pmndrs/react-three-fiber/releases)
- [Commits](pmndrs/react-three-fiber@v8.16.2...v9.4.2)

Updates `@testing-library/react` from 14.2.1 to 16.3.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v14.2.1...v16.3.0)

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

Updates `react` from 18.2.0 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react)

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

Updates `react-dom` from 18.2.0 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react-dom)

Updates `@types/react-dom` from 18.2.19 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-is` from 18.2.0 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react-is)

Updates `styled-components` from 5.3.11 to 6.1.19
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/v5.3.11...styled-components@6.1.19)

Updates `@vitejs/plugin-react` from 4.3.4 to 5.1.1
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.1/packages/plugin-react)

Updates `dotenv` from 16.4.5 to 17.2.3
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v17.2.3)

Updates `eslint` from 8.56.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.56.0...v9.39.1)

Updates `eslint-config-prettier` from 9.1.0 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.1.8)

Updates `happy-dom` from 15.11.7 to 20.0.11
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v15.11.7...v20.0.11)

Updates `jsdom` from 26.0.0 to 27.2.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@26.0.0...27.2.0)

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

Updates `vitest` from 1.6.1 to 4.0.14
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.14/packages/vitest)

---
updated-dependencies:
- dependency-name: "@kittycad/lib"
  dependency-version: 3.1.16
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@octokit/openapi-types"
  dependency-version: 27.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@octokit/rest"
  dependency-version: 22.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@octokit/types"
  dependency-version: 16.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@primer/react"
  dependency-version: 38.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@react-three/csg"
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@react-three/drei"
  dependency-version: 10.7.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@react-three/fiber"
  dependency-version: 9.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@types/node"
  dependency-version: 24.10.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: react-dom
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: react-is
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: styled-components
  dependency-version: 6.1.19
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: dotenv
  dependency-version: 17.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: happy-dom
  dependency-version: 20.0.11
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: jsdom
  dependency-version: 27.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: vite
  dependency-version: 7.2.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: vitest
  dependency-version: 4.0.14
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/major-b137ff0147 branch from 1f7fe06 to 3684246 Compare December 19, 2025 15:12
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.

1 participant