Skip to content

Bump the minor group with 3 updates#10448

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/minor-16a69b88d5
Closed

Bump the minor group with 3 updates#10448
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/minor-16a69b88d5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 14, 2026

Bumps the minor group with 3 updates: @microlink/react-json-view, electron and happy-dom.

Updates @microlink/react-json-view from 1.27.1 to 1.31.3

Release notes

Sourced from @​microlink/react-json-view's releases.

v1.31.3

What's Changed

New Contributors

Full Changelog: microlinkhq/react-json-view@v1.31.2...v1.31.3

v1.31.2

What's Changed

Full Changelog: microlinkhq/react-json-view@v1.31.1...v1.31.2

v1.31.1

Full Changelog: microlinkhq/react-json-view@v1.31.0...v1.31.1

v1.31.0

What's Changed

Full Changelog: microlinkhq/react-json-view@v1.30.2...v1.31.0

v1.30.2

What's Changed

Full Changelog: microlinkhq/react-json-view@v1.30.1...v1.30.2

v1.30.1

What's Changed

Full Changelog: microlinkhq/react-json-view@v1.30.0...v1.30.1

v1.30.0

What's Changed

... (truncated)

Changelog

Sourced from @​microlink/react-json-view's changelog.

1.31.3 (2026-03-07)

1.31.2 (2026-03-07)

1.31.1 (2026-03-05)

1.31.0 (2026-03-05)

Features

  • add types field to package.json (2e6320a)
  • dev server: add example of name as jsx element (84ada17)
  • Enhance VariableEditor to support BigNumber type handling (98d2d1e)
  • json viewer: add handling namespace when is an react object (e11b60a)
  • show comma option (bdb3907)
  • trigger onSelect when clicking keys (6db9f85)
  • types: add JSX.Element as name prop type (ebd8aed)
  • 优化 rjvId 生成方式,添加随机字符串增加唯一性 (6d85757)

Bug Fixes

  • action config (e150a8a)
  • add back build step (0ddc229)
  • add legacy ssl flag (4005834)
  • add missed devDeps in new create-react-app (5275cd4)
  • AutosizeTextarea ref prop (84b8110)
  • Fix toggleCollapsed handling sparse arrays (656e2d0)
  • function call (86bbd60)
  • json viewer: add support for functional components (f478f55)
  • missing quotesOnKeys props in TS typings (25f5205)
  • remove unnecessary CSS (990cf94)
  • replace class attribute by classname (e38bab4)
  • resolve test failures in Node 20+ and below Node 17 (c00d5cc)
  • rolling back the changes directly (4c17310)
  • string data type: use camelcase on inline style (d578398)
  • use babel register (6244e18)
  • use quotes (0df577c)

Reverts

  • Revert "Release/1.27.1 (#11)" (b8c14d8), closes #11
  • Revert "chore: change package namespace" (66d0f51)
  • Revert "chore: update package data structure" (41b7da6)
  • Revert "Add custom button test (#7)" (8d9f004), closes #7
  • Revert "chore: update project version and add contributor" (9a2b144)

1.30.2 (2026-03-05)

1.30.1 (2026-03-05)

1.30.0 (2026-03-05)

Features

  • add types field to package.json (2e6320a)
  • dev server: add example of name as jsx element (84ada17)

... (truncated)

Commits
  • 4b4816e chore(release): 1.31.3
  • ca75da7 build: contributors
  • 4aaee89 Merge pull request #129 from Nimgoble/circularReferenceHandling
  • 6f9080c chore(release): 1.31.2
  • e923043 Merge pull request #128 from microlinkhq/dependabot/npm_and_yarn/chai-6.2.2
  • 9939e8f Merge pull request #126 from microlinkhq/dependabot/npm_and_yarn/babel-plugin...
  • d5345f8 Merge pull request #124 from microlinkhq/dependabot/npm_and_yarn/tinyrun-1.1.0
  • eced817 Removed debugging code.
  • e133641 Added test for Circular Reference
  • 013aa86 Added component for circular references
  • Additional commits viewable in compare view

Updates electron from 40.6.1 to 40.8.0

Release notes

Sourced from electron's releases.

electron v40.8.0

Release Notes for v40.8.0

Features

  • Added a reason property to the Notification 'closed' event on Windows to allow developers to know the reason the Notification was dismissed. #50030 (Also in 41)

Fixes

  • Fixed shutdown crash on windows when hidden titlebar is enabled. #50053 (Also in 39, 41)

Other Changes

  • Updated Chromium to 144.0.7559.236. #50060

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
  • de61f6c feat: show toast dismissal reason on Windows (#50030)
  • 90f85f2 chore: bump chromium to 144.0.7559.236 (40-x-y) (#50060)
  • 60951cd fix: use proper quoting for exe paths and args on Windows (#50075)
  • a3022df build: fix code-signing for MacOS x64 tests (#50072)
  • 996fbfd chore: remove applescript from trash (#50065)
  • 79d1e32 fix: uaf in non-client hittest during view teardown (#50053)
  • 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)
  • Additional commits viewable in compare view

Updates happy-dom from 20.7.0 to 20.8.3

Release notes

Sourced from happy-dom's releases.

v20.8.3

👷‍♂️ Patch fixes

  • Throw error if event is not of type Event in EventTarget.dispatchEvent() - By @​capricorn86 in task #2054

v20.8.2

👷‍♂️ Patch fixes

  • Resets Event.cancelBubble and Event.defaultPrevented when calling Event.initEvent() - By @​capricorn86 in task #2090

v20.8.1

👷‍♂️ Patch fixes

v20.8.0

🎨 Features

  • Adds support for setPointerCapture, hasPointerCapture, and releasePointerCapture to Element - By @​coffeeandwork in task #1733

v20.7.2

👷‍♂️ Patch fixes

  • Properly decode CSS escape sequences in attribute selector values - By @​silverwind

v20.7.1

👷‍♂️ Patch fixes

  • Fixes issue related to parsing direct descendants (>) and universal (*) query selectors - By @​Cherry in task #2078
Commits
  • 5998eea fix: #2054 Throw error if event is not of type Event in dispatchEvent (#2092)
  • 7a11238 fix: #2090 Resets cancelBubble and defaultPrevented when calling initEvent ...
  • 7d27984 fix: #1422 Make inert attribute block focus interactions (#2083)
  • 53e4ec9 feat: #1733 Adds support for setPointerCapture, hasPointerCapture, and rele...
  • 1c73c3f fix: Properly decode CSS escape sequences in attribute selector values (#2080)
  • 7fa06b3 fix: #2078 Fixes direct descendants > and universal * query selectors (#2079)
  • 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 group with 3 updates: [@microlink/react-json-view](https://github.com/microlinkhq/react-json-view), [electron](https://github.com/electron/electron) and [happy-dom](https://github.com/capricorn86/happy-dom).


Updates `@microlink/react-json-view` from 1.27.1 to 1.31.3
- [Release notes](https://github.com/microlinkhq/react-json-view/releases)
- [Changelog](https://github.com/microlinkhq/react-json-view/blob/master/CHANGELOG.md)
- [Commits](microlinkhq/react-json-view@v1.27.1...v1.31.3)

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

Updates `happy-dom` from 20.7.0 to 20.8.3
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.7.0...v20.8.3)

---
updated-dependencies:
- dependency-name: "@microlink/react-json-view"
  dependency-version: 1.31.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: electron
  dependency-version: 40.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: happy-dom
  dependency-version: 20.8.3
  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 Mar 14, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 14, 2026 10:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 14, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
modeling-app Ready Ready Preview, Comment Mar 16, 2026 3:26pm

Request Review

@jacebrowning jacebrowning enabled auto-merge (squash) March 16, 2026 15:09
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 16, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 16, 2026
auto-merge was automatically disabled March 16, 2026 15:15

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/minor-16a69b88d5 branch March 16, 2026 15:15
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.

1 participant