Merge pull request #1869 from nextcloud/update-master-version

feat(deps): Add Nextcloud 30 support on master
This commit is contained in:
Joas Schilling 2024-03-28 17:00:41 +01:00 коммит произвёл GitHub
Родитель 1d6755e170 56fe44fbb8
Коммит caa978c85a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
13 изменённых файлов: 34 добавлений и 35 удалений

33
.github/dependabot.yml поставляемый
Просмотреть файл

@ -33,6 +33,22 @@ updates:
labels:
- 3. to review
- dependencies
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable29
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: npm
directory: "/"
schedule:
@ -65,20 +81,3 @@ updates:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable26
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

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 }}

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

@ -15,7 +15,7 @@
📣 Announcement center: An announcement was posted by an admin]]></description>
<version>2.17.0</version>
<version>3.0.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
@ -30,7 +30,7 @@
<repository>https://github.com/nextcloud/notifications.git</repository>
<dependencies>
<nextcloud min-version="29" max-version="29" />
<nextcloud min-version="30" max-version="30" />
</dependencies>
<background-jobs>

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

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

@ -1,12 +1,12 @@
{
"name": "notifications",
"version": "2.17.0",
"version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "notifications",
"version": "2.17.0",
"version": "3.0.0",
"license": "agpl",
"dependencies": {
"@nextcloud/auth": "^2.2.1",

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

@ -1,7 +1,7 @@
{
"name": "notifications",
"description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
"version": "2.17.0",
"version": "3.0.0",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,