Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"typescript",

// breaking changes
"source-map", // `source-map:v0.7.0+` needs more investigation
"dotenv-expand", // `dotenv-expand:6.0.0+` has breaking changes (#6858)
"kill-port", // `kill-port:^2.0.0 has perf issues (#8392)
"miniflare", // `miniflare:v2.0.0+` only supports node 16.7
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Get changed files
id: skip-tests-files
uses: tj-actions/changed-files@1d1287f9fafd92be283f99b781fb5f00f00dd471 # v35.2.1
uses: tj-actions/changed-files@ea251d4d2f03a9c18841ae1b752f58b82dfb4d5e # v35.3.0
with:
files: |
docs/**
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.20.5",
"@babel/types": "^7.20.7",
"@microsoft/api-extractor": "^7.33.7",
"@rollup/plugin-typescript": "^10.0.1",
"@types/babel__core": "^7.1.20",
Expand All @@ -51,20 +51,20 @@
"@types/less": "^3.0.3",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^18.11.13",
"@types/node": "^18.11.18",
"@types/picomatch": "^2.3.0",
"@types/prompts": "^2.4.2",
"@types/resolve": "^1.20.2",
"@types/sass": "~1.43.1",
"@types/semver": "^7.3.13",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.16.3",
"eslint": "^8.29.0",
"eslint-define-config": "^1.12.0",
"esbuild": "^0.16.14",
"eslint": "^8.31.0",
"eslint-define-config": "^1.13.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.11.0",
Expand All @@ -76,7 +76,7 @@
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.28.1",
"pnpm": "^7.18.1",
"pnpm": "^7.22.0",
"prettier": "2.8.1",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
Expand All @@ -89,8 +89,8 @@
"typescript": "^4.9.3",
"unbuild": "^0.9.4",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.31",
"vitest": "^0.25.7",
"vitepress": "^1.0.0-alpha.35",
"vitest": "^0.26.3",
"vue": "^3.2.45"
},
"simple-git-hooks": {
Expand All @@ -110,7 +110,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.18.1",
"packageManager": "pnpm@7.22.0",
"pnpm": {
"overrides": {
"vite": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"devDependencies": {
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^4.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"lit": "^2.5.0"
},
"devDependencies": {
"vite": "^4.0.0"
"vite": "^4.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"preact": "^10.11.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
"@preact/preset-vite": "^2.5.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^4.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preact": "^10.11.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
"vite": "^4.0.0"
"@preact/preset-vite": "^2.5.0",
"vite": "^4.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^4.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.0.0"
"vite": "^4.0.4"
}
}
8 changes: 4 additions & 4 deletions packages/create-vite/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.1",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.54.0",
"svelte-check": "^2.10.2",
"svelte": "^3.55.0",
"svelte-check": "^2.10.3",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^4.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.1",
"svelte": "^3.54.0",
"vite": "^4.0.0"
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"svelte": "^3.55.0",
"vite": "^4.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^4.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "^4.0.0"
"vite": "^4.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vue-tsc": "^1.0.13"
"vite": "^4.0.4",
"vue-tsc": "^1.0.22"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.0.0"
"vite": "^4.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.20.6",
"core-js": "^3.26.1",
"@babel/standalone": "^7.20.12",
"core-js": "^3.27.1",
"magic-string": "^0.27.0",
"regenerator-runtime": "^0.13.11",
"systemjs": "^6.13.0"
Expand All @@ -46,7 +46,7 @@
"vite": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/core": "^7.20.12",
"picocolors": "^1.0.0",
"vite": "workspace:*"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.16.3",
"esbuild": "^0.16.14",
"postcss": "^8.4.20",
"resolve": "^1.22.1",
"rollup": "^3.7.0"
Expand All @@ -69,12 +69,12 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.20.5",
"@babel/types": "^7.20.5",
"@babel/parser": "^7.20.7",
"@babel/types": "^7.20.7",
"@jridgewell/trace-mapping": "^0.3.17",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-dynamic-import-vars": "^2.0.1",
"@rollup/plugin-dynamic-import-vars": "^2.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
Expand All @@ -93,7 +93,7 @@
"dotenv": "^16.0.3",
"dotenv-expand": "^9.0.0",
"es-module-lexer": "^1.1.0",
"estree-walker": "^3.0.1",
"estree-walker": "^3.0.2",
"etag": "^1.8.1",
"fast-glob": "^3.2.12",
"http-proxy": "^1.18.1",
Expand All @@ -119,7 +119,7 @@
"source-map-support": "^0.5.21",
"strip-ansi": "^7.0.1",
"strip-literal": "^0.4.2",
"tsconfck": "^2.0.1",
"tsconfck": "^2.0.2",
"tslib": "^2.4.1",
"types": "link:./types",
"ufo": "^1.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export const rawImportModule = /* #__PURE__ */ Object.assign({\\"./modules/a.ts\
});
export const excludeSelf = /* #__PURE__ */ Object.assign({\\"./sibling.ts\\": () => import(\\"./sibling.ts\\")





});
export const customQueryString = /* #__PURE__ */ Object.assign({\\"./sibling.ts\\": () => import(\\"./sibling.ts?custom\\")});
export const customQueryObject = /* #__PURE__ */ Object.assign({\\"./sibling.ts\\": () => import(\\"./sibling.ts?foo=bar&raw=true\\")
Expand Down Expand Up @@ -74,6 +78,10 @@ export const rawImportModule = /* #__PURE__ */ Object.assign({\\"./modules/a.ts\
});
export const excludeSelf = /* #__PURE__ */ Object.assign({\\"./sibling.ts\\": () => import(\\"./sibling.ts\\")





});
export const customQueryString = /* #__PURE__ */ Object.assign({\\"./sibling.ts\\": () => import(\\"./sibling.ts?custom&lang.ts\\")});
export const customQueryObject = /* #__PURE__ */ Object.assign({\\"./sibling.ts\\": () => import(\\"./sibling.ts?foo=bar&raw=true&lang.ts\\")
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.56.2",
"sass": "^1.57.1",
"tailwindcss": "^3.2.4",
"fast-glob": "^3.2.12"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"less": "^4.1.3",
"magic-string": "^0.27.0",
"sass": "^1.56.2",
"sass": "^1.57.1",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fast-glob": "^3.2.12",
"less": "^4.1.3",
"postcss-nested": "^6.0.0",
"sass": "^1.56.2",
"sass": "^1.57.1",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"fast-glob": "^3.2.12",
"sass": "^1.56.2"
"sass": "^1.57.1"
}
}
2 changes: 1 addition & 1 deletion playground/resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/runtime": "^7.20.6",
"@babel/runtime": "^7.20.7",
"es5-ext": "0.10.62",
"normalize.css": "^8.0.1",
"@vitejs/test-require-pkg-with-module-field": "link:./require-pkg-with-module-field",
Expand Down
Loading