Skip to content

chore(deps-dev): bump the dev-dependencies group with 3 updates#77

Merged
tech-stack-studios merged 1 commit into
developfrom
dependabot/npm_and_yarn/dev-dependencies-9135a5739e
Jun 8, 2026
Merged

chore(deps-dev): bump the dev-dependencies group with 3 updates#77
tech-stack-studios merged 1 commit into
developfrom
dependabot/npm_and_yarn/dev-dependencies-9135a5739e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 3 updates: electron, @types/react and electron-builder.

Updates electron from 42.3.1 to 42.3.3

Release notes

Sourced from electron's releases.

electron v42.3.3

Release Notes for v42.3.3

Fixes

  • Fixed a crash when calling node:wasi functions with fast API calls enabled. #51867
  • Improved external resize band positioning and scaling for frameless windows on Windows. #51561 (Also in 41, 43)

Other Changes

  • Fixed silent data truncation in Buffer/TextEncoder APIs and a crash in fs.writeFileSync with non-ASCII strings on Apple Silicon. #51849 (Also in 41, 43)
  • Improved app startup performance — the main process now boots from an embedded Node.js startup snapshot, framework bundles and preload scripts are cached as compiled V8 bytecode, and sandboxed renderer startup data is pushed ahead of navigation instead of fetched via blocking IPC. Preload stack traces now show the correct file path and line number. #51831 (Also in 43)

electron v42.3.2

Release Notes for v42.3.2

  • Fixed a crash in simdutf when processing strings in the main process
Commits
  • 22bbbc9 build: disable LLVM unroll-add-parallel-reductions on Apple targets (#51849)
  • 061dd9c fix: dangling CFunction pointer in node:wasi fast API calls (#51867)
  • 806162b build: update PGO profiles (42-x-y) (#51859)
  • 05aa3d4 perf: backport startup performance improvements to 42-x-y (#51602, #51697, #5...
  • c9effa6 build: do not require the Electron builtins profile in instrumented builds (#...
  • 5bb7bbd build: reland "build: revert "build: re-enable ThinLTO on macOS" (42-x-y)" (#...
  • 99d7df6 build: calibrate PGO collection workloads and fix renderer profile loss (#51854)
  • 9c669aa fix: improve resize band positioning and scaling for frameless windows on Win...
  • 03ce64c build: revert "build: re-enable ThinLTO on macOS" (42-x-y) (#51844)
  • See full diff in compare view

Updates @types/react from 19.2.16 to 19.2.17

Commits

Updates electron-builder from 26.8.1 to 26.15.2

Release notes

Sourced from electron-builder's releases.

electron-builder@26.15.2

What's Changed

Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@26.15.1...electron-builder@26.15.2

electron-builder@26.15.1

What's Changed

Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@26.15.0...electron-builder@26.15.1

electron-builder@26.15.0

What's Changed

Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@26.14.0...electron-builder@26.15.0

electron-builder@26.14.0

What's Changed

... (truncated)

Changelog

Sourced from electron-builder's changelog.

26.15.2

Patch Changes

e25f967 f5ae163 3951024

  • app-builder-lib@26.15.2
  • dmg-builder@26.15.2

26.15.1

Patch Changes

588ff48 db5d2f4

  • app-builder-lib@26.15.1
  • dmg-builder@26.15.1

26.15.0

Minor Changes

Patch Changes

8f0621b 8096732 3e3ea31 2fb4078 198c10c 01b8ba9 01b8ba9 22a7532

... (truncated)

Commits
  • a6117b3 chore(deploy): Release v26.15.2 (#9848)
  • d57f094 chore(deploy): Release v26.15.1 (#9842)
  • bed3a9c chore(deploy): Release v26.15.0 (electron-updater@6.8.9) (#9825)
  • 198c10c chore: replace app-builder-bin node-dep-tree and rebuild-node-modules (#9...
  • e236392 chore(deploy): Release v26.14.0 (#9812)
  • 72d298c chore(deploy): Release v26.13.1 (#9805)
  • ffd11c7 chore(deploy): Release v26.13.0 (electron-updater@6.8.8) (#9793)
  • 2c8c71a chore(deploy): Release v26.12.1 (electron-updater@6.8.7) (#9782)
  • d6a5aee fix: harden generated-file output, argument construction, and download valida...
  • 5c30bab chore(deploy): Release v26.12.0 (#9763)
  • 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 dev-dependencies group with 3 updates: [electron](https://github.com/electron/electron), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder).


Updates `electron` from 42.3.1 to 42.3.3
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v42.3.1...v42.3.3)

Updates `@types/react` from 19.2.16 to 19.2.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `electron-builder` from 26.8.1 to 26.15.2
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-builder@26.15.2/packages/electron-builder)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 42.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: electron-builder
  dependency-version: 26.15.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

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 Jun 8, 2026
@tech-stack-studios
tech-stack-studios merged commit dcbf4be into develop Jun 8, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev-dependencies-9135a5739e branch June 8, 2026 22:39
tech-stack-studios added a commit that referenced this pull request Jun 8, 2026
* fix(obs-plugin): fix inspector→plugin message routing (#62)

Two bugs prevented the OBS inspector from ever receiving OBS data:

1. App.jsx forwarded sdpi:sendToPlugin with event name
   'sendToPropertyInspector' — the plugin only handles 'sendToPlugin'.
   Fixed the event name to 'sendToPlugin'.

2. plugin.cjs read msg.payload for the sendToPlugin handler, but
   main.cjs packs the payload into msg.settings. Fixed to msg.settings.

Combined effect: inspector sent getScenes/getInputs/etc. → messages
silently dropped → inspector never received OBS data → status stuck
on 'Connecting to OBS…' indefinitely despite WebSocket being up.

Fixes: OBS Scene (and all other OBS actions) now populate dropdowns
and show 'OBS connected' status correctly.

* chore: bump version to 0.0.1.9 [skip ci]

* fix(plugins): handle reinstall cleanly in installPlugin handler

Previously, reinstalling an already-installed plugin would start a
second process without stopping the first one (duplicate processes
sharing the same UUID key in pluginProcesses Map, old process leaked).

Now the handler stops and removes the existing plugin entry before
copying the new files, so reinstalling cleanly replaces the running
process. Also adds force:true to cp so files are always overwritten.

* chore: bump version to 0.0.1.10 [skip ci]

* feat: white transparent tray icon for Linux Mint (#63)

* chore: bump version to 0.0.1.11 [skip ci]

* feat: remove help/docs menu links until wiki pages exist (#64)

* chore: bump version to 0.0.1.12 [skip ci]

* docs: remove guide links; add prominent plugin install callout (#65)

* chore: bump version to 0.0.1.13 [skip ci]

* fix: Discord mute toggle fails on second press — use --name search for main window (#66)

* chore: bump version to 0.0.1.14 [skip ci]

* feat: add stress test functionality for Discord mute/unmute actions

* chore: bump version to 0.0.1.15 [skip ci]

* Add GNU General Public License v3

* chore: bump version to 0.0.1.16 [skip ci]

* fix: update license badge from Proprietary to GPL-3.0

* chore: bump version to 0.0.1.17 [skip ci]

* chore: rename GitHub owner from FritzBlignaut to tech-stack-studios (#68)

* chore: bump version to 0.0.1.18 [skip ci]

* chore: bump version to 1.0.0.0 [skip ci]

* chore(deps-dev): bump the dev-dependencies group with 4 updates

Bumps the dev-dependencies group with 4 updates: [electron](https://github.com/electron/electron), [eslint](https://github.com/eslint/eslint), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `electron` from 42.2.0 to 42.3.1
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v42.2.0...v42.3.1)

Updates `eslint` from 10.4.0 to 10.4.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.4.0...v10.4.1)

Updates `vite` from 8.0.14 to 8.0.16
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite)

Updates `vitest` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 42.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vite
  dependency-version: 8.0.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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

* chore(deps): bump the production-dependencies group across 1 directory with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [@elgato-stream-deck/node](https://github.com/Julusian/node-elgato-stream-deck/tree/HEAD/packages/node), [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `@elgato-stream-deck/node` from 7.6.2 to 7.6.3
- [Release notes](https://github.com/Julusian/node-elgato-stream-deck/releases)
- [Changelog](https://github.com/Julusian/node-elgato-stream-deck/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Julusian/node-elgato-stream-deck/commits/v7.6.3/packages/node)

Updates `react` from 19.2.6 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react)

Updates `react-dom` from 19.2.6 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom)

---
updated-dependencies:
- dependency-name: "@elgato-stream-deck/node"
  dependency-version: 7.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

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

* chore: update workflow and Discord RPC migration integration (#73)

* Feature/discord rpc migration (#75)

* chore: update workflow and Discord RPC migration integration

* fix(ci): stop pushing version bumps from protected branch workflows

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* feat(discord): hosted OAuth relay for secure credential management (#76)

* chore: update workflow and Discord RPC migration integration

* fix(ci): stop pushing version bumps from protected branch workflows

* feat(discord): add hosted OAuth relay for secure credential management

- Add Cloudflare Worker relay scaffold (discord-relay/) with endpoints:
  POST /oauth/discord/exchange, /access, /revoke; GET /health
- Add relay-aware token exchange/refresh in discord-rpc.cjs with
  backward-compatible direct Discord fallback when no relay URL set
- Add relayUrl, relayApiKey, relaySessionId to plugin settings/auth flow;
  client secret and refresh token cleared from local settings in hosted mode
- Add Relay URL and Relay API Key fields to inspector UI; client secret
  relabeled as legacy fallback
- Document hosted relay quickstart in README and installation guide
- 115/115 unit tests pass; test:local crash is pre-existing (hardware absent)

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* chore(deps-dev): bump the dev-dependencies group with 3 updates (#77)

Bumps the dev-dependencies group with 3 updates: [electron](https://github.com/electron/electron), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder).


Updates `electron` from 42.3.1 to 42.3.3
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v42.3.1...v42.3.3)

Updates `@types/react` from 19.2.16 to 19.2.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `electron-builder` from 26.8.1 to 26.15.2
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-builder@26.15.2/packages/electron-builder)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 42.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: electron-builder
  dependency-version: 26.15.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(discord): enhance local relay setup and configuration options (#79)

* chore: update workflow and Discord RPC migration integration

* fix(ci): stop pushing version bumps from protected branch workflows

* feat(discord): add hosted OAuth relay for secure credential management

- Add Cloudflare Worker relay scaffold (discord-relay/) with endpoints:
  POST /oauth/discord/exchange, /access, /revoke; GET /health
- Add relay-aware token exchange/refresh in discord-rpc.cjs with
  backward-compatible direct Discord fallback when no relay URL set
- Add relayUrl, relayApiKey, relaySessionId to plugin settings/auth flow;
  client secret and refresh token cleared from local settings in hosted mode
- Add Relay URL and Relay API Key fields to inspector UI; client secret
  relabeled as legacy fallback
- Document hosted relay quickstart in README and installation guide
- 115/115 unit tests pass; test:local crash is pre-existing (hardware absent)

* feat(discord): enhance local relay setup and configuration options

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
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