Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 12 updates#16

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

chore(deps): bump the production-dependencies group across 1 directory with 12 updates#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-eb7ad7688b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 4, 2026

Copy link
Copy Markdown

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

Package From To
@langchain/core 0.2.36 0.3.80
autoprefixer 10.4.21 10.4.27
katex 0.16.25 0.16.33
lucide-react 0.363.0 0.576.0
next 15.5.7 15.5.12
next-themes 0.3.0 0.4.6
posthog-js 1.281.0 1.358.0
react-icons 5.5.0 5.6.0
react-text-to-speech 0.14.9 0.19.5
tailwind-merge 2.6.0 2.6.1
postcss 8.5.6 8.5.8
tailwindcss 3.4.18 3.4.19

Updates @langchain/core from 0.2.36 to 0.3.80

Commits
Maintainer changes

This version was pushed to npm by hntrl, a new releaser for @​langchain/core since your current version.


Updates autoprefixer from 10.4.21 to 10.4.27

Release notes

Sourced from autoprefixer's releases.

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
Changelog

Sourced from autoprefixer's changelog.

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
Commits

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

0.16.32 (2026-02-22)

Bug Fixes

0.16.31 (2026-02-22)

Bug Fixes

0.16.30 (2026-02-22)

Bug Fixes

0.16.29 (2026-02-22)

Bug Fixes

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

0.16.28 (2026-01-25)

Bug Fixes

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

0.16.27 (2025-12-07)

