FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(deps): upgrade upstream dependencies by voidzero-guard[bot] · Pull Request #2575 · voidzero-dev/vite-plus · GitHub

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .cts  (1) .json  (2) .lock  (1) .md  (2) .toml  (1) .yaml  (2) All 6 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
216 changes: 112 additions & 104 deletions Cargo.lock

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions Cargo.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ xxhash-rust = "0.8.15"
zip = { version = "7.2", default-features = false, features = ["deflate-flate2-zlib-rs"] }

# oxc crates with the same version
oxc = { version = "0.146.0", features = [
oxc = { version = "0.147.0", features = [
"ast_visit",
"transformer",
"minifier",
Expand All @@ -330,22 +330,22 @@ oxc = { version = "0.146.0", features = [
"regular_expression",
"cfg",
] }
oxc_allocator = { version = "0.146.0", features = ["pool"] }
oxc_ast = "0.146.0"
oxc_ecmascript = "0.146.0"
oxc_parser = "0.146.0"
oxc_span = "0.146.0"
oxc_napi = "0.146.0"
oxc_str = "0.146.0"
oxc_minify_napi = "0.146.0"
oxc_parser_napi = "0.146.0"
oxc_transform_napi = "0.146.0"
oxc_traverse = "0.146.0"
oxc_allocator = { version = "0.147.0", features = ["pool"] }
oxc_ast = "0.147.0"
oxc_ecmascript = "0.147.0"
oxc_parser = "0.147.0"
oxc_span = "0.147.0"
oxc_napi = "0.147.0"
oxc_str = "0.147.0"
oxc_minify_napi = "0.147.0"
oxc_parser_napi = "0.147.0"
oxc_transform_napi = "0.147.0"
oxc_traverse = "0.147.0"

# oxc crates in their own repos
oxc_index = { version = "5", features = ["rayon", "serde"] }
oxc_resolver = { version = "11.24.2", features = ["yarn_pnp"] }
oxc_resolver_napi = { version = "11.24.2", default-features = false, features = ["yarn_pnp"] }
oxc_resolver = { version = "11.24.3", features = ["yarn_pnp"] }
oxc_resolver_napi = { version = "11.24.3", default-features = false, features = ["yarn_pnp"] }
oxc_sourcemap = "8.1.0"

# rolldown crates
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
```
VITE+ - The Unified Toolchain for the Web

node:internal/modules/cjs/loader:1517
node:internal/modules/cjs/loader:1564
const err = new Error(message);
^

Error: Cannot find module 'picomatch'
Require stack:
- <workspace>/node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.1.23_typescript@6.0.3/node_modules/@voidzero-dev/vite-plus-core/dist/tsdown/main-<hash>.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1517:15)
at wrapResolveFilename (node:internal/modules/cjs/loader:1071:27)
at defaultResolveImplForCJSLoading (node:internal/modules/cjs/loader:1095:10)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1122:12)
at Module._load (node:internal/modules/cjs/loader:1294:5)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.require (node:internal/modules/cjs/loader:1617:12)
at require (node:internal/modules/helpers:153:16)
at ModuleJob.run (node:internal/modules/esm/module_job:439:25) {
at Module._resolveFilename (node:internal/modules/cjs/loader:1564:15)
at wrapResolveFilename (node:internal/modules/cjs/loader:1118:27)
at defaultResolveImplForCJSLoading (node:internal/modules/cjs/loader:1142:10)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1169:12)
at Module._load (node:internal/modules/cjs/loader:1341:5)
at wrapModuleLoad (node:internal/modules/cjs/loader:261:19)
at Module.require (node:internal/modules/cjs/loader:1674:12)
at require (node:internal/modules/helpers:157:16)
at ModuleJob.run (node:internal/modules/esm/module_job:561:25) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'<workspace>/node_modules/.pnpm/@voidzero-dev+vite-plus-core@0.1.23_typescript@6.0.3/node_modules/@voidzero-dev/vite-plus-core/dist/tsdown/main-<hash>.js'
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ Node version resolved from .node-version
pnpm should use same project Node version

```
Already up to date

Done in <duration> using pnpm <version>
<version>
```
24 changes: 17 additions & 7 deletions packages/cli/binding/index.d.cts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,12 @@ export declare class BindingDevEngine {
* actual module and its dependencies.
*/
compileEntry(moduleId: string, clientId: string): Promise<BindingLazyChunkOutput>;
/**
* Same data the plugin-context `getModuleInfo` returns, readable from the engine
* handle at any time (no hook context needed).
*/
getModuleInfo(moduleId: string): BindingModuleInfo | null;
getModuleIds(): Array<string>;
}

export declare class BindingLoadPluginContext {
Expand Down Expand Up @@ -2002,8 +2008,8 @@ export declare class TraceSubscriberGuard {
}

export declare class TsconfigCache {
/** Create a new transform cache with auto tsconfig discovery enabled. */
constructor(yarnPnp: boolean);
/** Create a new transform cache with auto or manual tsconfig discovery enabled. */
constructor(yarnPnp: boolean, pathToTsconfig?: string | undefined | null);
/**
* Clear the cache.
*
Expand Down Expand Up @@ -2288,9 +2294,10 @@ export interface BindingEnhancedTransformOptions {
/**
* Configure tsconfig handling.
* - true: Auto-discover and load the nearest tsconfig.json
* - string: Use the tsconfig at the provided path
* - TsconfigRawOptions: Use the provided inline tsconfig options
*/
tsconfig?: boolean | BindingTsconfigRawOptions;
tsconfig?: boolean | string | BindingTsconfigRawOptions;
/** An input source map to collapse with the output source map. */
inputMap?: SourceMap;
}
Expand Down Expand Up @@ -2701,8 +2708,8 @@ export interface BindingManualCodeSplittingOptions {
}

export interface BindingMatchGroup {
name: string | ((id: string, ctx: BindingChunkingContext) => VoidNullable<string>);
test?: string | RegExp | ((id: string) => VoidNullable<boolean>);
name: string | ((ids: Array<string>, ctx: BindingChunkingContext) => Array<VoidNullable<string>>);
test?: string | RegExp | ((ids: Array<string>) => Uint8Array);
priority?: number;
minSize?: number;
minShareCount?: number;
Expand Down Expand Up @@ -2802,6 +2809,7 @@ export interface BindingOutputOptions {
export interface BindingOutputs {
chunks: Array<BindingOutputChunk>;
assets: Array<BindingOutputAsset>;
mangleCache?: Record<string, string | false>;
}

export interface BindingOverwriteOptions {
Expand Down Expand Up @@ -2913,14 +2921,14 @@ export interface BindingPluginOptions {
renderErrorMeta?: BindingPluginHookMeta;
generateBundle?: (
ctx: BindingPluginContext,
bundle: BindingErrorsOr<BindingOutputs>,
bundle: BindingResult<BindingOutputs>,
isWrite: boolean,
opts: BindingNormalizedOptions,
) => MaybePromise<VoidNullable<JsChangedOutputs>>;
generateBundleMeta?: BindingPluginHookMeta;
writeBundle?: (
ctx: BindingPluginContext,
bundle: BindingErrorsOr<BindingOutputs>,
bundle: BindingResult<BindingOutputs>,
opts: BindingNormalizedOptions,
) => MaybePromise<VoidNullable<JsChangedOutputs>>;
writeBundleMeta?: BindingPluginHookMeta;
Expand Down Expand Up @@ -3214,6 +3222,7 @@ export interface BindingViteReporterPluginConfig {

export interface BindingViteResolvePluginConfig {
resolveOptions: BindingViteResolvePluginResolveOptions;
tsconfig?: string;
environmentConsumer: string;
environmentName: string;
builtins: Array<BindingStringOrRegex>;
Expand Down Expand Up @@ -3259,6 +3268,7 @@ export interface BindingViteResolvePluginResolveOptions {

export interface BindingViteTransformPluginConfig {
root: string;
tsconfig?: string;
include?: Array<BindingStringOrRegex>;
exclude?: Array<BindingStringOrRegex>;
jsxRefreshInclude?: Array<BindingStringOrRegex>;
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"@oxc-node/cli": "catalog:",
"@tsdown/css": "catalog:",
"@tsdown/exe": "catalog:",
"@vitejs/devtools": "^0.5.2",
"@vitejs/devtools": "^0.6.2",
"es-module-lexer": "^1.7.0",
"hookable": "^6.0.1",
"magic-string": "^0.30.21",
Expand Down Expand Up @@ -227,7 +227,7 @@
},
"bundledVersions": {
"vite": "8.2.2",
"rolldown": "1.2.5",
"rolldown": "1.2.6",
"tsdown": "0.22.14"
}
}
2 changes: 1 addition & 1 deletion packages/tools/.upstream-versions.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"rolldown": {
"repo": "https://github.com/rolldown/rolldown.git",
"branch": "main",
"hash": "84c904bc2e3fd126c8c32905a2597a6716a69249"
"hash": "5375362b36eeeaf514c67052ba65f3e97523dde5"
},
"vite": {
"repo": "https://github.com/vitejs/vite.git",
Expand Down
Loading
Loading

Back | FazBrowse Home | New Git URL