From da492048a21eee8949109434dba61f97e3696147 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Thu, 31 Oct 2024 14:22:04 +0800 Subject: [PATCH] ./bump.config.ts2.7.0 --- package.json | 40 +++++++++---------- .../package.json | 2 +- .../package.json | 2 +- packages/markdown-it-unlazy-img/package.json | 2 +- packages/ui-asciinema/package.json | 2 +- packages/ui-rive-canvas/package.json | 2 +- packages/ui/package.json | 2 +- packages/unconfig-vitepress/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../vitepress-plugin-graph-view/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/vitepress-plugin-meta/package.json | 2 +- .../vitepress-plugin-og-image/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- 18 files changed, 37 insertions(+), 37 deletions(-) diff --git a/package.json b/package.json index 3ec044da..86b65dca 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@nolebase/integrations", "type": "module", - "version": "2.6.1", - "packageManager": "pnpm@9.12.1", + "version": "2.7.0", + "packageManager": "pnpm@9.12.3", "description": "A collection of diverse documentation engineering tools.", "author": { "name": "Nólëbase", @@ -38,32 +38,32 @@ "test:run": "vitest run" }, "devDependencies": { - "@antfu/eslint-config": "^3.7.3", + "@antfu/eslint-config": "^3.8.0", "@antfu/ni": "^0.23.0", - "@cspell/dict-ru_ru": "^2.2.1", - "@types/node": "^22.7.5", - "@unocss/cli": "^0.63.4", - "@unocss/eslint-config": "^0.63.4", - "@unocss/eslint-plugin": "^0.63.4", + "@cspell/dict-ru_ru": "^2.2.4", + "@types/node": "^22.8.5", + "@unocss/cli": "^0.63.6", + "@unocss/eslint-config": "^0.63.6", + "@unocss/eslint-plugin": "^0.63.6", "@vitejs/plugin-vue": "^5.1.4", - "@vitest/coverage-v8": "^2.1.2", - "@vitest/ui": "^2.1.2", - "@vueuse/core": "^11.1.0", - "bumpp": "^9.7.1", + "@vitest/coverage-v8": "^2.1.4", + "@vitest/ui": "^2.1.4", + "@vueuse/core": "^11.2.0", + "bumpp": "^9.8.0", "concurrently": "^9.0.1", - "eslint": "^9.12.0", + "eslint": "^9.13.0", "less": "^4.2.0", "rimraf": "^6.0.1", "typescript": "^5.6.3", "unbuild": "^2.0.0", - "unocss": "^0.63.4", - "unplugin-vue-macros": "^2.12.3", - "vite": "^5.4.8", + "unocss": "^0.63.6", + "unplugin-vue-macros": "^2.13.3", + "vite": "^5.4.10", "vite-plugin-inspect": "^0.8.7", - "vitepress": "^1.4.0", - "vitest": "^2.1.2", - "vue": "^3.5.11", - "vue-tsc": "^2.1.6" + "vitepress": "^1.4.2", + "vitest": "^2.1.4", + "vue": "^3.5.12", + "vue-tsc": "^2.1.10" }, "workspaces": [ "packages/*", diff --git a/packages/markdown-it-bi-directional-links/package.json b/packages/markdown-it-bi-directional-links/package.json index b2b9da5d..99ee88ba 100644 --- a/packages/markdown-it-bi-directional-links/package.json +++ b/packages/markdown-it-bi-directional-links/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/markdown-it-bi-directional-links", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "A markdown-it plugin that adds Obsidian compatible internal links (bi-directional links) to your markdown.", "author": { "name": "Nólëbase", diff --git a/packages/markdown-it-element-transform/package.json b/packages/markdown-it-element-transform/package.json index 958bf09f..d4a92f45 100644 --- a/packages/markdown-it-element-transform/package.json +++ b/packages/markdown-it-element-transform/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/markdown-it-element-transform", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "A markdown-it plugin that transforms elements.", "author": { "name": "Nólëbase", diff --git a/packages/markdown-it-unlazy-img/package.json b/packages/markdown-it-unlazy-img/package.json index c6cdb3dd..09b9b924 100644 --- a/packages/markdown-it-unlazy-img/package.json +++ b/packages/markdown-it-unlazy-img/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/markdown-it-unlazy-img", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "A markdown-it plugin wraps and transforms image tags to support lazy loading, blurhash, thumbhash, and more.", "author": { "name": "Nólëbase", diff --git a/packages/ui-asciinema/package.json b/packages/ui-asciinema/package.json index 7c41c1f6..3e095f21 100644 --- a/packages/ui-asciinema/package.json +++ b/packages/ui-asciinema/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/ui-asciinema", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "Wrapper of `asciinema-player` for VitePress documentation sites.", "author": { "name": "Nólëbase", diff --git a/packages/ui-rive-canvas/package.json b/packages/ui-rive-canvas/package.json index 155ac667..caeed8f9 100644 --- a/packages/ui-rive-canvas/package.json +++ b/packages/ui-rive-canvas/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/ui-rive-canvas", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "Wrapper of `@rive-app/canvas` for VitePress documentation sites.", "author": { "name": "Nólëbase", diff --git a/packages/ui/package.json b/packages/ui/package.json index ef317532..a8215503 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/ui", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "A collection of Vue components Nolebase uses.", "author": { "name": "Nólëbase", diff --git a/packages/unconfig-vitepress/package.json b/packages/unconfig-vitepress/package.json index c78c82ee..025c3e76 100644 --- a/packages/unconfig-vitepress/package.json +++ b/packages/unconfig-vitepress/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/unconfig-vitepress", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "private": "true", "description": "A unconfig (unified configurations) for both VitePress and VitePress theme. Supporting all Nólëbase Integrations with default theme.", "author": { diff --git a/packages/vitepress-plugin-enhanced-mark/package.json b/packages/vitepress-plugin-enhanced-mark/package.json index c6bf1bd5..6d8df3c2 100644 --- a/packages/vitepress-plugin-enhanced-mark/package.json +++ b/packages/vitepress-plugin-enhanced-mark/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/vitepress-plugin-enhanced-mark", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "A VitePress plugin that empowers mark elements.", "author": { "name": "Nólëbase", diff --git a/packages/vitepress-plugin-enhanced-readabilities/package.json b/packages/vitepress-plugin-enhanced-readabilities/package.json index 195811d7..2bdaf052 100644 --- a/packages/vitepress-plugin-enhanced-readabilities/package.json +++ b/packages/vitepress-plugin-enhanced-readabilities/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/vitepress-plugin-enhanced-readabilities", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "A VitePress plugin enhances the readabilities for VitePress built sites.", "author": { "name": "Nólëbase", diff --git a/packages/vitepress-plugin-git-changelog/package.json b/packages/vitepress-plugin-git-changelog/package.json index 6fb557b6..3a362878 100644 --- a/packages/vitepress-plugin-git-changelog/package.json +++ b/packages/vitepress-plugin-git-changelog/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/vitepress-plugin-git-changelog", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "A VitePress plugin that adds a changelog fetched from git to your documentation.", "author": { "name": "Nólëbase", diff --git a/packages/vitepress-plugin-graph-view/package.json b/packages/vitepress-plugin-graph-view/package.json index 7e6908df..a9bb1ff5 100644 --- a/packages/vitepress-plugin-graph-view/package.json +++ b/packages/vitepress-plugin-graph-view/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/vitepress-plugin-graph-view", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "private": "true", "description": "A VitePress plugin that provides a graph view for your pages.", "author": { diff --git a/packages/vitepress-plugin-highlight-targeted-heading/package.json b/packages/vitepress-plugin-highlight-targeted-heading/package.json index bb43677f..d466519e 100644 --- a/packages/vitepress-plugin-highlight-targeted-heading/package.json +++ b/packages/vitepress-plugin-highlight-targeted-heading/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/vitepress-plugin-highlight-targeted-heading", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "A VitePress plugin blinks to highlight the heading element when targeted and clicked.", "author": { "name": "Nólëbase", diff --git a/packages/vitepress-plugin-inline-link-preview/package.json b/packages/vitepress-plugin-inline-link-preview/package.json index 19a89532..f85db043 100644 --- a/packages/vitepress-plugin-inline-link-preview/package.json +++ b/packages/vitepress-plugin-inline-link-preview/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/vitepress-plugin-inline-link-preview", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "A VitePress plugin that adds a inline popup to help you preview links while reading.", "author": { "name": "Nólëbase", diff --git a/packages/vitepress-plugin-meta/package.json b/packages/vitepress-plugin-meta/package.json index 9b761f6c..d29f9b90 100644 --- a/packages/vitepress-plugin-meta/package.json +++ b/packages/vitepress-plugin-meta/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/vitepress-plugin-meta", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "A vitepress plugin to add (excerpts, author, authors, etc.) to your rendered pages to maximize SEO and social media sharing capabilities.", "author": { "name": "Nólëbase", diff --git a/packages/vitepress-plugin-og-image/package.json b/packages/vitepress-plugin-og-image/package.json index 3098891f..1b9e158b 100644 --- a/packages/vitepress-plugin-og-image/package.json +++ b/packages/vitepress-plugin-og-image/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/vitepress-plugin-og-image", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "A vitepress plugin to generate Open Graph Protocol previewing images (a.k.a. social media cards) for your site.", "author": { "name": "Nólëbase", diff --git a/packages/vitepress-plugin-page-properties/package.json b/packages/vitepress-plugin-page-properties/package.json index fd7e2437..af2b7e75 100644 --- a/packages/vitepress-plugin-page-properties/package.json +++ b/packages/vitepress-plugin-page-properties/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/vitepress-plugin-page-properties", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "A VitePress plugin that renders frontmatter as page properties, and makes them editable.", "author": { "name": "Nólëbase", diff --git a/packages/vitepress-plugin-thumbnail-hash/package.json b/packages/vitepress-plugin-thumbnail-hash/package.json index e61ea56b..bf6e53c1 100644 --- a/packages/vitepress-plugin-thumbnail-hash/package.json +++ b/packages/vitepress-plugin-thumbnail-hash/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/vitepress-plugin-thumbnail-hash", "type": "module", - "version": "2.6.1", + "version": "2.7.0", "description": "A VitePress plugin that scan and generate data with blurhash, thumbhash hashing algorithm for images, as well as a standalone component to render images with blurhash and thumbhash.", "author": { "name": "Nólëbase",