Skip to content
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

Bump degenerator and nightwatch in /pils-frontend #1135

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps degenerator to 3.0.4 and updates ancestor dependency nightwatch. These dependencies need to be updated together.

Updates degenerator from 1.0.4 to 3.0.4

Commits

Updates nightwatch from 1.3.2 to 1.7.13

Release notes

Sourced from nightwatch's releases.

v1.7.11

  • This version is only updating the proxy-agent dependency package to the latest version.

v1.7.10

  • Fixed #2899 – an issue with setValue/sendKeys commands
  • Added new updateValue command

v1.7.9

  • Fixed an issue where selenium_host config property wasn't set (#2892 )
  • Added support to set browserName to null in order to accommodate Appium (#2882)

v1.7.8

  • Fixed #2777 – an issue with using Chrome and Edge in parallel (#2790)
  • Fixed #2794 – using .verify asserts with await or waitFor commands with abortOnFailure=false didn't work in case of test failure (#2802, #2797)
  • Fixed #2817 – inconsistent response format when using findElements command (#2820)
  • Added support to send last error as failure reason in Browserstack transport (#2778)

v1.7.7

  • Fixed #2748 - tests not running in parallel when source folder is specified as cli argument

v1.7.6

  • Fixed #2755 – npm postinstall issue on windows

v1.7.5

  • Fixed an issue with parallel running where the number of available workers wasn't set correctly in some cases - 7754054b34fcc750549d6a204f7f03dbaec97a41
  • Fixed xml output generation when running tests with multiple environments in parallel (#2734)

v1.7.3

Nightwatch v1.7

New features

Nightwatch v1.7.0 introduces a few major new features and improvements for the test runner and also regarding the test syntax, such as:

Fluent API

It is now possible to use ES6 async/await syntax and also chain api commands together in the same test case; e.g.:

it('find elements example', async function(browser) {
    const resultElements = await browser
      .url('https://nightwatchjs.org')
      .findElements('.features-container li');
resultElements.forEach(item => console.log('Element Id:', item.getId()))

});

Integrated support for Microsoft Edge

You can now use the newer (Chromium-based) Microsoft Edge browser to run your Nightwatch tests. The auto-generated nightwatch.conf.js already includes configuration, so you can just run by passing the edge environment:

</tr></table> 

... (truncated)

Commits

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 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 6, 2023
@oscrx oscrx force-pushed the main branch 2 times, most recently from 490e93b to 313ba47 Compare August 6, 2023 19:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pils-frontend/degenerator-and-nightwatch-3.0.4 branch from f359311 to 548cf75 Compare August 6, 2023 20:36
@codecov
Copy link

codecov bot commented Aug 6, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (85cc939) 22.34% compared to head (7f58a46) 22.34%.
Report is 2 commits behind head on main.

❗ Current head 7f58a46 differs from pull request most recent head 6d483e9. Consider uploading reports for the commit 6d483e9 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1135   +/-   ##
=======================================
  Coverage   22.34%   22.34%           
=======================================
  Files          14       14           
  Lines         179      179           
  Branches       21       21           
=======================================
  Hits           40       40           
  Misses        121      121           
  Partials       18       18           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pils-frontend/degenerator-and-nightwatch-3.0.4 branch from 548cf75 to b0ecb76 Compare August 6, 2023 21:02
@oscrx oscrx added preview Deploy this branch to kubernetes bug Something isn't working and removed bug Something isn't working labels Aug 6, 2023
@oscrx
Copy link
Member

oscrx commented Aug 6, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pils-frontend/degenerator-and-nightwatch-3.0.4 branch from b0ecb76 to e4a24e9 Compare August 6, 2023 23:38
@oscrx oscrx force-pushed the main branch 3 times, most recently from 4e06394 to 369bee3 Compare August 6, 2023 23:53
@oscrx
Copy link
Member

oscrx commented Aug 6, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pils-frontend/degenerator-and-nightwatch-3.0.4 branch from e4a24e9 to 6441b07 Compare August 6, 2023 23:55
@oscrx oscrx added preview Deploy this branch to kubernetes tag/sha-5494446 and removed preview Deploy this branch to kubernetes labels Aug 7, 2023
@oscrx
Copy link
Member

oscrx commented Aug 7, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pils-frontend/degenerator-and-nightwatch-3.0.4 branch from 6441b07 to 85a5c5d Compare August 7, 2023 02:21
@oscrx
Copy link
Member

oscrx commented Aug 7, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pils-frontend/degenerator-and-nightwatch-3.0.4 branch from 85a5c5d to a6892da Compare August 7, 2023 03:18
@oscrx oscrx force-pushed the main branch 2 times, most recently from 887a911 to 0984725 Compare August 7, 2023 03:23
@oscrx
Copy link
Member

oscrx commented Aug 7, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pils-frontend/degenerator-and-nightwatch-3.0.4 branch from a6892da to b1f36a1 Compare August 7, 2023 03:25
@oscrx
Copy link
Member

oscrx commented Aug 7, 2023

.deploy

@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2023

Deployment Triggered 🚀

oscrx, started a branch deployment to production

You can watch the progress here 🔗

Branch: dependabot/npm_and_yarn/pils-frontend/degenerator-and-nightwatch-3.0.4

@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2023

⚠️ Deployment Warning

  • Message: Auto-merged main into dependabot/npm_and_yarn/pils-frontend/degenerator-and-nightwatch-3.0.4 on deployment.
  • Note: If you have required CI checks, you may need to manually push a commit to re-run them

Deployment will not continue. Please try again once this branch is up-to-date with the base branch

@oscrx
Copy link
Member

oscrx commented Aug 7, 2023

@dependabot rebase
.deploy

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@oscrx
Copy link
Member

oscrx commented Aug 7, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@oscrx
Copy link
Member

oscrx commented Aug 7, 2023

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pils-frontend/degenerator-and-nightwatch-3.0.4 branch 2 times, most recently from 5d6ca3c to 7f58a46 Compare August 7, 2023 19:25
Bumps [degenerator](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/degenerator) to 3.0.4 and updates ancestor dependency [nightwatch](https://github.com/nightwatchjs/nightwatch). These dependencies need to be updated together.


Updates `degenerator` from 1.0.4 to 3.0.4
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/HEAD/packages/degenerator)

Updates `nightwatch` from 1.3.2 to 1.7.13
- [Release notes](https://github.com/nightwatchjs/nightwatch/releases)
- [Commits](nightwatchjs/nightwatch@v1.3.2...v1.7.13)

---
updated-dependencies:
- dependency-name: degenerator
  dependency-type: indirect
- dependency-name: nightwatch
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pils-frontend/degenerator-and-nightwatch-3.0.4 branch from 7f58a46 to 6d483e9 Compare August 7, 2023 19:45
@sonarcloud
Copy link

sonarcloud bot commented Aug 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@oscrx oscrx removed the preview Deploy this branch to kubernetes label Aug 8, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 2023

Looks like these dependencies are no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Aug 8, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/pils-frontend/degenerator-and-nightwatch-3.0.4 branch August 8, 2023 21:14
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant