Merge pull request #4071 from mermaid-js/renovate/vite-4.x

chore(deps): update dependency vite to v4
This commit is contained in:
Sidharth Vinod 2023-02-16 17:50:08 +05:30 committed by GitHub
commit ac231949f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 48 deletions

View File

@ -20,13 +20,14 @@ const visualizerOptions = (packageName: string, core = false): PluginOption[] =>
if (packageName !== 'mermaid' || !visualize) {
return [];
}
return ['network', 'treemap', 'sunburst'].map((chartType) =>
visualizer({
filename: `./stats/${chartType}${core ? '.core' : ''}.html`,
template: chartType as TemplateType,
gzipSize: true,
brotliSize: true,
})
return ['network', 'treemap', 'sunburst'].map(
(chartType) =>
visualizer({
filename: `./stats/${chartType}${core ? '.core' : ''}.html`,
template: chartType as TemplateType,
gzipSize: true,
brotliSize: true,
}) as PluginOption
);
};

View File

@ -106,7 +106,7 @@
"start-server-and-test": "^1.14.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"vite": "^4.0.0",
"vitest": "^0.28.4"
},
"volta": {

View File

@ -1,6 +1,5 @@
import { defineConfig, searchForWorkspaceRoot } from 'vite';
import { defineConfig, type PluginOption, searchForWorkspaceRoot } from 'vite';
import path from 'path';
// @ts-ignore: still in alpha
import { SearchPlugin } from 'vitepress-plugin-search';
const virtualModuleId = 'virtual:mermaid-config';
@ -8,7 +7,7 @@ const resolvedVirtualModuleId = '\0' + virtualModuleId;
export default defineConfig({
plugins: [
SearchPlugin(),
SearchPlugin() as PluginOption,
{
// TODO: will be fixed in the next vitepress release.
name: 'fix-virtual',

View File

@ -161,8 +161,8 @@ importers:
specifier: ^4.8.4
version: 4.8.4
vite:
specifier: ^3.2.3
version: 3.2.3_@types+node@18.11.9
specifier: ^4.0.0
version: 4.0.1_@types+node@18.11.9
vitest:
specifier: ^0.28.4
version: 0.28.4_vun5xzxu3tkrssf3erdbijyyki
@ -11869,41 +11869,7 @@ packages:
optional: true
dependencies:
esbuild: 0.15.13
postcss: 8.4.18
resolve: 1.22.1
rollup: 2.79.1
optionalDependencies:
fsevents: 2.3.2
dev: true
/vite/3.2.3_@types+node@18.11.9:
resolution: {integrity: sha512-h8jl1TZ76eGs3o2dIBSsvXDLb1m/Ec1iej8ZMdz+PsaFUsftZeWe2CZOI3qogEsMNaywc17gu0q6cQDzh/weCQ==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
'@types/node': '>= 14'
less: '*'
sass: '*'
stylus: '*'
sugarss: '*'
terser: ^5.4.0
peerDependenciesMeta:
'@types/node':
optional: true
less:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
dependencies:
'@types/node': 18.11.9
esbuild: 0.15.13
postcss: 8.4.18
postcss: 8.4.20
resolve: 1.22.1
rollup: 2.79.1
optionalDependencies: