chore(deps): update all non-major dependencies (#7649)

This commit is contained in:
renovate[bot] 2022-09-20 10:20:03 +02:00 committed by GitHub
parent f8a23564c3
commit df72a3eb34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 428 additions and 677 deletions

View File

@ -16,8 +16,8 @@
"@docus/theme": "1.2.2",
"@nuxt/typescript-build": "^2.1.0",
"fs-extra": "^10.1.0",
"jiti": "^1.15.0",
"pathe": "^0.3.7",
"jiti": "^1.16.0",
"pathe": "^0.3.8",
"rimraf": "^3.0.2",
"scule": "^0.3.2",
"untyped": "^0.5.0",

View File

@ -6761,10 +6761,10 @@ jiti@^1.10.1, jiti@^1.11.0, jiti@^1.12.5, jiti@^1.12.9, jiti@^1.9.1, jiti@^1.9.2
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.12.9.tgz#2ce45b265cfc8dc91ebd70a5204807cf915291bc"
integrity sha512-TdcJywkQtcwLxogc4rSMAi479G2eDPzfW0fLySks7TPhgZZ4s/tM6stnzayIh3gS/db3zExWJyUx4cNWrwAmoQ==
jiti@^1.15.0:
version "1.15.0"
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.15.0.tgz#cfa7ebfe4a60d77cf3bd4f8630cd99225b638417"
integrity sha512-cClBkETOCVIpPMjX3ULlivuBvmt8l2Xtz+SHrULO06OqdtV0QFR2cuhc4FJnXByjUUX4CY0pl1nph0aFh9D3yA==
jiti@^1.16.0:
version "1.16.0"
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.16.0.tgz#f72065954446ad1866fa8d6bcc3bed3cc1cebdaa"
integrity sha512-L3BJStEf5NAqNuzrpfbN71dp43mYIcBUlCRea/vdyv5dW/AYa1d4bpelko4SHdY3I6eN9Wzyasxirj1/vv5kmg==
joycon@^3.0.1:
version "3.0.1"
@ -8366,10 +8366,10 @@ pathe@^0.2.0:
resolved "https://registry.yarnpkg.com/pathe/-/pathe-0.2.0.tgz#30fd7bbe0a0d91f0e60bae621f5d19e9e225c339"
integrity sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==
pathe@^0.3.7:
version "0.3.7"
resolved "https://registry.yarnpkg.com/pathe/-/pathe-0.3.7.tgz#83860c096cb11d9614c17e0d70d91622931676ce"
integrity sha512-yz7GK+kSsS27x727jtXpd5VT4dDfP/JDIQmaowfxyWCnFjOWtE1VIh7i6TzcSfzW0n4+bRQztj1VdKnITNq/MA==
pathe@^0.3.8:
version "0.3.8"
resolved "https://registry.yarnpkg.com/pathe/-/pathe-0.3.8.tgz#3584f03fda1981a6efe8bc24623d82cbb4219acb"
integrity sha512-c71n61F1skhj/jzZe+fWE9XDoTYjWbUwIKVwFftZ5IOgiX44BVkTkD+/803YDgR50tqeO4eXWxLyVHBLWQAD1g==
pbkdf2@^3.0.3:
version "3.1.2"

View File

@ -43,7 +43,7 @@
"nuxi": "link:./packages/nuxi",
"nuxt": "link:./packages/nuxt",
"nuxt3": "link:./packages/nuxt",
"vite": "~3.1.2",
"vite": "~3.1.3",
"unbuild": "^0.8.11"
},
"devDependencies": {
@ -52,7 +52,7 @@
"@types/crawler": "^1.2.2",
"@types/node": "^16.11.59",
"@types/rimraf": "^3",
"@unocss/reset": "^0.45.21",
"@unocss/reset": "^0.45.22",
"case-police": "^0.5.10",
"changelogen": "^0.3.0",
"crawler": "^1.3.0",
@ -61,10 +61,10 @@
"execa": "^6.1.0",
"expect-type": "^0.14.2",
"globby": "^13.1.2",
"jiti": "^1.15.0",
"jiti": "^1.16.0",
"lerna": "^5.5.1",
"markdownlint-cli": "^0.32.2",
"pathe": "^0.3.7",
"pathe": "^0.3.8",
"rimraf": "^3.0.2",
"typescript": "^4.8.3",
"unbuild": "^0.8.11",

View File

@ -14,17 +14,17 @@
},
"dependencies": {
"@nuxt/schema": "3.0.0-rc.10",
"c12": "^0.2.12",
"c12": "^0.2.13",
"consola": "^2.15.3",
"defu": "^6.1.0",
"globby": "^13.1.2",
"hash-sum": "^2.0.0",
"ignore": "^5.2.0",
"jiti": "^1.15.0",
"jiti": "^1.16.0",
"knitwork": "^0.1.2",
"lodash.template": "^4.5.0",
"mlly": "^0.5.14",
"pathe": "^0.3.7",
"mlly": "^0.5.15",
"pathe": "^0.3.8",
"pkg-types": "^0.3.5",
"scule": "^0.3.2",
"semver": "^7.3.7",

View File

@ -24,7 +24,7 @@
"@types/flat": "^5.0.2",
"@types/mri": "^1.1.1",
"@types/semver": "^7",
"c12": "^0.2.12",
"c12": "^0.2.13",
"chokidar": "^3.5.3",
"clear": "^0.1.0",
"clipboardy": "^3.0.0",
@ -34,12 +34,12 @@
"destr": "^1.1.1",
"execa": "^6.1.0",
"flat": "^5.0.2",
"giget": "^0.1.6",
"jiti": "^1.15.0",
"giget": "^0.1.7",
"jiti": "^1.16.0",
"listhen": "^0.3.1",
"mlly": "^0.5.14",
"mlly": "^0.5.15",
"mri": "^1.2.0",
"pathe": "^0.3.7",
"pathe": "^0.3.8",
"perfect-debounce": "^0.1.3",
"pkg-types": "^0.3.5",
"scule": "^0.3.2",

View File

@ -57,12 +57,12 @@
"hookable": "^5.3.0",
"knitwork": "^0.1.2",
"magic-string": "^0.26.3",
"mlly": "^0.5.14",
"mlly": "^0.5.15",
"nitropack": "^0.5.3",
"nuxi": "3.0.0-rc.10",
"ohash": "^0.1.5",
"ohmyfetch": "^0.4.18",
"pathe": "^0.3.7",
"ohmyfetch": "^0.4.19",
"pathe": "^0.3.8",
"perfect-debounce": "^0.1.3",
"scule": "^0.3.2",
"strip-literal": "^0.4.2",

View File

@ -18,14 +18,14 @@
"@types/semver": "^7",
"unbuild": "latest",
"untyped": "^0.5.0",
"vite": "~3.1.2"
"vite": "~3.1.3"
},
"dependencies": {
"c12": "^0.2.12",
"c12": "^0.2.13",
"create-require": "^1.1.1",
"defu": "^6.1.0",
"jiti": "^1.15.0",
"pathe": "^0.3.7",
"jiti": "^1.16.0",
"pathe": "^0.3.8",
"pkg-types": "^0.3.5",
"postcss-import-resolver": "^2.0.0",
"scule": "^0.3.2",

View File

@ -19,8 +19,8 @@
"defu": "^6.1.0",
"execa": "^6.1.0",
"get-port-please": "^2.6.1",
"jiti": "^1.15.0",
"ohmyfetch": "^0.4.18"
"jiti": "^1.16.0",
"ohmyfetch": "^0.4.19"
},
"devDependencies": {
"playwright": "^1.25.2",

View File

@ -36,9 +36,9 @@
"h3": "^0.7.21",
"knitwork": "^0.1.2",
"magic-string": "^0.26.3",
"mlly": "^0.5.14",
"mlly": "^0.5.15",
"ohash": "^0.1.5",
"pathe": "^0.3.7",
"pathe": "^0.3.8",
"perfect-debounce": "^0.1.3",
"pkg-types": "^0.3.5",
"postcss": "^8.4.16",
@ -48,7 +48,7 @@
"rollup-plugin-visualizer": "^5.8.1",
"ufo": "^0.8.5",
"unplugin": "^0.9.2",
"vite": "~3.1.2",
"vite": "~3.1.3",
"vite-node": "^0.23.4",
"vite-plugin-checker": "^0.5.1",
"vue-bundle-renderer": "^0.4.3"

View File

@ -34,9 +34,9 @@
"magic-string": "^0.26.3",
"memfs": "^3.4.7",
"mini-css-extract-plugin": "^2.6.1",
"mlly": "^0.5.14",
"mlly": "^0.5.15",
"ohash": "^0.1.5",
"pathe": "^0.3.7",
"pathe": "^0.3.8",
"pify": "^6.1.0",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",

1031
yarn.lock

File diff suppressed because it is too large Load Diff