Update dependency nightwatch to v3.6.3 #170

Closed
mr.renovate wants to merge 1 commit from renovate/nightwatch-3.x into develop
Member

This PR contains the following updates:

Package Type Update Change
nightwatch (source) devDependencies minor 3.3.5 -> 3.6.3

Release Notes

nightwatchjs/nightwatch (nightwatch)

v3.6.3

Compare Source

What's Changed

Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.6.2...v3.6.3

v3.6.2

Compare Source

What's Changed

Fixes
Dependency updates

New Contributors

Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.6.1...v3.6.2

v3.6.1

Compare Source

What's Changed

Enhancements
Fixes
New aliases in new Element API (for backwards compatibility)

New Contributors

Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.6.0...v3.6.1

v3.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.5.0...v3.6.0

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.4.1...v3.5.0

v3.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.4.0...v3.4.1

v3.4.0

Compare Source


What's Changed

Fixed and improvements:
Dependency updates:
  • Upgraded Selenium to 4.16 by David Burns in #​4008. This upgrade brings improved stability, new features, and bug fixes, enhancing the overall testing capabilities with Nightwatch.
  • Updated nightwatch-axe-verbose dependency to enhance accessibility testing features, including improved axe-core integration and support for advanced configurations. by Priyansh Garg in #​3993
Full Changelog

View Complete History

v3.3.8

Compare Source

What's Changed

Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.3.7...v3.3.8

v3.3.7

Compare Source

  • Added – support for defining a custom return function for custom command fe9a01

v3.3.6

Compare Source


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [nightwatch](https://nightwatchjs.org) ([source](https://github.com/nightwatchjs/nightwatch)) | devDependencies | minor | [`3.3.5` -> `3.6.3`](https://renovatebot.com/diffs/npm/nightwatch/3.3.5/3.6.3) | --- ### Release Notes <details> <summary>nightwatchjs/nightwatch (nightwatch)</summary> ### [`v3.6.3`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.6.3) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.6.2...v3.6.3) #### What's Changed - Bump selenium-webdriver to 4.21.0 by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/4207 **Full Changelog**: https://github.com/nightwatchjs/nightwatch/compare/v3.6.2...v3.6.3 ### [`v3.6.2`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.6.2) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.6.1...v3.6.2) #### What's Changed ##### Fixes - Fix command args showing as '\[object Object]' in reporter. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/4195 - Fix test not aborting when waitFor commands used with async/await. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/4196 ##### Dependency updates - Bump ejs to 3.1.10 by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/4204 - chore: updating mocha from 10.2.0 -> 10.3.0 to remove CVE-2022-3517 by [@&#8203;athammer](https://github.com/athammer) in https://github.com/nightwatchjs/nightwatch/pull/4199 - Bump selenium-webdriver to 4.20.0 by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/4206 #### New Contributors - [@&#8203;athammer](https://github.com/athammer) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/4199 **Full Changelog**: https://github.com/nightwatchjs/nightwatch/compare/v3.6.1...v3.6.2 ### [`v3.6.1`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.6.1) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.6.0...v3.6.1) #### What's Changed ##### Enhancements - Add fallback for clear command. by [@&#8203;FireNdIce3](https://github.com/FireNdIce3) in https://github.com/nightwatchjs/nightwatch/pull/4035 - Use `NoSuchElementError` when element not found in new Element API. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/4193 ##### Fixes - Fix `debug()` allowing only one command run in async/await mode. by [@&#8203;chikara1608](https://github.com/chikara1608) in https://github.com/nightwatchjs/nightwatch/pull/4139 - Fix help messages for iOS errors. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/4189 - Keep error's original messages for NoSuchElementError. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/4191 - Update Page Object tests to make sure invalid Page Objects elements are handled by [@&#8203;AutomatedTester](https://github.com/AutomatedTester) in https://github.com/nightwatchjs/nightwatch/pull/4187 ##### New aliases in new Element API (for backwards compatibility) - `.ariaRole()` as alias for `.getAriaRole()` by [@&#8203;Sajantoor](https://github.com/Sajantoor) in https://github.com/nightwatchjs/nightwatch/pull/4159 - `.text()` as alias for `.getText()` by [@&#8203;Ayush-Vish](https://github.com/Ayush-Vish) in https://github.com/nightwatchjs/nightwatch/pull/4180 - `.prop()` as alias for `.getProperty()` by [@&#8203;Ayush-Vish](https://github.com/Ayush-Vish) in https://github.com/nightwatchjs/nightwatch/pull/4174 - `.accessibleName()` as alias for `.getAccessibleName()` by [@&#8203;Ayush-Vish](https://github.com/Ayush-Vish) in https://github.com/nightwatchjs/nightwatch/pull/4178 - `.tagname()` as alias for `.getTagName()` by [@&#8203;Ayush-Vish](https://github.com/Ayush-Vish) in https://github.com/nightwatchjs/nightwatch/pull/4176 - `.css()` and `.getCssValue()` as aliases for `.getCssProperty()` by [@&#8203;Ayush-Vish](https://github.com/Ayush-Vish) in https://github.com/nightwatchjs/nightwatch/pull/4168 - `.attr()` and `.attribute()` as alias for `.getAttribute()` by [@&#8203;Ayush-Vish](https://github.com/Ayush-Vish) in https://github.com/nightwatchjs/nightwatch/pull/4172 - Added aliases for `.find()` and `.findAll()` commands in new Element API by [@&#8203;AritraLeo](https://github.com/AritraLeo) in https://github.com/nightwatchjs/nightwatch/pull/4130 #### New Contributors - [@&#8203;Sajantoor](https://github.com/Sajantoor) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/4159 - [@&#8203;Ayush-Vish](https://github.com/Ayush-Vish) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/4180 - [@&#8203;AritraLeo](https://github.com/AritraLeo) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/4130 - [@&#8203;FireNdIce3](https://github.com/FireNdIce3) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/4035 **Full Changelog**: https://github.com/nightwatchjs/nightwatch/compare/v3.6.0...v3.6.1 ### [`v3.6.0`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.6.0) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.5.0...v3.6.0) #### What's Changed - Add `rect()` as alias for `getRect()` command. by [@&#8203;dikwickley](https://github.com/dikwickley) in https://github.com/nightwatchjs/nightwatch/pull/4128 - Fix `waitUntil` not working with async/await. by [@&#8203;chikara1608](https://github.com/chikara1608) in https://github.com/nightwatchjs/nightwatch/pull/4123 - Fix bug that aborts test when waitUntil throws error. [#&#8203;4157](https://github.com/nightwatchjs/nightwatch/issues/4157) by [@&#8203;chikara1608](https://github.com/chikara1608) in https://github.com/nightwatchjs/nightwatch/pull/4161 #### New Contributors - [@&#8203;chikara1608](https://github.com/chikara1608) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/4123 **Full Changelog**: https://github.com/nightwatchjs/nightwatch/compare/v3.5.0...v3.6.0 ### [`v3.5.0`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.5.0) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.4.1...v3.5.0) #### What's Changed - Add actionable error message for `TimeoutError` in hooks. by [@&#8203;dikwickley](https://github.com/dikwickley) in https://github.com/nightwatchjs/nightwatch/pull/4053 - Add missing `isSelected` command to new Element API. by [@&#8203;dikwickley](https://github.com/dikwickley) in https://github.com/nightwatchjs/nightwatch/pull/4038 - Added missing `isEnabled` command in new Element API by [@&#8203;subhajit20](https://github.com/subhajit20) in https://github.com/nightwatchjs/nightwatch/pull/4041 - Refactor commands in README. by [@&#8203;konavivekramakrishna](https://github.com/konavivekramakrishna) in https://github.com/nightwatchjs/nightwatch/pull/4076 - Hide password values from raw HTTP logs. by [@&#8203;dikwickley](https://github.com/dikwickley) in https://github.com/nightwatchjs/nightwatch/pull/4066 - Fix JSDoc example for getText command. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/4043 - Added missing `isVisible` command in new Element API by [@&#8203;subhajit20](https://github.com/subhajit20) in https://github.com/nightwatchjs/nightwatch/pull/4039 - Added `isDisplayed()` as alias to `isVisible()` by [@&#8203;uditrajput03](https://github.com/uditrajput03) in https://github.com/nightwatchjs/nightwatch/pull/4107 - fixed `takeScreenshot` example by [@&#8203;dikwickley](https://github.com/dikwickley) in https://github.com/nightwatchjs/nightwatch/pull/4121 - allow parallel envs with cucumber by [@&#8203;AutomatedTester](https://github.com/AutomatedTester) in https://github.com/nightwatchjs/nightwatch/pull/4095 #### New Contributors - [@&#8203;dikwickley](https://github.com/dikwickley) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/4053 - [@&#8203;subhajit20](https://github.com/subhajit20) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/4041 - [@&#8203;konavivekramakrishna](https://github.com/konavivekramakrishna) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/4076 - [@&#8203;uditrajput03](https://github.com/uditrajput03) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/4107 **Full Changelog**: https://github.com/nightwatchjs/nightwatch/compare/v3.4.1...v3.5.0 ### [`v3.4.1`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.4.1) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.4.0...v3.4.1) #### What's Changed - Warn about two `describe()`s in a single testsuite. by [@&#8203;garg3133](https://github.com/garg3133) in [#&#8203;4011](https://github.com/nightwatchjs/nightwatch/pull/4011) - Fix error while exiting Nightwatch using Ctrl+C. by [@&#8203;garg3133](https://github.com/garg3133) in [#&#8203;4013](https://github.com/nightwatchjs/nightwatch/pull/4013) - deps: Update `piscina` dependency to `v4.3.1`. by [@&#8203;garg3133](https://github.com/garg3133) in [#&#8203;4020](https://github.com/nightwatchjs/nightwatch/pull/4020) - Send `POST_SESSION_EVENT` with capabilities on session creation. by [@&#8203;garg3133](https://github.com/garg3133) in [#&#8203;4024](https://github.com/nightwatchjs/nightwatch/pull/4024) - Add appium reset command by [@&#8203;AutomatedTester](https://github.com/AutomatedTester) in [#&#8203;4019](https://github.com/nightwatchjs/nightwatch/pull/4019) - Disable HTML reporter in Cucumber. by [@&#8203;garg3133](https://github.com/garg3133) in [#&#8203;4025](https://github.com/nightwatchjs/nightwatch/pull/4025) **Full Changelog**: https://github.com/nightwatchjs/nightwatch/compare/v3.4.0...v3.4.1 ### [`v3.4.0`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.4.0) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.3.8...v3.4.0) *** #### What's Changed ##### Fixed and improvements: - **Fixed** [#&#8203;3998](https://github.com/nightwatchjs/nightwatch/issues/3998) – cannot set custom session status for retried test when using Browserstack, by [Priyansh Garg](https://github.com/garg3133) in [#&#8203;3999](https://github.com/nightwatchjs/nightwatch/pull/3999) - **Fixed** [#&#8203;3990](https://github.com/nightwatchjs/nightwatch/issues/3990) – CDP connection not getting reset across sessions when using Selenium, by [Priyansh Garg](https://github.com/garg3133) in [#&#8203;3994](https://github.com/nightwatchjs/nightwatch/pull/3994) - **Fixed** [#&#8203;3989](https://github.com/nightwatchjs/nightwatch/issues/3989) – Unable to fetch elements with reference to a ShadowRoot, by [Priyansh Garg](https://github.com/garg3133) in [#&#8203;3992](https://github.com/nightwatchjs/nightwatch/pull/3992) - **Fixed** [#&#8203;4003](https://github.com/nightwatchjs/nightwatch/issues/4003) – Replace per-method packages with the main `lodash` package, by [Priyansh Garg](https://github.com/garg3133) in [#&#8203;4005](https://github.com/nightwatchjs/nightwatch/pull/4005) - **Fixed** [#&#8203;4007](https://github.com/nightwatchjs/nightwatch/issues/4007) – add `parallel_process_delay` in worker threads by [@&#8203;gravityvi](https://github.com/gravityvi) in [#&#8203;4007](https://github.com/nightwatchjs/nightwatch/pull/4007) - **Fixed** test hooks giving TypeScript error with `NightwatchBrowser`, by [Priyansh Garg](https://github.com/garg3133) in [#&#8203;4004](https://github.com/nightwatchjs/nightwatch/pull/4004) - **Added** extended types for `waitFor` commands, by [Priyansh Garg](https://github.com/garg3133) in [#&#8203;3986](https://github.com/nightwatchjs/nightwatch/pull/3986) ##### Dependency updates: - **Upgraded** Selenium to 4.16 by [David Burns](https://github.com/AutomatedTester) in [#&#8203;4008](https://github.com/nightwatchjs/nightwatch/pull/4008). This upgrade brings improved stability, new features, and bug fixes, enhancing the overall testing capabilities with Nightwatch. - **Updated** `nightwatch-axe-verbose` dependency to enhance accessibility testing features, including improved axe-core integration and support for advanced configurations. by [Priyansh Garg](https://github.com/garg3133) in [#&#8203;3993](https://github.com/nightwatchjs/nightwatch/pull/3993) ##### Full Changelog [View Complete History](https://github.com/nightwatchjs/nightwatch/compare/v3.3.8...v3.4.0) ### [`v3.3.8`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.3.8) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.3.7...v3.3.8) #### What's Changed - Fix types for Nightwatch settings/config file. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3876 - Update dependencies. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3985 **Full Changelog**: https://github.com/nightwatchjs/nightwatch/compare/v3.3.7...v3.3.8 ### [`v3.3.7`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.3.7) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.3.6...v3.3.7) - **Added** – support for defining a custom return function for custom command [fe9a01](https://github.com/nightwatchjs/nightwatch/commit/fe9a010a4787aa6395065eea3dc39e92116bd314) ### [`v3.3.6`](https://github.com/nightwatchjs/nightwatch/compare/v3.3.5...v3.3.6) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.3.5...v3.3.6) </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42MC4yIiwidXBkYXRlZEluVmVyIjoiMzcuNjAuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==-->
requested review from romanjaros 2024-01-29 14:32:40 +01:00
mr.renovate force-pushed renovate/nightwatch-3.x from 0e1b2a22d7 to c2edeea2d6 2024-02-29 10:14:01 +01:00 Compare
mr.renovate changed title from Update dependency nightwatch to v3.4.0 to Update dependency nightwatch to v3.4.1 2024-02-29 10:30:11 +01:00
mr.renovate force-pushed renovate/nightwatch-3.x from c2edeea2d6 to 0d71bb6580 2024-03-16 06:33:20 +01:00 Compare
mr.renovate changed title from Update dependency nightwatch to v3.4.1 to Update dependency nightwatch to v3.5.0 2024-03-16 06:33:23 +01:00
mr.renovate force-pushed renovate/nightwatch-3.x from 0d71bb6580 to 559b2a989f 2024-04-04 06:33:23 +02:00 Compare
mr.renovate changed title from Update dependency nightwatch to v3.5.0 to Update dependency nightwatch to v3.6.0 2024-04-04 06:33:26 +02:00
mr.renovate force-pushed renovate/nightwatch-3.x from 559b2a989f to 561c0cbec1 2024-04-23 06:33:18 +02:00 Compare
mr.renovate changed title from Update dependency nightwatch to v3.6.0 to Update dependency nightwatch to v3.6.1 2024-04-23 06:33:20 +02:00
mr.renovate force-pushed renovate/nightwatch-3.x from 561c0cbec1 to 26730eba09 2024-05-11 06:33:19 +02:00 Compare
mr.renovate changed title from Update dependency nightwatch to v3.6.1 to Update dependency nightwatch to v3.6.2 2024-05-11 06:33:20 +02:00
mr.renovate force-pushed renovate/nightwatch-3.x from 26730eba09 to f2816d2af7 2024-05-18 06:33:11 +02:00 Compare
mr.renovate changed title from Update dependency nightwatch to v3.6.2 to Update dependency nightwatch to v3.6.3 2024-05-18 06:33:14 +02:00
romanjaros closed this pull request 2024-05-24 10:17:40 +02:00
Author
Member

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (3.6.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`3.6.3`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks are pending
forgejo/Procyon/procyon/pipeline/pr-develop This commit looks good
forgejo/Procyon/procyon/pipeline/head This commit looks good
forgejo/forgejo.dev/procyon/pipeline/pr-develop
Required

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: procyon/procyon#170
No description provided.