Skip to content

chore(deps): bump the npm-prod group across 1 directory with 25 updates#152

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-prod-6cfc0a96d3
Closed

chore(deps): bump the npm-prod group across 1 directory with 25 updates#152
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-prod-6cfc0a96d3

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-prod group with 24 updates in the / directory:

Package From To
@codemirror/commands 6.10.0 6.10.2
@codemirror/language 6.11.3 6.12.2
@codemirror/state 6.5.2 6.5.4
@codemirror/view 6.38.8 6.39.16
@langchain/core 1.1.19 1.1.30
@langchain/langgraph 1.0.4 1.2.0
@lezer/markdown 1.6.0 1.6.3
@tanstack/react-query 5.90.11 5.90.21
@tauri-apps/plugin-fs 2.4.4 2.4.5
@tauri-apps/plugin-shell 2.3.3 2.3.5
@types/diff 7.0.2 8.0.0
codemirror-live-markdown 52f401c 8c910b6
framer-motion 12.23.25 12.35.0
katex 0.16.25 0.16.33
lucide-react 0.460.0 0.577.0
marked 15.0.12 17.0.4
marked-katex-extension 5.1.6 5.1.7
mermaid 11.12.2 11.12.3
pdfjs-dist 5.4.296 5.5.207
react 18.3.1 19.2.4
react-dom 18.3.1 19.2.4
react-pdf 10.2.0 10.4.1
tailwind-merge 2.6.0 3.5.0
zustand 5.0.8 5.0.11

Updates @codemirror/commands from 6.10.0 to 6.10.2

Changelog

Sourced from @​codemirror/commands's changelog.

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
  • 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
  • 7b0a163 Properly map the selection in copyLineDown
  • 6b76f57 Add some more vertical motion tests
  • 7d60253 Add some tests for cursorLineUp/Down
  • See full diff in compare view

Updates @codemirror/language from 6.11.3 to 6.12.2

Changelog

Sourced from @​codemirror/language's changelog.

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
  • 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
  • f096668 Revert "Support reconfiguration of an LRLanguage's language data"
  • 43dadca Mark version 6.12.0
  • a8de2ea Support reconfiguration of an LRLanguage's language data
  • 51cdc78 Fix typo in a doc comment.
  • See full diff in compare view

Updates @codemirror/state from 6.5.2 to 6.5.4

Changelog

Sourced from @​codemirror/state's changelog.

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
  • 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
  • 127f07c Fix superfluous calls to boundChange
  • c24cde9 Remove some trailing whitespace
  • fc068ed Fix mapPos documentation
  • Additional commits viewable in compare view

Updates @codemirror/view from 6.38.8 to 6.39.16

Changelog

Sourced from @​codemirror/view's changelog.

6.39.16 (2026-03-02)

Bug fixes

Perform scroll stabilization on the document or wrapping scrollable elements, when the user scrolls the editor.

Fix an issue where changing decorations right before a composition could end up corrupting the visible DOM.

Fix an issue where some types of text input over a selection would be read as happening in wrong position.

6.39.15 (2026-02-20)

Bug fixes

Fix a regression where the editor would forget previously measured line heights without good reason.

Fix an issue where scrolling the cursor into view sometimes wouldn't work on Chrome Android.

Fix a bug that broke composition inside of block wrappers.

6.39.14 (2026-02-12)

Bug fixes

Improve performance of posAtCoords on long lines.

Fix a regression where copy and cut in a shadow DOM on Safari would fall back to the native behavior, often copying the wrong text.

6.39.13 (2026-02-08)

Bug fixes

Fix an issue where a widget at start or end of line, when wrapped to cover that whole line, could block vertical cursor motion.

Fix an issue EditorView.moveVertically that would sometimes cause selection-extending vertical motion to get stuck on line wrapping points.

6.39.12 (2026-01-30)

Bug fixes

Fix a bug where the visual selection drawn by drawSelection could fail to update properly in some circumstances.

Fix a bug where PageUp/PageDown near the edge of the viewport might completely skip to the start/end of the document.

Fix a regression that caused mark decorations to be split on text node chunk boundaries again.

6.39.11 (2026-01-14)

Bug fixes

... (truncated)

Commits
  • 038f0ae Mark version 6.39.16
  • d5c19bb Be more careful about recognizing selection replacements in DOM changes
  • 780ad2c Fix a type declaration
  • c8f98d0 Prevent the DOM updater from prematurely reusing the composition node
  • f3bec86 Also stabilize parent elements' scroll position
  • 218358b Mark version 6.39.15
  • f8458ad Fix a bug that broke composition inside of block wrappers
  • e7ca47d Add a kludge to scroll things into view in the presence of a mobile virtual v...
  • f619d7f Avoid unnecessary height refreshes
  • 9b8a0bd Mark version 6.39.14
  • Additional commits viewable in compare view

Updates @langchain/core from 1.1.19 to 1.1.30

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.1.30

Patch Changes

  • #10243 96c630d Thanks @​hntrl! - fix: add explicit : symbol type annotations to Symbol.for() declarations for cross-version compatibility

    TypeScript infers unique symbol type when Symbol.for() is used without an explicit type annotation, causing type incompatibility when multiple versions of the same package are present in a dependency tree. By adding explicit : symbol annotations, all declarations now use the general symbol type, making them compatible across versions while maintaining identical runtime behavior.

    Changes:

    • Added : symbol to MESSAGE_SYMBOL in messages/base.ts
    • Added : symbol to MIDDLEWARE_BRAND in agents/middleware/types.ts (also changed from Symbol() to Symbol.for() for cross-realm compatibility)
  • #10256 a8b9ccc Thanks @​colifran! - fix(core): standard schema type guards don't support callable schemas

  • #10204 a1f22bb Thanks @​colifran! - feat(core): implement standard schema support for structured output

@​langchain/core@​1.1.29

Patch Changes

  • #10106 9f30267 Thanks @​hntrl! - Add package version metadata to runnable traces. Each package now stamps its version in this.metadata.versions at construction time, making version info available in LangSmith trace metadata.

  • #10154 403a99f Thanks @​kanweiwei! - fix(core): add usage_metadata to AIMessage lc_aliases

  • #10169 3b1fd54 Thanks @​hntrl! - fix(core, langchain): bump uuid dependency from ^10.0.0 to ^11.0.0 to fix Metro bundler error

    The uuid v10 package has ambiguous exports in its package.json which causes Metro (used by Expo/React Native) to resolve the wrong entry point, resulting in Cannot read properties of undefined (reading 'v1'). The uuid v11 package fixes its exports map to work correctly with Metro's package exports resolution.

  • #10044 77bd982 Thanks @​hntrl! - fix(core): remove inherited LangChainTracer handlers when tracingEnabled is false

    When a RunTree explicitly disables tracing via tracingEnabled: false, CallbackManager._configureSync now strips any inherited LangChainTracer handlers so child runs don't produce traces.

@​langchain/core@​1.1.28

Patch Changes

@​langchain/core@​1.1.26

Patch Changes

@​langchain/core@​1.1.25

Patch Changes

... (truncated)

Commits
  • b82fbcf chore: version packages (#10246)
  • 09babb4 chore(google): add implement standard schema support for structured output ch...
  • 0bf01a2 feat: implement standard schema support for structured output (#10252)
  • 4b982c8 feat(utils): add fakeModel() builder (#10189)
  • a8b9ccc fix(core): standard schema type guards don't support callable schemas (#10256)
  • 1842005 feat(google): implement standard schema support for structured output (#10240)
  • 445797f feat(xai): implement standard schema support for structured output (#10216)
  • a68d354 feat(openrouter): implement standard schema support for structured output (#1...
  • 655ccae feat(cerebras): implement standard schema support for structured output (#10214)
  • e0b661e feat(aws): implement standard schema support for structured output (#10213)
  • Additional commits viewable in compare view

Updates @langchain/langgraph from 1.0.4 to 1.2.0

Release notes

Sourced from @​langchain/langgraph's releases.

@​langchain/langgraph-checkpoint-mongodb@​1.2.0

Minor Changes

  • #1991 38db67f Thanks @​vanb! - Add optional enableTimestamps parameter to MongoDBSaver that sets an upserted_at date via MongoDB's $currentDate operator on every upsert. Useful for MongoDB TTL indexes, auditing, or debugging.

@​langchain/langgraph@​1.2.0

Minor Changes

  • #2002 fce9d38 Thanks @​hntrl! - feat(langgraph): add Overwrite class for bypassing channel reducers

    Adds an Overwrite class and OverwriteValue type that allow nodes to bypass reducers in BinaryOperatorAggregate channels, writing values directly instead of passing them through the reducer function. This is useful when a node needs to replace accumulated state rather than append to it.

    • New Overwrite class exported from @langchain/langgraph
    • BinaryOperatorAggregate channel detects OverwriteValue and sets the value directly
    • Annotation, StateSchema, and zod schema type mappings updated to include OverwriteValue in update types

Patch Changes

@​langchain/langgraph-api@​1.1.14

Patch Changes

@​langchain/langgraph-cli@​1.1.14

Patch Changes

  • Updated dependencies [aa8e878]:
    • @​langchain/langgraph-api@​1.1.14

@​langchain/langgraph-ui@​1.1.14

No release notes provided.

@​langchain/langgraph-api@​1.1.13

Patch Changes

... (truncated)

Changelog

Sourced from @​langchain/langgraph's changelog.

1.2.0

Minor Changes

  • #2002 fce9d38 Thanks @​hntrl! - feat(langgraph): add Overwrite class for bypassing channel reducers

    Adds an Overwrite class and OverwriteValue type that allow nodes to bypass reducers in BinaryOperatorAggregate channels, writing values directly instead of passing them through the reducer function. This is useful when a node needs to replace accumulated state rather than append to it.

    • New Overwrite class exported from @langchain/langgraph
    • BinaryOperatorAggregate channel detects OverwriteValue and sets the value directly
    • Annotation, StateSchema, and zod schema type mappings updated to include OverwriteValue in update types

Patch Changes

1.1.5

Patch Changes

  • Updated dependencies [242cfbb]:
    • @​langchain/langgraph-sdk@​2.0.0

1.1.4

Patch Changes

  • Updated dependencies [8d5c2d6]:
    • @​langchain/langgraph-sdk@​1.6.0

1.1.3

Patch Changes

  • #1932 0cda1f3 Thanks @​samecrowder! - fix: preserve langgraph_type metadata for LangSmith Studio tab detection

    • Zod v4 .register() fix: The metadata registry now properly stores and retrieves langgraph_type metadata when using Zod v4's .register() method with MessagesZodMeta
    • StateSchema fix: StateSchema.getJsonSchema() now correctly includes jsonSchemaExtra (like langgraph_type: "messages") even when the underlying schema (e.g., z.custom()) doesn't produce a JSON schema

1.1.2

Patch Changes

... (truncated)

Commits
Maintainer changes

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

Install script changes

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


Updates @lezer/markdown from 1.6.0 to 1.6.3

Changelog

Sourced from @​lezer/markdown's changelog.

1.6.3 (2026-01-06)

Bug fixes

Fix an issue that caused the parser to re-parse much more than it needed to when reusable content ends in a single list element after many non-list elements.

1.6.2 (2025-12-22)

Bug fixes

Nested parses in fenced blocks are now marked as bracketed.

1.6.1 (2025-12-06)

Bug fixes

Fix an issue where, if a composite node handler added a marker before returning false, that token was parsed twice.

Commits
  • 9942d7c Mark version 1.6.3
  • ec483ee Fix a bug in incremental parsing
  • 5e17cad Mark version 1.6.2
  • 63c49bd Create at least one code text node in fenced code blocks with a blank line
  • cfbafcd Mark fenced code blocks as bracketed
  • c1b95fa Mark version 1.6.1
  • db880f2 Move line base position forward before exiting readLine
  • See full diff in compare view

Updates @tanstack/react-query from 5.90.11 to 5.90.21

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-persist-client@​5.90.21

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.18
    • @​tanstack/react-query@​5.90.19

@​tanstack/react-query@​5.90.21

Patch Changes

  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10082)

@​tanstack/react-query-persist-client@​5.90.20

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.17
    • @​tanstack/react-query@​5.90.18

@​tanstack/react-query@​5.90.20

Patch Changes

  • Updated dependencies [e7258c5]:
    • @​tanstack/query-core@​5.90.20

@​tanstack/react-query-persist-client@​5.90.19

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.16
    • @​tanstack/react-query@​5.90.17

@​tanstack/react-query@​5.90.19

Patch Changes

  • Updated dependencies [53fc74e]:
    • @​tanstack/query-core@​5.90.19

@​tanstack/react-query@​5.90.18

Patch Changes

  • Updated dependencies [dea1614]:
    • @​tanstack/query-core@​5.90.18

@​tanstack/react-query@​5.90.17

Patch Changes

  • Updated dependencies [269351b]:
    • @​tanstack/query-core@​5.90.17
Changelog

Sourced from @​tanstack/react-query's changelog.

5.90.21

Patch Changes

  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10082)

5.90.20

Patch Changes

  • Updated dependencies [e7258c5]:
    • @​tanstack/query-core@​5.90.20

5.90.19

Patch Changes

  • Updated dependencies [53fc74e]:
    • @​tanstack/query-core@​5.90.19

5.90.18

Patch Changes

  • Updated dependencies [dea1614]:
    • @​tanstack/query-core@​5.90.18

5.90.17

Patch Changes

  • Updated dependencies [269351b]:
    • @​tanstack/query-core@​5.90.17

5.90.16

Patch Changes

  • fix(react-query): allow retryOnMount when throwOnError is function (#9338)

  • Updated dependencies [7f47906]:

    • @​tanstack/query-core@​5.90.16

5.90.15

Patch Changes

  • Updated dependencies [fccef79]:
    • @​tanstack/query-core@​5.90.15

... (truncated)

Commits
  • 08050cb ci: Version Packages (#10115)
  • c5def66 refactor(react-query/useQueries): remove unreachable 'willFetch' branch in su...
  • da2ff5a chore(vite.config): exclude 'tests' directory from coverage reports (#10084)
  • 2a592d2 test(react-query/suspense): add test cases for 'static' staleTime with number...
  • 7e3ea62 test(react-query/QueryResetErrorBoundary): relocate 'issue-9728' test and mig...
  • dee5d3e test(react-query/ssr): add 'useMutation' and 'useMutationState' tests for SSR...
  • 7ac4e20 ci: Version Packages (#10067)
  • 9ff3de7 Upgrade to Vitest v4 (#9862)
  • 0525ad1 ci: Version Packages (#10047)
  • 53fc74e fix(query-core): fix combine not updating when queries change with stable ref...
  • 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 @​tanstack/react-query since your current version.


Updates @tauri-apps/plugin-fs from 2.4.4 to 2.4.5

Release notes

Sourced from @​tauri-apps/plugin-fs's releases.

deep-link-js v2.4.5

[2.4.5]

  • 93426f85 Fixed an issue that caused docs.rs builds to fail. No user facing changes.
npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository" was changed from a string to an object
npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git"
npm notice
npm notice 📦  @tauri-apps/[email protected]
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 6.2kB README.md
npm notice 3.5kB dist-js/index.cjs
npm notice 2.9kB dist-js/index.d.ts
npm notice 3.4kB dist-js/index.js
npm notice 799B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-deep-link
npm notice version: 2.4.5
npm notice filename: tauri-apps-plugin-deep-link-2.4.5.tgz
npm notice package size: 4.4 kB
npm notice unpacked size: 17.7 kB
npm notice shasum: 7b0cfdf1265c248340126764a85ae70f8f525dc8
npm notice integrity: sha512-Zf2RTj1D9IQQ4[...]azx/QVZnhAwaQ==
npm notice total files: 6
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=644604650
+ @tauri-apps/[email protected]

deep-link v2.4.5

[2.4.5]

  • 93426f85 Fixed an issue that caused docs.rs builds to fail. No user facing changes.
Updating crates.io index
</tr></table> 

... (truncated)

Commits
  • 6e2e7e4 publish new versions (#3070)
  • 9a2c98f temp: remove updater changefiles
  • 4a2ecb6 chore(deps): update rkyv, closes #3196
  • 31415ef docs(shell): update example to include Encoding usage in Command::spawn (#3...
  • 04b33ea chore(deps): update dependency typescript-eslint to v8.50.1 (#3181)
  • 54e21f1 chore(deps): update dependency rollup to v4.54.0 (#3179)
  • d528c88 chore(deps): update dependency rollup to v4.53.5 (#3172)
  • 69146fa chore(deps): update dependency rollup to v4.53.4 (#3167)
  • 9f68f2d chore(deps): update dependency typescript-eslint to v8.50.0 (#3170)
  • 3d0d2e0 fix(opener): ignore inAppBrowser on desktop (#3163)
  • 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 @​tauri-apps/plugin-fs since your current version.


Updates @tauri-apps/plugin-shell from 2.3.3 to 2.3.5

Release notes

Sourced from @​tauri-apps/plugin-shell's releases.

single-instance v2.3.5

[2.3.5]

Dependencies

Updating crates.io index
   Packaging tauri-plugin-single-instance v2.3.5 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/single-instance)
    Updating crates.io index
    Packaged 16 files, 209.0KiB (90.5KiB compressed)
   Uploading tauri-plugin-single-instance v2.3.5 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/single-instance)
    Uploaded tauri-plugin-single-instance v2.3.5 to registry `crates-io`
note: waiting for tauri-plugin-single-instance v2.3.5 to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-single-instance v2.3.5 at registry `crates-io`

persisted-scope v2.3.5

[2.3.5]

Dependencies

Updating crates.io index
   Packaging tauri-plugin-persisted-scope v2.3.5 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/persisted-scope)
    Updating crates.io index
    Packaged 12 files, 185.2KiB (83.8KiB compressed)
   Uploading tauri-plugin-persisted-scope v2.3.5 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/persisted-scope)
    Uploaded tauri-plugin-persisted-scope v2.3.5 to registry `crates-io`
note: waiting for tauri-plugin-persisted-scope v2.3.5 to be available at registry `crates-io`
help: you may press ctrl-c to skip waiting; the crate should be available shortly
   Published tauri-plugin-persisted-scope v2.3.5 at registry `crates-io`

shell-js v2.3.5

[2.3.5]

... (truncated)

Commits
  • 50b159f Publish New Versions (v2) (#3211)
  • 305c4f6 ci: add workflow_dipatch trigger to integration tests
  • 89f3e17 chore: bump tauri to 2.10 (#3246)
  • d4613ff fix(shell): Make sidecars work in tests (fix #13767) (#3234)
  • 69a9d57 chore(updater): use keep from tempfile 3.20 (#3229)
  • 61e9b0a fix(http): ensure body resources are released on stream cancellation (#3228)
  • 25ad21b chore(deps): bump diff from 5.2.0 to 5.2.2 (#3226)
  • 2dc3f3f fix(sql): uuid columns returning null in postgres query results (#2039) (#3144)
  • c27af91 fix(barcode-scanner): check if iOS platform supports scanning (#3222)
  • b60dd88 fix(barcode-scanner): start capture session on a separate thread (#3223)
  • 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 @​tauri-apps/plugin-shell since your current version.


Updates @types/diff from 7.0.2 to 8.0.0

Commits

Updates codemirror-live-markdown from 52f401c to 8c910b6

Commits
  • 8c910b6 fix(codeBlock): skip selection mark rebuild during drag to prevent jitter
  • 58ccfe2 fix(codeBlock): use mark decorations for inline selection highlight
  • 08d251b fix(codeBlock): use explicit RGBA for inline selection color
  • 6e0e0d7 fix(codeBlock): restore selection visibility in inline mode
  • See full diff in compare view

Updates framer-motion from 12.23.25 to 12.35.0

Changelog

Sourced from framer-motion's changelog.

[12.35.0] 2026-03-03

Added

  • ViewTimeline support for scroll and useScroll.

[12.34.6] 2026-03-03

Fixed

  • Handle % translate values in layout animations.

[12.34.5] 2026-03-03

Fixed

  • Ensure final WAAPI styles are always committed synchronously to prevent flash of incorrect styles in Firefox.
  • Prevent Next.js from caching typeof window checks.
  • Improve projection node cleanup.
  • Variant propagation fixed for asynchronously-mounted children.

[12.34.4] 2026-03-02

Fixed

  • Ensure onComplete fires at the end of an animation sequence.

[12.34.3] 2026-02-20

Fixed

  • Ensure velocity is never transferred to a time-derived spring.

[12.34.2] 2026-02-18

Fixed

  • Layout animations: Reset motion value velocity when starting a new layout animation.

[12.34.1] 2026-02-17

Fixed

  • useScroll: Ensure animations aren't hardware accelerated when target is set.
  • Improve animatable "none" generation for mask values.

[12.34.0] 2026-02-09

Added

... (truncated)

Commits
  • dba1def v12.35.0
  • 4c11efd Updating changelog
  • 1ed8b90 Merge pull request #3570 from motiondivision/worktree-wild-booping-parrot
  • 333f415 Updating changelog
  • 1449483 Fix ViewTimeline ref timing and clean up scroll timeline caching
  • 49e08c3 v12.34.6
  • a84aa66 Updating changelog
  • 6d99f1a Merge pull request #3581 from motiondivision/worktree-fix-issue-3401
  • 61c7ef2 Update Cypress test to match sandbox's shouldAnimate pattern
  • 20b7f09 Merge pull request #3572 from motiondivision/worktree-fix-issue-3401
  • Additional commits viewable in compare view

Updates katex from 0.16.25 to 0.16.33

Release notes

Sourced from katex's releases.

v0.16.33

0.16.33 (2026-02-23)

Bug Fixes

v0.16.32

0.16.32 (2026-02-22)

Bug Fixes

v0.16.31

0.16.31 (2026-02-22)

Bug Fixes

v0.16.30

0.16.30 (2026-02-22)

Bug Fixes

v0.16.29

0.16.29 (2026-02-22)

Bug Fixes

  • \imath and other \html@mathml macros in arguments (#4139) (a850cce)

v0.16.28

0.16.28 (2026-01-25)

Bug Fixes

  • type: add missing types definition path to package.json (#4125) (0ef8921)

v0.16.27

0.16.27 (2025-12-07)

... (truncated)

Changelog

Sourced from katex's changelog.

0.16.33 (2026-02-23)

Bug Fixes

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 5, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-prod-6cfc0a96d3 branch 16 times, most recently from 31aba94 to e770d29 Compare March 12, 2026 03:36
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-prod-6cfc0a96d3 branch 10 times, most recently from e91e36e to 355bbef Compare March 14, 2026 22:49
Bumps the npm-prod group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/commands](https://github.com/codemirror/commands) | `6.10.0` | `6.10.2` |
| [@codemirror/language](https://github.com/codemirror/language) | `6.11.3` | `6.12.2` |
| [@codemirror/state](https://github.com/codemirror/state) | `6.5.2` | `6.5.4` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.38.8` | `6.39.16` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `1.1.19` | `1.1.30` |
| [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) | `1.0.4` | `1.2.0` |
| [@lezer/markdown](https://github.com/lezer-parser/markdown) | `1.6.0` | `1.6.3` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.11` | `5.90.21` |
| [@tauri-apps/plugin-fs](https://github.com/tauri-apps/plugins-workspace) | `2.4.4` | `2.4.5` |
| [@tauri-apps/plugin-shell](https://github.com/tauri-apps/plugins-workspace) | `2.3.3` | `2.3.5` |
| [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff) | `7.0.2` | `8.0.0` |
| [codemirror-live-markdown](https://github.com/blueberrycongee/codemirror-live-markdown) | ``52f401c`` | ``8c910b6`` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.23.25` | `12.35.0` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.25` | `0.16.33` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.460.0` | `0.577.0` |
| [marked](https://github.com/markedjs/marked) | `15.0.12` | `17.0.4` |
| [marked-katex-extension](https://github.com/UziTech/marked-katex-extension) | `5.1.6` | `5.1.7` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.12.2` | `11.12.3` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js) | `5.4.296` | `5.5.207` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.2.4` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.2.4` |
| [react-pdf](https://github.com/wojtekmaj/react-pdf/tree/HEAD/packages/react-pdf) | `10.2.0` | `10.4.1` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.6.0` | `3.5.0` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.8` | `5.0.11` |



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

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

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

Updates `@codemirror/view` from 6.38.8 to 6.39.16
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.38.8...6.39.16)

Updates `@langchain/core` from 1.1.19 to 1.1.30
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/[email protected]...@langchain/[email protected])

Updates `@langchain/langgraph` from 1.0.4 to 1.2.0
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/langgraph-core/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/[email protected]/libs/langgraph-core)

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

Updates `@tanstack/react-query` from 5.90.11 to 5.90.21
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/[email protected]/packages/react-query)

Updates `@tauri-apps/plugin-fs` from 2.4.4 to 2.4.5
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.4.4...fs-v2.4.5)

Updates `@tauri-apps/plugin-shell` from 2.3.3 to 2.3.5
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@nfc-v2.3.3...shell-v2.3.5)

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

Updates `codemirror-live-markdown` from `52f401c` to `8c910b6`
- [Commits](blueberrycongee/codemirror-live-markdown@52f401c...8c910b6)

Updates `framer-motion` from 12.23.25 to 12.35.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.23.25...v12.35.0)

Updates `katex` from 0.16.25 to 0.16.33
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.25...v0.16.33)

Updates `lucide-react` from 0.460.0 to 0.577.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.577.0/packages/lucide-react)

Updates `marked` from 15.0.12 to 17.0.4
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](markedjs/marked@v15.0.12...v17.0.4)

Updates `marked-katex-extension` from 5.1.6 to 5.1.7
- [Release notes](https://github.com/UziTech/marked-katex-extension/releases)
- [Changelog](https://github.com/UziTech/marked-katex-extension/blob/main/release.config.cjs)
- [Commits](UziTech/marked-katex-extension@v5.1.6...v5.1.7)

Updates `mermaid` from 11.12.2 to 11.12.3
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/[email protected]@11.12.3)

Updates `pdfjs-dist` from 5.4.296 to 5.5.207
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v5.4.296...v5.5.207)

Updates `react` from 18.3.1 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 `react-dom` from 18.3.1 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 `react-pdf` from 10.2.0 to 10.4.1
- [Release notes](https://github.com/wojtekmaj/react-pdf/releases)
- [Commits](https://github.com/wojtekmaj/react-pdf/commits/v10.4.1/packages/react-pdf)

Updates `tailwind-merge` from 2.6.0 to 3.5.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.6.0...v3.5.0)

Updates `zod` from 4.1.13 to 4.3.6
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.1.13...v4.3.6)

Updates `zustand` from 5.0.8 to 5.0.11
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.8...v5.0.11)

---
updated-dependencies:
- dependency-name: "@codemirror/commands"
  dependency-version: 6.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
- dependency-name: "@codemirror/language"
  dependency-version: 6.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod
- dependency-name: "@codemirror/state"
  dependency-version: 6.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
- dependency-name: "@codemirror/view"
  dependency-version: 6.39.16
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod
- dependency-name: "@langchain/core"
  dependency-version: 1.1.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
- dependency-name: "@langchain/langgraph"
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod
- dependency-name: "@lezer/markdown"
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
- dependency-name: "@tauri-apps/plugin-fs"
  dependency-version: 2.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
- dependency-name: "@tauri-apps/plugin-shell"
  dependency-version: 2.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
- dependency-name: "@types/diff"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod
- dependency-name: codemirror-live-markdown
  dependency-version: 8c910b6fb385a386f2efb9bb8cff2a39492ed949
  dependency-type: direct:production
  dependency-group: npm-prod
- dependency-name: framer-motion
  dependency-version: 12.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod
- dependency-name: katex
  dependency-version: 0.16.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
- dependency-name: lucide-react
  dependency-version: 0.577.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod
- dependency-name: marked
  dependency-version: 17.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod
- dependency-name: marked-katex-extension
  dependency-version: 5.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
- dependency-name: mermaid
  dependency-version: 11.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
- dependency-name: pdfjs-dist
  dependency-version: 5.5.207
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod
- dependency-name: react-pdf
  dependency-version: 10.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod
- dependency-name: tailwind-merge
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod
- dependency-name: zod
  dependency-version: 4.3.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod
- dependency-name: zustand
  dependency-version: 5.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-prod-6cfc0a96d3 branch from 355bbef to 17d56dd Compare March 16, 2026 17:42
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 19, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 19, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-prod-6cfc0a96d3 branch March 19, 2026 17:50
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