From 1f3ef5b767d777a2b8018d904386d3386abf6872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 04:12:47 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump prettier from 3.8.4 to 3.9.4 Bumps [prettier](https://github.com/prettier/prettier) from 3.8.4 to 3.9.4. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.4...3.9.4) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.9.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12c5d3ab5..80a7d65c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@easyops-cn/docusaurus-search-local": "^0.55.2" }, "devDependencies": { - "prettier": "^3.8.4" + "prettier": "^3.9.4" } }, "node_modules/@algolia/abtesting": { @@ -15602,9 +15602,9 @@ } }, "node_modules/prettier": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", - "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.4.tgz", + "integrity": "sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index e1b137a7a..a2853f5cd 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "encoding-sniffer": "1.0.2" }, "devDependencies": { - "prettier": "^3.8.4" + "prettier": "^3.9.4" } } From a8ea6558da26cf23ddd22bc16507213227e0ee55 Mon Sep 17 00:00:00 2001 From: enoch85 Date: Sat, 4 Jul 2026 12:07:14 +0000 Subject: [PATCH 2/2] style: apply prettier 3.9.4 formatting --- docs/Notifications.md | 80 ++++++++++++++++++++++++------------------- 1 file changed, 44 insertions(+), 36 deletions(-) diff --git a/docs/Notifications.md b/docs/Notifications.md index 473f8a43b..e3409a482 100644 --- a/docs/Notifications.md +++ b/docs/Notifications.md @@ -58,11 +58,12 @@ Send notifications to Discord channels via webhooks. You'll need to create a Discord webhook for your channel. Follow Discord's guide: [Intro to Webhooks](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) ::: -| Parameter | Required | Description | -| --------- | -------- | ----------- | -| Webhook URL | Yes | Discord webhook URL for the target channel | -| Bot Username | No | Custom username for the bot (defaults to "Maintainerr") | -| Bot Avatar URL | No | Custom avatar image URL for the bot | + +| Parameter | Required | Description | +| -------------- | -------- | ------------------------------------------------------- | +| Webhook URL | Yes | Discord webhook URL for the target channel | +| Bot Username | No | Custom username for the bot (defaults to "Maintainerr") | +| Bot Avatar URL | No | Custom avatar image URL for the bot | ### Email @@ -92,10 +93,11 @@ Send notifications to a Gotify server. You'll need a running Gotify server instance. See the [Gotify documentation](https://gotify.net/docs/install) for installation instructions. ::: -| Parameter | Required | Description | -| --------- | -------- | ----------- | -| URL | Yes | Gotify server URL | -| Token | Yes | Application token from Gotify | + +| Parameter | Required | Description | +| --------- | -------- | ----------------------------- | +| URL | Yes | Gotify server URL | +| Token | Yes | Application token from Gotify | ### LunaSea @@ -109,10 +111,11 @@ LunaSea has shut down development as of 2024. While the binaries are still avail You'll need the LunaSea mobile app installed and configured. The webhook setup documentation may still be accessible through archived versions. ::: -| Parameter | Required | Description | -| --------- | -------- | ----------- | -| Webhook URL | Yes | LunaSea webhook URL | -| Profile Name | No | Specific profile name (if not using default) | + +| Parameter | Required | Description | +| ------------ | -------- | -------------------------------------------- | +| Webhook URL | Yes | LunaSea webhook URL | +| Profile Name | No | Specific profile name (if not using default) | ### ntfy @@ -122,11 +125,12 @@ Send notifications to an [ntfy](https://ntfy.sh) server. You can use the public [ntfy.sh](https://ntfy.sh) server or a self-hosted instance. Pick a topic name (any string) and, if your server requires authentication, generate an access token. See the [ntfy docs](https://docs.ntfy.sh/) for setup details. ::: -| Parameter | Required | Description | -| --------- | -------- | ----------- | -| URL | Yes | Base URL of the ntfy server (e.g. `https://ntfy.sh`) | -| Topic | Yes | Topic name to publish notifications to | -| Token | No | Bearer access token for protected topics | + +| Parameter | Required | Description | +| --------- | -------- | ---------------------------------------------------- | +| URL | Yes | Base URL of the ntfy server (e.g. `https://ntfy.sh`) | +| Topic | Yes | Topic name to publish notifications to | +| Token | No | Bearer access token for protected topics | ### Pushbullet @@ -136,10 +140,11 @@ Send notifications via Pushbullet. You'll need a Pushbullet account and API token. Visit [Pushbullet Settings](https://www.pushbullet.com/#settings) to create an access token. ::: -| Parameter | Required | Description | -| --------- | -------- | ----------- | -| Access Token | Yes | Pushbullet API access token | -| Channel Tag | No | Specific channel to send to | + +| Parameter | Required | Description | +| ------------ | -------- | --------------------------- | +| Access Token | Yes | Pushbullet API access token | +| Channel Tag | No | Specific channel to send to | ### Pushover @@ -149,11 +154,12 @@ Send notifications via Pushover. You'll need a Pushover account and to register an application. Visit [Pushover.net](https://pushover.net/apps/build) to sign up and create an application for your API token. ::: -| Parameter | Required | Description | -| --------- | -------- | ----------- | -| Access Token | Yes | Pushover application token | -| User Token | Yes | Your 30-character user or group identifier | -| Sound | No | Notification sound name | + +| Parameter | Required | Description | +| ------------ | -------- | ------------------------------------------ | +| Access Token | Yes | Pushover application token | +| User Token | Yes | Your 30-character user or group identifier | +| Sound | No | Notification sound name | ### Slack @@ -163,9 +169,10 @@ Send notifications to Slack channels. You'll need to create a Slack webhook for your workspace. Follow Slack's guide: [Sending messages using Incoming Webhooks](https://api.slack.com/messaging/webhooks) ::: -| Parameter | Required | Description | -| --------- | -------- | ----------- | -| Webhook URL | Yes | Slack webhook URL for the target channel | + +| Parameter | Required | Description | +| ----------- | -------- | ---------------------------------------- | +| Webhook URL | Yes | Slack webhook URL for the target channel | ### Telegram @@ -178,12 +185,13 @@ You'll need to create a Telegram bot and get your chat ID. Follow these steps: 2. Get your Chat ID by messaging [@get_id_bot](https://t.me/get_id_bot) and using the `/my_id` command ::: -| Parameter | Required | Description | -| --------- | -------- | ----------- | -| Bot Auth Token | Yes | Telegram bot authentication token | -| Chat ID | Yes | Target chat ID (use @get_id_bot to find your chat ID) | -| Bot Username | No | Bot username for user interaction | -| Send Silently | No | Send notifications without sound | + +| Parameter | Required | Description | +| -------------- | -------- | ----------------------------------------------------- | +| Bot Auth Token | Yes | Telegram bot authentication token | +| Chat ID | Yes | Target chat ID (use @get_id_bot to find your chat ID) | +| Bot Username | No | Bot username for user interaction | +| Send Silently | No | Send notifications without sound | ### Webhook