Skip to content

chore: update jQuery to 4.0 and Electron to 40.1#554

Merged
mattgodbolt merged 1 commit intomainfrom
major_updates_20260204
Feb 4, 2026
Merged

chore: update jQuery to 4.0 and Electron to 40.1#554
mattgodbolt merged 1 commit intomainfrom
major_updates_20260204

Conversation

@mattgodbolt
Copy link
Owner

Summary

  • Update jQuery from 3.7.1 to 4.0.0
  • Update Electron from 39.5.1 to 40.1.0
  • Replace deprecated .bind() with .on() for jQuery event handlers

Breaking Changes Reviewed

jQuery 4.0: No issues - the codebase doesn't use any removed APIs (jQuery.isArray, jQuery.parseJSON, jQuery.trim, etc.)

Electron 40: No issues - already uses contextBridge in preload.js for secure IPC

Test plan

  • Unit tests pass
  • Build succeeds
  • Manual testing of debugger wheel scrolling, modals, configuration changes

🤖 Generated with Claude Code

- jQuery 3.7.1 → 4.0.0
- Electron 39.5.1 → 40.1.0
- Replace deprecated .bind() with .on() for jQuery event handlers

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@mattgodbolt mattgodbolt merged commit f2781a3 into main Feb 4, 2026
4 checks passed
@mattgodbolt mattgodbolt deleted the major_updates_20260204 branch February 4, 2026 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant