Skip to content

chore(deps): update dependency @nextcloud/e2e-test-server to ^0.5.0 (main)#8809

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-nextcloud-e2e-test-server-0.x
Open

chore(deps): update dependency @nextcloud/e2e-test-server to ^0.5.0 (main)#8809
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-nextcloud-e2e-test-server-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@nextcloud/e2e-test-server ^0.4.0^0.5.0 age confidence

Release Notes

nextcloud-libraries/nextcloud-e2e-test-server (@​nextcloud/e2e-test-server)

v0.5.0

Compare Source

Breaking changes

runExec and runOcc now return an object instead of the plain output string.
The response object has the following format:

interface ExecResponse {
  /** The stdout messages */
  stdout: string
  /** The stderr messages */
  stderr: string
  /** The exit code of the command */
  exitCode: number
}

By default both commands fail if the command exists with a non-zero exit code,
this can be disabled with failOnError: false on the command options.

Fixed
  • fix!(docker): clean up exec output handling and remove app:list workaround (#​985)
  • fix(playwright): make login method more robust (#​1034)
  • fix(docker): allow to install all shipped apps in configureNextcloud (#​1039)
  • fix(docker): add special handling for server usage (#​1040)
Changed
  • ci: updated workflows
  • Updated dependencies
    • Bump axios to 1.16.0
    • Bump wait-on to 9.0.10
    • Bump @​nextcloud/paths to 3.1.0
    • Bump fast-xml-parser to 5.9.3
    • Bump dockerode to 5.0.1

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 4, 2026
@github-actions github-actions Bot enabled auto-merge July 4, 2026 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants