Skip to content

Update dependency mocha to v12.0.1 - #2817

Merged
diemol merged 8 commits into
trunkfrom
renovate/mocha-12.x
Sep 14, 2026
Merged

diemol merged 8 commits into
trunkfrom
renovate/mocha-12.x

Conversation

@renovate

@renovate renovate Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
mocha (source) 12.0.012.0.1 age confidence

Release Notes

mochajs/mocha (mocha)

v12.0.1

Compare Source

🩹 Fixes
📚 Documentation
🧹 Chores

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify

netlify Bot commented Sep 11, 2026

Copy link
Copy Markdown

Deploy Preview for selenium-dev ready!

Name Link
🔨 Latest commit 4588021
🔍 Latest deploy log https://app.netlify.com/projects/selenium-dev/deploys/6aa7e31fec0b8200089f9680
😎 Deploy Preview https://deploy-preview-2817--selenium-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

diemol and others added 2 commits September 14, 2026 11:11
Firefox now reports 2 call frames for the BiDi javascriptException log
entry on the test fixture page instead of 3, causing this pre-existing
assertion to fail across CI jobs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vf6o8N193Wi1aJKHWf7j1T
…ipt test

The unpin call could race ahead of the first navigation's async console
message, leaving the pinned script still active for the second
navigation and causing an extra count on Windows CI.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vf6o8N193Wi1aJKHWf7j1T
@renovate

renovate Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

diemol and others added 5 commits September 14, 2026 11:54
Waiting on a promise resolved by the console handler is more reliable
and faster than an arbitrary delay(3000) before unpinning.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vf6o8N193Wi1aJKHWf7j1T
On Windows, unpin() resolving client-side did not guarantee the
preload script was deregistered before the next navigation, so the
pinned script still fired once more.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vf6o8N193Wi1aJKHWf7j1T
removePreloadScript() acks immediately but the removal appears to lag
by one navigation on Windows geckodriver, so the pinned script still
fired on the very next get(). Navigating to about:blank first absorbs
that stray execution deterministically, without an arbitrary wait.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vf6o8N193Wi1aJKHWf7j1T
Temporary diagnostic to determine whether the extra pinned-script
execution happens on the first navigation or after unpin, since prior
fix attempts (delay, promise-wait, flush navigation) all failed
identically at count=2.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vf6o8N193Wi1aJKHWf7j1T
Diagnostic logging showed the pinned script's console message fires
twice on a single navigation on Windows Firefox, unrelated to unpin -
count was already 2 right after the first get(), and unchanged after
unpin() and the second navigation in every sample. The test should
verify unpin() prevents further executions, not assume a fixed count
from the first load.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vf6o8N193Wi1aJKHWf7j1T
@diemol
diemol merged commit e3ea429 into trunk Sep 14, 2026
8 checks passed
@diemol
diemol deleted the renovate/mocha-12.x branch September 14, 2026 12:20
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