Skip to content

Commit c9a0c00

Browse files
dependabot[bot]Kocal
authored andcommitted
build(deps-dev): bump eslint-plugin-cypress from 2.0.1 to 2.1.0 (#133)
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.0.1 to 2.1.0. <details> <summary>Release notes</summary> *Sourced from [eslint-plugin-cypress's releases](https://github.com/cypress-io/eslint-plugin-cypress/releases).* > ## v2.1.0 > <a name="2.1.0"></a> > > # 2.1.0 (2018-11-02) > > ## New features 👍 > > * Add no-assigning-return-values rule > * Add no-unnecessary-waiting rule > * Add cypress/recommended config > > </details> <details> <summary>Commits</summary> - [`27c2b12`](cypress-io/eslint-plugin-cypress@27c2b12) feat: Add no-assigning-return-values rule - [`3832da8`](cypress-io/eslint-plugin-cypress@3832da8) publish new version - [`1663a62`](cypress-io/eslint-plugin-cypress@1663a62) Merge pull request [#7](https://github-redirect.dependabot.com/cypress-io/eslint-plugin-cypress/issues/7) from SaladFork/feature/add-no-unnecessary-waiting-rule - [`15b4d60`](cypress-io/eslint-plugin-cypress@15b4d60) Merge remote-tracking branch 'origin/master' into wait - [`76b2207`](cypress-io/eslint-plugin-cypress@76b2207) update circle to v2 and add linting and testing - [`e029d27`](cypress-io/eslint-plugin-cypress@e029d27) add linting rules - [`83dd1b2`](cypress-io/eslint-plugin-cypress@83dd1b2) add package-lock - [`ad207bb`](cypress-io/eslint-plugin-cypress@ad207bb) Merge pull request [#6](https://github-redirect.dependabot.com/cypress-io/eslint-plugin-cypress/issues/6) from SaladFork/feature/add-no-assigning-return-values-rule - [`afbf690`](cypress-io/eslint-plugin-cypress@afbf690) Adds `no-unnecessary-waiting` rule to follow best practices - [`74f592b`](cypress-io/eslint-plugin-cypress@74f592b) Adds a recommended config with new no-assigning-return-values rule - Additional commits viewable in [compare view](cypress-io/eslint-plugin-cypress@v2.0.1...v2.1.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-cypress&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.1.0)](https://dependabot.com/compatibility-score.html?dependency-name=eslint-plugin-cypress&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.1.0) 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`. --- <details> <summary>Dependabot commands and options</summary> <br /> 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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
1 parent 1d764b1 commit c9a0c00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,9 +1630,9 @@ eslint-module-utils@^2.2.0:
16301630
pkg-dir "^1.0.0"
16311631

16321632
eslint-plugin-cypress@^2.0.1:
1633-
version "2.0.1"
1634-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.0.1.tgz#647e942cacbfd71b0f1a1ed6978472fbd475c60a"
1635-
integrity sha512-iC17zJhUxW4JMGQYyxq2lYl5vCUDqGnC2Qkmt1mMk3kn5XIu6ypbtAbREDTC+cFY6SG7USlsmURjTAJ4LtlM6A==
1633+
version "2.1.0"
1634+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.1.0.tgz#2dcef8e42e792ff5f64459176ef294035afd55a7"
1635+
integrity sha512-nH6eCWrOwUV2z3qu2yJMThvXjAjc5bIfruuCY8Cxar7sFUoUPHipN4vb+KR/TJTpNPM3/S9gHLKKvoqDCCDvgg==
16361636
dependencies:
16371637
globals "^11.0.1"
16381638

0 commit comments

Comments
 (0)