Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps-dev): Bump @nextcloud/e2e-test-server from 0.1.2 to 0.2.1 #2560

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2025

Bumps @nextcloud/e2e-test-server from 0.1.2 to 0.2.1.

Commits
  • 5733e57 Release: e2e-test-server version 0.2.1
  • 0b5c47d feat: add playwright export
  • e6f1597 Release: e2e-test-server version 0.2.0
  • 19e6621 feat(playwright): createRandomUser() and login()
  • ecb169e feat: expose user in random-user-fixture
  • 02780b6 feat: User.createRandom(), use User in docker addUser
  • f60d530 test: docker tooling with playwright
  • 2bd6693 feat!: Export docker functions from main entry
  • ffe8fe0 chore(deps-dev): Bump typedoc from 0.27.6 to 0.27.7
  • f9c8258 chore(deps-dev): Bump rollup from 4.34.4 to 4.34.6
  • 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 will merge this PR once CI passes on it, as requested by @nextcloud-command.


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)

Bumps [@nextcloud/e2e-test-server](https://github.com/nextcloud/nextcloud-cypress) from 0.1.2 to 0.2.1.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](nextcloud-libraries/nextcloud-cypress@e2e-test-server-v0.1.2...e2e-test-server-v0.2.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/e2e-test-server"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Feb 15, 2025
Copy link

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 80aa122 into main Feb 15, 2025
46 of 47 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/nextcloud/e2e-test-server-0.2.1 branch February 15, 2025 03:47
@Chartman123
Copy link
Collaborator

@max-nextcloud after these changes our e2e tests are failing. Could you please have a look?

@max-nextcloud
Copy link
Contributor

@Chartman123 Oh wow... Sorry for the mess!

I did not expect dependabot to autoupgrade versions below 1.0 as semantic versioning states:

Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.

I've been meaning to prepare a PR for you anyway to make use of the new stuff. So I will prioritize that.

Could you make it so PRs with failing e2e tests do not get automerged?

I was expecting to be able to make a few more breaking changes before 1.0 - but I could also stick to the current API for a bit and then do one breaking release for 1.0.0 with prereleases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants