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

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] 2024-10-03 10:08:55 +01:00 committed by GitHub
parent 36a3af8392
commit 2ef0c9fc48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 492 additions and 515 deletions

View File

@ -242,7 +242,7 @@ jobs:
TEST_PAYLOAD: ${{ matrix.payload }}
SKIP_BUNDLE_SIZE: ${{ github.event_name != 'push' || matrix.env == 'dev' || matrix.builder == 'webpack' || matrix.context == 'default' || matrix.payload == 'js' || runner.os == 'Windows' }}
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
if: github.event_name != 'push' && matrix.env == 'built' && matrix.builder == 'vite' && matrix.context == 'default' && matrix.os == 'ubuntu-latest' && matrix.manifest == 'manifest-on'
with:
token: ${{ secrets.CODECOV_TOKEN }}

View File

@ -45,13 +45,13 @@
"@vue/shared": "3.5.10",
"c12": "2.0.0",
"h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
"jiti": "2.0.0",
"jiti": "2.1.0",
"magic-string": "^0.30.11",
"nitro": "npm:nitro-nightly@3.0.0-beta-28665895.e727afda",
"nuxt": "workspace:*",
"ohash": "1.1.4",
"postcss": "8.4.47",
"rollup": "4.22.5",
"rollup": "4.24.0",
"send": ">=0.19.0",
"typescript": "5.6.2",
"ufo": "1.5.4",
@ -87,7 +87,7 @@
"eslint-typegen": "0.3.2",
"h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
"happy-dom": "15.7.4",
"jiti": "2.0.0",
"jiti": "2.1.0",
"markdownlint-cli": "0.42.0",
"nitro": "npm:nitro-nightly@3.0.0-beta-28665895.e727afda",
"nuxi": "3.14.0",
@ -101,7 +101,7 @@
"sherif": "1.0.0",
"std-env": "3.7.0",
"tinyexec": "0.3.0",
"tinyglobby": "0.2.8",
"tinyglobby": "0.2.9",
"typescript": "5.6.2",
"ufo": "1.5.4",
"vitest": "2.1.2",
@ -110,7 +110,7 @@
"vue-router": "4.4.5",
"vue-tsc": "2.1.6"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.0",
"engines": {
"node": "^16.10.0 || >=18.0.0"
},

View File

@ -35,7 +35,7 @@
"globby": "^14.0.2",
"hash-sum": "^2.0.0",
"ignore": "^6.0.2",
"jiti": "^2.0.0",
"jiti": "^2.1.0",
"klona": "^2.0.6",
"mlly": "^1.7.1",
"pathe": "^1.1.2",

View File

@ -60,7 +60,7 @@
},
"dependencies": {
"@nuxt/devalue": "^2.0.2",
"@nuxt/devtools": "^1.5.1",
"@nuxt/devtools": "^1.5.2",
"@nuxt/kit": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/telemetry": "^2.6.0",
@ -88,7 +88,7 @@
"hookable": "^5.5.3",
"ignore": "^6.0.2",
"impound": "^0.1.0",
"jiti": "^2.0.0",
"jiti": "^2.1.0",
"klona": "^2.0.6",
"knitwork": "^1.1.0",
"magic-string": "^0.30.11",
@ -107,7 +107,7 @@
"semver": "^7.6.3",
"std-env": "^3.7.0",
"strip-literal": "^2.1.0",
"tinyglobby": "0.2.8",
"tinyglobby": "0.2.9",
"ufo": "^1.5.4",
"ultrahtml": "^1.5.3",
"uncrypto": "^0.1.3",

View File

@ -18,18 +18,18 @@
"test": "pnpm lint && pnpm build"
},
"devDependencies": {
"@unocss/reset": "0.63.1",
"@unocss/reset": "0.63.2",
"critters": "0.0.24",
"html-validate": "8.24.0",
"htmlnano": "2.1.1",
"jiti": "2.0.0",
"jiti": "2.1.0",
"knitwork": "1.1.0",
"pathe": "1.1.2",
"prettier": "3.3.3",
"scule": "1.3.0",
"tinyexec": "0.3.0",
"tinyglobby": "0.2.8",
"unocss": "0.63.1",
"tinyglobby": "0.2.9",
"unocss": "0.63.2",
"vite": "5.4.8"
}
}

View File

@ -27,7 +27,7 @@
"@nuxt/schema": "workspace:*",
"@types/clear": "0.1.4",
"@types/estree": "1.0.6",
"rollup": "4.22.5",
"rollup": "4.24.0",
"unbuild": "3.0.0-rc.8",
"vue": "3.5.10"
},
@ -47,7 +47,7 @@
"externality": "^1.0.2",
"get-port-please": "^3.1.2",
"h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
"jiti": "^2.0.0",
"jiti": "^2.1.0",
"knitwork": "^1.1.0",
"magic-string": "^0.30.11",
"mlly": "^1.7.1",

View File

@ -71,7 +71,9 @@ export function ssrStylesPlugin (options: SSRStylePluginOptions): Plugin {
: outputOptions.assetFileNames({
type: 'asset',
name: `${fileName}-styles.mjs`,
names: [`${fileName}-styles.mjs`],
originalFileName: `${fileName}-styles.mjs`,
originalFileNames: [`${fileName}-styles.mjs`],
source: '',
})

View File

@ -40,7 +40,7 @@
"globby": "^14.0.2",
"h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
"hash-sum": "^2.0.0",
"jiti": "^2.0.0",
"jiti": "^2.1.0",
"knitwork": "^1.1.0",
"lodash-es": "4.17.21",
"magic-string": "^0.30.11",
@ -78,7 +78,7 @@
"@types/pify": "5.0.4",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9",
"rollup": "4.22.5",
"rollup": "4.24.0",
"unbuild": "3.0.0-rc.8",
"vue": "3.5.10"
},

File diff suppressed because it is too large Load Diff