Skip to content

Bump the minor group with 5 updates#11698

Merged
auto-merge-helper[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/minor-673d561b37
Feb 3, 2026
Merged

Bump the minor group with 5 updates#11698
auto-merge-helper[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/minor-673d561b37

Conversation

@dependabot
Copy link
Contributor

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

Bumps the minor group with 5 updates:

Package From To
caniuse-lite 1.0.30001766 1.0.30001767
motion 12.29.2 12.30.0
@eslint-react/eslint-plugin 2.8.1 2.9.3
@types/react 19.2.9 19.2.10
globals 17.2.0 17.3.0

Updates caniuse-lite from 1.0.30001766 to 1.0.30001767

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 @eslint-react/eslint-plugin from 2.8.1 to 2.9.3

Release notes

Sourced from @​eslint-react/eslint-plugin's releases.

v2.9.3 (2026-02-02)

What's Changed

🪄 Improvements

📝 Changes you should be aware of

The following rules have been deprecated:

  • no-default-props
  • no-prop-types
  • no-string-refs

If you are working with legacy codebases that still require these rules, you can use a no-restricted-syntax rule to enforce these restrictions:

{
    files: ['**/*.jsx', '**/*.tsx'],
    rules: {
        "no-restricted-syntax": [
            "error",
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='defaultProps']",
                "message": "[Deprecated] Use ES6 default parameters instead."
            },
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='propTypes']",
                "message": "[Deprecated] Use TypeScript or another type-checking solution instead."
            },
            {
                "selector": "JSXAttribute[name.name='ref'][value.type='Literal']",
                "message": "[Deprecated] Use callback refs instead."
            }
        ]
    }
}

(The rules that were deprecated in this release will still be available until the next major update to avoid breaking changes.)

Full Changelog: Rel1cx/eslint-react@v2.9.2...v2.9.3

v2.9.2 (2026-02-02)

What's Changed

🐞 Fixes

... (truncated)

Changelog

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

v2.9.3 (2026-02-02)

🪄 Improvements

📝 Changes you should be aware of

The following rules have been deprecated:

  • no-default-props
  • no-prop-types
  • no-string-refs

If you are working with legacy codebases that still require these rules, you can use a no-restricted-syntax rule to enforce these restrictions:

{
    files: ['**/*.jsx', '**/*.tsx'],
    rules: {
        "no-restricted-syntax": [
            "error",
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='defaultProps']",
                "message": "[Deprecated] Use ES6 default parameters instead."
            },
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='propTypes']",
                "message": "[Deprecated] Use TypeScript or another type-checking solution instead."
            },
            {
                "selector": "JSXAttribute[name.name='ref'][value.type='Literal']",
                "message": "[Deprecated] Use callback refs instead."
            }
        ]
    }
}

(The rules that were deprecated in this release will still be available until the next major update to avoid breaking changes.)

Full Changelog: Rel1cx/eslint-react@v2.9.2...v2.9.3

v2.9.2 (2026-02-02)

🐞 Fixes

... (truncated)

Commits

Updates @types/react from 19.2.9 to 19.2.10

Commits

Updates globals from 17.2.0 to 17.3.0

Release notes

Sourced from globals's releases.

v17.3.0

  • Update globals (2026-02-01) (#336) 295fba9

sindresorhus/globals@v17.2.0...v17.3.0

Commits

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 minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001766` | `1.0.30001767` |
| [motion](https://github.com/motiondivision/motion) | `12.29.2` | `12.30.0` |
| [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `2.8.1` | `2.9.3` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.9` | `19.2.10` |
| [globals](https://github.com/sindresorhus/globals) | `17.2.0` | `17.3.0` |


Updates `caniuse-lite` from 1.0.30001766 to 1.0.30001767
- [Commits](browserslist/caniuse-lite@1.0.30001766...1.0.30001767)

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 `@eslint-react/eslint-plugin` from 2.8.1 to 2.9.3
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v2.9.3/packages/plugins/eslint-plugin)

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

Updates `globals` from 17.2.0 to 17.3.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.2.0...v17.3.0)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001767
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: motion
  dependency-version: 12.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-version: 2.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/react"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

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
@auto-merge-helper auto-merge-helper bot enabled auto-merge February 3, 2026 00:24
@auto-merge-helper auto-merge-helper bot merged commit a32baa6 into master Feb 3, 2026
4 checks passed
@auto-merge-helper auto-merge-helper bot deleted the dependabot/npm_and_yarn/minor-673d561b37 branch February 3, 2026 00:26
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