Skip to content

[stable34] chore(deps-dev): bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.0#61995

Open
dependabot[bot] wants to merge 1 commit into
stable34from
dependabot/npm_and_yarn/stable34/nextcloud/e2e-test-server-0.5.0
Open

[stable34] chore(deps-dev): bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.0#61995
dependabot[bot] wants to merge 1 commit into
stable34from
dependabot/npm_and_yarn/stable34/nextcloud/e2e-test-server-0.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/e2e-test-server from 0.4.0 to 0.5.0.

Release notes

Sourced from @​nextcloud/e2e-test-server's releases.

v0.5.0 - 2026-07-02

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
Changelog

Sourced from @​nextcloud/e2e-test-server's changelog.

v0.5.0 - 2026-07-02

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
Commits
  • ddd722a chore: fix repository URLs
  • cbb57bd Merge pull request #1041 from nextcloud-libraries/chore/rel-0-5-0
  • 2683c6e test(docker): fix stdout parsind for apps list
  • e0c9ea9 chore: remove debug artifact
  • d532c05 chore: prepare v0.5.0
  • 4950ba4 Merge pull request #1040 from nextcloud-libraries/fix/server
  • d43309e Merge pull request #985 from joshtrichards/jtr/fix-docker-stderr-handling
  • 5da9ed2 test(docker): add tests for runExec
  • 55bc08c chore: adjust usage of runExec to new signature
  • 7817d5c fix(docker): split exec stdout and stderr handling and drop workaround
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nextcloud/e2e-test-server since your current version.


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 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-libraries/nextcloud-e2e-test-server) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-e2e-test-server@v0.4.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested review from a team as code owners July 11, 2026 02:17
@dependabot dependabot Bot requested review from nfebe, sorbaugh and susnux and removed request for a team July 11, 2026 02:17
@github-actions github-actions Bot changed the title chore(deps-dev): bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.0 [stable34] chore(deps-dev): bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.0 Jul 11, 2026
@github-actions github-actions Bot enabled auto-merge July 11, 2026 02:50
@AndyScherzinger AndyScherzinger added this to the Nextcloud 34.0.2 milestone Jul 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant