Skip to content

Commit 521a9d9

Browse files
committed
feat(deps): Add Nextcloud 31 support on master
Signed-off-by: Joas Schilling <[email protected]>
1 parent e57e1dd commit 521a9d9

File tree

6 files changed

+25
-7
lines changed

6 files changed

+25
-7
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,23 @@ updates:
2424
- "dependencies"
2525

2626
# Main stableXX npm
27+
- package-ecosystem: npm
28+
directory: "/"
29+
schedule:
30+
interval: weekly
31+
day: saturday
32+
time: "03:00"
33+
timezone: Europe/Paris
34+
target-branch: stable30
35+
versioning-strategy: increase
36+
labels:
37+
- "3. to review"
38+
- "dependencies"
39+
ignore:
40+
# ignore all GitHub linguist patch updates
41+
- dependency-name: "*"
42+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
43+
2744
- package-ecosystem: npm
2845
directory: "/"
2946
schedule:
@@ -57,3 +74,4 @@ updates:
5774
# ignore all GitHub linguist patch updates
5875
- dependency-name: "*"
5976
update-types: ["version-update:semver-major", "version-update:semver-minor"]
77+

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
24+
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
2525

2626
name: npm-audit-fix-${{ matrix.branches }}
2727

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
23+
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
2424

2525
name: update-nextcloud-ocp-${{ matrix.branches }}
2626

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Provides the necessary endpoint to enable end-to-end encryption.
99
1010
**Notice:** E2EE is currently not compatible to be used together with server-side encryption
1111
]]></description>
12-
<version>1.16.0-beta.1</version>
12+
<version>2.0.0-dev.0</version>
1313
<licence>agpl</licence>
1414
<author>Bjoern Schiessle</author>
1515
<namespace>EndToEndEncryption</namespace>
@@ -23,7 +23,7 @@ Provides the necessary endpoint to enable end-to-end encryption.
2323
<repository type="git">https://github.com/nextcloud/end_to_end_encryption.git</repository>
2424
<screenshot>https://raw.githubusercontent.com/nextcloud/end_to_end_encryption/master/screenshots/e2ee-filelisting.png</screenshot>
2525
<dependencies>
26-
<nextcloud min-version="30" max-version="30" />
26+
<nextcloud min-version="31" max-version="31" />
2727
</dependencies>
2828
<background-jobs>
2929
<job>OCA\EndToEndEncryption\BackgroundJob\RollbackBackgroundJob</job>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "end_to_end_encryption",
4-
"version": "1.16.0",
4+
"version": "2.0.0-dev.0",
55
"description": "Provides the necessary endpoint to enable End-to-End encryption.",
66
"author": "Nextcloud GmbH and Nextcloud contributors",
77
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)