Skip to content

chore: bump the npm-minor-patch group across 1 directory with 5 updates#292

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/npm-minor-patch-8424155b71
Open

chore: bump the npm-minor-patch group across 1 directory with 5 updates#292
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/npm-minor-patch-8424155b71

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps the npm-minor-patch group with 5 updates in the / directory:

Package From To
framer-motion 12.34.3 12.35.1
matrix-widget-api 1.13.0 1.17.0
@eslint/compat 2.0.2 2.0.3
globals 17.3.0 17.4.0
knip 5.85.0 5.86.0

Updates framer-motion from 12.34.3 to 12.35.1

Changelog

Sourced from framer-motion's changelog.

[12.35.1] 2026-03-06

Fixed

  • Fixing combination of string keyframes, spring and delay.
  • Gracefully handle negative scroll values.
  • Fix one-frame visual gap when rapidly switching WAAPI animations.
  • animation.time = 0 on a finished animation sets the playhead in a paused state.

[12.35.0] 2026-03-03

Added

  • ViewTimeline support for scroll and useScroll.

[12.34.6] 2026-03-03

Fixed

  • Handle % translate values in layout animations.

[12.34.5] 2026-03-03

Fixed

  • Ensure final WAAPI styles are always committed synchronously to prevent flash of incorrect styles in Firefox.
  • Prevent Next.js from caching typeof window checks.
  • Improve projection node cleanup.
  • Variant propagation fixed for asynchronously-mounted children.

[12.34.4] 2026-03-02

Fixed

  • Ensure onComplete fires at the end of an animation sequence.
Commits
  • d234eff v12.35.1
  • f0fd746 Updating changelog
  • a372820 Merge pull request #3591 from motiondivision/worktree-fix-issue-3269
  • d494a90 Make time setter pause finished animations so time=0 alone reverts
  • 577e2d3 Merge pull request #3588 from motiondivision/worktree-fix-issue-3569
  • 9af2185 Fix JSAnimation time setter to work after animation finishes
  • 5e63fb9 Fix useAnimate WAAPI mid-flight interruption jump to origin
  • 9c0b955 Fix useAnimate WAAPI mid-flight interruption jump to origin
  • 70497da Increase test timing margins for slow CI environments
  • 779b109 Updating changelog
  • Additional commits viewable in compare view

Updates matrix-widget-api from 1.13.0 to 1.17.0

Release notes

Sourced from matrix-widget-api's releases.

v1.17.0

1.17.0 Release

What's Changed

New Contributors

Full Changelog: matrix-org/matrix-widget-api@v1.16.1...v1.17.0

v1.16.1

1.16.1 Release

What's Changed

Full Changelog: matrix-org/matrix-widget-api@v1.16.0...v1.16.1

v1.16.0

1.16.0 Release

What's Changed

Full Changelog: matrix-org/matrix-widget-api@v1.15.0...v1.16.0

v1.15.0

1.15.0 Release

What's Changed

New Contributors

Full Changelog: matrix-org/matrix-widget-api@v1.14.0...v1.15.0

v1.14.0

1.14.0 Release

⚠️ Breaking changes

This release introduces breaking changes to the WidgetApi methods for updating delayed events, and to the WidgetDriver methods for performing the requested update action in a client. See matrix-org/matrix-widget-api#143 for details. Only the minor version has been bumped because the APIs in question are currently considered experimental.

What's Changed

... (truncated)

Commits
  • c02b530 feat: Push current sticky state when widgets wants to read sticky events (#161)
  • 480102c Fix: PostmessageTransport are leaking as they keep listening to window events...
  • 3797908 patch version bump
  • ec20c7f Use MSC4407 as the unstable prefix for sticky event capabilities (#159)
  • d40dc95 minor version bump
  • 4e7c1ed Add a capability for receiving sticky events (#157)
  • 3e7d5fc minor version bump
  • 878ebff Fix types for to device messages (#153)
  • 1b96056 Support sending sticky events (MSC4354) (#152)
  • 556f19f minor version bump
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @eslint/compat from 2.0.2 to 2.0.3

Release notes

Sourced from @​eslint/compat's releases.

compat: v2.0.3

2.0.3 (2026-03-06)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.0 to ^1.1.1

migrate-config: v2.0.3

2.0.3 (2026-03-06)

Bug Fixes

  • update dependency @​eslint/eslintrc to ^3.3.4 (#382) (cecf46e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^2.0.2 to ^2.0.3
    • devDependencies
      • @​eslint/core bumped from ^1.1.0 to ^1.1.1
Changelog

Sourced from @​eslint/compat's changelog.

2.0.3 (2026-03-06)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.0 to ^1.1.1
Commits

Updates globals from 17.3.0 to 17.4.0

Release notes

Sourced from globals's releases.

v17.4.0

  • Update globals (2026-03-01) (#338) d43a051

sindresorhus/globals@v17.3.0...v17.4.0

Commits

Updates knip from 5.85.0 to 5.86.0

Release notes

Sourced from knip's releases.

Release 5.86.0

  • Rewrite import specifiers to use .ts extensions, remove tsx (#1548) (58674ade551d04ca38eea5b8273e8843eed7659d) - thanks @​wojtekmaj!
  • Add .spec-d to vitest entry files (#1556) (3123ab76745990b2483f9c8f26c9c9ad4500d4aa) - thanks @​yamachi4416!
  • Update docs for tsx → node (0418eba6dc6a0d5e1e56cce1c037b0ae6846bc64)
  • Auto-format (7142fd701f97f8a4115c4094d1007f2551c33537)
  • Add Qwik plugin (#1557) (fc668f4b59e40caddf8e9904fb50dc59de1a86f8) - thanks @​azat-io!
  • Fix Bun plugin to handle directory arguments in bun test (c112b6c68b13976e4b601c5169a09e748e67fd4f)
  • Update FAQ (b105a42610346f7b9a07071ab8f5d2d7c60b004f)
  • fix(plugin): swc with externalHelpers setting ignores @swc/helpers dependency (#1560) (4bcb1f5429d003e6e2b28e2bd65a64c849fe0786) - thanks @​bobaaaaa!
  • chore: git ignore artifacts (#1563) (4878724a6599bc80a9ef9c62d86d2805d7d8a914) - thanks @​unional!
  • Fix Vite plugin to respect root option for index.html entries (#1561) (67a56470f61cadfe1e771adc87385a98e398da2e) - thanks @​azat-io!
  • Fix Astro sharpImageService() false positive for unused sharp (#1559) (c36247cc034a14a846e94faafbdd2097f9a5d7d2) - thanks @​azat-io!
  • Fix up gitignore test (b2c3d086be6c76791d2b60b10944df3b7b52d9fc)
  • fix: normalize Windows backslash paths in fs.watch listener to fix --watch on Windows (#1558) (b86b421ec9f6bf1c930600c5109511712af3d224) - thanks @​Aiudadadadf!
  • Fix wrangler plugin not enabled by jsonc config (#1564) (00bb1be35386300e6ea302c14a9b15e3f6e03b35) - thanks @​DaniFoldi!
  • Edit AGENTS.md (a2aaf2f9983e24b881191403bd716bd1ee791c70)
  • Fix tsconfig presets marked as unlisted in strict mode (resolve #1568) (463d67dad5f105cc2a76ce847192a9a7d1fb8498)
  • oxcellent (8a602c7863b63b1a940584e2a0436b70d8650be8)
  • Refactor format test and use prettier for consistent results (b6afc01828f884f579747e6d8e425aa1b07a068f)
  • Sort package.json (d3a521b62d4ba5de05d3497b456cf9d225a743c8)
  • Add .git to GLOBAL_IGNORE_PATTERNS (resolve #1571) (4e95ffb45748fa1ae84548c1992d2947826d2667)
  • Detect Yarn plugins that are listed by their path alone (#1574) (de4c7d898f83a52ea80a374d9395bcb109f39c23) - thanks @​robintown!
  • Start using unbash (a5de2c4e49bda454f0e42b4e5bfae54024d27772)
  • Bump unbash & simplify bash parser further (57896d32c86412ad5941c67fbb2fc29882a5bafa)
  • Fix refs in workspaces fixture (#1578) (fbee3426ccc05eaf2fcaa069826cd3594f946db9)
  • Include a few more entry patterns with pageExtensions (resolve #1581) (c6a6d9e72b7674392cb58675befcc4c6bbb64e11)
  • Clean exit if --fix fixes all issues (resolve #1577) (c182c29e35748ff044048c578b6bf7dd99dae9a8)
  • Document JSDoc tag hints (0e7b6ae8d66650da9e4aad81aa2bb7cfbd985e57)
  • Update AGENTS.md (f845462736f9fb6349c7e4bfd0f72d76df473f8c)
  • Add openapi-ts plugin (#1579) (42d1b3f5f912b37ed73ab46dc0fe07a93135413b) - thanks @​jonahsnider!
  • Migrate from js-yamlyaml (fb042ae235e57b340d167bb7bb7d7ddb0fa5b1fb)
  • pnpm dedupe (2586254448e28bd54025f5726d23bf4f95c2e886)
  • Fix plugin list order (#1587) (519ae3aca72333978c674aab0e7376c7007deaaf) - thanks @​ikeyan!
  • Fix confusing test fixtures for openapi-ts plugin (#1591) (f0083cac6c51337b1b53ee499dadcd5fa5e209ba) - thanks @​jonahsnider!
  • Off-by-1 (7d7dec6fec59ab8cddca09688d4ad05cdece1aea)
  • Don't fix compiled files (pos off) (a9fdc77fa6321e469b718131df556c37289a7dbd)
  • Add aliases from any tsconfig file in typescript plugin (resolve #1347) (ced77c707d064c5067b6dc331e76d878dc4add87)
  • Support auto-imports in Nuxt plugin (#1517) (4ce27b2f793882bc3fc8f72813b4c0c6152e5168)
  • Fix + lint .ts extension in import specifiers (d349de315a37f5ae208522abe830f1c41732779a)
  • Safe ts.isInTopLevelContextisInTopLevelScope (1819c2050440f82eb30e7be9d271298e6b4c8f14)
  • Wrap session.handleFileChanges in try/catch (185afb8cc6b914df31ca0c22315190e44c2834da)
  • Improve MDX compiler (9205e2a9480182605975687ebc4282f9805da58b)
  • fix(playwright): Add missing built-in null reporter (#1596) (0f1ce7d1bba7a80ce0697378efd2be0968383a86) - thanks @​shrink!
  • Add package.json#imports as entry points (1fbe286046bd51653fff4139b4b8a0ef1ea04193)
  • Update some dependencies + dedupe (381241e2e1e1875da7e34baee6b5d00f0aef0295)
  • Add support for extends in nuxt plugin (9fcbdf5244f81820b9a2f53d5b320e6c54fba792)
  • Update release script (f446b4f08ca48f7b135eb9da34a6388249598f1e)
Commits
  • 5abbc4a Release knip@5.86.0
  • f446b4f Update release script
  • 9fcbdf5 Add support for extends in nuxt plugin
  • 381241e Update some dependencies + dedupe
  • 1fbe286 Add package.json#imports as entry points
  • 0f1ce7d fix(playwright): Add missing built-in null reporter (#1596)
  • 9205e2a Improve MDX compiler
  • 1819c20 Safe ts.isInTopLevelContextisInTopLevelScope
  • d349de3 Fix + lint .ts extension in import specifiers
  • 4ce27b2 Support auto-imports in Nuxt plugin (#1517)
  • 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 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-minor-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [framer-motion](https://github.com/motiondivision/motion) | `12.34.3` | `12.35.1` |
| [matrix-widget-api](https://github.com/matrix-org/matrix-widget-api) | `1.13.0` | `1.17.0` |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.2` | `2.0.3` |
| [globals](https://github.com/sindresorhus/globals) | `17.3.0` | `17.4.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.85.0` | `5.86.0` |



Updates `framer-motion` from 12.34.3 to 12.35.1
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.34.3...v12.35.1)

Updates `matrix-widget-api` from 1.13.0 to 1.17.0
- [Release notes](https://github.com/matrix-org/matrix-widget-api/releases)
- [Changelog](https://github.com/matrix-org/matrix-widget-api/blob/master/docs/releases.md)
- [Commits](matrix-org/matrix-widget-api@v1.13.0...v1.17.0)

Updates `@eslint/compat` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.3/packages/compat)

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

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

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 12.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: matrix-widget-api
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@eslint/compat"
  dependency-version: 2.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: globals
  dependency-version: 17.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: knip
  dependency-version: 5.86.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the internal label Mar 16, 2026
@dependabot dependabot bot requested a review from a team March 16, 2026 01:30
@dependabot dependabot bot added the internal label Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants