From 665467abf2dc786c4463ec2b004e0eca01bcf186 Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Tue, 15 Sep 2026 22:38:15 +0200 Subject: [PATCH 1/2] move main to stable5.5 Signed-off-by: Christian Hartmann --- .github/dependabot.yml | 4 ++-- .github/workflows/playwright.yml | 2 +- .github/workflows/playwright.yml.patch | 2 +- .github/workflows/sync-workflow-templates.yml | 2 +- .github/workflows/sync-workflow-templates.yml.patch | 2 +- .tx/backport | 2 +- appinfo/info.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f430f4129..61ccb4379 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -51,7 +51,7 @@ updates: - dependencies - package-ecosystem: composer - target-branch: 'stable5.3' + target-branch: 'stable5.4' directories: - '/' - '/vendor-bin/*/' @@ -68,7 +68,7 @@ updates: - dependencies - package-ecosystem: npm - target-branch: 'stable5.3' + target-branch: 'stable5.4' directory: '/' schedule: interval: weekly diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 95ebdc966..03273863f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -30,7 +30,7 @@ on: pull_request: branches: - main - - stable5.3 + - stable5.4 permissions: contents: read diff --git a/.github/workflows/playwright.yml.patch b/.github/workflows/playwright.yml.patch index 2563e4c01..d14e79fd1 100644 --- a/.github/workflows/playwright.yml.patch +++ b/.github/workflows/playwright.yml.patch @@ -11,7 +11,7 @@ index c218bffb..1e0028ab 100644 - - stable34 - - stable33 + - main -+ - stable5.3 ++ - stable5.4 permissions: contents: read diff --git a/.github/workflows/sync-workflow-templates.yml b/.github/workflows/sync-workflow-templates.yml index e7094c713..b43db987d 100644 --- a/.github/workflows/sync-workflow-templates.yml +++ b/.github/workflows/sync-workflow-templates.yml @@ -26,7 +26,7 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} - - 'stable5.3' + - 'stable5.4' name: Update workflows in ${{ matrix.branches }} diff --git a/.github/workflows/sync-workflow-templates.yml.patch b/.github/workflows/sync-workflow-templates.yml.patch index acd8db0c6..b2df274a1 100644 --- a/.github/workflows/sync-workflow-templates.yml.patch +++ b/.github/workflows/sync-workflow-templates.yml.patch @@ -9,7 +9,7 @@ index 85090be9..cf08bd3e 100644 - - 'stable34' - - 'stable33' - - 'stable32' -+ - 'stable5.3' ++ - 'stable5.4' name: Update workflows in ${{ matrix.branches }} diff --git a/.tx/backport b/.tx/backport index ffa7ce8bb..6a384e0d4 100644 --- a/.tx/backport +++ b/.tx/backport @@ -1 +1 @@ -stable5.3 +stable5.4 diff --git a/appinfo/info.xml b/appinfo/info.xml index 350e08b51..c979b1b43 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -17,7 +17,7 @@ - **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)! ]]> - 5.4.0 + 5.5.0-dev AGPL-3.0-or-later Affan Hussain From f02dcbe279335f682fe2e5d0fad4f57a16c2a195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:39:43 +0000 Subject: [PATCH 2/2] Chore(deps): Bump @material-symbols/svg-400 from 0.47.1 to 0.47.2 Bumps [@material-symbols/svg-400](https://github.com/marella/material-symbols/tree/HEAD/svg/400) from 0.47.1 to 0.47.2. - [Release notes](https://github.com/marella/material-symbols/releases) - [Commits](https://github.com/marella/material-symbols/commits/v0.47.2/svg/400) --- updated-dependencies: - dependency-name: "@material-symbols/svg-400" dependency-version: 0.47.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 324f272b9..35e08d98f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.4.0", "license": "AGPL-3.0-or-later", "dependencies": { - "@material-symbols/svg-400": "^0.47.1", + "@material-symbols/svg-400": "^0.47.2", "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "^2.6.0", "@nextcloud/dialogs": "^7.4.0", @@ -1305,9 +1305,9 @@ "peer": true }, "node_modules/@material-symbols/svg-400": { - "version": "0.47.1", - "resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.47.1.tgz", - "integrity": "sha512-kpK/2tlHqNvEq6hcqkpJqxfYhZjd/eQGDOsIGA4Q6YrahV8XmAuJwUEFcQGX0+TaZwWuoFmtpKEihTcw9waOJg==", + "version": "0.47.2", + "resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.47.2.tgz", + "integrity": "sha512-OCKG/jxhd3rymUzu2ay8sX+/1uTITy2rKfy67skFLeQN+srzxgPBG6MeXCPn5Kw9XFBEQSkinvc29SawnuFFcQ==", "license": "Apache-2.0" }, "node_modules/@mdi/js": { diff --git a/package.json b/package.json index 9a53a7aa8..aaa1b9b5d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "extends @nextcloud/browserslist-config" ], "dependencies": { - "@material-symbols/svg-400": "^0.47.1", + "@material-symbols/svg-400": "^0.47.2", "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "^2.6.0", "@nextcloud/dialogs": "^7.4.0",