Skip to content

chore(deps): bump the minor-and-patch group with 4 updates#51

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-35c54e76b8
Mar 5, 2026
Merged

chore(deps): bump the minor-and-patch group with 4 updates#51
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-35c54e76b8

Conversation

@dependabot
Copy link
Contributor

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

Bumps the minor-and-patch group with 4 updates: framer-motion, lucide-react, electron and memfs.

Updates framer-motion from 12.34.5 to 12.35.0

Changelog

Sourced from framer-motion's changelog.

[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.
Commits
  • dba1def v12.35.0
  • 4c11efd Updating changelog
  • 1ed8b90 Merge pull request #3570 from motiondivision/worktree-wild-booping-parrot
  • 333f415 Updating changelog
  • 1449483 Fix ViewTimeline ref timing and clean up scroll timeline caching
  • 49e08c3 v12.34.6
  • a84aa66 Updating changelog
  • 6d99f1a Merge pull request #3581 from motiondivision/worktree-fix-issue-3401
  • 61c7ef2 Update Cypress test to match sandbox's shouldAnimate pattern
  • 20b7f09 Merge pull request #3572 from motiondivision/worktree-fix-issue-3401
  • Additional commits viewable in compare view

Updates lucide-react from 0.576.0 to 0.577.0

Release notes

Sourced from lucide-react's releases.

Version 0.577.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.576.0...0.577.0

Commits

Updates electron from 40.6.1 to 40.7.0

Release notes

Sourced from electron's releases.

electron v40.7.0

Release Notes for v40.7.0

Features

  • Added support for --experimental-transform-types. #49883 (Also in 39, 41)

Fixes

  • Allow dynamically updating menu item labels, sublabels, and icons. #49973 (Also in 41)
  • Fixed safeStorage failing to clean up legacy keychain entries when migrating to suffixed account names on macOS, and fixed first launch creating entries with the wrong (unsuffixed) account name. #49817
  • Fixed a bug that cause offscreen rendering doesn't have valid screen info and unable to get valid result of related media queries.
    • Added webPreference.offscreen.deviceScaleFactor to allow user specify a value, instead of using user's primary display's value. #49681
  • Fixed a macOS crash when creating a new tab from the tab overview. #49934 (Also in 41)
  • Fixed an issue on macOS where Universal Links were not delivered to app.on('continue-activity') on cold launch when NSUserActivity.userInfo was nil. #50005 (Also in 39, 41)
  • Fixed an issue where VideoFrame objects returned through contextBridge had an incorrect prototype. #50022 (Also in 39, 41)
  • Fixed an issue where malformed custom toastXml could cause a Notification crash. #49952 (Also in 41)
  • Fixed menu bar hiding after a call to win.setFullScreen(false) when not in fullscreen on Linux. #49994 (Also in 41)
  • Fixed menus to correctly emit menu-will-close event when closed after any submenu has been open. #49963 (Also in 41)

Other Changes

  • Updated Chromium to 144.0.7559.225. #49928
  • Updated Node.js to v24.14.0. #49939
Commits
  • 1598b91 fix: validate USB device selection against filtered device list (#50048)
  • 68cd111 fix: use setter's creation context when proxying setter in OverrideGlobalProp...
  • 1e2d590 fix: bind offscreen paint callback to child WebContents (#50024)
  • 1bbe8c9 fix: use destination context when wrapping VideoFrame in contextBridge (#50022)
  • 4bfc2a8 chore: remove unused commandLineSwitches flag (#50012)
  • d80adf4 fix: prevent use-after-free in permission request callbacks (#50036)
  • b39f8e3 fix: deliver Universal Links when NSUserActivity.userInfo is nil (#50005)
  • 9c3f76f build: authenticate curl requests to googlesource in lint workflow (#50027)
  • 3925b82 fix: potential UAF in OnDownloadPathGenerated (#50011)
  • e2b4cbf fix: delete temporary blink* globals after restoring Blink implementations (#...
  • Additional commits viewable in compare view

Updates memfs from 4.56.10 to 4.56.11

Release notes

Sourced from memfs's releases.

Release v4.56.11

What's Changed

Full Changelog: streamich/memfs@v4.56.10...v4.56.11

Commits
  • 8faa1b6 chore: release v4.56.11
  • e8f9638 Merge pull request #1243 from streamich/copilot/fix-globsync-relative-paths
  • 89a0a60 chore: undo package.json change
  • 0c613ba fix: normalize leading ./ in relative glob patterns
  • daf29e3 Initial plan
  • See full diff 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 minor-and-patch group with 4 updates: [framer-motion](https://github.com/motiondivision/motion), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [electron](https://github.com/electron/electron) and [memfs](https://github.com/streamich/memfs).


Updates `framer-motion` from 12.34.5 to 12.35.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.34.5...v12.35.0)

Updates `lucide-react` from 0.576.0 to 0.577.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.577.0/packages/lucide-react)

Updates `electron` from 40.6.1 to 40.7.0
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v40.6.1...v40.7.0)

Updates `memfs` from 4.56.10 to 4.56.11
- [Release notes](https://github.com/streamich/memfs/releases)
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
- [Commits](streamich/memfs@v4.56.10...v4.56.11)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 12.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-version: 0.577.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: electron
  dependency-version: 40.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: memfs
  dependency-version: 4.56.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2026

Labels

The following labels could not be found: automerge, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions github-actions bot merged commit 2d5802c into main Mar 5, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-35c54e76b8 branch March 5, 2026 03:13
iLevyTate added a commit that referenced this pull request Mar 6, 2026
Resolve 10 merge conflicts from dependency bumps (PRs #49, #51, #52):

- package.json: take newer terser-webpack-plugin + tsconfig-paths-webpack-plugin
- batchOrganizeHandler: keep idempotency check + improved mkdir comment
- semantic.js: merge comment styles, remove redundant whitespace
- ClusteringService: combine both import sets (textModelActivity + fileTypeUtils)
- ParallelEmbeddingService: keep bgWork.track() wrapping
- workerPools: keep debug logging in error catch blocks
- GraphTour: keep click-to-close backdrop + step title/counter
- UnifiedSearchModal: deduplicate ./utils imports, keep EMPTY_SET,
  merge chat watchdog with mount guard, take main's search timeout style
- chatIpc: combine startTimer + _cleaned guards, add exportConversation
- atomicFileOperations: take AbortController timeout approach from main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants