Skip to content

chore(deps-dev): bump eslint-plugin-cypress from 6.4.2 to 7.0.0 - #9858

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/eslint-plugin-cypress-7.0.0
Open

chore(deps-dev): bump eslint-plugin-cypress from 6.4.2 to 7.0.0#9858
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/eslint-plugin-cypress-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-cypress from 6.4.2 to 7.0.0.

Release notes

Sourced from eslint-plugin-cypress's releases.

v7.0.0

7.0.0 (2026-08-06)

Features

BREAKING CHANGES

  • ESLint v9 reached end-of-life on 2026-08-06 ESLint v10 is now the minimum version supported

Update dependencies @​typescript-eslint/rule-tester to 8.66.0 eslint to 10.8.0 eslint-plugin-eslint-plugin to 7.6.1 eslint-plugin-mocha 12.0.2 globals to 17.9.0 typescript-eslint to 8.66.0

Disable mocha/no-async-in-sync-tests rule in documentation

  • chore: rename rule to mocha/no-setup-in-suite

Previously was mocha/no-setup-in-describe

v6.4.4

6.4.4 (2026-08-04)

Bug Fixes

  • deps: update dependency globals to ^17.8.0 (#404) (a03661e)

v6.4.3

6.4.3 (2026-07-14)

Bug Fixes

  • docs: add no-and rule documentation to README (#379) (f1e2b93)
Commits
  • 83de14d feat: change minimum to ESLint v10 (#410)
  • 0109378 chore(deps): update node.js to v24.18.1 (#407)
  • cc85d39 chore(deps): update dependency cypress to ^15.20.0 (#409)
  • a03661e fix(deps): update dependency globals to ^17.8.0 (#404)
  • 8d81cb8 chore(ci): run eslint-doc-generator check in ci (#408)
  • 4c8e323 chore(deps): update typescript to 6.0.3 (#391)
  • 8133f8d chore(deps): update node.js to v24.18.0 (#398)
  • 480bbdd chore(deps): update dependency prettier to ^3.9.6 (#401)
  • 968a8c3 chore(deps): update eslint (#399)
  • 618f85c chore(renovate): add circle.yml to Renovate scope (#389)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 6.4.2 to 7.0.0.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v6.4.2...v7.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot dependencies javascript Pull requests that update javascript code semver-patch labels Aug 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 19, 2026 00:57
@dependabot dependabot Bot added semver-patch dependencies javascript Pull requests that update javascript code dependabot labels Aug 19, 2026
@dd-octo-sts

dd-octo-sts Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Overall package size

Self size: 8.25 MB
Deduped: 8.92 MB
No deduping: 8.92 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.3.3 | 125.43 kB | 445.14 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@pr-commenter

pr-commenter Bot commented Aug 19, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-08-19 01:10:44

Comparing candidate commit 5893422 in PR branch dependabot/npm_and_yarn/eslint-plugin-cypress-7.0.0 with baseline commit 63a6307 in branch master.

📊 Benchmarking dashboard

Found 0 performance improvements and 0 performance regressions! Performance is the same for 2284 metrics, 8 unstable metrics.

Explanation

This is an A/B test comparing a candidate commit's performance against that of a baseline commit. Performance changes are noted in the tables below as:

  • 🟩 = significantly better candidate vs. baseline
  • 🟥 = significantly worse candidate vs. baseline

We compute a confidence interval (CI) over the relative difference of means between metrics from the candidate and baseline commits, considering the baseline as the reference.

If the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD), the change is considered significant.

Feel free to reach out to #apm-benchmarking-platform on Slack if you have any questions.

More details about the CI and significant changes

You can imagine this CI as a range of values that is likely to contain the true difference of means between the candidate and baseline commits.

CIs of the difference of means are often centered around 0%, because often changes are not that big:

---------------------------------(------|---^--------)-------------------------------->
                              -0.6%    0%  0.3%     +1.2%
                                 |          |        |
         lower bound of the CI --'          |        |
sample mean (center of the CI) -------------'        |
         upper bound of the CI ----------------------'

As described above, a change is considered significant if the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD).

For instance, for an execution time metric, this confidence interval indicates a significantly worse performance:

----------------------------------------|---------|---(---------^---------)---------->
                                       0%        1%  1.3%      2.2%      3.1%
                                                  |   |         |         |
       significant impact threshold --------------'   |         |         |
                      lower bound of CI --------------'         |         |
       sample mean (center of the CI) --------------------------'         |
                      upper bound of CI ----------------------------------'

Unstable benchmarks

These benchmarks have a confidence interval too wide to call a change; treat them as noise rather than signal.

scenario:appsec-iast-with-vulnerability-iast-enabled-default-config-20

  • unstable max_rss_usage [-23653.328KB; +22234.128KB] or [-6.293%; +5.916%]

scenario:debugger-line-probe-with-snapshot-minimal-24

  • unstable max_rss_usage [-17.705MB; +11.588MB] or [-7.158%; +4.685%]

scenario:dogstatsd-with-tags-20

  • unstable cpu_user_time [-315.238ms; +305.425ms] or [-6.464%; +6.263%]
  • unstable execution_time [-314.515ms; +301.724ms] or [-6.357%; +6.098%]
  • unstable throughput [-106149.484op/s; +110431.901op/s] or [-6.267%; +6.520%]

scenario:plugin-graphql-long-with-depth-and-collapse-off-20

  • unstable max_rss_usage [-30767.750KB; +31881.350KB] or [-7.626%; +7.902%]

scenario:plugin-graphql-long-with-depth-off-26

  • unstable max_rss_usage [-17.022MB; +28.303MB] or [-10.276%; +17.086%]

scenario:test-optimization-large-suite-20

  • unstable max_rss_usage [-2.838MB; +4.973MB] or [-3.650%; +6.395%]

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

Labels

dependabot dependencies javascript Pull requests that update javascript code semver-patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants