Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (main) (#24053)
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
renovate[bot] and danielroe committed Nov 3, 2023
1 parent ea3ce93 commit 9ef94d6
Show file tree
Hide file tree
Showing 8 changed files with 182 additions and 118 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@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9 # v5.3.0
uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0
with:
scopes: |
kit
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -42,7 +42,7 @@
"@nuxt/webpack-builder": "workspace:*",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@types/fs-extra": "11.0.3",
"@types/node": "20.8.9",
"@types/node": "20.8.10",
"@types/semver": "7.5.4",
"case-police": "0.6.1",
"changelogen": "0.5.5",
Expand All @@ -62,7 +62,7 @@
"nitropack": "2.7.2",
"nuxi": "3.9.1",
"nuxt": "workspace:*",
"nuxt-vitest": "0.11.0",
"nuxt-vitest": "0.11.2",
"ofetch": "1.3.3",
"pathe": "1.1.1",
"playwright-core": "1.39.0",
Expand All @@ -73,13 +73,13 @@
"ufo": "1.3.1",
"vite": "4.5.0",
"vitest": "0.33.0",
"vitest-environment-nuxt": "0.11.0",
"vitest-environment-nuxt": "0.11.2",
"vue": "3.3.7",
"vue-eslint-parser": "9.3.2",
"vue-router": "4.2.5",
"vue-tsc": "1.8.22"
},
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.2",
"engines": {
"node": "^14.18.0 || >=16.10.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/nuxt/package.json
Expand Up @@ -60,9 +60,9 @@
"@nuxt/telemetry": "^2.5.2",
"@nuxt/ui-templates": "^1.3.1",
"@nuxt/vite-builder": "workspace:*",
"@unhead/dom": "^1.8.1",
"@unhead/ssr": "^1.8.1",
"@unhead/vue": "^1.8.1",
"@unhead/dom": "^1.8.2",
"@unhead/ssr": "^1.8.2",
"@unhead/vue": "^1.8.2",
"@vue/shared": "^3.3.7",
"acorn": "8.11.2",
"c12": "^1.5.1",
Expand Down Expand Up @@ -111,7 +111,7 @@
},
"devDependencies": {
"@parcel/watcher": "2.3.0",
"@types/estree": "1.0.3",
"@types/estree": "1.0.4",
"@types/fs-extra": "11.0.3",
"@vitejs/plugin-vue": "4.4.0",
"unbuild": "latest",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Expand Up @@ -33,7 +33,7 @@
"@types/file-loader": "5.0.3",
"@types/pug": "2.0.8",
"@types/sass-loader": "8.0.7",
"@unhead/schema": "1.8.1",
"@unhead/schema": "1.8.2",
"@vitejs/plugin-vue": "4.4.0",
"@vitejs/plugin-vue-jsx": "3.0.2",
"@vue/compiler-core": "3.3.7",
Expand All @@ -48,7 +48,7 @@
"vite": "4.5.0",
"vue": "3.3.7",
"vue-bundle-renderer": "2.0.0",
"vue-loader": "17.3.0",
"vue-loader": "17.3.1",
"vue-router": "4.2.5",
"webpack": "5.89.0",
"webpack-dev-middleware": "6.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@nuxt/schema": "workspace:*",
"@types/clear": "0.1.3",
"@types/estree": "1.0.3",
"@types/estree": "1.0.4",
"@types/fs-extra": "11.0.3",
"unbuild": "latest",
"vue": "3.3.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Expand Up @@ -55,7 +55,7 @@
"unplugin": "^1.5.0",
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^2.0.0",
"vue-loader": "^17.3.0",
"vue-loader": "^17.3.1",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-dev-middleware": "^6.1.1",
Expand Down

0 comments on commit 9ef94d6

Please sign in to comment.