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

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-05 12:27:41 +01:00 committed by GitHub
parent 5390ca4321
commit 754955545e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 496 additions and 521 deletions

View File

@ -86,7 +86,7 @@ jobs:
run: pnpm install
- name: Initialize CodeQL
uses: github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4
uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
with:
languages: javascript
queries: +security-and-quality
@ -98,7 +98,7 @@ jobs:
path: packages
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4
uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
with:
category: "/language:javascript"

View File

@ -64,7 +64,7 @@ jobs:
repo: pr.head.repo.full_name
}
- id: generate-token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0
uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2
with:
app_id: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_ID }}
private_key: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_PRIVATE_KEY }}

View File

@ -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@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4
uses: github/codeql-action/upload-sarif@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
with:
sarif_file: results.sarif

View File

@ -7,7 +7,7 @@
"scripts": {
"build": "pnpm --filter './packages/**' prepack",
"build:stub": "pnpm --filter './packages/**' prepack --stub",
"cleanup": "rimraf 'packages/**/node_modules' 'examples/**/node_modules' 'docs/node_modules' 'playground/node_modules' 'node_modules'",
"cleanup": "rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'",
"dev": "pnpm play",
"lint": "eslint --ext .vue,.ts,.js,.mjs .",
"lint:fix": "eslint --ext .vue,.ts,.js,.mjs . --fix",
@ -42,10 +42,10 @@
"@actions/core": "1.10.0",
"@nuxt/test-utils": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@types/fs-extra": "11.0.1",
"@types/node": "18.17.11",
"@types/semver": "7.5.0",
"@types/node": "18.17.14",
"@types/semver": "7.5.1",
"case-police": "0.6.1",
"chalk": "5.3.0",
"changelogen": "0.5.5",
@ -60,13 +60,13 @@
"fs-extra": "11.1.1",
"globby": "13.2.2",
"h3": "1.8.1",
"happy-dom": "10.11.0",
"happy-dom": "10.11.2",
"jiti": "1.19.3",
"markdownlint-cli": "^0.33.0",
"nitropack": "2.6.2",
"nuxi": "3.7.2",
"nuxi": "3.7.3",
"nuxt": "workspace:*",
"nuxt-vitest": "0.10.2",
"nuxt-vitest": "0.10.4",
"ofetch": "1.3.3",
"pathe": "1.1.1",
"playwright-core": "1.37.1",
@ -77,13 +77,13 @@
"ufo": "1.3.0",
"vite": "4.4.9",
"vitest": "0.33.0",
"vitest-environment-nuxt": "0.10.2",
"vitest-environment-nuxt": "0.10.4",
"vue": "3.3.4",
"vue-eslint-parser": "9.3.1",
"vue-router": "4.2.4",
"vue-tsc": "1.8.8"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.1",
"engines": {
"node": "^14.18.0 || >=16.10.0"
}

View File

@ -20,7 +20,7 @@
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/schema": "workspace:../schema",
"@nuxt/schema": "workspace:*",
"c12": "^1.4.2",
"consola": "^3.2.3",
"defu": "^6.1.2",
@ -29,20 +29,20 @@
"ignore": "^5.2.4",
"jiti": "^1.19.3",
"knitwork": "^1.0.0",
"mlly": "^1.4.1",
"mlly": "^1.4.2",
"pathe": "^1.1.1",
"pkg-types": "^1.0.3",
"scule": "^1.0.0",
"semver": "^7.5.4",
"ufo": "^1.3.0",
"unctx": "^2.3.1",
"unimport": "^3.2.0",
"unimport": "^3.3.0",
"untyped": "^1.4.0"
},
"devDependencies": {
"@types/hash-sum": "1.0.0",
"@types/lodash-es": "4.17.8",
"@types/semver": "7.5.0",
"@types/lodash-es": "4.17.9",
"@types/semver": "7.5.1",
"lodash-es": "4.17.21",
"nitropack": "2.6.2",
"unbuild": "latest",

View File

@ -53,11 +53,11 @@
},
"dependencies": {
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "workspace:../kit",
"@nuxt/schema": "workspace:../schema",
"@nuxt/kit": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/telemetry": "^2.4.1",
"@nuxt/ui-templates": "^1.3.1",
"@nuxt/vite-builder": "workspace:../vite",
"@nuxt/vite-builder": "workspace:*",
"@unhead/dom": "^1.5.2",
"@unhead/ssr": "^1.5.2",
"@unhead/vue": "^1.5.2",
@ -80,10 +80,10 @@
"klona": "^2.0.6",
"knitwork": "^1.0.0",
"magic-string": "^0.30.3",
"mlly": "^1.4.1",
"mlly": "^1.4.2",
"nitropack": "^2.6.2",
"nuxi": "^3.7.2",
"nypm": "^0.3.1",
"nuxi": "^3.7.3",
"nypm": "^0.3.2",
"ofetch": "^1.3.3",
"ohash": "^1.1.3",
"pathe": "^1.1.1",
@ -94,11 +94,11 @@
"std-env": "^3.4.3",
"strip-literal": "^1.3.0",
"ufo": "^1.3.0",
"ultrahtml": "^1.3.0",
"ultrahtml": "^1.4.0",
"uncrypto": "^0.1.3",
"unctx": "^2.3.1",
"unenv": "^1.7.4",
"unimport": "^3.2.0",
"unimport": "^3.3.0",
"unplugin": "^1.4.0",
"unplugin-vue-router": "^0.6.4",
"untyped": "^1.4.0",
@ -112,7 +112,7 @@
"@types/estree": "1.0.1",
"@types/fs-extra": "11.0.1",
"@types/prompts": "2.4.4",
"@vitejs/plugin-vue": "4.3.3",
"@vitejs/plugin-vue": "4.3.4",
"unbuild": "latest",
"vite": "4.4.9",
"vitest": "0.33.0"

View File

@ -31,7 +31,6 @@ export default defineComponent({
setup (props, ctx) {
const mounted = ref(false)
// This is deliberate - `uid` should not be provided by user but by a transform plugin and will not be reactive.
// eslint-disable-next-line vue/no-setup-props-destructure
const ssrFailed = useState(`${props.uid}`)
if (ssrFailed.value) {

View File

@ -10,7 +10,6 @@ const props = defineProps({
})
// Deliberately prevent reactive update when error is cleared
// eslint-disable-next-line vue/no-setup-props-destructure
const _error = props.error
// TODO: extract to a separate utility

View File

@ -26,7 +26,6 @@ const LayoutLoader = defineComponent({
// This is a deliberate hack - this component must always be called with an explicit key to ensure
// that setup reruns when the name changes.
// eslint-disable-next-line vue/no-setup-props-destructure
const LayoutComponent = await layouts[props.name]().then((r: any) => r.default || r)
return () => h(LayoutComponent, props.layoutProps, context.slots)
@ -103,7 +102,7 @@ const LayoutProvider = defineComponent({
},
setup (props, context) {
// Prevent reactivity when the page will be rerendered in a different suspense fork
// eslint-disable-next-line vue/no-setup-props-destructure
const name = props.name
if (props.shouldProvide) {
provide(LayoutMetaSymbol, {

View File

@ -27,7 +27,6 @@ export default defineComponent({
},
setup (props, { slots }) {
// TODO: use computed values in useLoadingIndicator
// eslint-disable-next-line vue/no-setup-props-destructure
const indicator = useLoadingIndicator({
duration: props.duration,
throttle: props.throttle

View File

@ -20,9 +20,7 @@ export const RouteProvider = defineComponent({
},
setup (props) {
// Prevent reactivity when the page will be rerendered in a different suspense fork
// eslint-disable-next-line vue/no-setup-props-destructure
const previousKey = props.renderKey
// eslint-disable-next-line vue/no-setup-props-destructure
const previousRoute = props.route
// Provide a reactive route within the page

View File

@ -33,10 +33,10 @@
"@types/pug": "2.0.6",
"@types/sass-loader": "8.0.5",
"@unhead/schema": "1.5.2",
"@vitejs/plugin-vue": "4.3.3",
"@vitejs/plugin-vue": "4.3.4",
"@vitejs/plugin-vue-jsx": "3.0.2",
"@vue/compiler-core": "3.3.4",
"esbuild-loader": "4.0.1",
"esbuild-loader": "4.0.2",
"h3": "1.8.1",
"ignore": "5.2.4",
"nitropack": "2.6.2",
@ -59,7 +59,7 @@
"postcss-import-resolver": "^2.0.0",
"std-env": "^3.4.3",
"ufo": "^1.3.0",
"unimport": "^3.2.0",
"unimport": "^3.3.0",
"untyped": "^1.4.0"
},
"engines": {

View File

@ -22,8 +22,8 @@
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/kit": "workspace:../kit",
"@nuxt/schema": "workspace:../schema",
"@nuxt/kit": "workspace:*",
"@nuxt/schema": "workspace:*",
"consola": "^3.2.3",
"defu": "^6.1.2",
"execa": "^7.2.0",

View File

@ -18,7 +18,7 @@
"prepack": "unbuild"
},
"devDependencies": {
"@nuxt/schema": "workspace:../schema",
"@nuxt/schema": "workspace:*",
"@types/clear": "0.1.2",
"@types/estree": "1.0.1",
"@types/fs-extra": "11.0.1",
@ -26,9 +26,9 @@
"vue": "3.3.4"
},
"dependencies": {
"@nuxt/kit": "workspace:../kit",
"@nuxt/kit": "workspace:*",
"@rollup/plugin-replace": "^5.0.2",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"autoprefixer": "^10.4.15",
"clear": "^0.1.0",
@ -44,12 +44,12 @@
"h3": "^1.8.1",
"knitwork": "^1.0.0",
"magic-string": "^0.30.3",
"mlly": "^1.4.1",
"mlly": "^1.4.2",
"ohash": "^1.1.3",
"pathe": "^1.1.1",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
"postcss-url": "^10.1.3",
"rollup-plugin-visualizer": "^5.9.2",

View File

@ -20,13 +20,13 @@
},
"dependencies": {
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/kit": "workspace:../kit",
"@nuxt/kit": "workspace:*",
"autoprefixer": "^10.4.15",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"cssnano": "^6.0.1",
"defu": "^6.1.2",
"esbuild-loader": "^4.0.1",
"esbuild-loader": "^4.0.2",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"file-loader": "^6.2.0",
@ -38,11 +38,11 @@
"magic-string": "^0.30.3",
"memfs": "^4.2.1",
"mini-css-extract-plugin": "^2.7.6",
"mlly": "^1.4.1",
"mlly": "^1.4.2",
"ohash": "^1.1.3",
"pathe": "^1.1.1",
"pify": "^6.1.0",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-url": "^10.1.3",
@ -55,17 +55,17 @@
"vue-bundle-renderer": "^2.0.0",
"vue-loader": "^17.2.2",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-dev-middleware": "^6.1.1",
"webpack-hot-middleware": "^2.25.4",
"webpack-virtual-modules": "^0.5.0",
"webpackbar": "^5.0.2"
},
"devDependencies": {
"@nuxt/schema": "workspace:../schema",
"@nuxt/schema": "workspace:*",
"@types/fs-extra": "11.0.1",
"@types/hash-sum": "1.0.0",
"@types/lodash-es": "4.17.8",
"@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",

File diff suppressed because it is too large Load Diff