Skip to content

Chore(deps-dev): Bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.0#3486

Merged
github-actions[bot] merged 1 commit into
stable5.3from
dependabot/npm_and_yarn/stable5.3/nextcloud/e2e-test-server-0.5.0
Jul 11, 2026
Merged

Chore(deps-dev): Bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.0#3486
github-actions[bot] merged 1 commit into
stable5.3from
dependabot/npm_and_yarn/stable5.3/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 dependabot Bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Jul 11, 2026
@github-actions github-actions Bot enabled auto-merge July 11, 2026 02:16
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable5.3/nextcloud/e2e-test-server-0.5.0 branch from 386896c to 6a03cc8 Compare July 11, 2026 08:18
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable5.3/nextcloud/e2e-test-server-0.5.0 branch from 6a03cc8 to b0dd418 Compare July 11, 2026 08:22
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable5.3/nextcloud/e2e-test-server-0.5.0 branch from b0dd418 to 86318d1 Compare July 11, 2026 08:25
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 force-pushed the dependabot/npm_and_yarn/stable5.3/nextcloud/e2e-test-server-0.5.0 branch from 86318d1 to a5c701a Compare July 11, 2026 08:28
@github-actions github-actions Bot merged commit efb87b3 into stable5.3 Jul 11, 2026
42 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/stable5.3/nextcloud/e2e-test-server-0.5.0 branch July 11, 2026 08:30
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.

0 participants