Skip to content

Commit c8ce8e6

Browse files
⬆️ deps: Update dependencies (non-major)
1 parent d9d5050 commit c8ce8e6

6 files changed

Lines changed: 740 additions & 725 deletions

File tree

.github/workflows/ci-pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727

2828
- name: Check PR title
2929
if: github.event.pull_request.user.login != 'renovate[bot]'
30-
uses: zrr1999/zendev/actions/validate-title@v0.0.7
30+
uses: zrr1999/zendev/actions/validate-title@v0.1.0
3131
with:
3232
text: ${{ github.event.pull_request.title }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.18.1
1+
24.19.0

apps/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"caniuse-lite": "^1.0.30001806",
3131
"dayjs": "^1.11.21",
3232
"lodash.kebabcase": "^4.1.1",
33-
"mermaid": "11.16.0",
33+
"mermaid": "11.16.1",
3434
"rehype-autolink-headings": "^7.1.0",
3535
"rehype-katex": "^7.0.1",
3636
"rehype-slug": "^6.0.0",
@@ -53,6 +53,6 @@
5353
"react-dom": "^19.2.7",
5454
"vite": "catalog:",
5555
"vite-plus": "catalog:",
56-
"vue": "3.5.40"
56+
"vue": "3.5.41"
5757
}
5858
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"prepare": "pnpx @j178/prek install --hook-type commit-msg --hook-type pre-commit"
2626
},
2727
"devDependencies": {
28-
"oxlint": "1.76.0",
28+
"oxlint": "1.78.0",
2929
"vite-plus": "catalog:",
30-
"wrangler": "4.118.0"
30+
"wrangler": "4.121.0"
3131
},
32-
"packageManager": "pnpm@11.18.0"
32+
"packageManager": "pnpm@11.21.0"
3333
}

0 commit comments

Comments
 (0)