feat(deps): Add Nextcloud 29 support on main

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2023-11-23 14:36:17 +01:00
parent 1a4f96e5dc
commit 04c8d9384b
6 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ updates:
- juliushaertl - juliushaertl
- package-ecosystem: npm - package-ecosystem: npm
target-branch: stable27 target-branch: stable28
versioning-strategy: lockfile-only versioning-strategy: lockfile-only
directory: "/" directory: "/"
schedule: schedule:
@@ -30,7 +30,7 @@ updates:
- dependencies - dependencies
- package-ecosystem: npm - package-ecosystem: npm
target-branch: stable26 target-branch: stable27
versioning-strategy: lockfile-only versioning-strategy: lockfile-only
directory: "/" directory: "/"
schedule: schedule:

View File

@@ -18,7 +18,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
branches: ["main", "master", "stable27", "stable26", "stable25", "stable24"] branches: ["main", "master", "stable28", "stable27", "stable26", "stable25", "stable24"]
name: npm-audit-fix-${{ matrix.branches }} name: npm-audit-fix-${{ matrix.branches }}

View File

@@ -17,7 +17,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
branches: ["main", "master", "stable27", "stable26", "stable25"] branches: ["main", "master", "stable28", "stable27", "stable26"]
name: update-nextcloud-ocp-${{ matrix.branches }} name: update-nextcloud-ocp-${{ matrix.branches }}

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized - 🚀 Get your project organized
</description> </description>
<version>1.12.0-beta.3</version> <version>1.13.0-dev</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Julius Härtl</author> <author>Julius Härtl</author>
<documentation> <documentation>
@@ -38,7 +38,7 @@
<database min-version="9.4">pgsql</database> <database min-version="9.4">pgsql</database>
<database>sqlite</database> <database>sqlite</database>
<database min-version="8.0">mysql</database> <database min-version="8.0">mysql</database>
<nextcloud min-version="28" max-version="28"/> <nextcloud min-version="29" max-version="29"/>
</dependencies> </dependencies>
<background-jobs> <background-jobs>
<job>OCA\Deck\Cron\DeleteCron</job> <job>OCA\Deck\Cron\DeleteCron</job>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "deck", "name": "deck",
"version": "1.12.0-beta.3", "version": "1.13.0-dev",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "deck", "name": "deck",
"version": "1.12.0-beta.3", "version": "1.13.0-dev",
"license": "agpl", "license": "agpl",
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.12.1",

View File

@@ -1,7 +1,7 @@
{ {
"name": "deck", "name": "deck",
"description": "", "description": "",
"version": "1.12.0-beta.3", "version": "1.13.0-dev",
"authors": [ "authors": [
{ {
"name": "Julius Härtl", "name": "Julius Härtl",