Skip to content

Commit 51d878c

Browse files
chore(deps): update all non-major dependencies (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sapphi-red <green@sapphi.red>
1 parent fc0ced6 commit 51d878c

7 files changed

Lines changed: 489 additions & 604 deletions

File tree

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Run zizmor 🌈
30-
uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1
30+
uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054 # v0.6.2

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
22
import { groupIconMdPlugin, groupIconVitePlugin } from 'vitepress-plugin-group-icons'
33
import Icons from 'unplugin-icons/vite'
44
import { extendConfig } from '@voidzero-dev/vitepress-theme/config'
5-
import { generatePluginsApi } from './plugins-api'
5+
import { generatePluginsApi } from './plugins-api.ts'
66

77
const config = defineConfig<unknown>({
88
title: 'Vite Plugin Registry',

docs/.vitepress/plugins-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { existsSync, mkdirSync, readFileSync, readdirSync, writeFileSync } from 'node:fs'
22
import { dirname, join } from 'node:path'
33
import { fileURLToPath } from 'node:url'
4-
import type { PluginPatch, RegistryPlugin } from '../plugins.data'
4+
import type { PluginPatch, RegistryPlugin } from '../plugins.data.ts'
55
import type { Plugin } from 'vitepress'
66

77
const __dirname = dirname(fileURLToPath(import.meta.url))

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@
1313
"fmt": "oxfmt --write ."
1414
},
1515
"devDependencies": {
16-
"@iconify-json/lucide": "^1.2.119",
16+
"@iconify-json/lucide": "^1.2.121",
1717
"@oxc-node/cli": "^0.1.0",
1818
"@oxc-node/core": "^0.1.0",
1919
"@types/node": "^24.13.3",
2020
"@types/semver": "^7.7.1",
2121
"@valibot/to-json-schema": "^1.7.1",
2222
"@voidzero-dev/vitepress-theme": "^5.0.4",
23-
"@vueuse/core": "^14.3.0",
23+
"@vueuse/core": "^14.4.0",
2424
"floating-vue": "^5.2.2",
2525
"minisearch": "^7.2.0",
26-
"oxfmt": "^0.60.0",
27-
"oxlint": "^1.75.0",
26+
"oxfmt": "^0.61.0",
27+
"oxlint": "^1.76.0",
2828
"oxlint-tsgolint": "^7.0.2001",
2929
"p-queue": "^9.3.3",
3030
"semver": "^7.8.5",
3131
"typescript": "^7.0.2",
3232
"unplugin-icons": "^23.0.1",
3333
"valibot": "^1.4.2",
34-
"vitepress": "2.0.0-alpha.18",
35-
"vitepress-plugin-group-icons": "^1.7.5",
34+
"vitepress": "2.0.0-alpha.19",
35+
"vitepress-plugin-group-icons": "^1.7.6",
3636
"vue": "^3.5.40"
3737
},
38-
"packageManager": "pnpm@11.17.0"
38+
"packageManager": "pnpm@11.18.0"
3939
}

pnpm-lock.yaml

Lines changed: 477 additions & 590 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
allowBuilds:
22
vue-demi: false
33

4-
minimumReleaseAgeExclude:
5-
- '@voidzero-dev/vitepress-theme@5.0.2'
6-
74
overrides:
8-
vite: ^8.1.5
5+
vite: ^8.2.0

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"esModuleInterop": true,
88
"skipLibCheck": true,
99
"resolveJsonModule": true,
10+
"allowImportingTsExtensions": true,
1011
"isolatedModules": true,
1112
"noEmit": true,
1213
"lib": ["ESNext", "DOM", "DOM.Iterable"],

0 commit comments

Comments
 (0)