Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 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

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 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 added 3. to review Ready to be reviewed dependencies Pull requests that update a dependency file labels Jul 18, 2026
@dependabot
dependabot Bot requested review from elzody and juliusknorr as code owners July 18, 2026 01:02
@dependabot dependabot Bot added 3. to review Ready to be reviewed dependencies Pull requests that update a dependency file labels Jul 18, 2026
@github-actions
github-actions Bot enabled auto-merge July 18, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Ready to be reviewed dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants