mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
feat(deps): Add Nextcloud 33 support on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
ded0e40b4c
commit
c2dd178e4e
4 changed files with 22 additions and 22 deletions
34
.github/dependabot.yml
vendored
34
.github/dependabot.yml
vendored
|
|
@ -39,23 +39,6 @@ updates:
|
||||||
- "dependencies"
|
- "dependencies"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
- package-ecosystem: npm
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: weekly
|
|
||||||
day: saturday
|
|
||||||
time: "03:00"
|
|
||||||
timezone: Europe/Paris
|
|
||||||
target-branch: stable29
|
|
||||||
labels:
|
|
||||||
- "3. to review"
|
|
||||||
- "dependencies"
|
|
||||||
ignore:
|
|
||||||
- dependency-name: "*"
|
|
||||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
|
||||||
# Disable automatic rebasing because without a build CI will likely fail anyway
|
|
||||||
rebase-strategy: "disabled"
|
|
||||||
|
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
|
@ -90,3 +73,20 @@ updates:
|
||||||
# Disable automatic rebasing because without a build CI will likely fail anyway
|
# Disable automatic rebasing because without a build CI will likely fail anyway
|
||||||
rebase-strategy: "disabled"
|
rebase-strategy: "disabled"
|
||||||
|
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
day: saturday
|
||||||
|
time: "03:00"
|
||||||
|
timezone: Europe/Paris
|
||||||
|
target-branch: stable32
|
||||||
|
labels:
|
||||||
|
- "3. to review"
|
||||||
|
- "dependencies"
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "*"
|
||||||
|
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
||||||
|
# Disable automatic rebasing because without a build CI will likely fail anyway
|
||||||
|
rebase-strategy: "disabled"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<description><** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
|
You can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
|
||||||
<version>9.0.0-beta.1</version>
|
<version>10.0.0-dev.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
|
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
|
||||||
<types>
|
<types>
|
||||||
|
|
@ -32,7 +32,7 @@ You can also edit your documents off-line with the Collabora Office app from the
|
||||||
<screenshot>https://github.com/nextcloud/richdocuments/raw/main/screenshots/Nextcloud-spreadsheet.png</screenshot>
|
<screenshot>https://github.com/nextcloud/richdocuments/raw/main/screenshots/Nextcloud-spreadsheet.png</screenshot>
|
||||||
<screenshot>https://github.com/nextcloud/richdocuments/raw/main/screenshots/Nextcloud-presentation.png</screenshot>
|
<screenshot>https://github.com/nextcloud/richdocuments/raw/main/screenshots/Nextcloud-presentation.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="32" max-version="32"/>
|
<nextcloud min-version="33" max-version="33"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<background-jobs>
|
<background-jobs>
|
||||||
<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>
|
<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "richdocuments",
|
"name": "richdocuments",
|
||||||
"version": "9.0.0-beta.1",
|
"version": "10.0.0-dev.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "richdocuments",
|
"name": "richdocuments",
|
||||||
"version": "9.0.0-beta.1",
|
"version": "10.0.0-dev.0",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nextcloud/auth": "^2.5.2",
|
"@nextcloud/auth": "^2.5.2",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "richdocuments",
|
"name": "richdocuments",
|
||||||
"description": "Collabora online integration",
|
"description": "Collabora online integration",
|
||||||
"version": "9.0.0-beta.1",
|
"version": "10.0.0-dev.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Julius Härtl",
|
"name": "Julius Härtl",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue