Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (main) (#23378)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
2 people authored and manniL committed Dec 11, 2023
1 parent 7822f7c commit 3e7693b
Show file tree
Hide file tree
Showing 9 changed files with 595 additions and 246 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-requests.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Semantic pull request
steps:
- 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:
scopes: |
kit
Expand Down
2 changes: 1 addition & 1 deletion .website/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt-themes/docus": "1.14.6"
"@nuxt-themes/docus": "1.14.7"
}
}
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -43,8 +43,8 @@
"@nuxt/webpack-builder": "workspace:*",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@types/fs-extra": "11.0.2",
"@types/node": "18.17.18",
"@types/semver": "7.5.2",
"@types/node": "18.18.0",
"@types/semver": "7.5.3",
"case-police": "0.6.1",
"changelogen": "0.5.5",
"consola": "3.2.3",
Expand All @@ -57,7 +57,7 @@
"fs-extra": "11.1.1",
"globby": "13.2.2",
"h3": "1.8.1",
"happy-dom": "12.1.6",
"happy-dom": "12.2.0",
"jiti": "1.20.0",
"markdownlint-cli": "^0.33.0",
"nitropack": "2.6.3",
Expand All @@ -67,7 +67,7 @@
"ofetch": "1.3.3",
"pathe": "1.1.1",
"playwright-core": "1.38.1",
"rimraf": "5.0.1",
"rimraf": "5.0.2",
"semver": "7.5.4",
"std-env": "3.4.3",
"typescript": "5.2.2",
Expand All @@ -78,7 +78,7 @@
"vue": "3.3.4",
"vue-eslint-parser": "9.3.1",
"vue-router": "4.2.5",
"vue-tsc": "1.8.13"
"vue-tsc": "1.8.14"
},
"packageManager": "pnpm@8.7.6",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/hash-sum": "1.0.0",
"@types/lodash-es": "4.17.9",
"@types/semver": "7.5.2",
"@types/semver": "7.5.3",
"lodash-es": "4.17.21",
"nitropack": "2.6.3",
"unbuild": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Expand Up @@ -109,7 +109,7 @@
},
"devDependencies": {
"@parcel/watcher": "2.3.0",
"@types/estree": "1.0.1",
"@types/estree": "1.0.2",
"@types/fs-extra": "11.0.2",
"@vitejs/plugin-vue": "4.3.4",
"unbuild": "latest",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Expand Up @@ -30,8 +30,8 @@
"devDependencies": {
"@nuxt/telemetry": "2.5.0",
"@types/file-loader": "5.0.2",
"@types/pug": "2.0.6",
"@types/sass-loader": "8.0.5",
"@types/pug": "2.0.7",
"@types/sass-loader": "8.0.6",
"@unhead/schema": "1.7.4",
"@vitejs/plugin-vue": "4.3.4",
"@vitejs/plugin-vue-jsx": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@nuxt/schema": "workspace:*",
"@types/clear": "0.1.2",
"@types/estree": "1.0.1",
"@types/estree": "1.0.2",
"@types/fs-extra": "11.0.2",
"unbuild": "latest",
"vue": "3.3.4"
Expand Down
10 changes: 5 additions & 5 deletions packages/webpack/package.json
Expand Up @@ -36,7 +36,7 @@
"hash-sum": "^2.0.0",
"lodash-es": "^4.17.21",
"magic-string": "^0.30.3",
"memfs": "^4.4.0",
"memfs": "^4.5.0",
"mini-css-extract-plugin": "^2.7.6",
"mlly": "^1.4.2",
"ohash": "^1.1.3",
Expand Down Expand Up @@ -66,10 +66,10 @@
"@types/fs-extra": "11.0.2",
"@types/hash-sum": "1.0.0",
"@types/lodash-es": "4.17.9",
"@types/pify": "5.0.1",
"@types/webpack-bundle-analyzer": "4.6.0",
"@types/webpack-hot-middleware": "2.25.6",
"@types/webpack-virtual-modules": "0.1.1",
"@types/pify": "5.0.2",
"@types/webpack-bundle-analyzer": "4.6.1",
"@types/webpack-hot-middleware": "2.25.7",
"@types/webpack-virtual-modules": "0.1.2",
"unbuild": "latest",
"vue": "3.3.4"
},
Expand Down

0 comments on commit 3e7693b

Please sign in to comment.