Skip to content

Bump electron from 36.3.1 to 36.3.2#7500

Merged
FreeTubeBot merged 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/electron-36.3.2
Jun 3, 2025
Merged

Bump electron from 36.3.1 to 36.3.2#7500
FreeTubeBot merged 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/electron-36.3.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps electron from 36.3.1 to 36.3.2.

Release notes

Sourced from electron's releases.

electron v36.3.2

Release Notes for v36.3.2

Fixes

  • Fixed an issue where protected transparent windows inappropriately showed a titlebar after visibility change. #47264 (Also in 35, 37)
  • Fixed regression with directory selection in macOS dialogs. #47278 (Also in 35, 37)

Other Changes

  • Updated Chromium to 136.0.7103.115. #47215
Commits
  • dd054ea build: migrate to new chromium git auth (#47254)
  • 3da28fd fix: regression with directory selection in macOS dialogs (#47278)
  • 45542e1 fix: titlebar showing in content protected window (#47264)
  • 6a884ab chore: update @​electron/lint-roller to 3.1.1 (#47256)
  • 0c226d8 chore: debug crash on DevTools SetOwnerWindow (#47262)
  • 38e990c refactor: use base::fixed_flat_set in NativeWindowViews::SetAlwaysOnTop()...
  • 5bfea79 chore: bump chromium to 136.0.7103.115 (36-x-y) (#47215)
  • 1c132a3 fix: fix and enable accessibilitySupportEnabled tests (36-x-y) (#47196)
  • See full diff in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Jun 2, 2025
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) June 2, 2025 09:42
Bumps [electron](https://github.com/electron/electron) from 36.3.1 to 36.3.2.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v36.3.1...v36.3.2)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 36.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-36.3.2 branch from 28acbdc to dc845e8 Compare June 3, 2025 04:30
@FreeTubeBot FreeTubeBot merged commit cb51ffd into development Jun 3, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-36.3.2 branch June 3, 2025 04:48
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Jun 3, 2025
PikachuEXE added a commit to palharesf/FreeTube that referenced this pull request Jun 6, 2025
* development: (50 commits)
  add rules to issue templates (FreeTubeApp#7516)
  Translated using Weblate (Romanian)
  Translated using Weblate (Serbian)
  Translated using Weblate (Russian)
  Move settings to `more` menu on smaller mobile devices (FreeTubeApp#7506)
  Translated using Weblate (Russian)
  Migrate WatchVideoLiveChat to the composition API (FreeTubeApp#7494)
  Translated using Weblate (Basque)
  Translated using Weblate (Russian)
  Bump shaka-player from 4.14.14 to 4.14.15 (FreeTubeApp#7501)
  Bump electron from 36.3.1 to 36.3.2 (FreeTubeApp#7500)
  Bump sass from 1.89.0 to 1.89.1 (FreeTubeApp#7499)
  Bump the eslint group with 3 updates (FreeTubeApp#7498)
  Bump the stylelint group with 2 updates (FreeTubeApp#7497)
  Bump @babel/core from 7.27.1 to 7.27.4 in the babel group (FreeTubeApp#7496)
  Translated using Weblate (Japanese)
  Translated using Weblate (German)
  Implement context menu item "search X in new window" (FreeTubeApp#7477)
  Translated using Weblate (Portuguese (Brazil))
  Translated using Weblate (French)
  ...

# Conflicts:
#	static/locales/da.yaml
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Jun 10, 2025
…urrent

* fix/electron-video-playback-error: (25 commits)
  Bump electron-builder from 26.0.15 to 26.0.16 (FreeTubeApp#7539)
  Bump eslint-plugin-vue from 10.1.0 to 10.2.0 in the eslint group (FreeTubeApp#7537)
  Bump webpack-dev-server from 5.2.1 to 5.2.2 (FreeTubeApp#7538)
  Bump electron from 36.3.2 to 36.4.0 (FreeTubeApp#7540)
  Translated using Weblate (Hungarian)
  Migrate FtPlaylistAddVideoPrompt and FtPlaylistSelector to the composition API (FreeTubeApp#7511)
  Speed up the loading of the geolocation data (FreeTubeApp#7527)
  Remove unnecessary barrel file in store (FreeTubeApp#7522)
  Translated using Weblate (Bulgarian)
  add rules to issue templates (FreeTubeApp#7516)
  Translated using Weblate (Romanian)
  Translated using Weblate (Serbian)
  Translated using Weblate (Russian)
  Move settings to `more` menu on smaller mobile devices (FreeTubeApp#7506)
  Translated using Weblate (Russian)
  Migrate WatchVideoLiveChat to the composition API (FreeTubeApp#7494)
  Translated using Weblate (Basque)
  Translated using Weblate (Russian)
  Bump shaka-player from 4.14.14 to 4.14.15 (FreeTubeApp#7501)
  Bump electron from 36.3.1 to 36.3.2 (FreeTubeApp#7500)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants