Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2025

Bumps eslint-plugin-cypress from 3.6.0 to 5.0.1.

Release notes

Sourced from eslint-plugin-cypress's releases.

v5.0.1

5.0.1 (2025-05-30)

Bug Fixes

  • stylistic: apply javascript formatting conventions (#262) (bbd33fd)

v5.0.0

5.0.0 (2025-05-29)

Breaking Changes

  • Support for non-flat legacy configurations is removed. The default configuration eslint-plugin-cypress now resolves to the flat configuration instead of to the legacy configuration

Deprecations

  • eslint-plugin-cypress/flat is deprecated and should be replaced by eslint-plugin-cypress

Other

  • remove legacy eslintrc configuration (#260) (618bd21)
  • globals dependency is updated to 16.2.0
  • semantic-release dependency is update to 24.2.5

v4.3.0

4.3.0 (2025-04-22)

Features

v4.2.1

4.2.1 (2025-04-09)

Bug Fixes

  • deps: update all dependencies (5b827eb)

v4.2.0

4.2.0 (2025-03-07)

Bug Fixes

... (truncated)

Commits
  • bbd33fd fix(stylistic): apply javascript formatting conventions (#262)
  • 2412c29 test: migrate from jest to vitest 3.1.4 (#261)
  • 618bd21 feat: remove legacy eslintrc configuration (#260)
  • 1a4b2cb chore(deps): update eslint to 9.27.0 (#259)
  • 87e197b docs: update eslint-plugin-mocha usage for legacy config support drop (#256)
  • ed86017 chore(deps): update eslint-plugin-mocha to 11.1.0 (#255)
  • 2c911ac feat: add no-chained-get rule (#249)
  • 4f062ac Merge pull request #254 from MikeMcC399/docs/merge-guidelines
  • 84e03d0 docs: add PR merge guidelines for maintainers
  • de3ef37 Merge pull request #253 from MikeMcC399/update/deps
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
eslint-plugin-cypress [>= 4.a, < 5]

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added 3. to review dependencies Pull requests that update a dependency file labels May 31, 2025
@codecov
Copy link

codecov bot commented May 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.14%. Comparing base (c019aed) to head (1f116d3).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2042   +/-   ##
=======================================
  Coverage   31.14%   31.14%           
=======================================
  Files          43       43           
  Lines        1583     1583           
  Branches      110      110           
=======================================
  Hits          493      493           
  Misses       1064     1064           
  Partials       26       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cypress
Copy link

cypress bot commented May 31, 2025

Activity  Image  Run #2651

Run Properties:  status check passed Passed #2651  •  git commit f7e8f75d34: Chore(deps-dev): Bump eslint-plugin-cypress from 3.6.0 to 5.0.1
Project Activity
Branch Review dependabot/npm_and_yarn/eslint-plugin-cypress-5.0.1
Run status status check passed Passed #2651
Run duration 03m 28s
Commit git commit f7e8f75d34: Chore(deps-dev): Bump eslint-plugin-cypress from 3.6.0 to 5.0.1
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 10
View all changes introduced in this branch ↗︎

@artonge artonge force-pushed the dependabot/npm_and_yarn/eslint-plugin-cypress-5.0.1 branch from 9557419 to 1b0d21c Compare June 2, 2025 11:17
@artonge
Copy link
Collaborator

artonge commented Jun 2, 2025

@dependabot recreate

Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.6.0 to 5.0.1.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v3.6.0...v5.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-cypress-5.0.1 branch from 1b0d21c to 1f116d3 Compare June 2, 2025 11:46
@artonge artonge merged commit d3dc63b into master Jun 2, 2025
53 of 55 checks passed
@artonge artonge deleted the dependabot/npm_and_yarn/eslint-plugin-cypress-5.0.1 branch June 2, 2025 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants