Javascript dependency: Bump electron from 41.5.0 to 42.0.0 in /runtime#9910
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Javascript dependency: Bump electron from 41.5.0 to 42.0.0 in /runtime#9910dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
asheshv
added a commit
that referenced
this pull request
May 6, 2026
Python (requirements.txt): - boto3 1.42.* -> 1.43.* (#9908) - psycopg 3.3.3 -> 3.3.4 (#9911) for python_version >= '3.10' JavaScript (web/package.json, web/yarn.lock): - axios 1.15.2 -> 1.16.0 (matches dependabot's #9907 in /runtime, applied to /web for cross-package consistency) Electron runtime (runtime/package.json, runtime/yarn.lock): - axios 1.15.2 -> 1.16.0 (#9907) - electron 41.3.0 -> 41.5.0 (#9910) - eslint 10.2.1 -> 10.3.0 (#9912) - globals 17.5.0 -> 17.6.0 (#9909) follow-redirects 1.15.11 -> 1.16.0 transitively Skipped (genuine breaking changes, deferred to a future minor): - @mui/material 7 -> 9 (#9843) - @mui/x-date-pickers 8 -> 9 (#9888) Verified in an isolated worktree: - jest: 140/0/0 suites, 824/0/0 tests - eslint: clean (silent) - pycodestyle: 0 violations project-wide - python regression: 1879/0/308 (PG18, --exclude feature_tests) The axios 1.16.0 release notes call out three observable changes; only the first is potentially relevant to pgAdmin and is a bugfix: - Fetch adapter now enforces maxBodyLength / maxContentLength (these were silently ignored on the fetch adapter before 1.16.0). pgAdmin does not set these limits, so behaviour is unchanged. - Proxy requests preserve user-supplied Host headers — pgAdmin does not proxy through axios. - Basic-auth credentials embedded in URLs are URL-decoded — pgAdmin does not construct credential-embedded URLs. psycopg 3.3.4 brings three bugfixes: spurious connection-timeout in C extension on long-uptime systems, client-side adaptation of enums whose names need quoting, and consistent Cursor.statusmessage after executemany(). electron 41.5.0 is a patch within the 41.x line carrying Chromium security backports plus a Windows frameless-window resize regression fix and a low-level mouse-hook teardown fix.
Bumps [electron](https://github.com/electron/electron) from 41.5.0 to 42.0.0. - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v41.5.0...v42.0.0) --- updated-dependencies: - dependency-name: electron dependency-version: 41.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
0937586 to
78e45dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps electron from 41.5.0 to 42.0.0.
Release notes
Sourced from electron's releases.
... (truncated)
Commits
51db52efix: set XDG app ID and WM_CLASS based on normalized app name (#51479)3998b93fix: handlecreateWindow()rejection in import-meta test fixture (#51468)5ce31c3fix: don't let tests hang for an hour (#51466)49f7d16chore: bump chromium to 148.0.7778.96 (42-x-y) (#51402)673351bchore: use oxfmt and oxlint in 42-x-y (#51435)7369f7dfix: constrain AllowUniversalAccessFromFileURLs to file: origins in agent clu...dc58761fix: prevent borders and smearing in transparent frameless/client fra… (#51430)84ea8a1build(deps): bump dorny/paths-filter from 3.0.2 to 4.0.1 (#51408)6e01ddbrefactor: gin_helper::Promise managed by cppgc (#51405)2d943effeat: support WebAuthn Touch ID platform authenticator on macOS (#51411)Most Recent Ignore Conditions Applied to This Pull Request