Skip to content

chore(#4441): remove electron-to-chromium resolution from app-defaults - #4607

Open
fullsend-ai-coder[bot] wants to merge 2 commits into
mainfrom
agent/4441-remove-electron-to-chromium
Open

chore(#4441): remove electron-to-chromium resolution from app-defaults#4607
fullsend-ai-coder[bot] wants to merge 2 commits into
mainfrom
agent/4441-remove-electron-to-chromium

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown
Contributor

Remove the pinned electron-to-chromium resolution (1.5.419) from the app-defaults workspace package.json. This was an unnecessary direct pin -- the package is only needed as a transitive dependency of browserslist and resolves correctly through the dependency tree without a resolution override. Regenerated yarn.lock accordingly; electron-to-chromium now resolves to 1.5.423 via its transitive consumer.


Closes #4441

Post-script verification

  • Branch is not main/master (agent/4441-remove-electron-to-chromium)
  • Secret scan passed (gitleaks — a7a1b4aea40ea9bbcfe6b5e3761fc51153917a19..HEAD)
  • Pre-commit hooks passed (authoritative run on runner)
  • Tests ran inside sandbox

@fullsend-ai-coder fullsend-ai-coder Bot added the ready-for-review Agent PR ready for human review label Sep 8, 2026
@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.58%. Comparing base (485fadb) to head (fb73415).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4607   +/-   ##
=======================================
  Coverage   62.58%   62.58%           
=======================================
  Files        2634     2634           
  Lines      105187   105187           
  Branches    29528    29525    -3     
=======================================
  Hits        65833    65833           
  Misses      37543    37543           
  Partials     1811     1811           
Flag Coverage Δ *Carryforward flag
adoption-insights 84.77% <ø> (ø) Carriedforward from 485fadb
ai-integrations 78.80% <ø> (ø) Carriedforward from 485fadb
app-defaults 53.07% <ø> (ø)
augment 46.67% <ø> (ø) Carriedforward from 485fadb
boost 82.94% <ø> (ø) Carriedforward from 485fadb
bulk-import 73.12% <ø> (ø) Carriedforward from 485fadb
cost-management 13.35% <ø> (ø) Carriedforward from 485fadb
dcm 73.47% <ø> (ø) Carriedforward from 485fadb
e2e-adoption-insights 60.00% <ø> (ø) Carriedforward from 485fadb
e2e-extensions 62.31% <ø> (ø) Carriedforward from 485fadb
e2e-global-header 50.35% <ø> (ø) Carriedforward from 485fadb
e2e-homepage 61.11% <ø> (ø) Carriedforward from 485fadb
e2e-intelligent-assistant 46.74% <ø> (ø) Carriedforward from 485fadb
e2e-orchestrator 49.52% <ø> (ø) Carriedforward from 485fadb
e2e-orchestrator-plugin 49.51% <ø> (ø) Carriedforward from 485fadb
e2e-quickstart 55.21% <ø> (ø) Carriedforward from 485fadb
e2e-scorecard 50.16% <ø> (ø) Carriedforward from 485fadb
e2e-theme 16.36% <ø> (ø) Carriedforward from 485fadb
extensions 57.37% <ø> (ø) Carriedforward from 485fadb
global-floating-action-button 71.18% <ø> (ø) Carriedforward from 485fadb
global-header 68.09% <ø> (ø) Carriedforward from 485fadb
homepage 48.39% <ø> (ø) Carriedforward from 485fadb
install-dynamic-plugins 71.94% <ø> (ø) Carriedforward from 485fadb
intelligent-assistant 76.51% <ø> (ø) Carriedforward from 485fadb
konflux 91.98% <ø> (ø) Carriedforward from 485fadb
lightspeed 69.02% <ø> (ø) Carriedforward from 485fadb
mcp-integrations 84.46% <ø> (ø) Carriedforward from 485fadb
orchestrator 71.13% <ø> (ø) Carriedforward from 485fadb
quickstart 63.74% <ø> (ø) Carriedforward from 485fadb
sandbox 79.56% <ø> (ø) Carriedforward from 485fadb
scorecard 88.26% <ø> (ø) Carriedforward from 485fadb
theme 87.91% <ø> (ø) Carriedforward from 485fadb
translations 5.12% <ø> (ø) Carriedforward from 485fadb
x2a 77.18% <ø> (ø) Carriedforward from 485fadb

*This pull request uses carry forward flags. Click here to find out more.


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 485fadb...fb73415. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@christoph-jerolimov

Copy link
Copy Markdown
Member

/fs-fix rebase and resolve conflict. remove dependency from package.json and regenerate yarn.lock

@fullsend-ai-coder

fullsend-ai-coder Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Finished Fix · ✅ Success · Started 11:04 AM UTC · Completed 11:17 AM UTC

Commit: 77d0879 · View workflow run →

Runtime: claude · Model: opus → claude-opus-4-6 · Cost: $1.33

Remove the pinned electron-to-chromium resolution (1.5.419) from
the app-defaults workspace package.json. This was an unnecessary
direct pin -- the package is only needed as a transitive dependency
of browserslist and resolves correctly through the dependency tree
without a resolution override. Regenerated yarn.lock accordingly;
electron-to-chromium now resolves to 1.5.423 via its transitive
consumer.

Closes #4441
Rebased onto main to resolve merge conflict in package.json and
yarn.lock. The electron-to-chromium resolution is removed from
package.json (as intended by this PR); yarn.lock regenerated so
electron-to-chromium resolves via the transitive dependency tree.

Addresses review feedback on #4607
@fullsend-ai-coder
fullsend-ai-coder Bot force-pushed the agent/4441-remove-electron-to-chromium branch from 77d0879 to fb73415 Compare September 10, 2026 11:17
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-review Agent PR ready for human review workspace/app-defaults

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove electron-to-chromium from app-defaults workspace

1 participant