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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
renovate[bot] 2023-09-26 01:32:44 +02:00 committed by GitHub
parent 0949187cf7
commit 0844735187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 595 additions and 246 deletions

View File

@ -20,7 +20,7 @@ jobs:
name: Semantic pull request name: Semantic pull request
steps: steps:
- name: Validate PR title - name: Validate PR title
uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5.2.0 uses: amannn/action-semantic-pull-request@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9 # v5.3.0
with: with:
scopes: | scopes: |
kit kit

View File

@ -9,6 +9,6 @@
"preview": "nuxt preview" "preview": "nuxt preview"
}, },
"devDependencies": { "devDependencies": {
"@nuxt-themes/docus": "1.14.6" "@nuxt-themes/docus": "1.14.7"
} }
} }

View File

@ -43,8 +43,8 @@
"@nuxt/webpack-builder": "workspace:*", "@nuxt/webpack-builder": "workspace:*",
"@nuxtjs/eslint-config-typescript": "12.1.0", "@nuxtjs/eslint-config-typescript": "12.1.0",
"@types/fs-extra": "11.0.2", "@types/fs-extra": "11.0.2",
"@types/node": "18.17.18", "@types/node": "18.18.0",
"@types/semver": "7.5.2", "@types/semver": "7.5.3",
"case-police": "0.6.1", "case-police": "0.6.1",
"changelogen": "0.5.5", "changelogen": "0.5.5",
"consola": "3.2.3", "consola": "3.2.3",
@ -57,7 +57,7 @@
"fs-extra": "11.1.1", "fs-extra": "11.1.1",
"globby": "13.2.2", "globby": "13.2.2",
"h3": "1.8.1", "h3": "1.8.1",
"happy-dom": "12.1.6", "happy-dom": "12.2.0",
"jiti": "1.20.0", "jiti": "1.20.0",
"markdownlint-cli": "^0.33.0", "markdownlint-cli": "^0.33.0",
"nitropack": "2.6.3", "nitropack": "2.6.3",
@ -67,7 +67,7 @@
"ofetch": "1.3.3", "ofetch": "1.3.3",
"pathe": "1.1.1", "pathe": "1.1.1",
"playwright-core": "1.38.1", "playwright-core": "1.38.1",
"rimraf": "5.0.1", "rimraf": "5.0.2",
"semver": "7.5.4", "semver": "7.5.4",
"std-env": "3.4.3", "std-env": "3.4.3",
"typescript": "5.2.2", "typescript": "5.2.2",
@ -78,7 +78,7 @@
"vue": "3.3.4", "vue": "3.3.4",
"vue-eslint-parser": "9.3.1", "vue-eslint-parser": "9.3.1",
"vue-router": "4.2.5", "vue-router": "4.2.5",
"vue-tsc": "1.8.13" "vue-tsc": "1.8.14"
}, },
"packageManager": "pnpm@8.7.6", "packageManager": "pnpm@8.7.6",
"engines": { "engines": {

View File

@ -42,7 +42,7 @@
"devDependencies": { "devDependencies": {
"@types/hash-sum": "1.0.0", "@types/hash-sum": "1.0.0",
"@types/lodash-es": "4.17.9", "@types/lodash-es": "4.17.9",
"@types/semver": "7.5.2", "@types/semver": "7.5.3",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"nitropack": "2.6.3", "nitropack": "2.6.3",
"unbuild": "latest", "unbuild": "latest",

View File

@ -109,7 +109,7 @@
}, },
"devDependencies": { "devDependencies": {
"@parcel/watcher": "2.3.0", "@parcel/watcher": "2.3.0",
"@types/estree": "1.0.1", "@types/estree": "1.0.2",
"@types/fs-extra": "11.0.2", "@types/fs-extra": "11.0.2",
"@vitejs/plugin-vue": "4.3.4", "@vitejs/plugin-vue": "4.3.4",
"unbuild": "latest", "unbuild": "latest",

View File

@ -30,8 +30,8 @@
"devDependencies": { "devDependencies": {
"@nuxt/telemetry": "2.5.0", "@nuxt/telemetry": "2.5.0",
"@types/file-loader": "5.0.2", "@types/file-loader": "5.0.2",
"@types/pug": "2.0.6", "@types/pug": "2.0.7",
"@types/sass-loader": "8.0.5", "@types/sass-loader": "8.0.6",
"@unhead/schema": "1.7.4", "@unhead/schema": "1.7.4",
"@vitejs/plugin-vue": "4.3.4", "@vitejs/plugin-vue": "4.3.4",
"@vitejs/plugin-vue-jsx": "3.0.2", "@vitejs/plugin-vue-jsx": "3.0.2",

View File

@ -20,7 +20,7 @@
"devDependencies": { "devDependencies": {
"@nuxt/schema": "workspace:*", "@nuxt/schema": "workspace:*",
"@types/clear": "0.1.2", "@types/clear": "0.1.2",
"@types/estree": "1.0.1", "@types/estree": "1.0.2",
"@types/fs-extra": "11.0.2", "@types/fs-extra": "11.0.2",
"unbuild": "latest", "unbuild": "latest",
"vue": "3.3.4" "vue": "3.3.4"

View File

@ -36,7 +36,7 @@
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"magic-string": "^0.30.3", "magic-string": "^0.30.3",
"memfs": "^4.4.0", "memfs": "^4.5.0",
"mini-css-extract-plugin": "^2.7.6", "mini-css-extract-plugin": "^2.7.6",
"mlly": "^1.4.2", "mlly": "^1.4.2",
"ohash": "^1.1.3", "ohash": "^1.1.3",
@ -66,10 +66,10 @@
"@types/fs-extra": "11.0.2", "@types/fs-extra": "11.0.2",
"@types/hash-sum": "1.0.0", "@types/hash-sum": "1.0.0",
"@types/lodash-es": "4.17.9", "@types/lodash-es": "4.17.9",
"@types/pify": "5.0.1", "@types/pify": "5.0.2",
"@types/webpack-bundle-analyzer": "4.6.0", "@types/webpack-bundle-analyzer": "4.6.1",
"@types/webpack-hot-middleware": "2.25.6", "@types/webpack-hot-middleware": "2.25.7",
"@types/webpack-virtual-modules": "0.1.1", "@types/webpack-virtual-modules": "0.1.2",
"unbuild": "latest", "unbuild": "latest",
"vue": "3.3.4" "vue": "3.3.4"
}, },

File diff suppressed because it is too large Load Diff