Skip to content

deps: bump the dependency-updates group with 6 updates#1863

Merged
owlstronaut merged 1 commit into
mainfrom
dependabot/npm_and_yarn/main/dependency-updates-e5daf070aa
Jan 30, 2026
Merged

deps: bump the dependency-updates group with 6 updates#1863
owlstronaut merged 1 commit into
mainfrom
dependabot/npm_and_yarn/main/dependency-updates-e5daf070aa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependency-updates group with 6 updates:

Package From To
framer-motion 12.27.0 12.29.0
postcss-preset-env 11.1.1 11.1.2
@testing-library/react 16.3.1 16.3.2
eslint-plugin-primer-react 8.5.0 8.5.1
prettier 3.8.0 3.8.1
tar 7.5.4 7.5.6

Updates framer-motion from 12.27.0 to 12.29.0

Changelog

Sourced from framer-motion's changelog.

[12.29.0] 2026-01-22

Added

  • transformViewBoxPoint: Scale drag gestures within <svg> elements where viewBox and rendered width/height are mismatched.
  • trackContentSize: New scroll and useScroll option for tracking changes to content size.

Fixed

  • Add React 19 test suite to CI.
  • Fix types with motion.create().
  • Shared element animations now respect layoutDependency.

[12.28.2] 2026-01-22

Added

  • Add default value type px for fontSize.

Fixed

  • Removed default value type from radius.
  • Ensure LazyMotion animates initial state even when state has changed before Motion is loaded.

[12.28.1] 2026-01-21

Fixed

  • Ensure scale: "0%" isn't treated as default value.

[12.28.0] 2026-01-20

Added

  • useFollowValue and followValue: useSpring-style motion values that can accept any transition.

Fixed

  • Fix "multiple keyframe" error when using spring animations as default transitions for animation sequences.

[12.27.5] 2026-01-20

Fixed

  • Ensure pen gesture is correctly cleaned up on drag cancel.
  • Fix edge case where DocumentProjectionNode's attached element was null.

[12.27.4] 2026-01-20

Added

... (truncated)

Commits
  • 9482fc1 v12.29.0
  • 80802dc Updating changelog
  • b8a46fe Updating changelog
  • 17218e3 Updating changelog
  • fcfe5cd Merge pull request #3497 from motiondivision/scroll-progress-after-layout
  • 84d28bf Merge pull request #3494 from motiondivision/claude/fix-transformed-layout-an...
  • e63d56a Merge pull request #3495 from motiondivision/claude/fix-issue-1436-8qFF9
  • d3bd6de Merge pull request #3506 from motiondivision/claude/fix-create-proxy-ts-error...
  • 479f35e Merge pull request #3507 from motiondivision/dependabot/npm_and_yarn/lodash-4...
  • 911cd39 Merge pull request #3493 from motiondivision/react-19-ci
  • Additional commits viewable in compare view

Updates postcss-preset-env from 11.1.1 to 11.1.2

Changelog

Sourced from postcss-preset-env's changelog.

11.1.2

January 25, 2026

Commits

Updates @testing-library/react from 16.3.1 to 16.3.2

Release notes

Sourced from @​testing-library/react's releases.

v16.3.2

16.3.2 (2026-01-19)

Bug Fixes

  • Update 'onCaughtError' type inference in 'RenderOptions' to work with React v19 (#1438) (f32bd1b)
Commits
  • f32bd1b fix: Update 'onCaughtError' type inference in 'RenderOptions' to work with Re...
  • See full diff in compare view

Updates eslint-plugin-primer-react from 8.5.0 to 8.5.1

Release notes

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

v8.5.1

Patch Changes

  • #474 1e0f943 Thanks @​liuliu-dev! - Fix no-unnecessary-components rule to support @primer/styled-react imports.

  • #461 75ae0a5 Thanks @​joshfarrant! - Export enforce-button-for-link-with-no-href rule, which flags Link components which don't have a href.

Changelog

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

8.5.1

Patch Changes

  • #474 1e0f943 Thanks @​liuliu-dev! - Fix no-unnecessary-components rule to support @primer/styled-react imports.

  • #461 75ae0a5 Thanks @​joshfarrant! - Export enforce-button-for-link-with-no-href rule, which flags Link components which don't have a href.

Commits
  • f6076fa Version Packages (#466)
  • 611c78c Bump eslint-plugin-prettier from 5.5.4 to 5.5.5 (#486)
  • eeac42d Bump @​typescript-eslint/utils from 8.51.0 to 8.53.0 (#485)
  • 1ac11a1 Bump @​typescript-eslint/rule-tester from 8.51.0 to 8.53.0 (#483)
  • b63ebc0 Bump @​types/node from 25.0.6 to 25.0.9 (#484)
  • 468da07 Bump @​types/node from 25.0.3 to 25.0.6 (#482)
  • dcf2c6a Bump globals from 16.5.0 to 17.0.0 (#479)
  • 8ae970b Bump @​typescript-eslint/rule-tester from 8.50.0 to 8.50.1 (#478)
  • 84f8182 Bump @​typescript-eslint/utils from 8.50.0 to 8.50.1 (#477)
  • 1adfa3f Bump @​types/node from 25.0.2 to 25.0.3 (#476)
  • Additional commits viewable in compare view

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates tar from 7.5.4 to 7.5.6

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 dependency-updates group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [framer-motion](https://github.com/motiondivision/motion) | `12.27.0` | `12.29.0` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `11.1.1` | `11.1.2` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.1` | `16.3.2` |
| [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react) | `8.5.0` | `8.5.1` |
| [prettier](https://github.com/prettier/prettier) | `3.8.0` | `3.8.1` |
| [tar](https://github.com/isaacs/node-tar) | `7.5.4` | `7.5.6` |


Updates `framer-motion` from 12.27.0 to 12.29.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.27.0...v12.29.0)

Updates `postcss-preset-env` from 11.1.1 to 11.1.2
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

Updates `@testing-library/react` from 16.3.1 to 16.3.2
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.3.1...v16.3.2)

Updates `eslint-plugin-primer-react` from 8.5.0 to 8.5.1
- [Release notes](https://github.com/primer/eslint-plugin-primer-react/releases)
- [Changelog](https://github.com/primer/eslint-plugin-primer-react/blob/main/CHANGELOG.md)
- [Commits](primer/eslint-plugin-primer-react@v8.5.0...v8.5.1)

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

Updates `tar` from 7.5.4 to 7.5.6
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.4...v7.5.6)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 12.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: postcss-preset-env
  dependency-version: 11.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: eslint-plugin-primer-react
  dependency-version: 8.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: tar
  dependency-version: 7.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the Dependencies Pull requests that update a dependency file label Jan 26, 2026
@dependabot dependabot Bot requested a review from a team as a code owner January 26, 2026 05:55
@dependabot dependabot Bot added the Dependencies Pull requests that update a dependency file label Jan 26, 2026
@owlstronaut owlstronaut merged commit cdfcd39 into main Jan 30, 2026
9 checks passed
@owlstronaut owlstronaut deleted the dependabot/npm_and_yarn/main/dependency-updates-e5daf070aa branch January 30, 2026 16:03
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant