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.5.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

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested review from elzody and juliusknorr May 31, 2025 01:48
@dependabot dependabot bot requested review from elzody and juliusknorr as code owners May 31, 2025 01:48
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added 3. to review Ready to be reviewed dependencies Pull requests that update a dependency file labels May 31, 2025
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.5.0 to 5.0.1.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v3.5.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]>
@elzody elzody force-pushed the dependabot/npm_and_yarn/eslint-plugin-cypress-5.0.1 branch from e240d3c to fe87810 Compare June 3, 2025 21:41
@elzody
Copy link
Contributor

elzody commented Jun 3, 2025

@juliusknorr I tried to resolve this one on my own, but I could not for the life of me figure out how to migrate to ESLint 9 as required and get all the peer dependency wizardry working correctly.

@juliusknorr
Copy link
Member

juliusknorr commented Jun 4, 2025

I think we mainly are still bound to eslint 8 by our shared eslint-config package. We would need to go to v9.0.0 which just has pre-releases so far, but could be updated already:

https://github.com/nextcloud-libraries/eslint-config/releases/tag/v9.0.0-rc.0

The output in https://github.com/nextcloud/richdocuments/actions/runs/15428457748/job/43421081986 should tell that @nextcloud/eslint-config is requiring 8.x but this update requires 9.x. Otherwise npm ls eslint can help find out which package pulls in a dependency at what version

@juliusknorr
Copy link
Member

Also cc @emberfiend for the above message as we talked about that earlier for text

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

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants