Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#381)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* fix lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
  • Loading branch information
renovate[bot] and sxzz authored Jul 23, 2024
1 parent 5a42396 commit c1bd30d
Show file tree
Hide file tree
Showing 8 changed files with 2,324 additions and 1,451 deletions.
3 changes: 2 additions & 1 deletion docs/.vitepress/plugins/markdownTransform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { repositoryMeta } from '../data/meta'
const repos = repositoryMeta.map(({ name }) => `${name}`)

export function MarkdownTransform(): PluginOption {
const MARKDOWN_LINK_RE = /(?<link>\[.*?]\((?<url>.*?)\)|<img.*?src="(?<url2>.*?)".*?>)/g
// eslint-disable-next-line regexp/no-super-linear-backtracking
const MARKDOWN_LINK_RE = /(?<link>\[.*?\]\((?<url>.*?)\)|<img.*?src="(?<url2>.*?)".*?>)/g
const GH_RAW_URL = 'https://raw.githubusercontent.com'
const GH_URL = 'https://github.com/unplugin'
const images = ['png', 'jpg', 'jpeg', 'gif', 'svg'].map(ext => `.${ext}`)
Expand Down
21 changes: 12 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,34 @@
"name": "unplugin-docs",
"type": "module",
"private": true,
"engines": {
"node": ">=18.19.0"
},
"scripts": {
"gen-files": "tsx ./.vitepress/data/gen-files.ts",
"dev": "vitepress dev --open",
"build": "pnpm gen-files && vitepress build",
"lint": "eslint . && case-police '**/*.md'"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/lucide": "^1.1.181",
"@iconify-json/heroicons": "^1.1.22",
"@iconify-json/lucide": "^1.1.201",
"@iconify-json/radix-icons": "^1.1.14",
"@iconify-json/simple-icons": "^1.1.99",
"@iconify-json/simple-icons": "^1.1.109",
"case-police": "^0.6.1",
"consola": "^3.2.3",
"dotenv": "^16.4.5",
"eslint": "^9.7.0",
"markdown-it": "^14.1.0",
"markdown-it-github-alerts": "^0.3.0",
"ofetch": "^1.3.4",
"tsx": "^4.7.2",
"unocss": "^0.59.2",
"tsx": "^4.16.2",
"unocss": "^0.61.5",
"unplugin": "workspace:*",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vitepress": "^1.1.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.3",
"vitepress": "^1.3.1",
"vitepress-plugin-twoslash": "^0.10.2",
"vue": "^3.4.21"
"vue": "^3.4.33"
}
}
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin",
"version": "1.11.0",
"packageManager": "[email protected].7",
"packageManager": "[email protected].9",
"description": "Unified plugin system for build tools",
"license": "MIT",
"repository": "unjs/unplugin",
Expand Down Expand Up @@ -42,41 +42,41 @@
"test:build": "jiti scripts/buildFixtures.ts"
},
"dependencies": {
"acorn": "^8.11.3",
"acorn": "^8.12.1",
"chokidar": "^3.6.0",
"webpack-sources": "^3.2.3",
"webpack-virtual-modules": "^0.6.1"
"webpack-virtual-modules": "^0.6.2"
},
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@antfu/eslint-config": "^2.13.3",
"@antfu/ni": "^0.21.12",
"@farmfe/cli": "^1.0.0",
"@farmfe/core": "^1.0.19",
"@rspack/cli": "1.0.0-alpha.2",
"@rspack/core": "1.0.0-alpha.2",
"@antfu/eslint-config": "^2.23.2",
"@antfu/ni": "^0.22.0",
"@farmfe/cli": "^1.0.2",
"@farmfe/core": "^1.3.9",
"@rspack/cli": "1.0.0-alpha.5",
"@rspack/core": "1.0.0-alpha.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.7",
"@types/node": "^20.14.11",
"@types/webpack-sources": "^3.2.3",
"bumpp": "^9.4.0",
"bumpp": "^9.4.1",
"conventional-changelog-cli": "^5.0.0",
"esbuild": "^0.20.2",
"esbuild": "^0.23.0",
"esbuild-plugin-copy": "^2.1.1",
"eslint": "^9.7.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"jiti": "^1.21.0",
"lint-staged": "^15.2.2",
"magic-string": "^0.30.9",
"picocolors": "^1.0.0",
"jiti": "^1.21.6",
"lint-staged": "^15.2.7",
"magic-string": "^0.30.10",
"picocolors": "^1.0.1",
"rolldown": "^0.12.1",
"rollup": "^4.14.2",
"rollup": "^4.19.0",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vitest": "^1.5.0",
"webpack": "^5.91.0",
"tsup": "^8.2.2",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "^1.6.0",
"webpack": "^5.93.0",
"webpack-cli": "4.10.0"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit c1bd30d

Please sign in to comment.