Skip to content

chore: bump the npm-deps group across 1 directory with 13 updates#111

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/dev/npm-deps-5bffc80259
Open

chore: bump the npm-deps group across 1 directory with 13 updates#111
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/dev/npm-deps-5bffc80259

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-deps group with 13 updates in the / directory:

Package From To
@ai-sdk/react 2.0.126 2.0.128
@upstash/redis 1.36.1 1.36.2
ai 5.0.124 5.0.126
mongoose 8.22.0 8.22.1
motion 12.29.2 12.31.0
posthog-js 1.336.4 1.341.0
@next/eslint-plugin-next 15.5.11 15.5.12
@types/node 20.19.30 20.19.31
@types/react 19.2.10 19.2.11
@vitejs/plugin-react 5.1.2 5.1.3
eslint-plugin-react-refresh 0.4.26 0.5.0
knip 5.82.1 5.83.0
msw 2.12.7 2.12.8

Updates @ai-sdk/react from 2.0.126 to 2.0.128

Release notes

Sourced from @​ai-sdk/react's releases.

@​ai-sdk/react@​2.0.128

Patch Changes

  • ai@5.0.126

@​ai-sdk/react@​2.0.127

Patch Changes

  • ai@5.0.125
Commits

Updates @upstash/redis from 1.36.1 to 1.36.2

Release notes

Sourced from @​upstash/redis's releases.

v1.36.2

What's Changed

Full Changelog: upstash/redis-js@v1.36.1...v1.36.2

Commits

Updates ai from 5.0.124 to 5.0.126

Release notes

Sourced from ai's releases.

ai@5.0.126

Patch Changes

  • Updated dependencies [beba89c]
    • @​ai-sdk/gateway@​2.0.32

ai@5.0.125

Patch Changes

  • Updated dependencies [8d8fdd2]
    • @​ai-sdk/gateway@​2.0.31
Commits

Updates mongoose from 8.22.0 to 8.22.1

Release notes

Sourced from mongoose's releases.

8.22.1 / 2025-02-04

  • fix: handle other top-level query operators in sanitizeFilter
  • fix(document): when cloning a doc with subdocs, make sure the subdocs parent is the cloned doc #15904 #15901
  • types(models): support Mongoose query casting in AnyBulkWriteOperation filter property #15910
  • types: add toBSON() to documents #15927
Changelog

Sourced from mongoose's changelog.

8.22.1 / 2026-02-04

  • fix: handle other top-level query operators in sanitizeFilter
  • fix(document): when cloning a doc with subdocs, make sure the subdocs parent is the cloned doc #15904 #15901
  • types(models): support Mongoose query casting in AnyBulkWriteOperation filter property #15910
  • types: add toBSON() to documents #15927

7.8.9 / 2026-02-04

  • fix: handle other top-level query operators in sanitizeFilter
Commits

Updates motion from 12.29.2 to 12.31.0

Changelog

Sourced from motion's changelog.

[12.31.0] 2026-02-03

Added

  • animate: Support for bi-directional callbacks within animation sequences.

Fixed

  • Ensure onPan never fires before onPanStart.

[12.30.1] 2026-02-03

Fixed

  • Allow drag to be initiated by child a and button elements.

[12.30.0] 2026-02-02

Added

  • MotionConfig: Add skipAnimations option.

Fixed

  • animate: Prevent error when calling stop() on removed elements.
  • animateLayout: Fixing shared element animations when animate called before animateLayout.

[12.29.3] 2026-02-02

Fixed

  • Reorder: Fixed viewport autoscroll.
Commits
  • a1818ba v12.31.0
  • 8edb3ae Updating changelog
  • e248b3e Merge pull request #3526 from motiondivision/claude/low-overhead-animation-XwKRA
  • 2ebf307 fix: Move sequence callback tests before polluting test
  • 7b59416 fix: Guard against null elements in isCallbackSegment
  • 8ad3881 refactor: Rename leave to exit, clean up callback plumbing
  • 797cb3d v12.30.2
  • 62eb507 Updating changelog
  • f3db25b Merge pull request #3525 from motiondivision/claude/fix-motion-issue-2056-da0kh
  • 3c1d42f feat: Rename callback methods to enter/leave, add comprehensive tests, fix ti...
  • Additional commits viewable in compare view

Updates posthog-js from 1.336.4 to 1.341.0

Release notes

Sourced from posthog-js's releases.

posthog-js@1.341.0

1.341.0

Minor Changes

Patch Changes

  • Updated dependencies []:
    • @​posthog/types@​1.341.0

posthog-js@1.340.0

1.340.0

Minor Changes

Patch Changes

  • Updated dependencies [bb62809]:
    • @​posthog/core@​1.20.0
    • @​posthog/types@​1.340.0

posthog-js@1.339.1

1.339.1

Patch Changes

  • #3007 af665cc Thanks @​adboio! - add element inference precision to tours; do not mark as shown until we know first step rendered successfully (2026-02-03)
  • Updated dependencies []:
    • @​posthog/types@​1.339.1

posthog-js@1.339.0

1.339.0

Minor Changes

Patch Changes

... (truncated)

Commits
  • 5afecc8 chore: update versions and lockfile [version bump]
  • d7b37f7 feat(analytics-platform): Switch to $internal_or_test_user (#3027)
  • e6894c1 chore: update versions and lockfile [version bump]
  • 98d6274 fix(llma): fix default prompts url (#3030)
  • bb62809 feat: only capture $set events if the user properties have changed (#3023)
  • 2b2725e feat: support widget position (#3024)
  • a73d16b feat: SDK Compliance (#2847)
  • e7ceae5 fix(llma): small fixes for prompt management (#3021)
  • 784d3b5 chore: update versions and lockfile [version bump]
  • af665cc fix(product tours): add element precision, only mark tours as shown if first ...
  • Additional commits viewable in compare view

Updates @next/eslint-plugin-next from 15.5.11 to 15.5.12

Release notes

Sourced from @​next/eslint-plugin-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.

Commits

Updates @types/node from 20.19.30 to 20.19.31

Commits

Updates @types/react from 19.2.10 to 19.2.11

Commits

Updates @vitejs/plugin-react from 5.1.2 to 5.1.3

Changelog

Sourced from @​vitejs/plugin-react's changelog.

5.1.3 (2026-02-02)

Commits

Updates eslint-plugin-react-refresh from 0.4.26 to 0.5.0

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.5.0

Breaking changes

  • The package now ships as ESM and requires ESLint 9 + node 20. Because legacy config doesn't support ESM, this requires to use flat config
  • A new reactRefresh export is available and prefered over the default export. It's an object with two properties:
    • plugin: The plugin object with the rules
    • configs: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.
  • customHOCs option was renamed to extraHOCs
  • Validation of HOCs calls is now more strict, you may need to add some HOCs to the extraHOCs option

Config example:

import { defineConfig } from "eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";
export default defineConfig(
/* Main config */
reactRefresh.configs.vite({ extraHOCs: ["someLibHOC"] }),
);

Config example without config:

import { defineConfig } from "eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";
export default defineConfig({
files: ["/*.ts", "/*.tsx"],
plugins: {
// other plugins
"react-refresh": reactRefresh.plugin,
},
rules: {
// other rules
"react-refresh/only-export-components": [
"warn",
{ extraHOCs: ["someLibHOC"] },
],
},
});

Why

This version follows a revamp of the internal logic to better make the difference between random call expressions like export const Enum = Object.keys(Record) and actual React HOC calls like export const MemoComponent = memo(Component). (fixes #93)

The rule now handles ternaries and patterns like export default customHOC(props)(Component) which makes it able to correctly support files like this one given this config:

... (truncated)

Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.5.0

Breaking changes

  • The package now ships as ESM and requires ESLint 9 + node 20. Because legacy config doesn't support ESM, this requires to use flat config
  • A new reactRefresh export is available and prefered over the default export. It's an object with two properties:
    • plugin: The plugin object with the rules
    • configs: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.
  • customHOCs option was renamed to extraHOCs
  • Validation of HOCs calls is now more strict, you may need to add some HOCs to the extraHOCs option

Config example:

import { defineConfig } from "eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";
export default defineConfig(
/* Main config */
reactRefresh.configs.vite({ extraHOCs: ["someLibHOC"] }),
);

Config example without config:

import { defineConfig } from "eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";
export default defineConfig({
files: ["/*.ts", "/*.tsx"],
plugins: {
// other plugins
"react-refresh": reactRefresh.plugin,
},
rules: {
// other rules
"react-refresh/only-export-components": [
"warn",
{ extraHOCs: ["someLibHOC"] },
],
},
});

Why

This version follows a revamp of the internal logic to better make the difference between random call expressions like export const Enum = Object.keys(Record) and actual React HOC calls like export const MemoComponent = memo(Component). (fixes #93)

The rule now handles ternaries and patterns like export default customHOC(props)(Component) which makes it able to correctly support files like this one given this config:

... (truncated)

Commits

Updates knip from 5.82.1 to 5.83.0

Release notes

Sourced from knip's releases.

Release 5.83.0

  • fix: skip empty string entries in package.json exports (#1477) (6b64ac5b89916869a2361077a51dc28adb4679df) - thanks @​SBoudrias!
  • add LS version to serverInfo (#1468) (2c28cb8dc8923d83800959a7a259b439d5c50a0e) - thanks @​niklas-wortmann!
  • Avoid highlighting path-like specifiers (#1488) (c8fec09666ad0ce145e1d2bbf99737a6bc95fd05) - thanks @​azat-io!
  • Update avatar URLs (#1489) (d612ac2dab39a560875c53b9cccb3d920caafdd1) - thanks @​azat-io!
  • Copy fix-fixtures to tmp dir (bd1519c30bb0a4004cfae463f10f8b066b778d95)
  • Don't add excluded issue types (resolve #1486) (4eeeec602a8275f8f8d4252157ed6fa3cdd83f24)
  • Minor refactor (767b2c5927d940f8815d157c2fa50c67f0a80d63)
  • Edit docs (78111c96f54da3c41cfb84bd972bb5e836e1b859)
  • feat: add plugin for expressive-code (#1493) (fbf958a9bfb2d913c345c98283a793a7f10faae5) - thanks @​cylewaitforit!
  • Truncate file path left-side (resolves #1494) (235949c0b68e0bf2f3eb9ef0f3f88e750984e70a)
  • Revert fix-fixture format test (fails in outside cwd) (8e961259bddef4652ae3b98387d1afa8514429ec)
  • Skip empty manifest entries (resolve #1497) (d314ce43e7f9fe26125db167c1a8af4728329828)
  • Filter out empty issue objects in compact reporter (resolve #1482) (7df0b4d8ee888f524132cd96260e18b870e8c57c)
  • Lint/group import statements (61e7a24460e11bd2e9e27e9a791953eb004947df)
  • Update AGENTS.md & docs (7537f8a1c474ce931a05a06efcc238eef5806447)
  • Optimize relative path helper (ac8a45454f9e8d88898141e112897803c844f803)
  • Move postinstall script to non-production (360110bed44d77da4ed5e553a63986176d2ed716)
  • Ignore simple-git-hooks in production (like husky etc) (bbab35b144080d061641b6b6a6545176e5286553)
  • Move & add testimonials (5ab18133b0e375508b34014085e10b78dcfd88ff)
  • Update sponsors page (4534a55e37f804bfdef65522354b053f28a5a8f2)
  • Edit docs, add config hints page (1a73a053dad914025e330c03cabaf9ded2444e91)
  • Rename reporter to match project style (58f8c4e476b8a051dd27fdf27859014c4954289b)
  • Auto-format (854124f7b5436436d57c5249f9b64f53e71e1994)
  • Refactor fs helper to match project style (f22e7e94a48ac0dedf41985f3928ff556d04d727)
Commits
  • f056786 Release knip@5.83.0
  • f22e7e9 Refactor fs helper to match project style
  • 854124f Auto-format
  • 58f8c4e Rename reporter to match project style
  • 1a73a05 Edit docs, add config hints page
  • bbab35b Ignore simple-git-hooks in production (like husky etc)
  • 360110b Move postinstall script to non-production
  • ac8a454 Optimize relative path helper
  • 7537f8a Update AGENTS.md & docs
  • 7df0b4d Filter out empty issue objects in compact reporter (resolve #1482)
  • Additional commits viewable in compare view

Updates msw from 2.12.7 to 2.12.8

Release notes

Sourced from msw's releases.

v2.12.8 (2026-02-03)

Bug Fixes

  • update @mswjs/interceptors to fix a memory leak (#2659) (e5e905f60c4ad8dd621e720cde26390c84104362) @​kettanaito
  • update rettime (#2657) (3a7b4510138bc6e7ab5078f53e623d6a25cfd9ac) @​kettanaito
Commits
Maintainer changes

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


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-deps group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/react](https://github.com/vercel/ai) | `2.0.126` | `2.0.128` |
| [@upstash/redis](https://github.com/upstash/upstash-redis) | `1.36.1` | `1.36.2` |
| [ai](https://github.com/vercel/ai) | `5.0.124` | `5.0.126` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.22.0` | `8.22.1` |
| [motion](https://github.com/motiondivision/motion) | `12.29.2` | `12.31.0` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.336.4` | `1.341.0` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `15.5.11` | `15.5.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.30` | `20.19.31` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.10` | `19.2.11` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.2` | `5.1.3` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.26` | `0.5.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.82.1` | `5.83.0` |
| [msw](https://github.com/mswjs/msw) | `2.12.7` | `2.12.8` |



Updates `@ai-sdk/react` from 2.0.126 to 2.0.128
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/react@2.0.126...@ai-sdk/react@2.0.128)

Updates `@upstash/redis` from 1.36.1 to 1.36.2
- [Release notes](https://github.com/upstash/upstash-redis/releases)
- [Commits](upstash/redis-js@v1.36.1...v1.36.2)

Updates `ai` from 5.0.124 to 5.0.126
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/ai@5.0.124...ai@5.0.126)

Updates `mongoose` from 8.22.0 to 8.22.1
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.22.0...8.22.1)

Updates `motion` from 12.29.2 to 12.31.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.29.2...v12.31.0)

Updates `posthog-js` from 1.336.4 to 1.341.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.336.4...posthog-js@1.341.0)

Updates `@next/eslint-plugin-next` from 15.5.11 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](https://github.com/vercel/next.js/commits/v15.5.12/packages/eslint-plugin-next)

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

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

Updates `@vitejs/plugin-react` from 5.1.2 to 5.1.3
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.3/packages/plugin-react)

Updates `eslint-plugin-react-refresh` from 0.4.26 to 0.5.0
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.26...v0.5.0)

Updates `knip` from 5.82.1 to 5.83.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@5.83.0/packages/knip)

Updates `msw` from 2.12.7 to 2.12.8
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.12.7...v2.12.8)

---
updated-dependencies:
- dependency-name: "@ai-sdk/react"
  dependency-version: 2.0.128
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@upstash/redis"
  dependency-version: 1.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: ai
  dependency-version: 5.0.126
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: mongoose
  dependency-version: 8.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: motion
  dependency-version: 12.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: posthog-js
  dependency-version: 1.341.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 15.5.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/node"
  dependency-version: 20.19.31
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/react"
  dependency-version: 19.2.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: knip
  dependency-version: 5.83.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: msw
  dependency-version: 2.12.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 5, 2026
@vercel
Copy link

vercel bot commented Feb 5, 2026

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

Project Deployment Actions Updated (UTC)
blueledger Ready Ready Preview, Comment Feb 5, 2026 8:24am

@codecov
Copy link

codecov bot commented Feb 5, 2026

⚠️ JUnit XML file not found

The CLI was unable to find any JUnit XML files to upload.
For more help, visit our troubleshooting guide.

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