From 8ba8064cd264853041d8af28e0def11c53bf4717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 02:43:45 +0800 Subject: [PATCH 1/7] chore(deps-dev): bump prettier from 3.8.3 to 3.8.4 (#302) --- 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 76e0f5d8f..618c72335 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-yml": "^3.4.0", "husky": "^9.1.7", "lint-staged": "^17.0.7", - "prettier": "^3.8.3" + "prettier": "^3.8.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4013,9 +4013,9 @@ } }, "node_modules/prettier": { - "version": "3.8.3", - "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.3.tgz", - "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", + "version": "3.8.4", + "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.4.tgz", + "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 0fc1223d1..1db2cb4f4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-yml": "^3.4.0", "husky": "^9.1.7", "lint-staged": "^17.0.7", - "prettier": "^3.8.3" + "prettier": "^3.8.4" }, "scripts": { "prepare": "husky", From 8b66899dda0e4f3f5e558ae94a69fcb03042f2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 02:43:05 +0800 Subject: [PATCH 2/7] chore(deps): bump actions/checkout from 6 to 7 (#305) --- .github/workflows/SyncDoc.yml | 2 +- .github/workflows/SyncGreasyFork.yml | 2 +- .github/workflows/eslint-on-push-pr.yml | 2 +- .github/workflows/pr-dependency-review.yml | 2 +- .github/workflows/update-contributors.yml | 2 +- .github/workflows/validate-links-on-push-pr.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/SyncDoc.yml b/.github/workflows/SyncDoc.yml index 9d1ce40fe..98aebec3e 100644 --- a/.github/workflows/SyncDoc.yml +++ b/.github/workflows/SyncDoc.yml @@ -16,7 +16,7 @@ jobs: TZ: Asia/Shanghai steps: - name: 检出代码 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.QWY_SYNC_BOT_TOKEN }} fetch-depth: 0 #检查时间用. diff --git a/.github/workflows/SyncGreasyFork.yml b/.github/workflows/SyncGreasyFork.yml index a6df98e2d..5c0a6de57 100644 --- a/.github/workflows/SyncGreasyFork.yml +++ b/.github/workflows/SyncGreasyFork.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 设置 Python uses: actions/setup-python@v6.2.0 diff --git a/.github/workflows/eslint-on-push-pr.yml b/.github/workflows/eslint-on-push-pr.yml index 7a68144ae..f5fcee71d 100644 --- a/.github/workflows/eslint-on-push-pr.yml +++ b/.github/workflows/eslint-on-push-pr.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/pr-dependency-review.yml b/.github/workflows/pr-dependency-review.yml index 02467c39a..9f0314652 100644 --- a/.github/workflows/pr-dependency-review.yml +++ b/.github/workflows/pr-dependency-review.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 'Dependency Review' uses: actions/dependency-review-action@v5 diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index f847b1461..d505c5fa7 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -10,7 +10,7 @@ jobs: TZ: Asia/Shanghai steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.QWY_SYNC_BOT_TOKEN }} - name: Generate Contributors Images diff --git a/.github/workflows/validate-links-on-push-pr.yml b/.github/workflows/validate-links-on-push-pr.yml index 2f7cdb972..0c3fcc220 100644 --- a/.github/workflows/validate-links-on-push-pr.yml +++ b/.github/workflows/validate-links-on-push-pr.yml @@ -12,7 +12,7 @@ jobs: linkinator: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7 - uses: JustinBeckwith/linkinator-action@v2.4.2 with: paths: "**/*.md" From 1b9894ef6b9ccc7d7277af2735b722e11b6a361b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 02:43:46 +0800 Subject: [PATCH 3/7] chore(deps-dev): bump lint-staged from 17.0.7 to 17.0.8 (#306) --- 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 618c72335..52347d261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.4.0", "husky": "^9.1.7", - "lint-staged": "^17.0.7", + "lint-staged": "^17.0.8", "prettier": "^3.8.4" } }, @@ -2642,9 +2642,9 @@ } }, "node_modules/lint-staged": { - "version": "17.0.7", - "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-17.0.7.tgz", - "integrity": "sha512-JrSobt+tW3rH8IOMi8tDZd3foorM5yPEkLD/V2NxobgHrFfHWGee4MOLVuZeScgxftEwbHrPHIFA/ZL+nUJeuA==", + "version": "17.0.8", + "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-17.0.8.tgz", + "integrity": "sha512-B2P/d+jVW0UXOQ0MVMLrB/9ydA1P+zz6jYfdrbbEd9ur3S2rcbduFWKiUCC02Sm5hbC8nrm7y24WuYMG54HfxA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1db2cb4f4..f2d1387f3 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.4.0", "husky": "^9.1.7", - "lint-staged": "^17.0.7", + "lint-staged": "^17.0.8", "prettier": "^3.8.4" }, "scripts": { From dc76cf74c1140b64b3ddec9969d33c281884b50a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 02:42:51 +0800 Subject: [PATCH 4/7] chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (#307) --- .github/workflows/SyncDoc.yml | 2 +- .github/workflows/SyncGreasyFork.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/SyncDoc.yml b/.github/workflows/SyncDoc.yml index 98aebec3e..01cadaf4a 100644 --- a/.github/workflows/SyncDoc.yml +++ b/.github/workflows/SyncDoc.yml @@ -27,7 +27,7 @@ jobs: node-version: "lts/*" - name: 设置 Python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: "3.12.4" diff --git a/.github/workflows/SyncGreasyFork.yml b/.github/workflows/SyncGreasyFork.yml index 5c0a6de57..d61ad721c 100644 --- a/.github/workflows/SyncGreasyFork.yml +++ b/.github/workflows/SyncGreasyFork.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v7 - name: 设置 Python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: "3.12.4" From e9ae3af83a1fe76be7c43769e4e19e87569188a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 02:43:13 +0800 Subject: [PATCH 5/7] chore(deps-dev): bump eslint-plugin-yml from 3.4.0 to 3.5.0 (#308) --- 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 52347d261..c67b7ef18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.4.0", + "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", "prettier": "^3.8.4" @@ -1507,9 +1507,9 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "3.4.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.4.0.tgz", - "integrity": "sha512-j6U3ESrAkidkvNb3HFN2UMxke46GNp6bsJokabXCICcgomSy3YU4oED9cjzkZ58nYxWD5qnWV1b/2YlqyWMOxA==", + "version": "3.5.0", + "resolved": "https://registry.npmmirror.com/eslint-plugin-yml/-/eslint-plugin-yml-3.5.0.tgz", + "integrity": "sha512-u2UkSIp/+th1wYCt0QWeCI6agf24dxX6PbFfCCN18gGQHmXh3Cn9D/U5OiP5RNYTEwjXCLusj1OJRK+zwdvFqQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f2d1387f3..17d1804d7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^3.1.0", "eslint-plugin-userscripts": "^0.5.6", - "eslint-plugin-yml": "^3.4.0", + "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", "prettier": "^3.8.4" From 514d1384b077f1b40e5f9de7a65c27b4535a7c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 02:43:16 +0800 Subject: [PATCH 6/7] chore(deps-dev): bump prettier from 3.8.4 to 3.8.5 (#309) --- 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 c67b7ef18..66e242be5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", - "prettier": "^3.8.4" + "prettier": "^3.8.5" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4013,9 +4013,9 @@ } }, "node_modules/prettier": { - "version": "3.8.4", - "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.4.tgz", - "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", + "version": "3.8.5", + "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.5.tgz", + "integrity": "sha512-zxcTTCedNGJM4R8sj/Cq/F0W/c4iE0afWBcBwMTRtw4WHYP9TWkYjdiH3npPRUYsXQCPR0hTU9yjovOu+E6EQA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 17d1804d7..72b29c93c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", - "prettier": "^3.8.4" + "prettier": "^3.8.5" }, "scripts": { "prepare": "husky", From 0beb3c888569b156093cbb1b5b4426cd6275788b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 02:43:23 +0800 Subject: [PATCH 7/7] chore(deps-dev): bump eslint-plugin-regexp from 3.1.0 to 3.1.1 (#310) --- 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 66e242be5..b821be46a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "czg": "^1.13.1", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-regexp": "^3.1.0", + "eslint-plugin-regexp": "^3.1.1", "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", @@ -1456,9 +1456,9 @@ } }, "node_modules/eslint-plugin-regexp": { - "version": "3.1.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-regexp/-/eslint-plugin-regexp-3.1.0.tgz", - "integrity": "sha512-qGXIC3DIKZHcK1H9A9+Byz9gmndY6TTSRkSMTZpNXdyCw2ObSehRgccJv35n9AdUakEjQp5VFNLas6BMXizCZg==", + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/eslint-plugin-regexp/-/eslint-plugin-regexp-3.1.1.tgz", + "integrity": "sha512-MxR5nqoQCtVWmJwia0D2+NlXX1xzdpkslsVOZLEYQ4PQWEaL65PCZXURxaBc3lPnkNFpNxzMIRmYVxdl8giXRA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 72b29c93c..7f7c6581e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "czg": "^1.13.1", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-regexp": "^3.1.0", + "eslint-plugin-regexp": "^3.1.1", "eslint-plugin-userscripts": "^0.5.6", "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7",