feat(deps): Add Nextcloud 30 support on main

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-03-28 12:57:51 +01:00
Родитель c995422a00
Коммит f83efd5f91
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 74434EFE0D2E2205
6 изменённых файлов: 8 добавлений и 8 удалений

2
.github/workflows/npm-audit-fix.yml поставляемый
Просмотреть файл

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

2
.github/workflows/update-nextcloud-ocp.yml поставляемый
Просмотреть файл

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

Просмотреть файл

@ -11,7 +11,7 @@
- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.
- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!
]]></description>
<version>3.10.0</version>
<version>4.0.0</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>Text</namespace>
@ -27,7 +27,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/text/main/img/screenshots/screenshot2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/text/main/img/screenshots/screenshot3.gif</screenshot>
<dependencies>
<nextcloud min-version="29" max-version="29" />
<nextcloud min-version="30" max-version="30" />
</dependencies>
<background-jobs>
<job>OCA\Text\Cron\Cleanup</job>

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "@nextcloud/text",
"version": "3.10.0",
"version": "4.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@nextcloud/text",
"version": "3.10.0",
"version": "4.0.0",
"license": "agpl",
"dependencies": {
"@hedgedoc/markdown-it-task-lists": "^2.0.1",

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@nextcloud/text",
"description": "Collaborative document editing",
"version": "3.10.0",
"version": "4.0.0",
"authors": [
{
"name": "Julius Härtl",

Просмотреть файл

@ -86,7 +86,7 @@
},
{
"matchUpdateTypes": ["major"],
"matchBaseBranches": ["stable28", "stable27", "stable26"],
"matchBaseBranches": ["stable29", "stable28", "stable27", "stable26"],
"enabled": false
},
{