Skip to content

chore: bump the npm-deps group with 6 updates#108

Merged
joaoc-dev merged 1 commit intodevfrom
dependabot/npm_and_yarn/dev/npm-deps-f8097c9046
Feb 5, 2026
Merged

chore: bump the npm-deps group with 6 updates#108
joaoc-dev merged 1 commit intodevfrom
dependabot/npm_and_yarn/dev/npm-deps-f8097c9046

Conversation

@dependabot
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the npm-deps group with 6 updates:

Package From To
@ai-sdk/react 2.0.126 2.0.127
ai 5.0.124 5.0.125
motion 12.29.2 12.30.0
@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

Updates @ai-sdk/react from 2.0.126 to 2.0.127

Release notes

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

@​ai-sdk/react@​2.0.127

Patch Changes

  • ai@5.0.125
Commits

Updates ai from 5.0.124 to 5.0.125

Release notes

Sourced from ai's releases.

ai@5.0.125

Patch Changes

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

Updates motion from 12.29.2 to 12.30.0

Changelog

Sourced from motion's changelog.

[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
  • f3ebcdb v12.30.0
  • 5f6c358 Updating changelog
  • ad4dd59 Merge pull request #3523 from motiondivision/claude/investigate-motion-issue-...
  • be9917e Merge pull request #3511 from motiondivision/vanilla-scale-correction
  • 8b45585 Updating changelog
  • eca4a40 Merge pull request #3510 from motiondivision/claude/fix-issue-3509-1OlJw
  • c84f4cf Fix animateMini crash when element removed from DOM during scroll cancellation
  • 7cf8824 v12.29.3
  • c2d4cc4 Updating changelog
  • cdbd047 Merge pull request #3508 from lgaspari/feat/reorder-auto-scroll-page
  • Additional commits viewable in compare view

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

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/react](https://github.com/vercel/ai) | `2.0.126` | `2.0.127` |
| [ai](https://github.com/vercel/ai) | `5.0.124` | `5.0.125` |
| [motion](https://github.com/motiondivision/motion) | `12.29.2` | `12.30.0` |
| [@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` |


Updates `@ai-sdk/react` from 2.0.126 to 2.0.127
- [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.127)

Updates `ai` from 5.0.124 to 5.0.125
- [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.125)

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

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)

---
updated-dependencies:
- dependency-name: "@ai-sdk/react"
  dependency-version: 2.0.127
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: ai
  dependency-version: 5.0.125
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: motion
  dependency-version: 12.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
...

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 3, 2026
@vercel
Copy link

vercel bot commented Feb 3, 2026

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

Project Deployment Actions Updated (UTC)
blueledger Ready Ready Preview, Comment Feb 3, 2026 1:14am

@coderabbitai
Copy link

coderabbitai bot commented Feb 3, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Feb 3, 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.

@joaoc-dev joaoc-dev merged commit a255533 into dev Feb 5, 2026
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev/npm-deps-f8097c9046 branch February 5, 2026 08:10
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.

1 participant