Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the minor group with 10 updates:

Package From To
@tanstack/react-virtual 3.13.13 3.13.16
caniuse-lite 1.0.30001761 1.0.30001762
motion 12.23.26 12.24.0
@bundle-stats/plugin-webpack-filter 4.21.7 4.21.8
@eslint-react/eslint-plugin 2.4.0 2.5.1
@rspack/cli 1.6.8 1.7.0
@rspack/core 1.6.8 1.7.0
@typescript-eslint/eslint-plugin 8.51.0 8.52.0
@typescript-eslint/parser 8.51.0 8.52.0
typescript-eslint 8.51.0 8.52.0

Updates @tanstack/react-virtual from 3.13.13 to 3.13.16

Release notes

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

@​tanstack/react-virtual@​3.13.16

Patch Changes

  • Updated dependencies [db6df21]:
    • @​tanstack/virtual-core@​3.13.16

@​tanstack/react-virtual@​3.13.15

Patch Changes

  • feat(react-virtual): add useFlushSync option (#1100)

    Adds a React-specific useFlushSync option to control whether flushSync is used for synchronous scroll correction during measurement.

    The default behavior remains unchanged (useFlushSync: true) to preserve the best scrolling experience. Disabling it avoids the React 19 warning about calling flushSync during render, at the cost of potentially increased visible whitespace during fast scrolling with dynamically sized items.

  • Updated dependencies [5a273bf]:

    • @​tanstack/virtual-core@​3.13.15

@​tanstack/react-virtual@​3.13.14

Patch Changes

  • Updated dependencies [6d9274c]:
    • @​tanstack/virtual-core@​3.13.14
Changelog

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

3.13.16

Patch Changes

  • Updated dependencies [db6df21]:
    • @​tanstack/virtual-core@​3.13.16

3.13.15

Patch Changes

  • feat(react-virtual): add useFlushSync option (#1100)

    Adds a React-specific useFlushSync option to control whether flushSync is used for synchronous scroll correction during measurement.

    The default behavior remains unchanged (useFlushSync: true) to preserve the best scrolling experience. Disabling it avoids the React 19 warning about calling flushSync during render, at the cost of potentially increased visible whitespace during fast scrolling with dynamically sized items.

  • Updated dependencies [5a273bf]:

    • @​tanstack/virtual-core@​3.13.15

3.13.14

Patch Changes

  • Updated dependencies [6d9274c]:
    • @​tanstack/virtual-core@​3.13.14
Commits

Updates caniuse-lite from 1.0.30001761 to 1.0.30001762

Commits

Updates motion from 12.23.26 to 12.24.0

Changelog

Sourced from motion's changelog.

[12.24.0] 2026-01-05

Added

  • { type: "svg" } option to motion.create() for creating custom SVG components.
  • px default value type for CSS logical properties (paddingBlock, paddingInline, marginBlock, marginInline).

Fixed

  • Ensure drag gesture updates with latest props every render.
  • Fix missing JSX import error.
  • Fix motion-dom build.
  • Exclude src from distributed package.

[12.23.28] 2026-01-05

Fixed

  • Fixing MotionStyle type with React 19 when skipLibCheck is false.
  • Add guard for process check for better compat with ESM environments.

[12.23.27] 2026-01-05

Fixed

  • Improved Intellisense detection for motion import.
  • Adding sourcemaps to release.
Commits
  • 4f59576 v12.24.0
  • 42f0231 Updating changelog
  • 2738dba Updating changelog
  • f98a283 Fix missing JSX import error in CHANGELOG
  • 4388512 Merge pull request #3389 from fxnm/patch-1
  • f3924c4 Update CHANGELOG for version 12.24.0
  • d53ece5 Merge pull request #3443 from motiondivision/claude/fix-drag-controls-LixiH
  • c726ae5 Merge pull request #3430 from reeseo3o/fix/3413-use-transform-logical-properties
  • 35ee437 Merge branch 'main' into fix/3413-use-transform-logical-properties
  • b93dd50 Merge pull request #3441 from motiondivision/claude/add-svg-type-prop-Wc3de
  • Additional commits viewable in compare view

Updates @bundle-stats/plugin-webpack-filter from 4.21.7 to 4.21.8

Release notes

Sourced from @​bundle-stats/plugin-webpack-filter's releases.

v4.21.8

What's Changed

Update dependencies

Full Changelog: relative-ci/bundle-stats@v4.21.7...v4.21.8

Commits
  • bac77fb v4.21.8
  • 683cc8f Merge pull request #5508 from relative-ci/dependabot/npm_and_yarn/master/roll...
  • 2084bd5 build(deps): bump rollup-plugin-webpack-stats from 2.1.8 to 2.1.9
  • 7465be7 Merge pull request #5502 from relative-ci/dependabot/npm_and_yarn/master/prea...
  • d6974e1 build(deps-dev): bump preact from 10.28.0 to 10.28.1
  • 9ccdfb2 Merge pull request #5499 from relative-ci/dependabot/npm_and_yarn/master/roll...
  • 1acff0f build(deps-dev): bump rollup from 4.53.5 to 4.54.0
  • 529416d Merge pull request #5497 from relative-ci/dependabot/npm_and_yarn/master/webp...
  • bd83214 Merge pull request #5498 from relative-ci/dependabot/npm_and_yarn/master/fs-e...
  • 271aac4 build(deps): bump fs-extra from 11.3.2 to 11.3.3
  • Additional commits viewable in compare view

Updates @eslint-react/eslint-plugin from 2.4.0 to 2.5.1

Release notes

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

v2.5.1 (2026-01-05)

What's Changed

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.5.0...v2.5.1

v2.5.0 (2025-12-31)

What's Changed

✨ New

🪄 Improvements

New Contributors

Full Changelog: Rel1cx/eslint-react@v2.4.0...v2.5.0

Changelog

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

v2.5.1 (2026-01-05)

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.5.0...v2.5.1

v2.5.0 (2025-12-31)

✨ New

🪄 Improvements

New Contributors

Full Changelog: Rel1cx/eslint-react@v2.4.0...v2.5.0

Commits

Updates @rspack/cli from 1.6.8 to 1.7.0

Release notes

Sourced from @​rspack/cli's releases.

v1.7.0

🎉 See Announcing Rspack 1.7 for more details.

What's Changed

Performance Improvements ⚡

New Features 🎉

Bug Fixes 🐞

... (truncated)

Commits

Updates @rspack/core from 1.6.8 to 1.7.0

Release notes

Sourced from @​rspack/core's releases.

v1.7.0

🎉 See Announcing Rspack 1.7 for more details.

What's Changed

Performance Improvements ⚡

New Features 🎉

Bug Fixes 🐞

... (truncated)

Commits

Updates @typescript-eslint/eslint-plugin from 8.51.0 to 8.52.0

Release notes

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

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

Changelog

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

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

Commits
  • 9ddd571 chore(release): publish 8.52.0
  • 6b467b0 docs: add blog post on revamping the ban-types rule (#11873)
  • 309a38e fix(eslint-plugin): [no-base-to-string] detect @@​toPrimitive and valueOf (#11...
  • cf79108 fix(eslint-plugin): [no-useless-default-assignment] handle conditional initia...
  • a166cea feat(eslint-plugin-internal): [no-multiple-lines-of-errors] add rule (#11899)
  • d1b44c0 chore(deps): update nx monorepo to v22.3.3 (#11848)
  • 95c7c73 chore: update deps to latest minor/patch (#11921)
  • 45a7d2b chore(typescript-estree): use iterateComments() from ts-api-utils v2.3 (#11...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.51.0 to 8.52.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.52.0 (2026-01-05)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates typescript-eslint from 8.51.0 to 8.52.0

Release notes

Sourced from typescript-eslint's releases.

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.52.0 (2026-01-05)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

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 comm...

Description has been truncated

Bumps the minor group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.13` | `3.13.16` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001761` | `1.0.30001762` |
| [motion](https://github.com/motiondivision/motion) | `12.23.26` | `12.24.0` |
| [@bundle-stats/plugin-webpack-filter](https://github.com/relative-ci/bundle-stats) | `4.21.7` | `4.21.8` |
| [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `2.4.0` | `2.5.1` |
| [@rspack/cli](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-cli) | `1.6.8` | `1.7.0` |
| [@rspack/core](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) | `1.6.8` | `1.7.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.51.0` | `8.52.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.51.0` | `8.52.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.51.0` | `8.52.0` |


Updates `@tanstack/react-virtual` from 3.13.13 to 3.13.16
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md)
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/[email protected]/packages/react-virtual)

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

Updates `motion` from 12.23.26 to 12.24.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.23.26...v12.24.0)

Updates `@bundle-stats/plugin-webpack-filter` from 4.21.7 to 4.21.8
- [Release notes](https://github.com/relative-ci/bundle-stats/releases)
- [Commits](relative-ci/bundle-stats@v4.21.7...v4.21.8)

Updates `@eslint-react/eslint-plugin` from 2.4.0 to 2.5.1
- [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.5.1/packages/plugins/eslint-plugin)

Updates `@rspack/cli` from 1.6.8 to 1.7.0
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v1.7.0/packages/rspack-cli)

Updates `@rspack/core` from 1.6.8 to 1.7.0
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v1.7.0/packages/rspack)

Updates `@typescript-eslint/eslint-plugin` from 8.51.0 to 8.52.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.52.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.51.0 to 8.52.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.52.0/packages/parser)

Updates `typescript-eslint` from 8.51.0 to 8.52.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.52.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.13.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001762
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: motion
  dependency-version: 12.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@bundle-stats/plugin-webpack-filter"
  dependency-version: 4.21.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-version: 2.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@rspack/cli"
  dependency-version: 1.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@rspack/core"
  dependency-version: 1.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typescript-eslint
  dependency-version: 8.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

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 Jan 5, 2026
@auto-merge-helper auto-merge-helper bot enabled auto-merge January 5, 2026 18:08
@auto-merge-helper auto-merge-helper bot merged commit c32f3c4 into master Jan 5, 2026
4 checks passed
@auto-merge-helper auto-merge-helper bot deleted the dependabot/npm_and_yarn/minor-7202b89d23 branch January 5, 2026 18:09
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