Skip to content

Bump the minor group across 1 directory with 41 updates - #51

Open
dependabot[bot] wants to merge 1 commit into
achalmers/pattern-tag-mixupfrom
dependabot/npm_and_yarn/minor-cf23f71bce
Open

Bump the minor group across 1 directory with 41 updates#51
dependabot[bot] wants to merge 1 commit into
achalmers/pattern-tag-mixupfrom
dependabot/npm_and_yarn/minor-cf23f71bce

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 11, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@codemirror/autocomplete 6.20.0 6.20.1
@codemirror/commands 6.10.0 6.10.3
@codemirror/language 6.11.3 6.12.3
@codemirror/lint 6.9.2 6.9.5
@codemirror/search 6.5.11 6.6.0
@kittycad/lib 3.1.16 3.2.20
@lezer/lr 1.4.4 1.4.8
@microlink/react-json-view 1.27.0 1.31.16
@msgpack/msgpack 3.1.2 3.1.3
@preact/signals-core 1.12.1 1.14.1
@preact/signals-react 3.6.1 3.10.0
electron-updater 6.6.2 6.8.3
fuse.js 7.1.0 7.2.0
react 19.2.0 19.2.4
@types/react 19.2.7 19.2.14
react-dom 19.2.0 19.2.4
three 0.181.2 0.183.2
xstate 5.24.0 5.30.0
@babel/preset-env 7.28.5 7.29.2
@electron-forge/cli 7.10.2 7.11.1
@electron-forge/plugin-fuses 7.10.2 7.11.1
@electron-forge/plugin-vite 7.10.2 7.11.1
@playwright/test 1.57.0 1.59.1
@preact/signals-react-transform 0.6.0 0.8.1
@types/three 0.181.0 0.183.1
autoprefixer 10.4.22 10.4.27
electron-builder 26.0.12 26.8.1
eslint-plugin-testing-library 7.13.5 7.16.2
happy-dom 20.0.11 20.8.9
msw 2.12.3 2.12.14
openapi-typescript 7.10.1 7.13.0
postcss 8.5.6 8.5.8
typescript-eslint 8.48.1 8.58.0
ws 8.18.3 8.20.0
rollup 4.53.3 4.60.1
rollup-plugin-dts 6.3.0 6.4.1
@types/vscode 1.106.1 1.110.0
esbuild 0.27.0 0.28.0

Updates @codemirror/autocomplete from 6.20.0 to 6.20.1

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.20.1 (2026-03-02)

Bug fixes

Clicking the horizontal dots at the top/bottom of a list of completion options now moves the selection there, so that more completions become visible.

Commits
  • 7cbf7fd Mark version 6.20.1
  • 1fae8fb Use git+https format for package.json repository field
  • 90412d8 Respond to clicks on the top/bottom of incomplete option lists by moving sele...
  • e8521c2 Align interpretation of wordChars language data with @​codemirror/state
  • See full diff in compare view

Updates @codemirror/commands from 6.10.0 to 6.10.3

Changelog

Sourced from @​codemirror/commands's changelog.

6.10.3 (2026-03-12)

Bug fixes

Make sure selection-extending commands preserve the associativity of the selection head.

6.10.2 (2026-02-06)

Bug fixes

Move the selection to a less surprising place when undoing, moving the selection, redoing, then undoing again.

6.10.1 (2025-12-17)

Bug fixes

Fix a bug where copyLineDown would leave the cursor on the wrong line when it was at the start of the line.

Commits
  • 6f83cb9 Mark version 6.10.3
  • 8364073 Properly preserve selection associativity in selection-extending commands
  • aa61d5c Add more tests for vertical cursor and selection motion
  • dbae3a1 Mark version 6.10.2
  • beecd58 Use a more reasonable start selection for the inverse of applied history events
  • 0587e5d Add a test cursorLineDown skipping trailing inline widgets
  • fe13f95 Add some more explicit type annotations
  • 2f99b7b Use git+https format for package.json repository field
  • a6196d9 Query configuration at start of line in changeLineComment
  • 42bc68c Mark version 6.10.1
  • Additional commits viewable in compare view

Updates @codemirror/language from 6.11.3 to 6.12.3

Changelog

Sourced from @​codemirror/language's changelog.

6.12.3 (2026-03-25)

Bug fixes

Fix a crash in bracketMatching when composing at end of document.

6.12.2 (2026-02-25)

Bug fixes

Make sure brackets are highlighted in the initial editor state.

Pause bracket matching updates during composition, to avoid disrupting Mobile Safari's fragile composition handling.

6.12.1 (2025-12-22)

Bug fixes

Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.

Commits
  • f5af31e Mark version 6.12.3
  • 371c9ba Fix bogus bracket highlighting being generated at end of document
  • 9531899 Remove duplicated slash in forum url in README
  • 2f4e701 Fix forum link in readme
  • b5cd54b Mark version 6.12.2
  • 5f86763 Pause bracket matching updates during composition
  • af8dca9 Properly show matched brackets in the initial editor state
  • 693a25e Use git+https format for package.json repository field
  • bcc504c Mark version 6.12.1
  • d131a0f Use EnterBracketed mode when finding inner language
  • Additional commits viewable in compare view

Updates @codemirror/lint from 6.9.2 to 6.9.5

Changelog

Sourced from @​codemirror/lint's changelog.

6.9.5 (2026-03-02)

Bug fixes

Use more appropriate background colors for the selected diagnostic in dark mode.

6.9.4 (2026-02-11)

Bug fixes

Make sure nextDiagnostic selects entire diagnostics, even when they overlap with other diagnostics.

6.9.3 (2026-01-27)

Bug fixes

Fix an issue where the lint panel inappropriately blocks the default behavior of key combinations with Ctrl, Alt, or Cmd held.

Commits
  • 296d743 Mark version 6.9.5
  • c7a0982 Improve background colors for dark themes
  • a3202d8 Mark version 6.9.4
  • 42d5b8c Make nextDiagnostic select entire diagnostics
  • ee432ca Mark version 6.9.3
  • 85e7e0f Don't handle ctrl/alt/meta key combinations in panel key handler
  • ed7f267 Use git+https format for package.json repository field
  • See full diff in compare view

Updates @codemirror/search from 6.5.11 to 6.6.0

Changelog

Sourced from @​codemirror/search's changelog.

6.6.0 (2026-01-13)

New features

Search queries now support a generic test field that can be used to implement custom tests on matches.

Commits
  • 502b2e4 Mark version 6.6.0
  • 9b9e121 Allocate less closures in test function implementation
  • d554699 Add a test field to search query objects
  • 9a54e64 Use git+https format for package.json repository field
  • 3fd68b9 Simplify gotoLine using the new showDialog utility
  • See full diff in compare view

Updates @codemirror/state from 6.5.2 to 6.6.0

Changelog

Sourced from @​codemirror/state's changelog.

6.6.0 (2026-03-12)

New features

EditorSelection.range now takes an optional assoc argument.

SelectionRange.extend can now be given a third argument to specify associativity.

6.5.4 (2026-01-14)

Bug fixes

Make SelectionRange.eq return false when the ranges have different goal columns.

6.5.3 (2025-12-22)

Bug fixes

Fix an issue where RangeValue.eq could get called with a value of a different class.

EditorState.charCategorizer now only uses the highest-precedence set of word characters from the language data, to allow overriding these.

Commits
  • 821d9b7 Mark version 6.6.0
  • e035c74 Support an assoc argument to EditorSelection.range and SelectionRange.extend
  • eef74db Add type conversions to asArray
  • 8897323 Mark version 6.5.4
  • 75518c0 Include goal column when comparing selection ranges
  • a0889f8 Use git+https format for package.json repository field
  • b2cbf25 Mark version 6.5.3
  • 386d55d Make charCategorizer only use the highest-precedence set of word chars
  • aa4ca3c Document RangeCursor.goto
  • 32c46fa Don't call RangeValue.eq on values of different class
  • Additional commits viewable in compare view

Updates @kittycad/lib from 3.1.16 to 3.2.20

Commits
  • 0837d7c Update api spec (#512)
  • 34b808c Update api spec (#511)
  • 8c3434a Update api spec (#510)
  • 4667e87 Update api spec (#509)
  • 7a1ce73 Bump version so we can use latest API features (#508)
  • c550b82 Update api spec (#502)
  • 9f7472f Bump @​babel/preset-env from 7.29.0 to 7.29.2 in the patch group (#504)
  • 1b35415 Bump eslint from 10.0.3 to 10.1.0 in the minor group (#505)
  • 0b22735 Bump node-forge from 1.3.2 to 1.4.0 in the security group across 1 directory ...
  • e5dba14 Bump handlebars from 4.7.8 to 4.7.9 in the security group across 1 directory ...
  • Additional commits viewable in compare view

Updates @lezer/lr from 1.4.4 to 1.4.8

Changelog

Sourced from @​lezer/lr's changelog.

1.4.8 (2026-01-25)

Bug fixes

Fix an issue where the wrong start position was emitted for composite skipped nodes in some circumstances.

1.4.7 (2026-01-06)

Bug fixes

Fix an issue that caused zero-length non-tree tokens to grow the extent of their parent node.

1.4.6 (2026-01-05)

Bug fixes

Fix an issue where zero-length tokens could fail to properly set the parser's reduce pos.

Improve heuristic for picking a stack during error-recovery at the end of the input.

1.4.5 (2025-12-09)

Bug fixes

When pruning excessive recovery parse stacks, prefer to drop those with worse parse scores.

Commits
  • f81d6a2 Mark version 1.4.8
  • 5d4e536 Fix a regression in handling of composite skipped expressions
  • bec7213 Mark version 1.4.7
  • 96d2098 Adjust handling of zero-length shifts again
  • 13e26d6 Mark version 1.4.6
  • fcd6f63 When picking a final stack, use the reduced, rather than original stack
  • 67d9653 Make sure to move reducePos forward for every non-skipping shift
  • 9c49172 Mark version 1.4.5
  • 96000be Sort stacks before pruning them
  • See full diff in compare view

Updates @microlink/react-json-view from 1.27.0 to 1.31.16

Release notes

Sourced from @​microlink/react-json-view's releases.

v1.31.16

What's Changed

Full Changelog: microlinkhq/react-json-view@v1.31.15...v1.31.16

v1.31.15

What's Changed

Full Changelog: microlinkhq/react-json-view@v1.31.14...v1.31.15

v1.31.14

What's Changed

Full Changelog: microlinkhq/react-json-view@v1.31.13...v1.31.14

v1.31.13

What's Changed

Full Changelog: microlinkhq/react-json-view@v1.31.12...v1.31.13

v1.31.12

What's Changed

Full Changelog: microlinkhq/react-json-view@v1.31.11...v1.31.12

v1.31.11

What's Changed

New Contributors

Full Changelog: microlinkhq/react-json-view@v1.31.10...v1.31.11

v1.31.10

What's Changed

... (truncated)

Changelog

Sourced from @​microlink/react-json-view's changelog.

1.31.16 (2026-04-03)

1.31.15 (2026-03-26)

1.31.14 (2026-03-18)

1.31.13 (2026-03-18)

1.31.12 (2026-03-17)

1.31.11 (2026-03-17)

1.31.10 (2026-03-16)

1.31.9 (2026-03-16)

1.31.8 (2026-03-11)

1.31.7 (2026-03-11)

1.31.6 (2026-03-10)

1.31.5 (2026-03-10)

1.31.4 (2026-03-08)

1.31.3 (2026-03-07)

1.31.2 (2026-03-07)

1.31.1 (2026-03-05)

1.31.0 (2026-03-05)

Features

  • add types field to package.json (2e6320a)
  • dev server: add example of name as jsx element (84ada17)
  • Enhance VariableEditor to support BigNumber type handling (98d2d1e)
  • json viewer: add handling namespace when is an react object (e11b60a)
  • show comma option (bdb3907)
  • trigger onSelect when clicking keys (6db9f85)
  • types: add JSX.Element as name prop type (ebd8aed)
  • 优化 rjvId 生成方式,添加随机字符串增加唯一性 (6d85757)

Bug Fixes

  • action config (e150a8a)
  • add back build step (0ddc229)
  • add legacy ssl flag (4005834)
  • add missed devDeps in new create-react-app (5275cd4)
  • AutosizeTextarea ref prop (84b8110)
  • Fix toggleCollapsed handling sparse arrays (656e2d0)
  • function call (86bbd60)
  • json viewer: add support for functional components (f478f55)
  • missing quotesOnKeys props in TS typings (25f5205)
  • remove unnecessary CSS (990cf94)
  • replace class attribute by classname (e38bab4)
  • resolve test failures in Node 20+ and below Node 17 (c00d5cc)
  • rolling back the changes directly (4c17310)
  • string data type: use camelcase on inline style (d578398)
  • use babel register (6244e18)
  • use quotes (0df577c)

Reverts

... (truncated)

Commits
  • e6e3e1d chore(release): 1.31.16
  • ca4ba52 Merge pull request #153 from microlinkhq/dependabot/npm_and_yarn/sass-1.99.0
  • dcc33d7 Merge pull request #152 from microlinkhq/dependabot/npm_and_yarn/babel-plugin...
  • 06e75d4 build(deps-dev): bump sass from 1.98.0 to 1.99.0
  • 14b1c7e build(deps-dev): bump babel-plugin-react-html-attrs from 2.1.0 to 3.0.5
  • fdcd6c7 chore(release): 1.31.15
  • a07d8e9 Merge pull request #151 from microlinkhq/dependabot/npm_and_yarn/webpack-bund...
  • 79e18cc build(deps-dev): bump webpack-bundle-analyzer from 5.2.0 to 5.3.0
  • 9369517 chore(release): 1.31.14
  • cb3cab6 build: contributors
  • Additional commits viewable in compare view

Updates @msgpack/msgpack from 3.1.2 to 3.1.3

Release notes

Sourced from @​msgpack/msgpack's releases.

v3.1.3

What's Changed

New Contributors

Full Changelog: msgpack/msgpack-javascript@v3.1.2...v3.1.3

Changelog

Sourced from @​msgpack/msgpack's changelog.

3.1.3 2025-12-26

msgpack/msgpack-javascript@v3.1.2...v3.1.3

  • More specific data types - ArrayBuffer instead of ArrayBufferLike (ts 5.9 compatibility issue) by @​joshkel (#279)
Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates @preact/signals-core from 1.12.1 to 1.14.1

Release notes

Sourced from @​preact/signals-core's releases.

@​preact/signals-core@​1.14.1

Patch Changes

  • #906 0c65390 Thanks @​JoviDeCroock! - Wrap nested object methods returned from createModel so composed models keep action batching semantics without manual action wrappers.

  • #911 6c17923 Thanks @​JoviDeCroock! - Avoid hard-requiring ESNext.Disposable in consumer tsconfigs for Model and effect() types.

@​preact/signals-core@​1.14.0

Minor Changes

  • #891 308c921 Thanks @​JoviDeCroock! - Prevent batches where a signal goes from A --> B --> A from triggering dependent updates, a computed/effect should not re-run when the dependencies in a batched update amount to an equal value.

@​preact/signals-core@​1.13.0

Minor Changes

  • #812 19ac39b Thanks @​andrewiggins! - Add createModel and action to signals core package

    createModel provides a structured way to create reactive model classes that encapsulate signals, computed values, and actions:

    const CounterModel = createModel((initialCount = 0) => {
    	const count = signal(initialCount);
    	const doubled = computed(() => count.value * 2);
    effect(() => {
    	console.log("Count changed:", count.value);
    });
    return {
    count,
    doubled,
    increment() {
    count.value++;
    },
    };
    
    });
    const counter = new CounterModel(5);
    counter.increment(); // Updates are automatically batched
    counterSymbol.dispose; // Cleans up all effects

    Key features:

    • Factory functions can accept arguments for initialization
    • All methods are automatically wrapped as actions (batched & untracked)
    • Effects created during model construction are captured and disposed when the model is disposed via Symbol.dispose
    • TypeScript validates that models only contain signals, actions, or nested objects with signals/actions

    action is a helper that wraps a function to run batched and untracked:

... (truncated)

Commits
  • c33d375 Version Packages (#908)
  • 6c17923 fix(core): avoid requiring ESNext.Disposable for model types (#911)
  • d836607 chore(vite-plugin): add vite-plugin keyword (#910)
  • 0c65390 Support nested createModel actions (#906)
  • 16b270a Version Packages (#905)
  • 3096de6 Correct changeset
  • 904a879 feat(utils): add getKey prop to <For> for stable list reconciliation (#907)
  • 5866205 Merge pull request #900 from preactjs/signals-vite
  • e730ce1 Refresh lockfile for signals agent vite
  • 0a0896a Update signals agent vite packaging and preview support
  • 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 @​preact/signals-core since your current version.


Updates @preact/signals-react from 3.6.1 to 3.10.0

Release notes

Sourced from @​preact/signals-react's releases.

@​preact/signals-react@​3.10.0

Minor Changes

  • #907 904a879 Thanks @​jbalsas! - Add optional getKey prop to <For> component for stable list reconciliation. When provided, getKey generates stable keys for the internal <Item> wrapper, fixing incorrect DOM reuse when items are removed or reordered.

@​preact/signals-react@​3.9.1

Patch Changes

@​preact/signals-react@​3.9.0

Minor Changes

@​preact/signals-react@​3.8.0

Minor Changes

  • #861 5794b04 Thanks @​andrewiggins! - Add useModel hook for using Models in components

    The new useModel hook provides a convenient way to use Models (created with createModel) within React and Preact components. It handles:

    • Creating the model instance lazily on first render
    • Maintaining the same instance across re-renders
    • Automatically disposing the model when the component unmounts
    import { createModel, signal } from "@preact/signals-core";
    import { useModel } from "@preact/signals-react"; // or "@preact/signals"
    const CountModel = createModel(() => ({
    count: signal(0),
    increment() {
    this.count.value++;
    },
    }));
    function Counter() {
    const model = useModel(CountModel);
    return <button onClick={() => model.increment()}>{model.count}</button>;
    }

    For models that require constructor arguments, wrap in a factory function:

    const CountModel = createModel((initialCount: number) => ({

... (truncated)

Changelog

Sourced from @​preact/signals-react's changelog.

3.10.0

Minor Changes

  • #907 904a879 Thanks @​jbalsas! - Add optional getKey prop to <For> component for stable list reconciliation. When provided, getKey generates stable keys for the internal <Item> wrapper, fixing incorrect DOM reuse when items are removed or reordered.

3.9.1

Patch Changes

3.9.0

Minor Changes

3.8.0

Minor Changes

  • #861 5794b04 Thanks @​andrewiggins! - Add useModel hook for using Models in components

    The new useModel hook provides a convenient way to use Models (created with createModel) within React and Preact components. It handles:

    • Creating the model instance lazily on first render
    • Maintaining the same instance across re-renders
    • Automatically disposing the model when the component unmounts
    import { createModel, signal } from "@preact/signals-core";
    import { useModel } from "@preact/signals-react"; // or "@preact/signals"
    const CountModel = createModel(() => ({
    count: signal(0),
    increment() {
    this.count.value++;
    },
    }));
    function Counter() {
    const model = useModel(CountModel);
    return <button onClick={() => model.increment()}>{model.count}</button>;
    }

    For models that require constructor arguments, wrap in a factory function:

... (truncated)

Commits

Updates electron-updater from 6.6.2 to 6.8.3

Release notes

Sourced from electron-updater's releases.

electron-updater@6.8.3

Patch Changes

electron-updater@6.8.2

Patch Changes

electron-updater@6.8.1

Patch Changes

electron-updater@6.8.0

Minor Changes

electron-updater@6.7.3

Patch Changes

electron-updater@6.7.2

Patch Changes

030269b

  • builder-util-runtime@9.5.1

electron-updater@6.7.1

Patch Changes

electron-updater@6.7.0

Minor Changes

... (truncated)

Changelog

Sourced from electron-updater's changelog.

6.8.3

Patch Changes

6.8.2

Patch Changes

6.8.1

Patch Changes

6.8.0

Minor Changes

6.7.3

Patch Changes

6.7.2

Patch Changes

030269b

  • builder-util-runtime@9.5.1

6.7.1

... (truncated)

Commits
  • 3a3f439 chore(deploy): Release v26.8.0 (electron-updater@6.8.3) (#9556)
  • 9c67fd3 chore: Remove console logs for linux autoupdater platform check (#9561)
  • f1c2ec3 chore(deploy): Release v26.7.0 (electron-updater@6.8.2) (#9549)
  • 8aee1e6 fix(updater): don't throw on releases with non-semver tags when collecting fu...
  • 7b5901b chore(deploy): Release v26.5.0 (electron-updater@6.8.1) (#9503)
  • 6c20eeb chore: running eslint --fix on more files (#9502)
  • 06de969 chore(deploy): Release v26.4.1 (electron-updater@6.8.0) (#9458)
  • 3533a3e feat: Provide progress updates for multiple range differential downloads (#9448)
  • 5f9c143 chore(deploy): Release v26.3.5 (electron-updater@6.7.3) (

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

| Package | From | To |
| --- | --- | --- |
| [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.20.0` | `6.20.1` |
| [@codemirror/commands](https://github.com/codemirror/commands) | `6.10.0` | `6.10.3` |
| [@codemirror/language](https://github.com/codemirror/language) | `6.11.3` | `6.12.3` |
| [@codemirror/lint](https://github.com/codemirror/lint) | `6.9.2` | `6.9.5` |
| [@codemirror/search](https://github.com/codemirror/search) | `6.5.11` | `6.6.0` |
| [@kittycad/lib](https://github.com/KittyCAD/kittycad.ts) | `3.1.16` | `3.2.20` |
| [@lezer/lr](https://github.com/lezer-parser/lr) | `1.4.4` | `1.4.8` |
| [@microlink/react-json-view](https://github.com/microlinkhq/react-json-view) | `1.27.0` | `1.31.16` |
| [@msgpack/msgpack](https://github.com/msgpack/msgpack-javascript) | `3.1.2` | `3.1.3` |
| [@preact/signals-core](https://github.com/preactjs/signals) | `1.12.1` | `1.14.1` |
| [@preact/signals-react](https://github.com/preactjs/signals/tree/HEAD/packages/react) | `3.6.1` | `3.10.0` |
| [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) | `6.6.2` | `6.8.3` |
| [fuse.js](https://github.com/krisk/Fuse) | `7.1.0` | `7.2.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.7` | `19.2.14` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.4` |
| [three](https://github.com/mrdoob/three.js) | `0.181.2` | `0.183.2` |
| [xstate](https://github.com/statelyai/xstate) | `5.24.0` | `5.30.0` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.28.5` | `7.29.2` |
| [@electron-forge/cli](https://github.com/electron/forge) | `7.10.2` | `7.11.1` |
| [@electron-forge/plugin-fuses](https://github.com/electron/forge) | `7.10.2` | `7.11.1` |
| [@electron-forge/plugin-vite](https://github.com/electron/forge/tree/HEAD/packages/plugin/vite) | `7.10.2` | `7.11.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.57.0` | `1.59.1` |
| [@preact/signals-react-transform](https://github.com/preactjs/signals/tree/HEAD/packages/react-transform) | `0.6.0` | `0.8.1` |
| [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) | `0.181.0` | `0.183.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.22` | `10.4.27` |
| [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.12` | `26.8.1` |
| [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.13.5` | `7.16.2` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.0.11` | `20.8.9` |
| [msw](https://github.com/mswjs/msw) | `2.12.3` | `2.12.14` |
| [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) | `7.10.1` | `7.13.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.8` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.48.1` | `8.58.0` |
| [ws](https://github.com/websockets/ws) | `8.18.3` | `8.20.0` |
| [rollup](https://github.com/rollup/rollup) | `4.53.3` | `4.60.1` |
| [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) | `6.3.0` | `6.4.1` |
| [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.106.1` | `1.110.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.27.0` | `0.28.0` |



Updates `@codemirror/autocomplete` from 6.20.0 to 6.20.1
- [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md)
- [Commits](codemirror/autocomplete@6.20.0...6.20.1)

Updates `@codemirror/commands` from 6.10.0 to 6.10.3
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md)
- [Commits](codemirror/commands@6.10.0...6.10.3)

Updates `@codemirror/language` from 6.11.3 to 6.12.3
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md)
- [Commits](codemirror/language@6.11.3...6.12.3)

Updates `@codemirror/lint` from 6.9.2 to 6.9.5
- [Changelog](https://github.com/codemirror/lint/blob/main/CHANGELOG.md)
- [Commits](codemirror/lint@6.9.2...6.9.5)

Updates `@codemirror/search` from 6.5.11 to 6.6.0
- [Changelog](https://github.com/codemirror/search/blob/main/CHANGELOG.md)
- [Commits](codemirror/search@6.5.11...6.6.0)

Updates `@codemirror/state` from 6.5.2 to 6.6.0
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md)
- [Commits](codemirror/state@6.5.2...6.6.0)

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

Updates `@lezer/lr` from 1.4.4 to 1.4.8
- [Changelog](https://github.com/lezer-parser/lr/blob/main/CHANGELOG.md)
- [Commits](lezer-parser/lr@1.4.4...1.4.8)

Updates `@microlink/react-json-view` from 1.27.0 to 1.31.16
- [Release notes](https://github.com/microlinkhq/react-json-view/releases)
- [Changelog](https://github.com/microlinkhq/react-json-view/blob/master/CHANGELOG.md)
- [Commits](microlinkhq/react-json-view@v1.27.0...v1.31.16)

Updates `@msgpack/msgpack` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/msgpack/msgpack-javascript/releases)
- [Changelog](https://github.com/msgpack/msgpack-javascript/blob/main/CHANGELOG.md)
- [Commits](msgpack/msgpack-javascript@v3.1.2...v3.1.3)

Updates `@preact/signals-core` from 1.12.1 to 1.14.1
- [Release notes](https://github.com/preactjs/signals/releases)
- [Commits](https://github.com/preactjs/signals/compare/@preact/signals-core@1.12.1...@preact/signals-core@1.14.1)

Updates `@preact/signals-react` from 3.6.1 to 3.10.0
- [Release notes](https://github.com/preactjs/signals/releases)
- [Changelog](https://github.com/preactjs/signals/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/preactjs/signals/commits/@preact/signals-react@3.10.0/packages/react)

Updates `electron-updater` from 6.6.2 to 6.8.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-updater@6.8.3/packages/electron-updater)

Updates `fuse.js` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/krisk/Fuse/releases)
- [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md)
- [Commits](krisk/Fuse@v7.1.0...v7.2.0)

Updates `react` from 19.2.0 to 19.2.4
- [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.4/packages/react)

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

Updates `react-dom` from 19.2.0 to 19.2.4
- [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.4/packages/react-dom)

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

Updates `xstate` from 5.24.0 to 5.30.0
- [Release notes](https://github.com/statelyai/xstate/releases)
- [Commits](https://github.com/statelyai/xstate/compare/xstate@5.24.0...xstate@5.30.0)

Updates `@babel/preset-env` from 7.28.5 to 7.29.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.2/packages/babel-preset-env)

Updates `@electron-forge/cli` from 7.10.2 to 7.11.1
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.10.2...v7.11.1)

Updates `@electron-forge/plugin-fuses` from 7.10.2 to 7.11.1
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](electron/forge@v7.10.2...v7.11.1)

Updates `@electron-forge/plugin-vite` from 7.10.2 to 7.11.1
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/electron/forge/commits/v7.11.1/packages/plugin/vite)

Updates `@playwright/test` from 1.57.0 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.57.0...v1.59.1)

Updates `@preact/signals-react-transform` from 0.6.0 to 0.8.1
- [Release notes](https://github.com/preactjs/signals/releases)
- [Changelog](https://github.com/preactjs/signals/blob/main/packages/react-transform/CHANGELOG.md)
- [Commits](https://github.com/preactjs/signals/commits/@preact/signals-react-transform@0.8.1/packages/react-transform)

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

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

Updates `autoprefixer` from 10.4.22 to 10.4.27
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.22...10.4.27)

Updates `electron-builder` from 26.0.12 to 26.8.1
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-builder@26.8.1/packages/electron-builder)

Updates `eslint-plugin-testing-library` from 7.13.5 to 7.16.2
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/release.config.js)
- [Commits](testing-library/eslint-plugin-testing-library@v7.13.5...v7.16.2)

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

Updates `msw` from 2.12.3 to 2.12.14
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.12.3...v2.12.14)

Updates `openapi-typescript` from 7.10.1 to 7.13.0
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md)
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-typescript@7.13.0/packages/openapi-typescript)

Updates `postcss` from 8.5.6 to 8.5.8
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.6...8.5.8)

Updates `typescript-eslint` from 8.48.1 to 8.58.0
- [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.58.0/packages/typescript-eslint)

Updates `ws` from 8.18.3 to 8.20.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.3...8.20.0)

Updates `rollup` from 4.53.3 to 4.60.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.53.3...v4.60.1)

Updates `rollup-plugin-dts` from 6.3.0 to 6.4.1
- [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rollup-plugin-dts@v6.3.0...v6.4.1)

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

Updates `@typescript-eslint/eslint-plugin` from 8.48.1 to 8.58.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.48.1 to 8.58.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/parser)

Updates `esbuild` from 0.27.0 to 0.28.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md)
- [Commits](evanw/esbuild@v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: "@codemirror/autocomplete"
  dependency-version: 6.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@codemirror/commands"
  dependency-version: 6.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@codemirror/language"
  dependency-version: 6.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@codemirror/lint"
  dependency-version: 6.9.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@codemirror/search"
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@codemirror/state"
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@kittycad/lib"
  dependency-version: 3.2.20
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@lezer/lr"
  dependency-version: 1.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@microlink/react-json-view"
  dependency-version: 1.31.16
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@msgpack/msgpack"
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@preact/signals-core"
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@preact/signals-react"
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: electron-updater
  dependency-version: 6.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: fuse.js
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: three
  dependency-version: 0.183.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: xstate
  dependency-version: 5.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@babel/preset-env"
  dependency-version: 7.29.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@electron-forge/cli"
  dependency-version: 7.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@electron-forge/plugin-fuses"
  dependency-version: 7.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@electron-forge/plugin-vite"
  dependency-version: 7.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@playwright/test"
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@preact/signals-react-transform"
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/three"
  dependency-version: 0.183.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: autoprefixer
  dependency-version: 10.4.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: electron-builder
  dependency-version: 26.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-testing-library
  dependency-version: 7.16.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: happy-dom
  dependency-version: 20.8.9
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: msw
  dependency-version: 2.12.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: openapi-typescript
  dependency-version: 7.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: postcss
  dependency-version: 8.5.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: typescript-eslint
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: ws
  dependency-version: 8.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: rollup
  dependency-version: 4.60.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: rollup-plugin-dts
  dependency-version: 6.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/vscode"
  dependency-version: 1.110.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: esbuild
  dependency-version: 0.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

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 Apr 11, 2026
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