chore(deps-dev): Bump eslint-plugin-cypress from 3.5.0 to 5.0.1
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
v5.0.0
5.0.0 (2025-05-29)
Breaking Changes
- Support for non-flat legacy configurations is removed. The default configuration
eslint-plugin-cypressnow resolves to the flat configuration instead of to the legacy configurationDeprecations
eslint-plugin-cypress/flatis deprecated and should be replaced byeslint-plugin-cypressOther
- 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
bbd33fdfix(stylistic): apply javascript formatting conventions (#262)2412c29test: migrate from jest to vitest 3.1.4 (#261)618bd21feat: remove legacy eslintrc configuration (#260)1a4b2cbchore(deps): update eslint to 9.27.0 (#259)87e197bdocs: update eslint-plugin-mocha usage for legacy config support drop (#256)ed86017chore(deps): update eslint-plugin-mocha to 11.1.0 (#255)2c911acfeat: add no-chained-get rule (#249)4f062acMerge pull request #254 from MikeMcC399/docs/merge-guidelines84e03d0docs: add PR merge guidelines for maintainersde3ef37Merge pull request #253 from MikeMcC399/update/deps- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
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.
@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.
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
Also cc @emberfiend for the above message as we talked about that earlier for text