Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

chore(deps): update dependency testcafe to v1.3.1 #410

Merged
merged 1 commit into from
Jul 5, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2019

This PR contains the following updates:

Package Type Update Change
testcafe (source) devDependencies patch 1.3.0 -> 1.3.1

Release Notes

DevExpress/testcafe

v1.3.1

Compare Source

This release fixes an issue caused by tsconfig.json auto-detection.

Breaking Changes
💥 TypeScript Configuration File Location is Required to Apply the Custom Compiler Settings (#​3983)

Version 1.3.0 introduced support for custom TypeScript configuration files where you can provide the compiler options. This feature included automatic detection of these configuration files. If the directory from which you run tests contained a tsconfig.json file, TestCafe would apply it by default.

However, this behavior caused troubles for users who have already had tsconfig.json files with conflicting settings in their projects. TestCafe attempted to apply these configurations, which resulted in issues with test compilation.

In v1.3.1, we have disabled tsconfig.json auto-detection. Now you must explicitly specify the tsconfig.json file location to apply the compiler settings. You can do it in one of the following ways:

  • the --ts-config-path command line parameter,

    testcafe chrome my-tests --ts-config-path /Users/s.johnson/testcafe/tsconfig.json
  • the runner.tsConfigPath API method,

    runner.tsConfigPath('/Users/s.johnson/testcafe/tsconfig.json');
  • the tsConfigPath configuration file property.

    {
        "tsConfigPath": "/Users/s.johnson/testcafe/tsconfig.json"
    }

We strongly recommend that you upgrade to v1.3.1. We apologize for any inconvenience.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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 has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot merged commit 507c15b into master Jul 5, 2019
@renovate renovate bot deleted the renovate/testcafe-1.x branch July 5, 2019 17:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant