Skip to content

Bump tmp from 0.2.3 to 0.2.4 in /examples/javascript #2411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2025

Bumps tmp from 0.2.3 to 0.2.4.

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 6, 2025
Copy link

netlify bot commented Aug 6, 2025

Deploy Preview for selenium-dev ready!

Name Link
🔨 Latest commit cd089b7
🔍 Latest deploy log https://app.netlify.com/projects/selenium-dev/deploys/689baf1c94509e000847d823
😎 Deploy Preview https://deploy-preview-2411--selenium-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

Copy link
Contributor

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: tests (ubuntu, nightly)

Failed stage: Run tests [❌]

Failed test name: Keyboard Action - Keys test - KeyDown

Failure summary:

The action failed because one test in the JavaScript example suite failed after two retries. The
failing test is Keyboard Action - Keys test -> KeyDown, which asserts that a keydown event produces
the character A, but the actual captured value was an empty string.
- AssertionError: Expected values to be strictly deep-equal: '' !== 'A'
- Failure location:
test/actionsApi/keysTest.spec.js:23:12
- The rest of the test suite had 154 passing, 21 pending, 1
failing; the same test failed in both attempts, causing the process to exit with code 1.

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

143:  > Warning:          Could not resolve keysym XF86CameraAccessToggle
144:  > Warning:          Could not resolve keysym XF86NextElement
145:  > Warning:          Could not resolve keysym XF86PreviousElement
146:  > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
147:  > Warning:          Could not resolve keysym XF86MarkWaypoint
148:  > Warning:          Could not resolve keysym XF86Sos
149:  > Warning:          Could not resolve keysym XF86NavChart
150:  > Warning:          Could not resolve keysym XF86FishingChart
151:  > Warning:          Could not resolve keysym XF86SingleRangeRadar
152:  > Warning:          Could not resolve keysym XF86DualRangeRadar
153:  > Warning:          Could not resolve keysym XF86RadarOverlay
154:  > Warning:          Could not resolve keysym XF86TraditionalSonar
155:  > Warning:          Could not resolve keysym XF86ClearvuSonar
156:  > Warning:          Could not resolve keysym XF86SidevuSonar
157:  > Warning:          Could not resolve keysym XF86NavInfo
158:  Errors from xkbcomp are not fatal to the X server
159:  ##[group]Run actions/setup-node@v4
...

212:  run `npm fund` for details
213:  1 low severity vulnerability
214:  To address all issues, run:
215:  npm audit fix
216:  Run `npm audit` for details.
217:  ##[group]Run nick-invision/[email protected]
218:  with:
219:  timeout_minutes: 40
220:  max_attempts: 2
221:  command: cd examples/javascript
222:  npm test
223:  
224:  retry_wait_seconds: 10
225:  polling_interval_seconds: 1
226:  warning_on_retry: true
227:  continue_on_error: false
228:  env:
...

239:  ✔ Pause (2692ms)
240:  ✔ Clear (179ms)
241:  Keyboard Action - Keys test
242:  1) KeyDown
243:  ✔ KeyUp (204ms)
244:  ✔ sendKeys (119ms)
245:  ✔ Designated Element (2153ms)
246:  ✔ Copy and Paste (240ms)
247:  Actions API - Wheel Tests
248:  ✔ Scroll to element (3295ms)
249:  ✔ Scroll by given amount (567ms)
250:  ✔ Scroll from an element by a given amount (584ms)
251:  ✔ Scroll from an element with an offset (568ms)
252:  ✔ Scroll from an offset of origin (element) by given amount (1051ms)
253:  Integration Tests
254:  ✔ test navigate and listen to errors (12965ms)
255:  Emulate geolocation
...

273:  Browsing Context Inspector
274:  ✔ can listen to window browsing context created event (10260ms)
275:  ✔ can listen to tab browsing context created event (3173ms)
276:  ✔ can listen to dom content loaded event (3273ms)
277:  ✔ can listen to browsing context loaded event (3714ms)
278:  ✔ can listen to fragment navigated event (3586ms)
279:  ✔ can listen to browsing context destroyed event (3409ms)
280:  Network commands
281:  - can add intercept
282:  - can remove intercept
283:  - can continue with auth credentials 
284:  - can continue without auth credentials 
285:  - can cancel auth 
286:  Log Inspector
287:  ✔ test listen to console log (3049ms)
288:  ✔ test listen to javascript error log (3137ms)
289:  ✔ test retrieve stack trace for a log (3479ms)
...

405:  ✔ Remove authenticator
406:  ✔ Createa and add residential key
407:  ✔ Add resident credential not supported when authenticator uses U2F protocol
408:  ✔ Create and add non residential key
409:  ✔ Get credential
410:  ✔ Remove all credentials
411:  ✔ Set is user verified
412:  Virtual authenticator options
413:  ✔ Virtual options
414:  ✔ User verified
415:  Select Tests
416:  ✔ Select an option (760ms)
417:  ✔ Select by multiple options (514ms)
418:  ✔ Try selecting disabled option
419:  Waits
420:  ✔ fail (863ms)
421:  ✔ sleep (2116ms)
...

438:  ✔ can evaluate script that throws exception (2994ms)
439:  ✔ can evaluate script with result ownership (2938ms)
440:  ✔ can evaluate in a sandbox (3059ms)
441:  ✔ can evaluate in a realm (3171ms)
442:  ✔ can disown handles (4522ms)
443:  ✔ can disown handles in realm (4005ms)
444:  ✔ can get all realms (3240ms)
445:  ✔ can get realm by type (3845ms)
446:  ✔ can get realm in browsing context (3142ms)
447:  ✔ can get realm in browsing context by type (2971ms)
448:  ✔ can add preload script (1982ms)
449:  ✔ can add preload script to sandbox (1888ms)
450:  ✔ can remove preload script (1922ms)
451:  154 passing (3m)
452:  21 pending
453:  1 failing
454:  1) Keyboard Action - Keys test
455:  KeyDown:
456:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
457:  '' !== 'A'
458:  + expected - actual
459:  +A
460:  at Context.<anonymous> (test/actionsApi/keysTest.spec.js:23:12)
461:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
462:  ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1
463:  ##[endgroup]
...

468:  ✔ Pause (2272ms)
469:  ✔ Clear (170ms)
470:  Keyboard Action - Keys test
471:  1) KeyDown
472:  ✔ KeyUp (103ms)
473:  ✔ sendKeys (64ms)
474:  ✔ Designated Element (2333ms)
475:  ✔ Copy and Paste (179ms)
476:  Actions API - Wheel Tests
477:  ✔ Scroll to element (3001ms)
478:  ✔ Scroll by given amount (577ms)
479:  ✔ Scroll from an element by a given amount (611ms)
480:  ✔ Scroll from an element with an offset (639ms)
481:  ✔ Scroll from an offset of origin (element) by given amount (1085ms)
482:  Integration Tests
483:  ✔ test navigate and listen to errors (2566ms)
484:  Emulate geolocation
...

502:  Browsing Context Inspector
503:  ✔ can listen to window browsing context created event (2984ms)
504:  ✔ can listen to tab browsing context created event (3001ms)
505:  ✔ can listen to dom content loaded event (3243ms)
506:  ✔ can listen to browsing context loaded event (2886ms)
507:  ✔ can listen to fragment navigated event (3235ms)
508:  ✔ can listen to browsing context destroyed event (3365ms)
509:  Network commands
510:  - can add intercept
511:  - can remove intercept
512:  - can continue with auth credentials 
513:  - can continue without auth credentials 
514:  - can cancel auth 
515:  Log Inspector
516:  ✔ test listen to console log (3233ms)
517:  ✔ test listen to javascript error log (3084ms)
518:  ✔ test retrieve stack trace for a log (3110ms)
...

605:  Usage Test
606:  ✔ Creates driver wit Selenium Manager (922ms)
607:  Virtual authenticator
608:  ✔ Register a virtual authenticator
609:  ✔ Remove authenticator
610:  ✔ Createa and add residential key
611:  ✔ Add resident credential not supported when authenticator uses U2F protocol
612:  ✔ Create and add non residential key
613:  ✔ Get credential
614:  ✔ Remove all credentials
615:  ✔ Set is user verified
616:  Virtual authenticator options
617:  ✔ Virtual options
618:  ✔ User verified
619:  Waits
620:  ✔ fail (853ms)
621:  ✔ sleep (2097ms)
...

667:  ✔ can evaluate script that throws exception (4140ms)
668:  ✔ can evaluate script with result ownership (3541ms)
669:  ✔ can evaluate in a sandbox (3351ms)
670:  ✔ can evaluate in a realm (3627ms)
671:  ✔ can disown handles (4260ms)
672:  ✔ can disown handles in realm (3735ms)
673:  ✔ can get all realms (2208ms)
674:  ✔ can get realm by type (1979ms)
675:  ✔ can get realm in browsing context (1881ms)
676:  ✔ can get realm in browsing context by type (1892ms)
677:  ✔ can add preload script (1927ms)
678:  ✔ can add preload script to sandbox (1940ms)
679:  ✔ can remove preload script (1895ms)
680:  154 passing (2m)
681:  21 pending
682:  1 failing
683:  1) Keyboard Action - Keys test
684:  KeyDown:
685:  AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
686:  '' !== 'A'
687:  + expected - actual
688:  +A
689:  at Context.<anonymous> (test/actionsApi/keysTest.spec.js:23:12)
690:  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
691:  ##[endgroup]
692:  ##[error]Final attempt failed. Child_process exited with error code 1
693:  Post job cleanup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant