Skip to content

Commit

Permalink
chore(Dependencies): New VitePress Version RC 44
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Feb 24, 2024
1 parent c208d36 commit 98a0bb7
Show file tree
Hide file tree
Showing 3 changed files with 892 additions and 773 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,31 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
uses: pnpm/action-setup@v2
with:
version: 6.16.1
version: 8.2.0


- name: Set node version to 16
uses: actions/setup-node@v2
- name: Set node version to 18
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
node-version: 18

- run: pnpm install

- run: pnpm build


- name: Update CHANGELOG
id: changelog
uses: requarks/changelog-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ github.token }}
tag: ${{ github.ref_name }}

- name: Create Release
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.14.0
with:
allowUpdates: true
draft: false
Expand All @@ -46,7 +43,7 @@ jobs:
token: ${{ github.token }}

- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: main
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sfxcode/vitepress-blog-starter",
"version": "0.9.1",
"version": "0.9.2",
"description": "Vitepress Starter, UnoCSS, Anu, Blog",
"license": "MIT",
"main": "index.js",
Expand All @@ -18,26 +18,26 @@
"type": "module",
"author": "Tom Lamers",
"devDependencies": {
"@antfu/eslint-config": "2.6.2",
"@antfu/eslint-config": "2.6.4",
"@anu-vue/preset-theme-default": "^0.15.2",
"@iconify-json/bx": "^1.1.10",
"@iconify-json/fluent-emoji": "^1.1.18",
"@iconify-json/heroicons-outline": "^1.1.10",
"@iconify-json/logos": "^1.1.42",
"@types/node": "^20.11.0",
"@unocss/preset-icons": "^0.58.3",
"@unocss/preset-uno": "0.58.3",
"@vueuse/core": "^10.7.1",
"@types/node": "^20.11.20",
"@unocss/preset-icons": "^0.58.5",
"@unocss/preset-uno": "0.58.5",
"@vueuse/core": "^10.8.0",
"anu-vue": "^0.15.2",
"date-fns": "^3.2.0",
"eslint": "^8.56.0",
"date-fns": "^3.3.1",
"eslint": "^8.57.0",
"flexsearch": "^0.7.43",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"markdown-it": "^14.0.0",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"vitepress": "1.0.0-rc.36",
"vue": "^3.4.13"
"unocss": "^0.58.5",
"vitepress": "1.0.0-rc.44",
"vue": "^3.4.19"
}
}
Loading

0 comments on commit 98a0bb7

Please sign in to comment.