Skip to content

Bump the production-dependencies group across 1 directory with 66 updates - #32

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-d9e56d2f2a
Open

Bump the production-dependencies group across 1 directory with 66 updates#32
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-d9e56d2f2a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown

Bumps the production-dependencies group with 61 updates in the / directory:

Package From To
@clack/prompts 0.11.0 1.7.0
@floating-ui/dom 1.7.4 1.8.0
@myriaddreamin/rehype-typst 0.6.0 0.7.0
@napi-rs/simple-git 0.1.22 1.1.0
@react-three/drei 10.7.7 10.7.8
@react-three/fiber 9.6.1 9.7.0
@tiptap/extension-color 3.27.1 3.30.1
@tiptap/extension-highlight 3.27.1 3.30.1
@tiptap/extension-image 3.27.1 3.30.1
@tiptap/extension-link 3.27.1 3.30.1
@tiptap/extension-placeholder 3.27.1 3.30.1
@tiptap/extension-subscript 3.27.1 3.30.1
@tiptap/extension-superscript 3.27.1 3.30.1
@tiptap/extension-task-item 3.27.1 3.30.1
@tiptap/extension-task-list 3.27.1 3.30.1
@tiptap/extension-text-align 3.27.1 3.30.1
@tiptap/extension-underline 3.27.1 3.30.1
@tiptap/pm 3.27.1 3.30.1
@tiptap/react 3.27.1 3.30.1
@tiptap/starter-kit 3.27.1 3.30.1
chokidar 4.0.3 5.0.0
esbuild-sass-plugin 3.3.1 3.7.0
flexsearch 0.8.205 0.8.212
framer-motion 12.40.0 13.1.0
globby 16.0.0 16.2.3
highlight.js 11.11.1 11.12.0
js-yaml 4.1.1 5.3.0
katex 0.16.47 0.18.4
lightningcss 1.32.0 1.33.0
lucide-react 1.21.0 1.31.0
mdast-util-to-hast 13.2.0 13.2.1
minimatch 10.2.5 10.2.6
next 16.2.1 16.3.1
openai 6.44.0 7.4.0
pixi.js 8.14.1 8.19.0
preact 10.27.2 10.29.8
preact-render-to-string 6.6.3 6.7.0
pretty-bytes 7.1.0 7.1.1
react 19.2.4 19.2.8
@types/react 19.2.17 19.2.18
react-dom 19.2.4 19.2.8
@types/react-dom 19.2.3 19.2.4
rehype-citation 2.3.1 2.3.2
rehype-pretty-code 0.14.1 0.14.5
remark-smartypants 3.0.2 3.0.3
satori 0.18.3 0.29.0
serve-handler 6.1.6 6.1.7
sharp 0.34.5 0.35.3
shiki 1.26.2 4.4.3
three 0.184.0 0.185.1
toml 3.0.0 5.0.0
workerpool 10.0.0 10.0.3
ws 8.18.3 8.21.3
yargs 18.0.0 18.1.0
@tailwindcss/postcss 4.3.1 4.3.3
@types/node 20.19.43 26.2.0
eslint 9.39.4 10.8.1
eslint-config-next 16.2.1 16.3.1
prettier 3.6.2 3.9.6
tsx 4.20.6 4.23.12
typescript 5.9.3 7.0.2

Updates @clack/prompts from 0.11.0 to 1.7.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.7.0

Minor Changes

  • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

Patch Changes

@​clack/prompts@​1.6.0

Minor Changes

  • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

    If you want the old behavior, provide a format() function:

    import { note } from '@clack/prompts';
    +import { styleText } from 'node:util';
    note(
    'You can edit the file src/index.jsx',
    'Next steps.'
    
    { format: (text) => styleText('dim', text) }
    );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    @​clack/prompts@​1.5.1

    Patch Changes

    @​clack/prompts@​1.5.0

    Minor Changes

    ... (truncated)

    Changelog

    Sourced from @​clack/prompts's changelog.

    1.7.0

    Minor Changes

    • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

    Patch Changes

    1.6.0

    Minor Changes

    • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

      If you want the old behavior, provide a format() function:

      import { note } from '@clack/prompts';
      +import { styleText } from 'node:util';
      note(
      'You can edit the file src/index.jsx',
      'Next steps.'
      
      { format: (text) => styleText('dim', text) }
      );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    1.5.1

    Patch Changes

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​clack/prompts since your current version.


    Updates @floating-ui/dom from 1.7.4 to 1.8.0

    Release notes

    Sourced from @​floating-ui/dom's releases.

    @​floating-ui/dom@​1.8.0

    Minor Changes

    • feat: add 'layoutViewport' string option to rootBoundary. Unlike the visual 'viewport' boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passed Rect of the documentElement's client size, it accounts for space reserved by scrollbar-gutter: stable.

    Patch Changes

    • fix: remove redundant passive options from scroll listeners
    • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
    • fix(autoUpdate): update immediately instead of waiting for the 1s layoutShift refresh throttle when the reference moved during an observer refresh
    • fix(getClippingRect): correct clipping-ancestor filtering for fixed-position elements
    • perf(dom): reduce bundle size and skip redundant per-call work in positioning utilities
    • fix(getViewportRect): account for scrollbar-gutter: stable both-edges reserved space
    • fix(getViewportRect): don't overflow past a left-side document scrollbar
    • fix(platform): don't throw in getClientRects when a virtual element without a getClientRects method is used with the inline() middleware
    • fix(autoUpdate): refresh layout shift observer on root resize
    • Update dependencies: @floating-ui/core@1.8.0, @floating-ui/utils@0.2.12

    @​floating-ui/dom@​1.7.6

    Patch Changes

    • fix(types): ensure Platform type contains detectOverflow type
    • perf: bundle and runtime improvements
    • feat(autoUpdate): allow not passing a floating element
    • Update dependencies: @floating-ui/utils@0.2.11, @floating-ui/core@1.7.5
    Changelog

    Sourced from @​floating-ui/dom's changelog.

    1.8.0

    Minor Changes

    • feat: add 'layoutViewport' string option to rootBoundary. Unlike the visual 'viewport' boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passed Rect of the documentElement's client size, it accounts for space reserved by scrollbar-gutter: stable.

    Patch Changes

    • fix: remove redundant passive options from scroll listeners
    • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
    • fix(autoUpdate): update immediately instead of waiting for the 1s layoutShift refresh throttle when the reference moved during an observer refresh
    • fix(getClippingRect): correct clipping-ancestor filtering for fixed-position elements
    • perf(dom): reduce bundle size and skip redundant per-call work in positioning utilities
    • fix(getViewportRect): account for scrollbar-gutter: stable both-edges reserved space
    • fix(getViewportRect): don't overflow past a left-side document scrollbar
    • fix(platform): don't throw in getClientRects when a virtual element without a getClientRects method is used with the inline() middleware
    • fix(autoUpdate): refresh layout shift observer on root resize
    • Update dependencies: @floating-ui/core@1.8.0, @floating-ui/utils@0.2.12

    1.7.6

    Patch Changes

    • fix(types): ensure Platform type contains detectOverflow type
    • perf: bundle and runtime improvements
    • feat(autoUpdate): allow not passing a floating element
    • Update dependencies: @floating-ui/utils@0.2.11, @floating-ui/core@1.7.5

    1.7.5

    Patch Changes

    • Update dependencies: @floating-ui/core@1.7.4
    Commits
    • 12d9473 chore: version packages (#3480)
    • ad0a73f fix(getViewportRect): account for scrollbar-gutter: stable both-edges reser...
    • 9887c96 fix(types): restore bivariant parameters for optional callbacks
    • 28bc9c1 fix(autoUpdate): avoid duplicate update on window resize
    • 5976f20 test(dom): run unit tests in vitest browser mode
    • 705a03c fix(platform): support virtual elements without getClientRects in inline() (#...
    • 3785f3b feat: add layoutViewport string option to rootBoundary (#3486)
    • 0d0e88e fix(inline): no-op on empty client rects and detect RTL disjoined line rects ...
    • 73c1f76 fix(types): support exactOptionalPropertyTypes (#3456)
    • cd58dd2 fix(getClippingRect): correct clipping-ancestor filtering for fixed-position ...
    • Additional commits viewable in compare view
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​floating-ui/dom since your current version.


    Updates @myriaddreamin/rehype-typst from 0.6.0 to 0.7.0

    Release notes

    Sourced from @​myriaddreamin/rehype-typst's releases.

    v0.7.0

    Packages

    Compiler

    rustdoc-typst-demo (New)

    Package: typst.ts

    Package: typst.react

    Package: typst.vue3

    Package: typst.svelte (New)

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​myriaddreamin/rehype-typst since your current version.


    Updates @napi-rs/simple-git from 0.1.22 to 1.1.0

    Release notes

    Sourced from @​napi-rs/simple-git's releases.

    v1.1.0

    What's Changed

    Full Changelog: Brooooooklyn/simple-git@v1.0.0...v1.1.0

    v1.0.0

    What's Changed

    ... (truncated)

    Commits
    • 3b8e55c 1.1.0
    • e580290 fix(deps): update void to v0.10.6 (#153)
    • 659d5ca feat: add created (first-add commit) to FileModification (#152)
    • 3ca64c5 chore(deps): update dorny/paths-filter action to v4 (#150)
    • 9b5a48b fix(deps): update dependency void to v0.10.5 (#151)
    • 723f6b3 chore: move renovate.json
    • 4ca5860 chore: fix yarn and renovate config
    • 638b632 fix(deps): update dependency @​void/react to v0.10.5 (#148)
    • 8300a3f fix(deps): update dependency @​void/md to v0.10.5 (#147)
    • 6881589 feat: simple-git.napi.rs website (landing + docs + Cloudflare deploy) (#146)
    • Additional commits viewable in compare view

    Updates @react-three/drei from 10.7.7 to 10.7.8

    Release notes

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

    v10.7.8

    10.7.8 (2026-08-05)

    Bug Fixes

    • Add Chromatic badge to introduction.md (bd7bad3)
    • ci: support npm trusted publishing (#2760) (ffa15b9)
    • ci: use repository Node version in tests (6fdcd73)
    • docs: do not override docker_tag (c9d3d0d)
    • docs: pmndrs/docs:3 (032f1d6)
    • MeshTransmissionMaterial: backside rendering and perf improvements (#2759) (ea128ae)
    • wrong branch name (a039007)
    Commits
    • ffa15b9 fix(ci): support npm trusted publishing (#2760)
    • ea128ae fix(MeshTransmissionMaterial): backside rendering and perf improvements (#2759)
    • 6a89ee3 chore(ci): remove CodeSandbox configuration
    • 6fdcd73 fix(ci): use repository Node version in tests
    • c9d3d0d fix(docs): do not override docker_tag
    • a039007 fix: wrong branch name
    • 032f1d6 fix(docs): pmndrs/docs:3
    • bd7bad3 fix: Add Chromatic badge to introduction.md
    • 9cc32c4 chore: use trusted publisher (#2598)
    • 563a6ce chore(storybook): upgrade to sb10 (#2594)
    • Additional commits viewable in compare view
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​react-three/drei since your current version.


    Updates @react-three/fiber from 9.6.1 to 9.7.0

    Release notes

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

    v9.7.0

    The headline updates for this release are the reconciler fixes. We did a pass to harden what is there against react-dom as the standard.

    • R3F's internal children were not being reordered correctly. Basically, if React reordered children, our internal map would drift out of sync and this would cause subtle bugs. This is now fixed. Thanks to @​kvvasuu who reported it and @​wanxiankai who offered a solution.
    • Pierced props now reset properly. We had a bug where if a pierce prop was unset, the reconciler would try to reset it to a default value. However, it would set it to the base object instead of the pierced prop. This is fixed now.
    // Initial render
    <mesh position-x={5} />
    // Later render: prop removed
    <mesh />
    // bug: would set it to the base object
    mesh.x = 0 // !!!

    • Host props now update properly. Host props are ones that we supply such as dispose and onUpdate. These now update properly. This also caused a subtle bug where imperatively updated values could get overwritten unexpectedly after unsetting the value in React. This is all fixed. Note: attach is fixed on first set and ignored if you try to dynamically update it.
    • Properly batch instance reconstruction. This one is pretty technical and if you are curious check out the test in the attached PR. Basically, there was an edge case where if two instances needed to reconstruct (because the args updated), one could be ignore if the other bailed out of updates because of a React.memo or similar. It is likely a problem you never had, but your agent would curse if you did.
    • Event priorities match react-dom. React allows for prioritizing events, for example continuous events like wheel get a higher priority over impulse events like pointer. We copy from the best here and use the same list react-dom does.
    • Support reconciler microtasks. The React reconciler has a cool feature where it can queue microtasks to defer work based on the priorities we set earlier.

    What's Changed

    New Contributors

    Full Changelog: pmndrs/react-three-fiber@v9.6.1...v9.7.0

    Commits

    Updates @tiptap/extension-color from 3.27.1 to 3.30.1

    Release notes

    Sourced from @​tiptap/extension-color's releases.

    v3.30.1

    @​tiptap/extension-table

    Patch Changes

    • Fixed table markdown pipe escaping so the extension loads on older Safari and iOS versions (WebKit before Safari 16.4).

    @​tiptap/core

    Patch Changes

    • Added new ProseMirror helpers that check whether a value is a specific ProseMirror type.

    v3.30.0

    @​tiptap/vue-2

    Minor Changes

    • ceb0dac: New Decorations API

      Finally the decorations API is here! Even though Decorations itself are nothing new in ProseMirror, the new API makes it much easier to use them in Tiptap without leaving your extensions.

      Decorations change how the document looks without changing the document itself. Highlighting search results, marking spelling mistakes, showing collaborator cursors, putting a drag handle next to every block.

      Until now you had to write a ProseMirror plugin by hand for this, keep the decoration set in plugin state, and map it forward on every transaction. Extensions can now declare decorations directly with a new addDecorations() hook.

      addDecorations() {
        return {
          create: ({ state }) =>
            // findMatches can be any function that returns an array of { from, to } ranges
            findMatches(state.doc).map(match =>
              Decoration.Inline(match.from, match.to, { class: 'highlight' }),
            ),
        }
      }

      There are three kinds. Decoration.Inline() styles a range of text. Decoration.Node() puts attributes on a block's DOM element. Decoration.Widget() renders your own element at a single position.

      Every extension that declares decorations is collected into one plugin, so several extensions can decorate the same document without fighting over it.

      Doing less work on every keystroke

      By default decorations are rebuilt whenever the document changes. That is fine for small documents and wasteful for large ones, so there are two ways to narrow it down.

      shouldUpdate() skips transactions you do not care about. If your decorations only depend on headings, ignore everything else.

      update: 'changedRanges' together with createInRange() only rescans the blocks that actually changed. On a long document this is the difference between scanning the whole thing on every keystroke and scanning one paragraph.

    ... (truncated)

    Changelog

    Sourced from @​tiptap/extension-color's changelog.

    3.30.1

    Patch Changes

    • @​tiptap/extension-text-style@​3.30.1

    3.30.0

    Patch Changes

    • @​tiptap/extension-text-style@​3.30.0

    3.29.2

    Patch Changes

    • @​tiptap/extension-text-style@​3.29.2

    3.29.1

    Patch Changes

    • @​tiptap/extension-text-style@​3.29.1

    3.29.0

    Patch Changes

    • @​tiptap/extension-text-style@​3.29.0

    3.28.0

    Patch Changes

    • @​tiptap/extension-text-style@​3.28.0

    3.27.4

    Patch Changes

    • @​tiptap/extension-text-style@​3.27.4

    3.27.3

    Patch Changes

    • @​tiptap/extension-text-style@​3.27.3

    3.27.2

    ... (truncated)

    Commits

    …ates
    
    Bumps the production-dependencies group with 61 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `0.11.0` | `1.7.0` |
    | [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.4` | `1.8.0` |
    | [@myriaddreamin/rehype-typst](https://github.com/Myriad-Dreamin/typst.ts) | `0.6.0` | `0.7.0` |
    | [@napi-rs/simple-git](https://github.com/Brooooooklyn/simple-git) | `0.1.22` | `1.1.0` |
    | [@react-three/drei](https://github.com/pmndrs/drei) | `10.7.7` | `10.7.8` |
    | [@react-three/fiber](https://github.com/pmndrs/react-three-fiber) | `9.6.1` | `9.7.0` |
    | [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `3.27.1` | `3.30.1` |
    | [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `3.27.1` | `3.30.1` |
    | [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `3.27.1` | `3.30.1` |
    | [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `3.27.1` | `3.30.1` |
    | [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder) | `3.27.1` | `3.30.1` |
    | [@tiptap/extension-subscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-subscript) | `3.27.1` | `3.30.1` |
    | [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) | `3.27.1` | `3.30.1` |
    | [@tiptap/extension-task-item](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-task-item) | `3.27.1` | `3.30.1` |
    | [@tiptap/extension-task-list](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-task-list) | `3.27.1` | `3.30.1` |
    | [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `3.27.1` | `3.30.1` |
    | [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `3.27.1` | `3.30.1` |
    | [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `3.27.1` | `3.30.1` |
    | [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.27.1` | `3.30.1` |
    | [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.27.1` | `3.30.1` |
    | [chokidar](https://github.com/paulmillr/chokidar) | `4.0.3` | `5.0.0` |
    | [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin) | `3.3.1` | `3.7.0` |
    | [flexsearch](https://github.com/nextapps-de/flexsearch) | `0.8.205` | `0.8.212` |
    | [framer-motion](https://github.com/motiondivision/motion) | `12.40.0` | `13.1.0` |
    | [globby](https://github.com/sindresorhus/globby) | `16.0.0` | `16.2.3` |
    | [highlight.js](https://github.com/highlightjs/highlight.js) | `11.11.1` | `11.12.0` |
    | [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.1` | `5.3.0` |
    | [katex](https://github.com/KaTeX/KaTeX) | `0.16.47` | `0.18.4` |
    | [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.32.0` | `1.33.0` |
    | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.21.0` | `1.31.0` |
    | [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) | `13.2.0` | `13.2.1` |
    | [minimatch](https://github.com/isaacs/minimatch) | `10.2.5` | `10.2.6` |
    | [next](https://github.com/vercel/next.js) | `16.2.1` | `16.3.1` |
    | [openai](https://github.com/openai/openai-node) | `6.44.0` | `7.4.0` |
    | [pixi.js](https://github.com/pixijs/pixijs) | `8.14.1` | `8.19.0` |
    | [preact](https://github.com/preactjs/preact) | `10.27.2` | `10.29.8` |
    | [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.6.3` | `6.7.0` |
    | [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) | `7.1.0` | `7.1.1` |
    | [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.8` |
    | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.17` | `19.2.18` |
    | [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.8` |
    | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.3` | `19.2.4` |
    | [rehype-citation](https://github.com/timlrx/rehype-citation) | `2.3.1` | `2.3.2` |
    | [rehype-pretty-code](https://github.com/rehype-pretty/rehype-pretty-code/tree/HEAD/packages/core) | `0.14.1` | `0.14.5` |
    | [remark-smartypants](https://github.com/silvenon/remark-smartypants) | `3.0.2` | `3.0.3` |
    | [satori](https://github.com/vercel/satori) | `0.18.3` | `0.29.0` |
    | [serve-handler](https://github.com/vercel/serve-handler) | `6.1.6` | `6.1.7` |
    | [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.3` |
    | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.26.2` | `4.4.3` |
    | [three](https://github.com/mrdoob/three.js) | `0.184.0` | `0.185.1` |
    | [toml](https://github.com/BinaryMuse/toml-node) | `3.0.0` | `5.0.0` |
    | [workerpool](https://github.com/josdejong/workerpool) | `10.0.0` | `10.0.3` |
    | [ws](https://github.com/websockets/ws) | `8.18.3` | `8.21.3` |
    | [yargs](https://github.com/yargs/yargs) | `18.0.0` | `18.1.0` |
    | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.3.1` | `4.3.3` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.43` | `26.2.0` |
    | [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.8.1` |
    | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.1` | `16.3.1` |
    | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.9.6` |
    | [tsx](https://github.com/privatenumber/tsx) | `4.20.6` | `4.23.12` |
    | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
    
    
    
    Updates `@clack/prompts` from 0.11.0 to 1.7.0
    - [Release notes](https://github.com/bombshell-dev/clack/releases)
    - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
    - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.7.0/packages/prompts)
    
    Updates `@floating-ui/dom` from 1.7.4 to 1.8.0
    - [Release notes](https://github.com/floating-ui/floating-ui/releases)
    - [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
    - [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.8.0/packages/dom)
    
    Updates `@myriaddreamin/rehype-typst` from 0.6.0 to 0.7.0
    - [Release notes](https://github.com/Myriad-Dreamin/typst.ts/releases)
    - [Changelog](https://github.com/Myriad-Dreamin/typst.ts/blob/main/docs/release-workflows.md)
    - [Commits](Myriad-Dreamin/typst.ts@v0.6.0...v0.7.0)
    
    Updates `@napi-rs/simple-git` from 0.1.22 to 1.1.0
    - [Release notes](https://github.com/Brooooooklyn/simple-git/releases)
    - [Commits](Brooooooklyn/simple-git@v0.1.22...v1.1.0)
    
    Updates `@react-three/drei` from 10.7.7 to 10.7.8
    - [Release notes](https://github.com/pmndrs/drei/releases)
    - [Changelog](https://github.com/pmndrs/drei/blob/master/release.config.js)
    - [Commits](pmndrs/drei@v10.7.7...v10.7.8)
    
    Updates `@react-three/fiber` from 9.6.1 to 9.7.0
    - [Release notes](https://github.com/pmndrs/react-three-fiber/releases)
    - [Commits](pmndrs/react-three-fiber@v9.6.1...v9.7.0)
    
    Updates `@tiptap/extension-color` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-color/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/extension-color)
    
    Updates `@tiptap/extension-highlight` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-highlight/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/extension-highlight)
    
    Updates `@tiptap/extension-image` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-image/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/extension-image)
    
    Updates `@tiptap/extension-link` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-link/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/extension-link)
    
    Updates `@tiptap/extension-placeholder` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages-deprecated/extension-placeholder/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages-deprecated/extension-placeholder)
    
    Updates `@tiptap/extension-subscript` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-subscript/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/extension-subscript)
    
    Updates `@tiptap/extension-superscript` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-superscript/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/extension-superscript)
    
    Updates `@tiptap/extension-task-item` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/extension-task-item)
    
    Updates `@tiptap/extension-task-list` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/extension-task-list)
    
    Updates `@tiptap/extension-text-align` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-align/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/extension-text-align)
    
    Updates `@tiptap/extension-text-style` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-style/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/extension-text-style)
    
    Updates `@tiptap/extension-underline` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-underline/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/extension-underline)
    
    Updates `@tiptap/pm` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/pm/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/pm)
    
    Updates `@tiptap/react` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/react/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/react)
    
    Updates `@tiptap/starter-kit` from 3.27.1 to 3.30.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.1/packages/starter-kit)
    
    Updates `chokidar` from 4.0.3 to 5.0.0
    - [Release notes](https://github.com/paulmillr/chokidar/releases)
    - [Commits](paulmillr/chokidar@4.0.3...5.0.0)
    
    Updates `esbuild-sass-plugin` from 3.3.1 to 3.7.0
    - [Release notes](https://github.com/glromeo/esbuild-sass-plugin/releases)
    - [Commits](glromeo/esbuild-sass-plugin@v3.3.1...v3.7.0)
    
    Updates `flexsearch` from 0.8.205 to 0.8.212
    - [Release notes](https://github.com/nextapps-de/flexsearch/releases)
    - [Changelog](https://github.com/nextapps-de/flexsearch/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/nextapps-de/flexsearch/commits)
    
    Updates `framer-motion` from 12.40.0 to 13.1.0
    - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
    - [Commits](motiondivision/motion@v12.40.0...v13.1.0)
    
    Updates `globby` from 16.0.0 to 16.2.3
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v16.0.0...v16.2.3)
    
    Updates `highlight.js` from 11.11.1 to 11.12.0
    - [Release notes](https://github.com/highlightjs/highlight.js/releases)
    - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
    - [Commits](highlightjs/highlight.js@11.11.1...11.12.0)
    
    Updates `js-yaml` from 4.1.1 to 5.3.0
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.1.1...5.3.0)
    
    Updates `katex` from 0.16.47 to 0.18.4
    - [Release notes](https://github.com/KaTeX/KaTeX/releases)
    - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
    - [Commits](KaTeX/KaTeX@v0.16.47...v0.18.4)
    
    Updates `lightningcss` from 1.32.0 to 1.33.0
    - [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
    - [Commits](parcel-bundler/lightningcss@v1.32.0...v1.33.0)
    
    Updates `lucide-react` from 1.21.0 to 1.31.0
    - [Release notes](https://github.com/lucide-icons/lucide/releases)
    - [Commits](https://github.com/lucide-icons/lucide/commits/1.31.0/packages/lucide-react)
    
    Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1
    - [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
    - [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)
    
    Updates `minimatch` from 10.2.5 to 10.2.6
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v10.2.5...v10.2.6)
    
    Updates `next` from 16.2.1 to 16.3.1
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Commits](vercel/next.js@v16.2.1...v16.3.1)
    
    Updates `openai` from 6.44.0 to 7.4.0
    - [Release notes](https://github.com/openai/openai-node/releases)
    - [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md)
    - [Commits](openai/openai-node@v6.44.0...v7.4.0)
    
    Updates `pixi.js` from 8.14.1 to 8.19.0
    - [Release notes](https://github.com/pixijs/pixijs/releases)
    - [Commits](pixijs/pixijs@v8.14.1...v8.19.0)
    
    Updates `preact` from 10.27.2 to 10.29.8
    - [Release notes](https://github.com/preactjs/preact/releases)
    - [Commits](preactjs/preact@10.27.2...10.29.8)
    
    Updates `preact-render-to-string` from 6.6.3 to 6.7.0
    - [Release notes](https://github.com/preactjs/preact-render-to-string/releases)
    - [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md)
    - [Commits](preactjs/preact-render-to-string@v6.6.3...v6.7.0)
    
    Updates `pretty-bytes` from 7.1.0 to 7.1.1
    - [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
    - [Commits](sindresorhus/pretty-bytes@v7.1.0...v7.1.1)
    
    Updates `react` from 19.2.4 to 19.2.8
    - [Release notes](https://github.com/react/react/releases)
    - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)
    
    Updates `@types/react` from 19.2.17 to 19.2.18
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    Updates `react-dom` from 19.2.4 to 19.2.8
    - [Release notes](https://github.com/react/react/releases)
    - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)
    
    Updates `@types/react-dom` from 19.2.3 to 19.2.4
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
    
    Updates `rehype-citation` from 2.3.1 to 2.3.2
    - [Release notes](https://github.com/timlrx/rehype-citation/releases)
    - [Commits](timlrx/rehype-citation@v2.3.1...v2.3.2)
    
    Updates `rehype-pretty-code` from 0.14.1 to 0.14.5
    - [Release notes](https://github.com/rehype-pretty/rehype-pretty-code/releases)
    - [Changelog](https://github.com/rehype-pretty/rehype-pretty-code/blob/master/packages/core/CHANGELOG.md)
    - [Commits](https://github.com/rehype-pretty/rehype-pretty-code/commits/rehype-pretty-code@0.14.5/packages/core)
    
    Updates `remark-smartypants` from 3.0.2 to 3.0.3
    - [Release notes](https://github.com/silvenon/remark-smartypants/releases)
    - [Commits](silvenon/remark-smartypants@v3.0.2...v3.0.3)
    
    Updates `satori` from 0.18.3 to 0.29.0
    - [Release notes](https://github.com/vercel/satori/releases)
    - [Commits](vercel/satori@0.18.3...0.29.0)
    
    Updates `serve-handler` from 6.1.6 to 6.1.7
    - [Release notes](https://github.com/vercel/serve-handler/releases)
    - [Commits](vercel/serve-handler@6.1.6...6.1.7)
    
    Updates `sharp` from 0.34.5 to 0.35.3
    - [Release notes](https://github.com/lovell/sharp/releases)
    - [Commits](lovell/sharp@v0.34.5...v0.35.3)
    
    Updates `shiki` from 1.26.2 to 4.4.3
    - [Release notes](https://github.com/shikijs/shiki/releases)
    - [Commits](https://github.com/shikijs/shiki/commits/v4.4.3/packages/shiki)
    
    Updates `three` from 0.184.0 to 0.185.1
    - [Release notes](https://github.com/mrdoob/three.js/releases)
    - [Commits](https://github.com/mrdoob/three.js/commits)
    
    Updates `toml` from 3.0.0 to 5.0.0
    - [Changelog](https://github.com/BinaryMuse/toml-node/blob/master/CHANGELOG.md)
    - [Commits](BinaryMuse/toml-node@v3.0.0...v5.0.0)
    
    Updates `unist-util-visit` from 5.0.0 to 5.1.0
    - [Release notes](https://github.com/syntax-tree/unist-util-visit/releases)
    - [Commits](syntax-tree/unist-util-visit@5.0.0...5.1.0)
    
    Updates `workerpool` from 10.0.0 to 10.0.3
    - [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md)
    - [Commits](josdejong/workerpool@v10.0.0...v10.0.3)
    
    Updates `ws` from 8.18.3 to 8.21.3
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.18.3...8.21.3)
    
    Updates `yargs` from 18.0.0 to 18.1.0
    - [Release notes](https://github.com/yargs/yargs/releases)
    - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
    - [Commits](yargs/yargs@v18.0.0...v18.1.0)
    
    Updates `@tailwindcss/postcss` from 4.3.1 to 4.3.3
    - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
    - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/@tailwindcss-postcss)
    
    Updates `@types/hast` from 3.0.4 to 3.0.5
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/hast)
    
    Updates `@types/node` from 20.19.43 to 26.2.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@types/react` from 19.2.17 to 19.2.18
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    Updates `@types/react-dom` from 19.2.3 to 19.2.4
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
    
    Updates `esbuild` from 0.27.0 to 0.27.7
    - [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.27.7)
    
    Updates `eslint` from 9.39.4 to 10.8.1
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Commits](eslint/eslint@v9.39.4...v10.8.1)
    
    Updates `eslint-config-next` from 16.2.1 to 16.3.1
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Commits](https://github.com/vercel/next.js/commits/v16.3.1/packages/eslint-config-next)
    
    Updates `prettier` from 3.6.2 to 3.9.6
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.6.2...3.9.6)
    
    Updates `tailwindcss` from 4.3.1 to 4.3.3
    - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
    - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss)
    
    Updates `tsx` from 4.20.6 to 4.23.12
    - [Release notes](https://github.com/privatenumber/tsx/releases)
    - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
    - [Commits](privatenumber/tsx@v4.20.6...v4.23.12)
    
    Updates `typescript` from 5.9.3 to 7.0.2
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Commits](https://github.com/microsoft/TypeScript/commits)
    
    ---
    updated-dependencies:
    - dependency-name: "@clack/prompts"
      dependency-version: 1.7.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: "@floating-ui/dom"
      dependency-version: 1.8.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@myriaddreamin/rehype-typst"
      dependency-version: 0.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@napi-rs/simple-git"
      dependency-version: 1.1.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: "@react-three/drei"
      dependency-version: 10.7.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: "@react-three/fiber"
      dependency-version: 9.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/extension-color"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/extension-highlight"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/extension-image"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/extension-link"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/extension-placeholder"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/extension-subscript"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/extension-superscript"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/extension-task-item"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/extension-task-list"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/extension-text-align"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/extension-text-style"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/extension-underline"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/pm"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/react"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tiptap/starter-kit"
      dependency-version: 3.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: chokidar
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: esbuild-sass-plugin
      dependency-version: 3.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: flexsearch
      dependency-version: 0.8.212
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: framer-motion
      dependency-version: 13.1.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: globby
      dependency-version: 16.2.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: highlight.js
      dependency-version: 11.12.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: js-yaml
      dependency-version: 5.3.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: katex
      dependency-version: 0.18.4
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: lightningcss
      dependency-version: 1.33.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: lucide-react
      dependency-version: 1.31.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: mdast-util-to-hast
      dependency-version: 13.2.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: minimatch
      dependency-version: 10.2.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: next
      dependency-version: 16.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: openai
      dependency-version: 7.4.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: pixi.js
      dependency-version: 8.19.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: preact
      dependency-version: 10.29.8
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: preact-render-to-string
      dependency-version: 6.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: pretty-bytes
      dependency-version: 7.1.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: react
      dependency-version: 19.2.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: "@types/react"
      dependency-version: 19.2.18
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: react-dom
      dependency-version: 19.2.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: "@types/react-dom"
      dependency-version: 19.2.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: rehype-citation
      dependency-version: 2.3.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: rehype-pretty-code
      dependency-version: 0.14.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: remark-smartypants
      dependency-version: 3.0.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: satori
      dependency-version: 0.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: serve-handler
      dependency-version: 6.1.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: sharp
      dependency-version: 0.35.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: shiki
      dependency-version: 4.4.3
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: three
      dependency-version: 0.185.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: toml
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: unist-util-visit
      dependency-version: 5.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: workerpool
      dependency-version: 10.0.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: ws
      dependency-version: 8.21.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: yargs
      dependency-version: 18.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@tailwindcss/postcss"
      dependency-version: 4.3.3
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: "@types/hast"
      dependency-version: 3.0.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: "@types/node"
      dependency-version: 26.2.0
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: "@types/react"
      dependency-version: 19.2.18
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: "@types/react-dom"
      dependency-version: 19.2.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: esbuild
      dependency-version: 0.27.7
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: eslint
      dependency-version: 10.8.1
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: eslint-config-next
      dependency-version: 16.3.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: prettier
      dependency-version: 3.9.6
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: tailwindcss
      dependency-version: 4.3.3
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: tsx
      dependency-version: 4.23.12
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: typescript
      dependency-version: 7.0.2
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    ...
    
    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 Aug 17, 2026
    @vercel

    vercel Bot commented Aug 17, 2026

    Copy link
    Copy Markdown
    Contributor

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

    Project Deployment Actions Updated (UTC)
    math-vault Error Error Aug 17, 2026 10:27am

    @dependabot dependabot Bot added the javascript Pull requests that update javascript code label Aug 17, 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