Features

  • support equals sign and surrounding whitespace in \htmlData attribute values (#4112) (c77aaec)

0.16.26 (2025-12-07)

... (truncated)

Commits

Updates lucide-react from 0.363.0 to 0.576.0

Release notes

Sourced from lucide-react's releases.

Version 0.576.0

What's Changed

Full Changelog: lucide-icons/lucide@0.575.0...0.576.0

Version 0.575.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.573.0...0.575.0

Version 0.574.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.572.0...0.574.0

Version 0.573.0

What's Changed

... (truncated)

Commits
  • 67c0485 feat(scripts): added helper script to automatically update OpenCollective bac...
  • b6ed43d feat(packages): Added aria-hidden fallback for decorative icons to all packag...
  • 076e0bb chore(dependencies): Update dependencies (#3809)
  • 80d6f73 fix(icons): Rename fingerprint icon to fingerprint-pattern (#3767)
  • 1cfb3ff chore(deps-dev): bump vite from 6.3.5 to 6.3.6 (#3611)
  • e71198d chore: icon alias improvements (#2861)
  • 3e644fd chore(scripts): Refactor scripts to typescript (#3316)
  • 19fa01b build(deps-dev): bump vite from 6.3.2 to 6.3.4 (#3181)
  • 03eb862 use implicit return in react package (#2325)
  • 0fccc27 Bump dependencies (#3096)
  • 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 lucide-react since your current version.


Updates next from 15.5.7 to 15.5.12

Release notes

Sourced from next's releases.

v15.5.12

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

  • fix unlock in publish-native

This is a re-release of v15.5.11 applying the turbopack changes.

v15.5.11

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Tracing: Fix memory leak in span map (#85529)
  • fix: ensure LRU cache items have minimum size of 1 to prevent unbounded growth (#89134)
  • Turbopack: fix NFT tracing of sharp 0.34 (#82340)
  • Turbopack: support pattern into exports field (#82757)
  • NFT tracing fixes (#84155 and #85323)
  • Turbopack: validate CSS without computing all paths (#83810)
  • feat: implement LRU cache with invocation ID scoping for minimal mode response cache (#89129)

Credits

Huge thanks to @​timneutkens, @​mischnic, @​ztanner, and @​wyattjoh for helping!

v15.5.10

Please refer the following changelogs for more information about this security release:

Commits

Updates next-themes from 0.3.0 to 0.4.6

Release notes

Sourced from next-themes's releases.

v0.4.6

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.5...v0.4.6

v0.4.5

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.4...v0.4.5

v0.4.4

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.3...v0.4.4

v0.4.3

What's Changed

  • Pass nonce to inline style tag when using disableTransitionOnChange

Full Changelog: pacocoursey/next-themes@v0.4.2...v0.4.3

v0.4.2

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.1...v0.4.2

... (truncated)

Commits
  • 3a43743 v0.4.6
  • f5be1b2 fix: add null check for value in updateDOM function to prevent runtime errors...
  • c178917 v0.4.5
  • d12996b chore: Fix corepack errors in CI (#342)
  • b77db23 Bump the npm_and_yarn group across 1 directory with 7 updates (#341)
  • d3fa4ee Bump next from 14.2.10 to 14.2.15 in the npm_and_yarn group across 1 director...
  • ad83567 Reduce number of renders by pre-setting resolvedTheme (#338)
  • 1b51044 fix: map theme to class using ValueObject in injected script (#330)
  • 57c0561 v0.4.4
  • ae2ab9b fix: infinite loop theme flicker (#329)
  • Additional commits viewable in compare view

Updates posthog-js from 1.281.0 to 1.358.0

Release notes

Sourced from posthog-js's releases.

posthog-js@1.358.0

1.358.0

Minor Changes

Patch Changes

  • #3164 20c1ff2 Thanks @​dustinbyrne! - Add Extension interface for tree-shakable extensions (2026-03-03)
  • Updated dependencies []:
    • @​posthog/types@​1.358.0

posthog-js@1.357.2

1.357.2

Patch Changes

  • #3170 f485c92 Thanks @​slshults! - fix: Move tablet detection logic into detectDeviceType for consistent classification across all call sites (2026-03-03)
  • Updated dependencies []:
    • @​posthog/types@​1.357.2

posthog-js@1.357.1

1.357.1

Patch Changes

posthog-js@1.357.0

1.357.0

Minor Changes

Patch Changes

  • #3179 0dce119 Thanks @​TueHaulund! - Bump @​posthog/rrweb-* to 0.0.45 — reuses a single OffscreenCanvas in the canvas recording worker instead of allocating a new one per frame, fixing a memory leak in Safari where GPU-backed canvas resources were not being garbage collected promptly (2026-03-02)
  • Updated dependencies [4f885c0]:
    • @​posthog/types@​1.357.0

... (truncated)

Commits
  • d59ac1f chore: update versions and lockfile [version bump]
  • 0e08337 feat(browser): Tree shake additional extensions (#3165)
  • eccec25 fix(llmo): sanitize base64 video inputs for OpenRouter chat completions (#3194)
  • 20c1ff2 fix(browser): Improve extension lifecycle for tree shaking (#3164)
  • cc50196 chore: update versions and lockfile [version bump]
  • f11c733 chore: release tablet detection fix (#3190)
  • f485c92 fix: Move tablet detection logic into detectDeviceType for consistent… (#3170)
  • d13c850 chore: update versions and lockfile [version bump]
  • 2304af0 refactor: use non-deprecated methods internally in react and nuxt packages (#...
  • 420d849 chore: update versions and lockfile [version bump]
  • 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 posthog-js since your current version.


Updates react-icons from 5.5.0 to 5.6.0

Release notes

Sourced from react-icons's releases.

v5.6.0

What's Changed

Full Changelog: react-icons/react-icons@v5.5.0...v5.6.0

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.7.2-1-g840c215 2060
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-142-gbb04090f93 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.29.2 287
Lucide ISC 0.462.0 1541
Game Icons CC BY 3.0 12920d6565588f0512542a3cb0cdfd36a497f910 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.4.2 831
Bootstrap Icons MIT 1.13.1 2754
Remix Icon Apache License Version 2.0 4.6.0 3058
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.14.0 637
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.2.0 972

... (truncated)

Commits

Updates react-text-to-speech from 0.14.9 to 0.19.5

Changelog

Sourced from react-text-to-speech's changelog.

Changelog

5.1.6 (2026-02-21)

Chores

  • deps: Update react-remarkify, @​tailwindcss/postcss, @​types/node and tailwindcss. (ea289a2)

Build System

  • Migrate from tsup to tsdown for library bundling. (279aa38)

5.1.5 (2026-02-13)

Chores

  • deps: Update @​ianvs/prettier-plugin-sort-imports, @​release-it/conventional-changelog, @​types/react, react, react-dom and types/node. (9bcc202)
  • deps: Update @​types/node, @​types/react, prettier and release-it. (8162c20)
  • Rename index.tsx to index.ts. (ae1249e)

5.1.4 (2026-01-04)

Code Refactoring

  • Improve TypeScript types and usage. (869ff65)

5.1.3 (2025-12-29)

Chores

  • deps: Update release-it. (49fedda)

Code Refactoring

  • Use ReactNode consistently for renderable props. (c293443)

5.1.2 (2025-12-26)

Chores

  • deps: Update @​release-it/conventional-changelog and @​types/node. (fcc5e3f)
  • deps: Update release-it. (f1d0460)

Performance Improvements

  • Stabilize default props reference to avoid unnecessary rerenders. (64aa2a7)

Documentation

  • Update README with latest usage examples for useSpeech hook and <Speech> component. (e748a31)

... (truncated)

Commits

Updates tailwind-merge from 2.6.0 to 2.6.1

Release notes

Sourced from tailwind-merge's releases.

v2.6.1

Bug Fixes

  • Fix arbitrary value using color-mix not being detected as color by @​dcastil in #591
    • This fix was backported from v3.3.1 to make it available for v2 users.

Full Changelog: dcastil/tailwind-merge@v2.6.0...v2.6.1

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, a private sponsor, @​block, @​openclaw and more via @​thnxdev for sponsoring tailwind-merge! ❤️

Commits
  • 0377863 v2.6.1
  • ce73bc0 Update publish workflow
  • 793325f add v2.6.1 to changelog
  • d4ec7cd .gitignore: Add Claude stuff
  • 10e326a Cherry-picked: Merge pull request #591 from dcastil/bugfix/590/fix-arbitrary-...
  • 47c87d8 Merge pull request #515 from dcastil/dependabot/npm_and_yarn/vite-5.4.14
  • 35eb83f Merge pull request #516 from dcastil/dependabot/npm_and_yarn/dot-github/actio...
  • faf70cc Bump undici from 5.28.4 to 5.28.5 in /.github/actions/metrics-report
  • 99f3ca4 Bump vite from 5.4.6 to 5.4.14
  • fb91ba4 Merge pull request #514 from dcastil/other/480/make-label-name-in-label-workf...
  • Additional commits viewable in compare view

Updates postcss from 8.5.6 to 8.5.8

Release notes

Sourced from postcss's releases.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).
Changelog

Sourced from postcss's changelog.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).
Commits
  • 65de537 Release 8.5.8 version
  • b2c6d97 Run git hook register
  • 0ae0a49 Update Processor#version
  • 6ee9f14 Release 8.5.7 version
  • 3fbc951 Fix uvu Node.js 25 support
  • 52db53e Update dependencies
  • 497daef Speed up source map annotation cleaning by moving from RegExp
  • 41e739a Remove banner
  • 1329142 chor...

    Description has been truncated

…y with 12 updates

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

| Package | From | To |
| --- | --- | --- |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `0.2.36` | `0.3.80` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.27` |
| [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.363.0` | `0.576.0` |
| [next](https://github.com/vercel/next.js) | `15.5.7` | `15.5.12` |
| [next-themes](https://github.com/pacocoursey/next-themes) | `0.3.0` | `0.4.6` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.281.0` | `1.358.0` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.5.0` | `5.6.0` |
| [react-text-to-speech](https://github.com/SahilAggarwal2004/react-text-to-speech) | `0.14.9` | `0.19.5` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.6.0` | `2.6.1` |
| [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.8` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.18` | `3.4.19` |



Updates `@langchain/core` from 0.2.36 to 0.3.80
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/commits/@langchain/core==0.3.80)

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

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.363.0 to 0.576.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.576.0/packages/lucide-react)

Updates `next` from 15.5.7 to 15.5.12
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.7...v15.5.12)

Updates `next-themes` from 0.3.0 to 0.4.6
- [Release notes](https://github.com/pacocoursey/next-themes/releases)
- [Commits](pacocoursey/next-themes@v0.3.0...v0.4.6)

Updates `posthog-js` from 1.281.0 to 1.358.0
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.281.0...posthog-js@1.358.0)

Updates `react-icons` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.5.0...v5.6.0)

Updates `react-text-to-speech` from 0.14.9 to 0.19.5
- [Release notes](https://github.com/SahilAggarwal2004/react-text-to-speech/releases)
- [Changelog](https://github.com/SahilAggarwal2004/react-text-to-speech/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SahilAggarwal2004/react-text-to-speech/commits)

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

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

Updates `tailwindcss` from 3.4.18 to 3.4.19
- [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/v3.4.19/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: "@langchain/core"
  dependency-version: 0.3.80
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: autoprefixer
  dependency-version: 10.4.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: katex
  dependency-version: 0.16.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: lucide-react
  dependency-version: 0.576.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: next
  dependency-version: 15.5.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: next-themes
  dependency-version: 0.4.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: posthog-js
  dependency-version: 1.358.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-icons
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-text-to-speech
  dependency-version: 0.19.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tailwind-merge
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: postcss
  dependency-version: 8.5.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tailwindcss
  dependency-version: 3.4.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Mar 4, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Mar 4, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
ask-starknet-ui Ready Ready Preview, Comment Mar 4, 2026 5:27am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants