Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (main) (#25811)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 16, 2024
1 parent 3d5c845 commit 4fd4f95
Show file tree
Hide file tree
Showing 9 changed files with 440 additions and 294 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
run: pnpm install

- name: Initialize CodeQL
uses: github/codeql-action/init@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
with:
languages: javascript
queries: +security-and-quality
Expand All @@ -97,7 +97,7 @@ jobs:
path: packages

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
with:
category: "/language:javascript"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Expand Up @@ -66,6 +66,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
uses: github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
with:
sarif_file: results.sarif
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -37,9 +37,9 @@
"@nuxt/schema": "workspace:*",
"@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"rollup": "^4.11.0",
"rollup": "^4.12.0",
"nuxt": "workspace:*",
"vite": "5.1.2",
"vite": "5.1.3",
"vue": "3.4.19",
"magic-string": "^0.30.7"
},
Expand All @@ -49,7 +49,7 @@
"@nuxt/test-utils": "3.11.0",
"@nuxt/webpack-builder": "workspace:*",
"@types/fs-extra": "11.0.4",
"@types/node": "20.11.17",
"@types/node": "20.11.19",
"@types/semver": "7.5.7",
"@vitest/coverage-v8": "1.2.2",
"@vue/test-utils": "2.4.4",
Expand All @@ -72,7 +72,7 @@
"nitropack": "2.8.1",
"nuxi": "3.10.1",
"nuxt": "workspace:*",
"nuxt-content-twoslash": "0.0.4",
"nuxt-content-twoslash": "0.0.8",
"ofetch": "1.3.3",
"pathe": "1.1.2",
"playwright-core": "1.41.2",
Expand All @@ -88,7 +88,7 @@
"vue-router": "4.2.5",
"vue-tsc": "1.8.27"
},
"packageManager": "pnpm@8.15.2",
"packageManager": "pnpm@8.15.3",
"engines": {
"node": "^14.18.0 || >=16.10.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/kit/package.json
Expand Up @@ -52,9 +52,9 @@
"lodash-es": "4.17.21",
"nitropack": "2.8.1",
"unbuild": "latest",
"vite": "5.1.2",
"vite": "5.1.3",
"vitest": "1.2.2",
"webpack": "5.90.1"
"webpack": "5.90.2"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Expand Up @@ -121,7 +121,7 @@
"@types/fs-extra": "11.0.4",
"@vitejs/plugin-vue": "5.0.4",
"unbuild": "latest",
"vite": "5.1.2",
"vite": "5.1.3",
"vitest": "1.2.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Expand Up @@ -51,12 +51,12 @@
"unbuild": "latest",
"unctx": "2.3.1",
"unenv": "1.9.0",
"vite": "5.1.2",
"vite": "5.1.3",
"vue": "3.4.19",
"vue-bundle-renderer": "2.0.0",
"vue-loader": "17.4.2",
"vue-router": "4.2.5",
"webpack": "5.90.1",
"webpack": "5.90.2",
"webpack-dev-middleware": "7.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -62,7 +62,7 @@
"ufo": "^1.4.0",
"unenv": "^1.9.0",
"unplugin": "^1.7.1",
"vite": "5.1.2",
"vite": "5.1.3",
"vite-node": "^1.2.2",
"vite-plugin-checker": "^0.6.4",
"vue-bundle-renderer": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Expand Up @@ -62,7 +62,7 @@
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^2.0.0",
"vue-loader": "^17.4.2",
"webpack": "^5.90.1",
"webpack": "^5.90.2",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-dev-middleware": "^7.0.0",
"webpack-hot-middleware": "^2.26.1",
Expand Down

0 comments on commit 4fd4f95

Please sign in to comment.