Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-prod-33d6abf459
Open

chore(deps): bump the npm-prod group across 1 directory with 26 updates#182
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-prod-33d6abf459

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@codemirror/commands 6.10.0 6.10.3
@codemirror/language 6.11.3 6.12.2
@codemirror/view 6.38.8 6.40.0
@langchain/core 1.1.19 1.1.34
@langchain/langgraph 1.0.4 1.2.3
@lezer/markdown 1.6.0 1.6.3
@tanstack/react-query 5.90.11 5.91.2
@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 f1438ab
framer-motion 12.23.25 12.38.0
jspdf 4.2.0 4.2.1
katex 0.16.25 0.16.39
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.13.0
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.12

Updates @codemirror/commands from 6.10.0 to 6.10.3

Changelog

Sourced from @​codemirror/commands's changelog.

6.10.3 (2026-03-12)

Bug fixes

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

6.10.2 (2026-02-06)

Bug fixes

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

6.10.1 (2025-12-17)

Bug fixes

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

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

Updates @codemirror/language from 6.11.3 to 6.12.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.6.0

Changelog

Sourced from @​codemirror/state's changelog.

6.6.0 (2026-03-12)

New features

EditorSelection.range now takes an optional assoc argument.

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

6.5.4 (2026-01-14)

Bug fixes

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

6.5.3 (2025-12-22)

Bug fixes

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

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

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

Updates @codemirror/view from 6.38.8 to 6.40.0

Changelog

Sourced from @​codemirror/view's changelog.

6.40.0 (2026-03-12)

Bug fixes

Fix a bug that caused Shift-Enter/Backspace/Delete on iOS to lose the shift modifier when delivered to key event handlers.

Fix an issue where EditorView.moveVertically could move to the wrong place in wrapped lines with a large line height.

Make sure the selection head associativity is properly set for mouse selections made with shift held down.

New features

WidgetType.updateDOM is now called with the previous widget value as third argument.

6.39.17 (2026-03-10)

Bug fixes

Improve touch tap-selection on line wrapping boundaries.

Make drawSelection draw our own selection handles on iOS.

Fix an issue where posAtCoords, when querying line wrapping points, got confused by extra empty client rectangles produced by Safari.

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.

... (truncated)

Commits
  • 4773b2e Mark version 6.40.0
  • 773a0ee Properly track associativity for shift-click selections
  • 3612d3f Bring back the vertical scan loop in moveVertically
  • bc58375 Don't put Shift-Enter/Backspace/Del through the iOS pending key hack
  • fd252fa Change WidgetType.updateDOM from type to this
  • 9373f52 Pass the old widget value to WidgetType.updateDOM
  • 3d236d2 Mark version 6.39.17
  • 0a8ddb1 Avoid posAtCoords getting confused by empty wrapping rectangles returned by S...
  • f22a194 Implement iOS selection handle drawing in the selection layer
  • 07d54a0 Use last touch position to assign a side to touch selections in wrapping editors
  • Additional commits viewable in compare view

Updates @langchain/core from 1.1.19 to 1.1.34

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.1.34

Patch Changes

@​langchain/core@​1.1.33

Patch Changes

@​langchain/core@​1.1.32

Patch Changes

  • #10330 26488b5 Thanks @​hntrl! - fix(core): treat empty string tool call chunk IDs as missing during merge

    Fixed _mergeLists in message base to treat empty string "" IDs the same as null/undefined when merging tool call chunks. This fixes old completions-style streaming where follow-up chunks carry id: "" instead of undefined, which previously prevented chunks from being merged by index.

  • #10167 ca826f6 Thanks @​colifran! - feat: implement type inference for tool streams

  • #10334 a602c42 Thanks @​maahir30! - fix(core): add JSDoc docstrings to fakeModel builder API and export FakeBuiltModel

  • #10254 db7d017 Thanks @​pawel-twardziak! - fix(core): preserve thoughtSignature in array content during streaming with thinking models

@​langchain/core@​1.1.31

Patch Changes

  • #10271 7373b4c Thanks @​jacoblee93! - feat(core): Use uuid7 instead of v4 for generating run ids

  • #10262 b0175a5 Thanks @​maahir30! - fix: Move fakeModel from utils/testing to testing namespace move to updated namespace

  • #10185 414f6ed Thanks @​maahir30! - feat: add custom Vitest matchers for LangChain message and tool call assertions

    Adds a new @langchain/core/testing/matchers export containing custom Vitest matchers (toBeHumanMessage, toBeAIMessage, toBeSystemMessage, toBeToolMessage, toHaveToolCalls, toHaveToolCallCount, toContainToolCall, toHaveToolMessages, toHaveBeenInterrupted, toHaveStructuredResponse) that external users can register via expect.extend(langchainMatchers) in their Vitest setup files. Re-exported from langchain for convenience.

@​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

... (truncated)

Commits
  • bfb3aad chore: version packages (#10465)
  • da85f31 fix(anthropic): add default max tokens for sonnet (#10467)
  • f4356d3 chore(deps-dev): bump fast-xml-parser from 5.4.2 to 5.5.6 (#10449)
  • 4b1a874 fix(langchain): plurals r hard (#10466)
  • bfb7944 feat(core): Add all chat model/llm invocation params to metadata (#10312)
  • 0982261 chore(deps-dev): bump fast-xml-parser from 5.4.2 to 5.5.6
  • 49d121c chore: version packages (#10445)
  • 888224c fix(agents): propagate store and configurable to ToolNode middleware runtime ...
  • 82d56cb fix(langchain): after model send dispatch (#10444)
  • ff6822e fix(langchain): respect version:"v1" in afterModel router's pending tool call...
  • Additional commits viewable in compare view

Updates @langchain/langgraph from 1.0.4 to 1.2.3

Release notes

Sourced from @​langchain/langgraph's releases.

@​langchain/langgraph@​1.2.3

Patch Changes

@​langchain/langgraph@​1.2.1

Patch Changes

  • #2024 b1272bd Thanks @​hntrl! - fix: add explicit : symbol type annotations 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 COMMAND_SYMBOL (used on CommandInstance class)
    • Added : symbol to REDUCED_VALUE_SYMBOL (exported, used on ReducedValue class)
    • Added : symbol to UNTRACKED_VALUE_SYMBOL (exported, used on UntrackedValue class)
    • Fixed TypeScript indexing error by using Record<symbol, unknown> type assertion in ReducedValue.isInstance()

@​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.16

Patch Changes

... (truncated)

Changelog

Sourced from @​langchain/langgraph's changelog.

1.2.3

Patch Changes

1.2.2

Patch Changes

  • Updated dependencies [e051ef6]:
    • @​langchain/langgraph-sdk@​1.7.0

1.2.1

Patch Changes

  • #2024 b1272bd Thanks @​hntrl! - fix: add explicit : symbol type annotations 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 COMMAND_SYMBOL (used on CommandInstance class)
    • Added : symbol to REDUCED_VALUE_SYMBOL (exported, used on ReducedValue class)
    • Added : symbol to UNTRACKED_VALUE_SYMBOL (exported, used on UntrackedValue class)
    • Fixed TypeScript indexing error by using Record<symbol, unknown> type assertion in ReducedValue.isInstance()

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

... (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.91.2

Release notes

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

@​tanstack/react-query@​5.91.2

Patch Changes

  • fix(streamedQuery): maintain error state on reset refetch with initialData defined (#10287)

  • Updated dependencies [248975e]:

    • @​tanstack/query-core@​5.91.2

@​tanstack/react-query@​5.91.0

Minor Changes

  • feat: environmentManager (#10199)

Patch Changes

  • Updated dependencies [6fa901b]:
    • @​tanstack/query-core@​5.91.0

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

Patch Changes

  • fix(streamedQuery): maintain error state on reset refetch with initialData defined (#10287)

  • Updated dependencies [248975e]:

    • @​tanstack/query-persist-client-core@​5.92.4
    • @​tanstack/react-query@​5.91.2

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

Patch Changes

  • Updated dependencies [6fa901b]:
    • @​tanstack/react-query@​5.91.0
    • @​tanstack/query-persist-client-core@​5.92.2

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

Patch Changes

  • Updated dependencies [978fc52]:
    • @​tanstack/query-persist-client-core@​5.92.0
    • @​tanstack/react-query@​5.90.21

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

Patch Changes

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

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

Patch Changes

... (truncated)

Changelog

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

5.91.2

Patch Changes

  • fix(streamedQuery): maintain error state on reset refetch with initialData defined (#10287)

  • Updated dependencies [248975e]:

    • @​tanstack/query-core@​5.91.2

5.91.1

Patch Changes

  • fix(core): cancel paused initial fetch when last observer unsubscribes (#10291)

  • Updated dependencies [a89aab9]:

    • @​tanstack/query-core@​5.91.1

5.91.0

Minor Changes

  • feat: environmentManager (#10199)

Patch Changes

  • Updated dependencies [6fa901b]:
    • @​tanstack/query-core@​5.91.0

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

... (truncated)

Commits
  • b6fd86b ci: Version Packages (#10297)
  • 79e37cb ci: Version Packages (#10296)
  • a89aab9 fix(core): cancel paused initial fetch when last observer unsubscribes (#10291)
  • 3761d2b ci: Version Packages (#10290)
  • 6fa901b feat/environmentManager (#10199)
  • 3fac499 test(react-query/useSuspenseInfiniteQuery): add test for basic suspend and re...
  • 6d0a2a9 test(react-query/useSuspenseQuery): remove unnecessary 'act' from background ...
  • 9ec0fc6 test(react-query/useSuspenseQueries): remove unnecessary 'act' from backgroun...
  • 67cf8b6 ref: ts cutoff (#10253)
  • 8a59b2d test({react,preact}-query/useSuspenseQueries): add test for suspending when t...
  • 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 f1438ab

Commits
  • f1438ab fix(codeBlock): preserve extension typing for dts build
  • 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.38.0

Changelog

Sourced from framer-motion's changelog.

[12.38.0] 2026-03-16

Added

  • Added layoutAnchor prop to configure custom anchor point for resolving relative projection boxes.

Fixed

  • Reorder: Fix axis switching after window resize.
  • Reorder: Fix with virtualised lists.
  • AnimatePresence: Ensure children are removed when exit animation matches current values.

[12.37.0] 2026-03-16

Added

  • Support for hardware accelerating "start" and "end" offsets in scroll and useScroll.
  • Support for oklch, oklab, lab, lch, color, color-mix, light-dark color types.

Fixed

  • Fix whileInView with client-side navigation.
  • Fix draggable elements when layout updates due to surrounding element re-renders.
  • Improved memory pressure of layout animations.
  • Ensure motion value returned from useSpring reports correct isAnimating().

[12.36.0] 2026-03-09

Added

  • Allow dragSnapToOrigin to accept "x" or "y" for per-axis snapping.
  • Added axis-locked layout animations with layout="x" and layout="y".
  • Added skipInitialAnimation to useSpring.

Fixed

  • Fixed height and width: auto animations with box-sizing: border-box.
  • Reset component values when exit animation finishes.
  • Ensure anticipate easing returns 1 at p === 1.
  • Fix @emotion/is-prop-valid resolve error in Storybook.
  • Remove data-pop-layout-id from exiting elements when animation interrupted.
  • Ensure we skip WAAPI for non-animatable keyframes.
  • Ensure we skip WAAPI for SVG transforms.
  • Ensure MotionValue props are not passed to SVG.
  • AnimatePresence: Prevent mode="wait" elements from getting stuck when switched rapidly.

[12.35.2] 2026-03-09

Fixed

... (truncated)

Commits

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.3` |
| [@codemirror/language](https://github.com/codemirror/language) | `6.11.3` | `6.12.2` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.38.8` | `6.40.0` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `1.1.19` | `1.1.34` |
| [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) | `1.0.4` | `1.2.3` |
| [@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.91.2` |
| [@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`` | ``f1438ab`` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.23.25` | `12.38.0` |
| [jspdf](https://github.com/parallax/jsPDF) | `4.2.0` | `4.2.1` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.25` | `0.16.39` |
| [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.13.0` |
| [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.12` |



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

Updates `@codemirror/language` from 6.11.3 to 6.12.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.6.0
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md)
- [Commits](codemirror/state@6.5.2...6.6.0)

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

Updates `@langchain/core` from 1.1.19 to 1.1.34
- [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.3
- [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.91.2
- [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 `f1438ab`
- [Commits](blueberrycongee/codemirror-live-markdown@52f401c...f1438ab)

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

Updates `jspdf` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/parallax/jsPDF/releases)
- [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md)
- [Commits](parallax/jsPDF@v4.2.0...v4.2.1)

Updates `katex` from 0.16.25 to 0.16.39
- [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.39)

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.13.0
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/[email protected]@11.13.0)

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.12
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.8...v5.0.12)

---
updated-dependencies:
- dependency-name: "@codemirror/commands"
  dependency-version: 6.10.3
  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.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod
- dependency-name: "@codemirror/view"
  dependency-version: 6.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod
- dependency-name: "@langchain/core"
  dependency-version: 1.1.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
- dependency-name: "@langchain/langgraph"
  dependency-version: 1.2.3
  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.91.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: f1438ab14f4641b761af40ccf764653624c923f1
  dependency-type: direct:production
  dependency-group: npm-prod
- dependency-name: framer-motion
  dependency-version: 12.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod
- dependency-name: jspdf
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
- dependency-name: katex
  dependency-version: 0.16.39
  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.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 19, 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