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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update protractor to the latest version 馃殌 #322

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented May 15, 2017

Version 5.1.2 of protractor just got published.

Dependency protractor
Current Version 4.0.14
Type devDependency

The version 5.1.2 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of protractor.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 131 commits0.

  • ea72d55 chore(release): version bump and changelog for 5.1.2
  • a0a1fac chore(deps): Updating webdriver-manager and jasminewd2
  • 1a47076 fix(ci): Use latest pip on CircleCI
  • fd59c78 fix(elementexplorer): Set script breakpoints with cross-platform safe
  • 42846ec docs(asyncAwait): fix link in asyncAwait/README.md
  • 8bb0874 docs(developers): add fixes and links to api-overview.md
  • 2fbf993 chore(ci): Upgrade typescript in install test.
  • d0bfa6e chore(ci): Fix Circle CI.
  • 5cba564 chore(deps): Update typescript to fix tsc error.
  • 160a04b docs(phantomjs): Add deprecation notice for PhantomJS
  • 1250278 fix(cli): Correctly parse list chromeOptions
  • a655d45 Updated documentation for ignoreSynchronization
  • dd2ccbb feat(saucelabs): Add Sauce Labs protocol customization support
  • 183cd80 fix(browser): Fix browser.angularAppRoot()
  • aaba0f6 docs: fixed dead pre-requisites link & added link to release.md

There are 131 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 馃尨

greenkeeper bot added a commit that referenced this pull request Oct 17, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 17, 2017

Version 5.2.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 20 commits.

  • c2cf0db chore(release): version changelog for 5.2.0
  • 0fbc2c0 chore(release): update selenium-webdriverjs and bump version number (#4538)
  • 862e8be fix(circleci): Disable testcases for "useBlockingProxy" (#4523)
  • f7e17f3 fix(clientSideScripts): change protractor to support waiting for hybrid app (#4512)
  • 15776b8 Export Locator (#4459)
  • 6be98ea docs(plugins): fix links and formatting (#4431)
  • 4b7cada fix(sauce): bring back sauceProxy as a configuration option (#4419)
  • b87159b fix(website): fix all locator examples to use element over browser.findElement (#4413)
  • 768fd39 fix(local): allow local driver provider to use gecko driver from config (#4412)
  • c0b8770 docs(website): fix issue 4246
  • f79938e docs(plugins): add ng-apimock plugin to plugins.md
  • ab1afb0 fix(blockingproxy): Start bpRunner strictly after setupDriverEnv
  • b85e7ee fix(npmignore): .map files in built directory cause stacktrace lines to nowhere
  • 299fc8d docs(browser-support): Fixed incorrect example
  • e5a5d59 docs(frameworks) align cucumberOpts comments

There are 20 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 7, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 7, 2017

Version 5.2.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 15 commits.

  • 7bf873b chore(release): bump version number (#4599) (#4618)
  • 3b29ee7 fix(doc): update links in debugging docs to make it show correctly in the website (#4615)
  • 18d06e8 chore(release): bump version number (#4599)
  • e51f0ec fix(doc): update doc for testing with node 8 async/await and chrome inspector. (#4613)
  • 5d13b00 fix(jasmine): Update Jasmine to support Node8 async/await (#4608)
  • 1b486a2 docs(readme) add link to DEVELOPER.md (#4596)
  • 8d71a1b docs(page-objects.md): Refactor the existing Page Object example (#4576)
  • a62efc6 feat(locators): Add support for regex in cssContainingText (#4532)
  • 95dd3ca doc(tutorial): added example for element.getAttribute('value') to read text from an input (#4566)
  • 1aaf1c1 Corrected the formatting of a code sample (#4561)
  • b204a83 doc(browser-support) improved Firefox documentation (#4553)
  • 8ac0f47 Add docs for debugging with the control flow disabled (#4555)
  • b20fce2 Corrected the path to Protractor cli.js (#4560)
  • 60d5d90 Update clientsidescripts.js (#4544)
  • bb63ab0 Update to the latest blocking proxy (#4546)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 12, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 12, 2017

Version 5.2.2 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

  • b43081f chore(release): version bump and changelog for 5.2.2 (#4626)
  • a5125de Revert "fix(jasmine): Update Jasmine to support Node8 async/await (#4608)" (#4625)
  • 8e5ad1f fix(doc): remove unnecessary config in debugging doc/example (#4622)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 25, 2018

Version 5.3.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 12 commits.

  • d116f5d Minor format fix for CHANGELOG.md
  • 65c6921 chore(release): version bump and change log for 5.3.0 (#4668)
  • a62a154 fix(script): fix compile-to-es5 script (#4676)
  • 964baba fix(clientsidescript): avoid returning the value of test callback in waitForAngular (#4667)
  • 335680f fix(circleCI): lock the currect version of all dependencies (#4669)
  • 6ba30e0 feat(driverProviders): Add TestObject and Kobiton as driverProviders
  • 83e2ba8 fix(website): Locator by.name('field_name') (#4653)
  • 02746dd fix(browser): Add space after full stop in error message. (#4594)
  • 7f968e0 fix(direct): Use config's geckoDriver when specified (#4554)
  • 9d87982 feat(config): allow to use newer versions of CoffeeScript (#4567)
  • f9df456 docs(element): fix minor typo in element.ts (#4471)
  • 65f206e docs(website): updated reference from ignoreSynchronization to waitForAngularEnabled(false). (#4632)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 5, 2018

Version 5.3.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 8 commits.

  • 84f5c60 chore(release): version bump and change log for 5.3.1
  • c63b99e fix(grep): change excluded tests to disabled instead of pending (#4673)
  • 9348ccf docs(page_objects): Remove unnecessary "await" and "async" (#4732)
  • 4898db0 docs(plugins) add protractor-cucumber-steps plugin to plugins.md (#4721)
  • a5dbe25 Revert "Changes "Angular" to "Angular 2" (#4683)" (#4705)
  • cc2234c feat(logger): Add log level configuration (#1451) (#4068)
  • 9027274 Changes "Angular" to "Angular 2" (#4683)
  • a7411b6 docs(page_objects): Add async / await example (#4675)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 18, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 18, 2018

Version 5.4.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 15 commits ahead by 15, behind by 1.

  • 5a31e58 chore(release): version bump and changelog for 5.4.0.
  • 492230a fix(generate_doc.sh): Use ES6 lib to compile down to ES5 (#4884)
  • 056eec2 deps(webdriver_js_extender): update webdriver_js_extender to 2.0 (#4882)
  • 03e2209 feat(driverProvider) Adding browserstackProxy param in BrowserStack driverProvider (#4852)
  • ed955e5 fix(travisCI): Update Node versions (#4847)
  • 3702a70 fix(local): Ensure webdriver.gecko.driver path is passed to Selenium (#4502)
  • 1c6a1a8 fix(circleci): Switch to using circleci v2 syntax and fix build errors (#4837)
  • 60cc0dc chore(release): version bump and changelog for 5.3.2 (#4807)
  • 8dd019b fix(test): fix async tests (#4806)
  • 948c7f2 fix(deps): Update saucelabs for security issue. (#4805)
  • c6703a5 fix(doc): Spelling updates to comments in plugin.ts(#4797)
  • 76324b8 fix(cli): add more verbose warning if '_debugger' module cannot be found. (#4800)
  • f8f490a updated CHANGELOG based on sauceSeleniumAddress and sauceSeleniumUseHttp (#4793)
  • 6290f27 fix(generate-docs): fix generate-docs.sh. (#4765)
  • 2aa507f chore(release): version bump and change log for 5.3.1 (#4758)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 10, 2018

Version 5.4.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 8 commits ahead by 8, behind by 1.

  • e77885d chore(release): version bump and changelog for 5.4.1.
  • 39485ca fix(typo): fixed typo in EC expectation alias (#4952)
  • 07fefeb fix(browser): browser.navigate() return type. (#4932)
  • 2632bb6 deps(webdriver_js_extender): update webdriver_js_extender to 2.1 (#4934)
  • 0b1820c fix(package-lock.json): update package-lock.json to match package.json. (#4931)
  • 7b08083 feat(driverProvider): Add useExistingWebDriver driver provider (#4756)
  • 249e657 feat(example): add examples of usage protractor framework with angular-material components; (#4891)
  • 4534e20 chore(release): version bump and changelog for 5.4.0. (#4885)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 25, 2018

  • The devDependency protractor was updated from 4.0.14 to 5.4.2.

Update to this version instead 馃殌

Commits

The new version differs by 7 commits ahead by 7, behind by 1.

  • 5d29112 chore(release): bump version to 5.4.2 (#5106)
  • db1b638 feat(saucelabs): add sauceRegion support for eu datacenters (#5083)
  • 3a5e413 chore(config): Update docs regarding proxies (#5048)
  • 6064b69 chore(tests): clean up test suite for failures (#5097)
  • f5dbe13 fix(deps): @types/node is now a dev dependency
  • d4fe1ca chore(config): Update sauceSeleniumAddress port to 443 (#5041)
  • 71e2cb8 chore(release): version bump and changelog for 5.4.1. (#4953)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 25, 2018
greenkeeper bot added a commit that referenced this pull request Mar 23, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2019

  • The devDependency protractor was updated from 4.0.14 to 6.0.0.

Update to this version instead 馃殌

Commits

The new version differs by 63 commits.

  • 5d8da04 chore(release): version bump to 6.0.0 and update the changelog
  • d777738 chore(tests): circleci - chrome 69 requires chromdriver to 2.44 (#5182)
  • 3d50b68 chore(deps): update based on npm audit
  • e478ba8 chore(release): bump version to 6.0.1-beta
  • 7054827 chore(types): fix types to use not @types/selenium-webdriver (#5127)
  • 2e5c2e6 chore(jasmine): prevent random execution order in jasmine 3 (#5126)
  • 8afc4e2 chore(release): release 6.0.0-beta and update the changelog
  • 5fd711c chore(webdriver-manager): use [email protected]
  • 96ae17c deps(jasmine): upgrade jasmine 3.3 (#5102)
  • 68491dd chore(expectedConditions): update generic Function typings (#5101)
  • cf43651 chore(debugprint): convert debugprint to TypeScript (#5074)
  • d213aa9 deps(selenium): upgrade to selenium 4 (#5095)
  • 4672265 chore(browser): remove timing issues with restart and fork (#5085)
  • b4dbcc2 chore(elementexplorer): remove explorer bin file (#5094)
  • 7de6d85 docs(api): update examples to use async/await (#5081)

There are 63 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 13, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 13, 2020


馃毃 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 馃挏 馃殮馃挩 馃挌

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency protractor was updated from 4.0.14 to 7.0.0.

Update to this version instead 馃殌

Commits

The new version differs by 17 commits ahead by 17, behind by 63.

  • 71771de release: 7.0.0
  • 9d2e18e refactor: use console.log instead of util.puts
  • c281157 refactor: remove debugger and explore methods
  • 7cdb978 build: update several dev packages that have security issues
  • 8e82835 build: update webdriver-manager
  • a1fe5f2 ci: update tests to run on Node 10 and 12
  • 3fc9220 fix: prototype Pollution vulnerability through outdated yargs package
  • a0ffa9b release: 5.4.4
  • 8b3ebf8 fix: security prototype pollution
  • 162f9e5 ci: Log sauce connect proxy to stdout, remove travis_wait, upgrade proxy to 4.5.4
  • eb1d0fc docs(release): Update release docs for 5.4 series.
  • 6c46098 chore(release): Update changelog
  • faf0895 fix(ci): Don't update webdriver in pretest
  • d77731c fix(release): Pin CircleCI to Chrome v74
  • efe7fdd chore(dependencies): Update natives, so we can continue to run Gulp on

There are 17 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants