chore(deps): update all non-major dependencies (3.x) (#29238)

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 18:04:45 +01:00 committed by GitHub
parent a6cefe0659
commit 31a91c4322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 484 additions and 489 deletions

View File

@ -244,7 +244,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

@ -47,7 +47,7 @@
"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",
@ -82,7 +82,7 @@
"eslint-typegen": "0.3.2",
"h3": "1.12.0",
"happy-dom": "15.7.4",
"jiti": "2.0.0",
"jiti": "2.1.0",
"markdownlint-cli": "0.42.0",
"nitropack": "2.9.7",
"nuxi": "3.14.0",
@ -96,7 +96,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",
@ -105,7 +105,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

@ -34,7 +34,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",
"knitwork": "^1.1.0",
"mlly": "^1.7.1",

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

@ -19,19 +19,19 @@
},
"devDependencies": {
"@types/lodash-es": "4.17.12",
"@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",
"lodash-es": "4.17.21",
"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": "latest",
"vue": "3.5.10"
},
@ -47,7 +47,7 @@
"externality": "^1.0.2",
"get-port-please": "^3.1.2",
"h3": "^1.12.0",
"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

@ -39,7 +39,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"h3": "^1.12.0",
"hash-sum": "^2.0.0",
"jiti": "^2.0.0",
"jiti": "^2.1.0",
"lodash-es": "4.17.21",
"magic-string": "^0.30.11",
"memfs": "^4.12.0",

File diff suppressed because it is too large Load Diff