Comparing version 6.1.0 to 6.1.1
@@ -5,3 +5,3 @@ import path from 'node:path'; | ||
import { EventEmitter } from 'events'; | ||
import { O as colors, I as createLogger, r as resolveConfig } from './chunks/dep-CfG9u7Cn.js'; | ||
import { O as colors, I as createLogger, r as resolveConfig } from './chunks/dep-Cg8OuIew.js'; | ||
import { VERSION } from './constants.js'; | ||
@@ -28,2 +28,3 @@ import 'node:fs/promises'; | ||
import 'node:os'; | ||
import 'node:net'; | ||
import 'node:dns'; | ||
@@ -45,3 +46,2 @@ import 'vite/module-runner'; | ||
import 'tls'; | ||
import 'node:net'; | ||
import 'assert'; | ||
@@ -751,3 +751,3 @@ import 'node:querystring'; | ||
filterDuplicateOptions(options); | ||
const { createServer } = await import('./chunks/dep-CfG9u7Cn.js').then(function (n) { return n.S; }); | ||
const { createServer } = await import('./chunks/dep-Cg8OuIew.js').then(function (n) { return n.S; }); | ||
try { | ||
@@ -846,3 +846,3 @@ const server = await createServer({ | ||
filterDuplicateOptions(options); | ||
const { createBuilder } = await import('./chunks/dep-CfG9u7Cn.js').then(function (n) { return n.T; }); | ||
const { createBuilder } = await import('./chunks/dep-Cg8OuIew.js').then(function (n) { return n.T; }); | ||
const buildOptions = cleanGlobalCLIOptions( | ||
@@ -886,3 +886,3 @@ cleanBuilderCLIOptions(options) | ||
filterDuplicateOptions(options); | ||
const { optimizeDeps } = await import('./chunks/dep-CfG9u7Cn.js').then(function (n) { return n.R; }); | ||
const { optimizeDeps } = await import('./chunks/dep-Cg8OuIew.js').then(function (n) { return n.R; }); | ||
try { | ||
@@ -914,3 +914,3 @@ const config = await resolveConfig( | ||
filterDuplicateOptions(options); | ||
const { preview } = await import('./chunks/dep-CfG9u7Cn.js').then(function (n) { return n.U; }); | ||
const { preview } = await import('./chunks/dep-Cg8OuIew.js').then(function (n) { return n.U; }); | ||
try { | ||
@@ -917,0 +917,0 @@ const server = await preview({ |
export { parseAst, parseAstAsync } from 'rollup/parseAst'; | ||
import { i as isInNodeModules, a as arraify } from './chunks/dep-CfG9u7Cn.js'; | ||
export { B as BuildEnvironment, D as DevEnvironment, f as build, m as buildErrorMessage, g as createBuilder, F as createFilter, h as createIdResolver, I as createLogger, n as createRunnableDevEnvironment, c as createServer, y as createServerHotChannel, w as createServerModuleRunner, x as createServerModuleRunnerTransport, d as defineConfig, v as fetchModule, j as formatPostcssSourceMap, L as isFileLoadingAllowed, K as isFileServingAllowed, q as isRunnableDevEnvironment, l as loadConfigFromFile, M as loadEnv, E as mergeAlias, C as mergeConfig, z as moduleRunnerTransform, A as normalizePath, o as optimizeDeps, p as perEnvironmentPlugin, b as perEnvironmentState, k as preprocessCSS, e as preview, r as resolveConfig, N as resolveEnvPrefix, G as rollupVersion, u as runnerImport, J as searchForWorkspaceRoot, H as send, s as sortUserPlugins, t as transformWithEsbuild } from './chunks/dep-CfG9u7Cn.js'; | ||
import { i as isInNodeModules, a as arraify } from './chunks/dep-Cg8OuIew.js'; | ||
export { B as BuildEnvironment, D as DevEnvironment, f as build, m as buildErrorMessage, g as createBuilder, F as createFilter, h as createIdResolver, I as createLogger, n as createRunnableDevEnvironment, c as createServer, y as createServerHotChannel, w as createServerModuleRunner, x as createServerModuleRunnerTransport, d as defineConfig, v as fetchModule, j as formatPostcssSourceMap, L as isFileLoadingAllowed, K as isFileServingAllowed, q as isRunnableDevEnvironment, l as loadConfigFromFile, M as loadEnv, E as mergeAlias, C as mergeConfig, z as moduleRunnerTransform, A as normalizePath, o as optimizeDeps, p as perEnvironmentPlugin, b as perEnvironmentState, k as preprocessCSS, e as preview, r as resolveConfig, N as resolveEnvPrefix, G as rollupVersion, u as runnerImport, J as searchForWorkspaceRoot, H as send, s as sortUserPlugins, t as transformWithEsbuild } from './chunks/dep-Cg8OuIew.js'; | ||
export { defaultAllowedOrigins, DEFAULT_CLIENT_CONDITIONS as defaultClientConditions, DEFAULT_CLIENT_MAIN_FIELDS as defaultClientMainFields, DEFAULT_SERVER_CONDITIONS as defaultServerConditions, DEFAULT_SERVER_MAIN_FIELDS as defaultServerMainFields, VERSION as version } from './constants.js'; | ||
@@ -29,2 +29,3 @@ export { version as esbuildVersion } from 'esbuild'; | ||
import 'node:os'; | ||
import 'node:net'; | ||
import 'node:dns'; | ||
@@ -45,3 +46,2 @@ import 'vite/module-runner'; | ||
import 'tls'; | ||
import 'node:net'; | ||
import 'assert'; | ||
@@ -48,0 +48,0 @@ import 'node:querystring'; |
{ | ||
"name": "vite", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"type": "module", | ||
@@ -76,3 +76,3 @@ "license": "MIT", | ||
"esbuild": "^0.24.2", | ||
"postcss": "^8.5.1", | ||
"postcss": "^8.5.2", | ||
"rollup": "^4.30.1" | ||
@@ -85,3 +85,3 @@ }, | ||
"@ampproject/remapping": "^2.3.0", | ||
"@babel/parser": "^7.26.7", | ||
"@babel/parser": "^7.26.9", | ||
"@jridgewell/trace-mapping": "^0.3.25", | ||
@@ -113,11 +113,11 @@ "@polka/compression": "^1.0.0-next.25", | ||
"http-proxy": "^1.18.1", | ||
"launch-editor-middleware": "^2.9.1", | ||
"launch-editor-middleware": "^2.10.0", | ||
"lightningcss": "^1.29.1", | ||
"magic-string": "^0.30.17", | ||
"mlly": "^1.7.4", | ||
"mrmime": "^2.0.0", | ||
"nanoid": "^5.0.9", | ||
"mrmime": "^2.0.1", | ||
"nanoid": "^5.1.0", | ||
"open": "^10.1.0", | ||
"parse5": "^7.2.1", | ||
"pathe": "^2.0.2", | ||
"pathe": "^2.0.3", | ||
"periscopic": "^4.0.2", | ||
@@ -131,12 +131,12 @@ "picocolors": "^1.1.1", | ||
"rollup-plugin-dts": "^6.1.1", | ||
"rollup-plugin-esbuild": "^6.1.1", | ||
"rollup-plugin-license": "^3.5.3", | ||
"sass": "^1.83.4", | ||
"sass-embedded": "^1.83.4", | ||
"sirv": "^3.0.0", | ||
"rollup-plugin-esbuild": "^6.2.0", | ||
"rollup-plugin-license": "^3.6.0", | ||
"sass": "^1.85.0", | ||
"sass-embedded": "^1.85.0", | ||
"sirv": "^3.0.1", | ||
"source-map-support": "^0.5.21", | ||
"strip-literal": "^3.0.0", | ||
"terser": "^5.37.0", | ||
"tinyglobby": "^0.2.10", | ||
"tsconfck": "^3.1.4", | ||
"terser": "^5.39.0", | ||
"tinyglobby": "^0.2.11", | ||
"tsconfck": "^3.1.5", | ||
"tslib": "^2.8.1", | ||
@@ -143,0 +143,0 @@ "types": "link:./types", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2874711
81128
Updatedpostcss@^8.5.2