Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
stable32from
dependabot/npm_and_yarn/stable32/nextcloud/e2e-test-server-0.5.1
Open

Chore(deps-dev): Bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.1#3737
dependabot[bot] wants to merge 1 commit into
stable32from
dependabot/npm_and_yarn/stable32/nextcloud/e2e-test-server-0.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

v0.5.1 - 2026-08-04

Fixed

  • fix(docker): always provide apps-writable (#1051)
  • fix: Avoid error when files are changed during tar (Bump psalm/phar from 4.20.0 to 4.22.0 #1047)
  • fix(podman): Ensure compatibility with Podman (#1061)
  • fix(docker): install the composer dependencies of cloned shipped apps (#1064)
  • fix(docker): list the apps after apps-writable is a known apps path (#1063)

Changed

  • ci: update all workflow templates from organization template repository (#963)
  • chore: add ESLint and fix issues detected (#1042)
  • chore(deps): Bump fast-xml-parser to 5.10.1 (#1052)
  • chore(deps): Bump axios to 1.18.1 (#1054)
  • chore(deps): Bump immutable to 4.3.9 (#1057)
  • chore(deps): Bump wait-on to 9.1.0 (#1060)

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.1 - 2026-08-04

Fixed

  • fix(docker): always provide apps-writable (#1051)
  • fix: Avoid error when files are changed during tar (Bump psalm/phar from 4.20.0 to 4.22.0 #1047)
  • fix(podman): Ensure compatibility with Podman (#1061)
  • fix(docker): install the composer dependencies of cloned shipped apps (#1064)
  • fix(docker): list the apps after apps-writable is a known apps path (#1063)

Changed

  • ci: update all workflow templates from organization template repository (#963)
  • chore: add ESLint and fix issues detected (#1042)
  • chore(deps): Bump fast-xml-parser to 5.10.1 (#1052)
  • chore(deps): Bump axios to 1.18.1 (#1054)
  • chore(deps): Bump immutable to 4.3.9 (#1057)
  • chore(deps): Bump wait-on to 9.1.0 (#1060)

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
  • e0fcaca Merge pull request #1068 from nextcloud-libraries/chore/0-5-1
  • 5d82a41 Merge pull request #868 from nextcloud-libraries/chore/consistant-author
  • 3afc5a7 Merge pull request #1070 from nextcloud-libraries/dependabot/npm_and_yarn/fas...
  • 2a93376 chore(deps-dev): Bump fast-uri from 3.1.4 to 3.1.5
  • 7b78eaf Merge pull request #1069 from nextcloud-libraries/dependabot/npm_and_yarn/pla...
  • f08da7e chore(deps-dev): Bump @​playwright/test from 1.62.0 to 1.62.1
  • 0daa7d5 chore: prepare v0.5.1
  • 5cb4007 Merge pull request #963 from nextcloud-libraries/feat/workflow-auto-update-al...
  • be11ddd chore: update workflows from organization
  • 459d131 Merge pull request #1064 from luflow/fix/1059/composer-install-for-shipped-apps
  • 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 Aug 15, 2026
@github-actions github-actions Bot changed the title Chore(deps-dev): Bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.1 [stable32] Chore(deps-dev): Bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.1 Aug 15, 2026
@github-actions
github-actions Bot enabled auto-merge August 15, 2026 01:22
@codecov

codecov Bot commented Aug 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot dependabot Bot changed the title [stable32] Chore(deps-dev): Bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.1 Chore(deps-dev): Bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.1 Aug 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/e2e-test-server-0.5.1 branch from c34e4d6 to 2e72663 Compare August 15, 2026 03:03
@github-actions github-actions Bot changed the title Chore(deps-dev): Bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.1 [stable32] Chore(deps-dev): Bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.1 Aug 15, 2026
Bumps [@nextcloud/e2e-test-server](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server) from 0.4.0 to 0.5.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title [stable32] Chore(deps-dev): Bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.1 Chore(deps-dev): Bump @nextcloud/e2e-test-server from 0.4.0 to 0.5.1 Aug 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/e2e-test-server-0.5.1 branch from 2e72663 to 2e91424 Compare August 15, 2026 12:31
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