Update dependency nightwatch to v3.3.2 #31

Merged
romanjaros merged 1 commit from renovate/nightwatch-3.x into master 2023-11-17 21:11:55 +01:00
Member

This PR contains the following updates:

Package Type Update Change
nightwatch (source) devDependencies minor 3.0.1 -> 3.3.2

Release Notes

nightwatchjs/nightwatch (nightwatch)

v3.3.2

Compare Source

What's Changed

Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.3.1...v3.3.2

v3.3.1

Compare Source

v3.3.0

Compare Source

What's Changed

Fixes
Dependencies

Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.2.1...v3.3.0

v3.2.1

Compare Source

What's Changed

Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.1.3...v3.2.0

v3.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.1.2...v3.1.3

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

We’re super excited to announce the release of Nightwatch v3. It that has been built around these three pillars:

  • Developer Experience: The entire experience from getting started, to writing and debugging tests, has been redesigned for speed, stability, and consistent non-flaky results.

  • Mobile first: Test your web or native, iOS and Android, mobile applications on simulators, real mobile devices or a cloud grid like BrowserStack.

  • One test automation framework: Run all types of tests from unit, component, and E2E to API, visual, and accessibility with a single framework.

What's Changed

New Features
Fixes
TypeScript Fixes
Dependency Updates
Cucumber
General

New Contributors

Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.0.1...v3.1.0


  • 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.0.1` -> `3.3.2`](https://renovatebot.com/diffs/npm/nightwatch/3.0.1/3.3.2) | --- ### Release Notes <details> <summary>nightwatchjs/nightwatch (nightwatch)</summary> ### [`v3.3.2`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.3.2) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.3.1...v3.3.2) #### What's Changed - enable parallelism on any selenium host by [@&#8203;gravityvi](https://github.com/gravityvi) in https://github.com/nightwatchjs/nightwatch/pull/3956 - improved the support for defining custom reporters via plugins **Full Changelog**: https://github.com/nightwatchjs/nightwatch/compare/v3.3.1...v3.3.2 ### [`v3.3.1`](https://github.com/nightwatchjs/nightwatch/compare/v3.3.0...v3.3.1) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.3.0...v3.3.1) ### [`v3.3.0`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.3.0) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.2.1...v3.3.0) #### What's Changed ##### Fixes - Update the description of abortOnFailure for waitForElementVisible.js by [@&#8203;gravityvi](https://github.com/gravityvi) in https://github.com/nightwatchjs/nightwatch/pull/3934 - remove upper bound for number of worker threads by [@&#8203;gravityvi](https://github.com/gravityvi) in https://github.com/nightwatchjs/nightwatch/pull/3930 - remove postInstall step by [@&#8203;AutomatedTester](https://github.com/AutomatedTester) in https://github.com/nightwatchjs/nightwatch/pull/3953 - enable worker threads for mobile while using cloud services by [@&#8203;gravityvi](https://github.com/gravityvi) in https://github.com/nightwatchjs/nightwatch/pull/3954 ##### Dependencies - Update Selenium to 4.14 by [@&#8203;AutomatedTester](https://github.com/AutomatedTester) in https://github.com/nightwatchjs/nightwatch/pull/3944 - chore: update dependencies by [@&#8203;AutomatedTester](https://github.com/AutomatedTester) in https://github.com/nightwatchjs/nightwatch/pull/3943 **Full Changelog**: https://github.com/nightwatchjs/nightwatch/compare/v3.2.1...v3.3.0 ### [`v3.2.1`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.2.1) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.2.0...v3.2.1) #### What's Changed - CVE 2023 43646 by [@&#8203;AutomatedTester](https://github.com/AutomatedTester) in https://github.com/nightwatchjs/nightwatch/pull/3925 **Full Changelog**: https://github.com/nightwatchjs/nightwatch/compare/v3.2.0...v3.2.1 ### [`v3.2.0`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.2.0) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.1.3...v3.2.0) #### What's Changed - New Features - add wait until present command by [@&#8203;gravityvi](https://github.com/gravityvi) in https://github.com/nightwatchjs/nightwatch/pull/3897 - event setup for nightwatch hooks by [@&#8203;harshit-bs](https://github.com/harshit-bs) in https://github.com/nightwatchjs/nightwatch/pull/3706 - Fixes - Use correct settings parameter for trace by [@&#8203;swrdfish](https://github.com/swrdfish) in https://github.com/nightwatchjs/nightwatch/pull/3890 - Allow `WebElement` as a possible selector in type declarations. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3896 - run mocha on child process workers by [@&#8203;gravityvi](https://github.com/gravityvi) in https://github.com/nightwatchjs/nightwatch/pull/3904 - add GitHub Actions in the list of supporting colors by [@&#8203;gravityvi](https://github.com/gravityvi) in https://github.com/nightwatchjs/nightwatch/pull/3914 - remove color param from mocha cli runner tests by [@&#8203;gravityvi](https://github.com/gravityvi) in https://github.com/nightwatchjs/nightwatch/pull/3919 - consider always match from desired capabilities by [@&#8203;gravityvi](https://github.com/gravityvi) in https://github.com/nightwatchjs/nightwatch/pull/3907 ([#&#8203;3431](https://github.com/nightwatchjs/nightwatch/issues/3431)) - Pass settings object to global hooks while called from programatic api by [@&#8203;swrdfish](https://github.com/swrdfish) in https://github.com/nightwatchjs/nightwatch/pull/3850 ([#&#8203;3849](https://github.com/nightwatchjs/nightwatch/issues/3849)) - Dependency Updates - bump to selenium 4.13 by [@&#8203;AutomatedTester](https://github.com/AutomatedTester) in https://github.com/nightwatchjs/nightwatch/pull/3920 - TypeScript Improvements - Migrate utils modules to TS. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3869 - Refactor utils modules before migrating to TS. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3870 - Migrate lib/http files to TS. by [@&#8203;yashPratp983](https://github.com/yashPratp983) in https://github.com/nightwatchjs/nightwatch/pull/3886 - Build Improvements - Fix eslint rules by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3891 - Change file names for execute commands. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3898 **Full Changelog**: https://github.com/nightwatchjs/nightwatch/compare/v3.1.3...v3.2.0 ### [`v3.1.3`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.1.3) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.1.2...v3.1.3) #### What's Changed - Fix waitUntil paramenter ordering; update waitUntil documentation; [3839](https://github.com/nightwatchjs/nightwatch/pull/3839) - Fixed build script and dev script for running tests on windows. [3866](https://github.com/nightwatchjs/nightwatch/pull/3866) - Fix flaky disable_typescript config test. https://github.com/nightwatchjs/nightwatch/pull/3865 - Fix .registerBasicAuth() not working in Edge browser Fixes [#&#8203;3848](https://github.com/nightwatchjs/nightwatch/issues/3848) https://github.com/nightwatchjs/nightwatch/pull/3857 - fix es6 module import by https://github.com/nightwatchjs/nightwatch/pull/3858 - Update a few eslint rules around spacing. https://github.com/nightwatchjs/nightwatch/pull/3864 - FAdd tag_filter type to NightwatchOptions interface. [#&#8203;3825](https://github.com/nightwatchjs/nightwatch/issues/3825) https://github.com/nightwatchjs/nightwatch/pull/3830 - chore: bump mocha 9.2.2 => 10.2.0 https://github.com/nightwatchjs/nightwatch/pull/3860 - Add more events for analytics https://github.com/nightwatchjs/nightwatch/pull/3856 - Move log related commands to `.logs` namespaces. https://github.com/nightwatchjs/nightwatch/pull/3796 - Update Selenium to 4.11 https://github.com/nightwatchjs/nightwatch/pull/3882 - Deprecate colors.js module in favour of chalk.js https://github.com/nightwatchjs/nightwatch/pull/3852 #### New Contributors - [@&#8203;DenysLins](https://github.com/DenysLins) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/3857 - [@&#8203;ert78gb](https://github.com/ert78gb) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/3858 - [@&#8203;Ykumar1415](https://github.com/Ykumar1415) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/3830 **Full Changelog**: https://github.com/nightwatchjs/nightwatch/compare/v3.1.2...v3.1.3 ### [`v3.1.2`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.1.2) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.1.1...v3.1.2) - Fix for failing TS tests after upgrading to v3. ([#&#8203;3845](https://github.com/nightwatchjs/nightwatch/issues/3845)) [`96e1b34`](https://github.com/nightwatchjs/nightwatch/commit/96e1b346) - update lodash.merge dependency in client ([#&#8203;3836](https://github.com/nightwatchjs/nightwatch/issues/3836)) [`222c603`](https://github.com/nightwatchjs/nightwatch/commit/222c6035) ### [`v3.1.1`](https://github.com/nightwatchjs/nightwatch/compare/v3.1.0...v3.1.1) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.1.0...v3.1.1) ### [`v3.1.0`](https://github.com/nightwatchjs/nightwatch/releases/tag/v3.1.0) [Compare Source](https://github.com/nightwatchjs/nightwatch/compare/v3.0.1...v3.1.0) We’re super excited to announce the release of Nightwatch v3. It that has been built around these three pillars: - **Developer Experience**: The entire experience from getting started, to writing and debugging tests, has been redesigned for speed, stability, and consistent non-flaky results. - **Mobile first**: Test your web or native, iOS and Android, mobile applications on simulators, real mobile devices or a cloud grid like BrowserStack. - **One test automation framework**: Run all types of tests from unit, component, and E2E to API, visual, and accessibility with a single framework. #### What's Changed ##### New Features - Add support for namespaced aliases. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3794 - Move execute and executeAsync to document ns. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3807 - Move network-related commands to .network namespace. by [@&#8203;yashPratp983](https://github.com/yashPratp983) in https://github.com/nightwatchjs/nightwatch/pull/3797 ##### Fixes ##### TypeScript Fixes - Fix types for namespaces on page-objects. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3778 - Add types for Firefox namespace commands by [@&#8203;Priyanka0613](https://github.com/Priyanka0613) in https://github.com/nightwatchjs/nightwatch/pull/3780 - Add types support in Nightwatch examples, test, and types/tests directories. by [@&#8203;yashPratp983](https://github.com/yashPratp983) in https://github.com/nightwatchjs/nightwatch/pull/3803 - Build Nightwatch using TypeScript. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3774 ##### Dependency Updates - update dependency nightwatch-axe-verbose to ^2.2.2 by [@&#8203;justafish](https://github.com/justafish) in https://github.com/nightwatchjs/nightwatch/pull/3793 - Update jsdom to v21.1.2 and npm audit fix. by [@&#8203;itsspriyansh](https://github.com/itsspriyansh) in https://github.com/nightwatchjs/nightwatch/pull/3811 - Uninstall Coveralls by [@&#8203;itsspriyansh](https://github.com/itsspriyansh) in https://github.com/nightwatchjs/nightwatch/pull/3816 - updated semver to v7.5.2 by [@&#8203;itsspriyansh](https://github.com/itsspriyansh) in https://github.com/nightwatchjs/nightwatch/pull/3829 ##### Cucumber - Fixes/3781 fix cucumber step definition config by [@&#8203;gravityvi](https://github.com/gravityvi) in https://github.com/nightwatchjs/nightwatch/pull/3782 - allow esm imports ([#&#8203;3805](https://github.com/nightwatchjs/nightwatch/issues/3805)) by [@&#8203;thermsdorff](https://github.com/thermsdorff) in https://github.com/nightwatchjs/nightwatch/pull/3806 ##### General - Fix takeScreenshot command not returning anything. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3769 - Feature/disable process listener for programattic api by [@&#8203;swrdfish](https://github.com/swrdfish) in https://github.com/nightwatchjs/nightwatch/pull/3800 - Add missing documentation by [@&#8203;swrdfish](https://github.com/swrdfish) in https://github.com/nightwatchjs/nightwatch/pull/3826 - Updated Error Message for Browser Compatibility Information. by [@&#8203;yashPratp983](https://github.com/yashPratp983) in https://github.com/nightwatchjs/nightwatch/pull/3809 - programatic-api: add methods to call global hooks, add a cleanup method by [@&#8203;swrdfish](https://github.com/swrdfish) in https://github.com/nightwatchjs/nightwatch/pull/3822 - add error handling for worker threads by [@&#8203;gravityvi](https://github.com/gravityvi) in https://github.com/nightwatchjs/nightwatch/pull/3828 - Page-object commands should return the same page-object. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3779 - Fix elements and commands property issue with POM. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3788 - Fix sync tests getting skipped in parallel mode. by [@&#8203;garg3133](https://github.com/garg3133) in https://github.com/nightwatchjs/nightwatch/pull/3791 - Fixed the issue regarding error if a folder defined in `src_folders` is empty when using tags by [@&#8203;itsspriyansh](https://github.com/itsspriyansh) in https://github.com/nightwatchjs/nightwatch/pull/3824 - Fix [#&#8203;3625](https://github.com/nightwatchjs/nightwatch/issues/3625) - Changed to recursive merge on caps by [@&#8203;vinodreddy-bs](https://github.com/vinodreddy-bs) in https://github.com/nightwatchjs/nightwatch/pull/3831 #### New Contributors - [@&#8203;yashPratp983](https://github.com/yashPratp983) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/3803 - [@&#8203;justafish](https://github.com/justafish) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/3793 - [@&#8203;itsspriyansh](https://github.com/itsspriyansh) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/3811 - [@&#8203;thermsdorff](https://github.com/thermsdorff) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/3806 - [@&#8203;vinodreddy-bs](https://github.com/vinodreddy-bs) made their first contribution in https://github.com/nightwatchjs/nightwatch/pull/3831 **Full Changelog**: https://github.com/nightwatchjs/nightwatch/compare/v3.0.1...v3.1.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy42MC4yIiwidXBkYXRlZEluVmVyIjoiMzcuNjAuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
mr.renovate added 1 commit 2023-11-17 12:33:26 +01:00
Update dependency nightwatch to v3.3.2
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
b1ac520898
requested review from romanjaros 2023-11-17 12:33:26 +01:00
romanjaros merged commit 24523f0c27 into master 2023-11-17 21:11:55 +01:00
romanjaros deleted branch renovate/nightwatch-3.x 2023-11-17 21:11:55 +01:00
Sign in to join this conversation.
No reviewers
No labels
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/seedling#31
No description provided.