Skip to content

Update dependency protractor to ~5.4.0#45

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/protractor-5.x
Open

Update dependency protractor to ~5.4.0#45
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/protractor-5.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented May 23, 2018

This PR contains the following updates:

Package Change Age Confidence
protractor ~5.1.2~5.4.0 age confidence

Release Notes

angular/protractor (protractor)

v5.4.4

Compare Source

v5.4.3

Compare Source

typescript 3.7 compatibility

Resolves #​5348 which was causing incompatibility with TypeScript 3.7

v5.4.2

Compare Source

Features

  • (db1b638)
    feat(saucelabs): add sauceRegion support for eu datacenters (#​5083)

    This change allows user to define the backend region from sauce via the sauceRegion property,
    e.g.

       sauceUser: process.env.SAUCE_USERNAME,
       sauceKey: process.env.SAUCE_ACCESS_KEY,
       sauceRegion: 'eu',

    Will run the test against https://ondemand.eu-central-1.saucelabs.com:443/wd/hub/.

       sauceUser: process.env.SAUCE_USERNAME,
       sauceKey: process.env.SAUCE_ACCESS_KEY,
       sauceRegion: 'us',
    
       // the default
       sauceUser: process.env.SAUCE_USERNAME,
       sauceKey: process.env.SAUCE_ACCESS_KEY,

    Will run the test against https://ondemand.saucelabs.com:443/wd/hub/

Fixes

v5.4.1

Compare Source

Features

  • (7b08083)
    feat(driverProvider): Add useExistingWebDriver driver provider (#​4756)

  • (249e657)
    feat(example): add examples of usage protractor framework with angular-material components;
    (#​4891)

Fixes

  • (39485ca)
    fix(typo): fixed typo in EC expectation alias (#​4952)

  • (07fefeb)
    fix(browser): browser.navigate() return type. (#​4932)

    Changing return type of browser.navigate() to be Navigation instead of any.

  • (0b1820c)
    fix(package-lock.json): update package-lock.json to match package.json. (#​4931)

Dependencies

  • (2632bb6)
    deps(webdriver_js_extender): update webdriver_js_extender to 2.1 (#​4934)

v5.4.0

Compare Source

Features

  • (03e2209)
    feat(driverProvider) Adding browserstackProxy param in BrowserStack driverProvider (#​4852)

Fixes

  • (492230a)
    fix(generate_doc.sh): Use ES6 lib to compile down to ES5 (#​4884)

  • (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)

Dependencies

  • (056eec2)
    deps(webdriver_js_extender): update webdriver_js_extender to 2.0 (#​4882)
    1. update webdriver_js_extender to 2.0
    2. update selenium typing to 3.0.10

v5.3.2

Compare Source

Fixes

  • (4e0a57c)
    fix(test): fix async tests

    Increase the scripts timeout

  • (c6703a5)
    fix(doc): Spelling updates to comments in plugin.ts(#​4797)

    Updated some of the spelling errors/ punctuation mistakes for clearer understanding.

  • (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)

    Ignore generated unstaged files before checking out to new branch; otherwise, the git checkout
    will fail.

Dependencies

v5.3.1

Compare Source

Features

Fixes

  • (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)

  • (a7411b6)
    docs(page_objects): Add async / await example (#​4675)

v5.3.0

Compare Source

Features

  • (9d87982)
    feat(config): allow to use newer versions of CoffeeScript (#​4567)
    CoffeeScript lost the hyphen in the module name about 9 months ago, all the new versions are
    going to be released as coffeescript not the coffee-script

  • (6ba30e0)
    feat(driverProviders): Add TestObject and Kobiton as driverProviders
    Add TestObject and Kobiton as driverProviders

    1. Add testObject and kobiton to driverProviders
    2. Add testObject and kobiton items to cli, config and index
    3. Add instructions for using testObject and kobiton to server-setup

Fixes

  • (a62a154)
    fix(script): fix compile-to-es5 script (#​4676)
    make compile-to-es5 script rely on native es6-promise typing

  • (964baba)
    fix(clientsidescript): avoid returning the value of test callback in waitForAngular (#​4667)
    The return value could be interpreted as an error by mistake in some situation
    Also fix a wrong if-condition in error reporting

  • (83e2ba8)
    fix(website): Locator by.name('field_name') (#​4653)

  • (02746dd)
    fix(browser): Add space after full stop in error message. (#​4594)
    Linkifiers interpret the ".If" at the end of the URL as part of the URL.

  • (7f968e0)
    fix(direct): Use config's geckoDriver when specified (#​4554)
    This change makes the firefox capability more closely match chrome's. The firefox
    capability was not looking for config_.geckoDriver like chrome was.

  • (f9df456)
    docs(element): fix minor typo in element.ts (#​4471)

  • (65f206e)
    docs(website): updated reference from ignoreSynchronization to waitForAngularEnabled(false).
    (#​4632)

Dependencies

  • (335680f)
    fix(circleCI): lock the currect version of all dependencies (#​4669)
    CircleCI was broken by the new release of gulp-clang-format and jasmine
    1. pin the version of gulp-clang-format to 1.0.23
    2. pin jasmine version to 2.8.0
    3. add lock file

v5.2.2

Compare Source

Fixes

  • (b3c7404)
    Revert "fix(jasmine): Update Jasmine to support Node8 async/await (#​4608)"
    This reverts commit 5d13b00.
    This commit is unnecessary now, revert this commit to avoid breaking changes in 5.2.1

  • (8e5ad1f)
    fix(doc): remove unnecessary config in debugging doc/example (#​4622)

v5.2.1

Compare Source

Features

  • (a62efc6)
    feat(locators): Add support for regex in cssContainingText (#​4532)

Fixes

  • (e51f0ec)
    fix(doc): update doc for testing with node 8 async/await and chrome inspector. (#​4613)
  • (b204a83)
    doc(browser-support) improved Firefox documentation (#​4553)
  • (8d71a1b)
    docs(page-objects.md): Refactor the existing Page Object example (#​4576)
  • (95dd3ca)
    doc(tutorial): added example for element.getAttribute('value') to read text from an input (#​4566)

Dependencies

Breaking Changes

  • (5d13b00)
    fix(jasmine): Update Jasmine to support Node8 async/await (#​4608)

    Breaking change for TypeScript:
    JasmineWD doesn't know anything about async/await, turns off JasmineWD if control flow was
    disabled.

    It will affect TypeScript tests that are using async/await and

    a. miss some await keyword in the test.(Previously, this might cause the
    test failed silently and be reported as pass), or

    b. use Promise in jasmine expect function

    Before

    await expect(getPromise()).toEqual(42);

    After

    expect(await getPromise()).toEqual(42);

v5.2.0

Compare Source

Fixes

  • (f7e17f3)
    fix(clientSideScripts): change protractor to support waiting for hybrid app (#​4512)

  • (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 Fixes #​4371

  • (299fc8d)
    docs(browser-support): Fixed incorrect example

  • (e5a5d59)
    docs(frameworks) align cucumberOpts comments

  • (fe8c480)
    docs(frameworks) update cucumber dry run option

  • (2e9acf5)
    docs(plugins) add protractor-numerator plugin to plugins.md

  • (3f861ae)
    By.js locator should accept functions

Dependencies

  • (0fbc2c0)
    chore(release): update selenium-webdriverjs

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/protractor-5.x branch from 9d408cd to eaa5d18 Compare April 26, 2021 13:13
@renovate renovate bot changed the title Update dependency protractor to ~5.3.0 Update dependency protractor to v5.4.4 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from eaa5d18 to aa5617b Compare May 9, 2021 20:50
@renovate renovate bot changed the title Update dependency protractor to v5.4.4 Update dependency protractor to ~5.4.0 May 9, 2021
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from aa5617b to 97fa4d9 Compare May 15, 2021 19:34
@renovate renovate bot changed the title Update dependency protractor to ~5.4.0 Update dependency protractor to v5.4.4 May 15, 2021
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from 97fa4d9 to f991ae1 Compare November 20, 2022 18:43
@renovate renovate bot changed the title Update dependency protractor to v5.4.4 Update dependency protractor to ~5.4.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from f991ae1 to 995af84 Compare August 5, 2025 19:16
@renovate renovate bot force-pushed the renovate/protractor-5.x branch 2 times, most recently from aaa7072 to 81640a0 Compare August 15, 2025 20:10
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from 81640a0 to 420566b Compare August 24, 2025 03:19
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from 420566b to 5d2d73f Compare September 1, 2025 12:07
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from 5d2d73f to c303a64 Compare September 26, 2025 20:17
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from c303a64 to c2d48ab Compare October 23, 2025 20:16
@renovate renovate bot force-pushed the renovate/protractor-5.x branch 2 times, most recently from 272c8cd to 5639774 Compare November 19, 2025 11:49
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from 5639774 to c367146 Compare December 3, 2025 23:17
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from c367146 to ca3e4b3 Compare January 1, 2026 00:53
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from ca3e4b3 to b835eaa Compare January 9, 2026 08:18
@renovate renovate bot force-pushed the renovate/protractor-5.x branch 2 times, most recently from 03dd7f7 to e22479c Compare January 23, 2026 23:49
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from e22479c to 14cda30 Compare February 3, 2026 07:50
@renovate renovate bot force-pushed the renovate/protractor-5.x branch 2 times, most recently from dc5ef7e to 322ad96 Compare February 19, 2026 07:18
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from 322ad96 to 5616e88 Compare March 8, 2026 07:20
@renovate renovate bot force-pushed the renovate/protractor-5.x branch from 5616e88 to ae42330 Compare March 14, 2026 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants