From 56bd08bb039145f3d2f25c4f2007fd9d47550d39 Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Sun, 15 Feb 2026 11:01:34 +0900 Subject: [PATCH 1/2] chore(deps): remove `fdir` from dependencies --- packages/vite/package.json | 1 - pnpm-lock.yaml | 3 --- 2 files changed, 4 deletions(-) diff --git a/packages/vite/package.json b/packages/vite/package.json index 96082489677e4e..de1436ca6b234d 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -74,7 +74,6 @@ "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!", "dependencies": { "@oxc-project/runtime": "0.113.0", - "fdir": "^6.5.0", "lightningcss": "^1.31.1", "picomatch": "^4.0.3", "postcss": "^8.5.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3713c139704314..cdfe33b81f721a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -240,9 +240,6 @@ importers: '@oxc-project/runtime': specifier: 0.113.0 version: 0.113.0 - fdir: - specifier: ^6.5.0 - version: 6.5.0(picomatch@4.0.3) lightningcss: specifier: ^1.31.1 version: 1.31.1 From a68eee960d7e776d508483634d21c83817237585 Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Sun, 15 Feb 2026 11:09:06 +0900 Subject: [PATCH 2/2] chore: @rollup/plugin-commonjs too --- packages/vite/package.json | 1 - pnpm-lock.yaml | 36 ------------------------------------ 2 files changed, 37 deletions(-) diff --git a/packages/vite/package.json b/packages/vite/package.json index de1436ca6b234d..408b7774b0b34e 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -90,7 +90,6 @@ "@oxc-project/types": "0.113.0", "@polka/compression": "^1.0.0-next.25", "@rollup/plugin-alias": "^5.1.1", - "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-dynamic-import-vars": "2.1.4", "@rollup/pluginutils": "^5.3.0", "@types/escape-html": "^1.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cdfe33b81f721a..022b21b2321c57 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -274,9 +274,6 @@ importers: '@rollup/plugin-alias': specifier: ^5.1.1 version: 5.1.1(rollup@4.57.1) - '@rollup/plugin-commonjs': - specifier: ^29.0.0 - version: 29.0.0(rollup@4.57.1) '@rollup/plugin-dynamic-import-vars': specifier: 2.1.4 version: 2.1.4(rollup@4.57.1) @@ -3344,15 +3341,6 @@ packages: rollup: optional: true - '@rollup/plugin-commonjs@29.0.0': - resolution: {integrity: sha512-U2YHaxR2cU/yAiwKJtJRhnyLk7cifnQw0zUpISsocBDoHDJn+HTV74ABqnwr5bEgWUwFZC9oFL6wLe21lHu5eQ==} - engines: {node: '>=16.0.0 || 14 >= 14.17'} - peerDependencies: - rollup: ^2.68.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - '@rollup/plugin-dynamic-import-vars@2.1.4': resolution: {integrity: sha512-MZSB+lBSqTiMaE95/K159bRQcVbQugMzV5LbXQgFkjjPMCXFq1dgVHL7zs6diCowEviVxQ/6AHHLmDA1VDGGIw==} engines: {node: '>=14.0.0'} @@ -4794,9 +4782,6 @@ packages: commenting@1.1.0: resolution: {integrity: sha512-YeNK4tavZwtH7jEgK1ZINXzLKm6DZdEMfsaaieOsCAN0S8vsY7UeuO3Q7d/M018EFgE+IeUAuBOKkFccBZsUZA==} - commondir@1.0.1: - resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} - compare-func@2.0.0: resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} @@ -5608,9 +5593,6 @@ packages: is-promise@4.0.0: resolution: {integrity: sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==} - is-reference@1.2.1: - resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} - is-reference@3.0.3: resolution: {integrity: sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==} @@ -9339,18 +9321,6 @@ snapshots: optionalDependencies: rollup: 4.57.1 - '@rollup/plugin-commonjs@29.0.0(rollup@4.57.1)': - dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.57.1) - commondir: 1.0.1 - estree-walker: 2.0.2 - fdir: 6.5.0(picomatch@4.0.3) - is-reference: 1.2.1 - magic-string: 0.30.21 - picomatch: 4.0.3 - optionalDependencies: - rollup: 4.57.1 - '@rollup/plugin-dynamic-import-vars@2.1.4(rollup@4.57.1)': dependencies: '@rollup/pluginutils': 5.3.0(rollup@4.57.1) @@ -10838,8 +10808,6 @@ snapshots: commenting@1.1.0: {} - commondir@1.0.1: {} - compare-func@2.0.0: dependencies: array-ify: 1.0.0 @@ -11684,10 +11652,6 @@ snapshots: is-promise@4.0.0: {} - is-reference@1.2.1: - dependencies: - '@types/estree': 1.0.8 - is-reference@3.0.3: dependencies: '@types/estree': 1.0.8