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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
# Assume PRs are less than 50 commits
fetch-depth: 50
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
name: "Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
runs-on: ubuntu-latest
name: "Lint: node-22, ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
}

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: refs/pull/${{ fromJSON(steps.get-pr-data.outputs.result).num }}/head
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
environment: Release
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
permissions:
contents: write # for yyx990803/release-tag to create a release tag
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Get pkgName for tag
id: tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pull-requests: read
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
uses: amannn/action-semantic-pull-request@fdd4d3ddf614fbcd8c29e4b106d3bbe0cb2c605d # v6
with:
subjectPattern: ^(?![A-Z]).+$
subjectPatternError: |
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/backend-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If you need a custom integration, you can follow the steps in this guide to conf
</script>
```

3. For production: after running `vite build`, a `.vite/manifest.json` file will be generated alongside other asset files. An example manifest file looks like this:
3. For production, after running `vite build`, a `.vite/manifest.json` file will be generated alongside other asset files. An example manifest file looks like this:

```json [.vite/manifest.json]
{
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/static-deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"feed": "^5.1.0",
"gsap": "^3.13.0",
"markdown-it-image-size": "^14.8.0",
"vitepress": "^2.0.0-alpha.10",
"vitepress-plugin-group-icons": "^1.6.2",
"vitepress-plugin-llms": "^1.7.2",
"vitepress": "^2.0.0-alpha.11",
"vitepress-plugin-group-icons": "^1.6.3",
"vitepress-plugin-llms": "^1.7.3",
"vue": "^3.5.18",
"vue-tsc": "^3.0.5"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/estree": "^1.0.8",
"@types/etag": "^1.8.4",
"@types/less": "^3.0.8",
"@types/node": "^22.17.1",
"@types/node": "^22.17.2",
"@types/picomatch": "^4.0.2",
"@types/stylus": "^0.48.43",
"@types/ws": "^8.18.1",
Expand All @@ -67,7 +67,7 @@
"prettier": "3.6.2",
"rollup": "^4.43.0",
"simple-git-hooks": "^2.13.1",
"tsx": "^4.20.3",
"tsx": "^4.20.4",
"typescript": "~5.9.2",
"typescript-eslint": "^8.39.1",
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"cross-spawn": "^7.0.6",
"mri": "^1.2.0",
"picocolors": "^1.1.1",
"tsdown": "^0.14.0"
"tsdown": "^0.14.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.9.8"
"solid-js": "^1.9.9"
},
"devDependencies": {
"typescript": "~5.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.9.8"
"solid-js": "^1.9.9"
},
"devDependencies": {
"vite": "^7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.1.1",
"@sveltejs/vite-plugin-svelte": "^6.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^5.38.1",
"svelte-check": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.1.1",
"@sveltejs/vite-plugin-svelte": "^6.1.2",
"svelte": "^5.38.1",
"vite": "^7.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.7.0",
"@vue/tsconfig": "^0.8.0",
"typescript": "~5.8.3",
"vite": "^7.1.2",
"vue-tsc": "^3.0.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"dependencies": {
"@babel/core": "^7.28.0",
"@babel/core": "^7.28.3",
"@babel/plugin-transform-dynamic-import": "^7.27.1",
"@babel/plugin-transform-modules-systemjs": "^7.27.1",
"@babel/preset-env": "^7.28.0",
"@babel/preset-env": "^7.28.3",
"babel-plugin-polyfill-corejs3": "^0.13.0",
"babel-plugin-polyfill-regenerator": "^0.6.5",
"browserslist": "^4.25.2",
Expand All @@ -59,9 +59,9 @@
"devDependencies": {
"@vitejs/plugin-legacy-for-rolldown-vite": "https://pkg.pr.new/vitejs/rolldown-vite/@vitejs/plugin-legacy@a2594ec",
"acorn": "^8.15.0",
"fdir": "^6.4.6",
"fdir": "^6.5.0",
"picocolors": "^1.1.1",
"tsdown": "^0.14.0",
"tsdown": "^0.14.1",
"vite": "workspace:*"
}
}
12 changes: 6 additions & 6 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.4.6",
"fdir": "^6.5.0",
"picomatch": "^4.0.3",
"postcss": "^8.5.6",
"rollup": "^4.43.0",
Expand All @@ -92,10 +92,10 @@
"fsevents": "~2.3.3"
},
"devDependencies": {
"@babel/parser": "^7.28.0",
"@jridgewell/remapping": "^2.3.4",
"@jridgewell/trace-mapping": "^0.3.29",
"@oxc-project/types": "0.77.0",
"@babel/parser": "^7.28.3",
"@jridgewell/remapping": "^2.3.5",
"@jridgewell/trace-mapping": "^0.3.30",
"@oxc-project/types": "0.81.0",
"@polka/compression": "^1.0.0-next.25",
"@rolldown/pluginutils": "^1.0.0-beta.32",
"@rollup/plugin-alias": "^5.1.1",
Expand Down Expand Up @@ -138,7 +138,7 @@
"postcss-modules": "^6.0.1",
"premove": "^4.0.0",
"resolve.exports": "^2.0.3",
"rolldown": "^1.0.0-beta.31",
"rolldown": "^1.0.0-beta.32",
"rolldown-plugin-dts": "^0.15.6",
"rollup-plugin-license": "^3.6.0",
"sass": "^1.90.0",
Expand Down
4 changes: 2 additions & 2 deletions playground/backend-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"preview": "vite preview"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.11",
"@tailwindcss/vite": "^4.1.12",
"sass": "^1.90.0",
"tailwindcss": "^4.1.11",
"tailwindcss": "^4.1.12",
"tinyglobby": "^0.2.14"
}
}
4 changes: 4 additions & 0 deletions playground/css/__tests__/sass-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ export const sassOtherTests = () => {
expect(await getColor('.css-dep-exports-sass')).toBe('orange')
})

test('@import dependency w/ sass export mapping (deep)', async () => {
expect(await getColor('.css-dep-exports-deep-sass')).toBe('orange')
})

test('@import dependency w/out package scss', async () => {
expect(await getColor('.sass-dep')).toBe('lavender')
})
Expand Down
3 changes: 3 additions & 0 deletions playground/css/css-dep-exports/foo1.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.css-dep-exports-deep-sass {
color: orange;
}
3 changes: 3 additions & 0 deletions playground/css/css-dep-exports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"sass": "./style.scss",
"style": "./style.css",
"import": "./index.js"
},
"./foo.scss": {
"sass": "./foo1.scss"
}
}
}
3 changes: 3 additions & 0 deletions playground/css/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ <h1>CSS</h1>
<p class="css-dep-exports-sass">
@import dependency w/ sass export mapping: this should be orange
</p>
<p class="css-dep-exports-deep-sass">
@import dependency w/ sass export mapping (deep): this should be orange
</p>

<p class="css-proxy-dep">
@import dependency that @import another dependency: this should be purple
Expand Down
1 change: 1 addition & 0 deletions playground/css/sass.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@use './nested/relative'; // relative path
@use '@vitejs/test-css-dep'; // package w/ sass entry points
@use '@vitejs/test-css-dep-exports'; // package with a sass export mapping
@use '@vitejs/test-css-dep-exports/foo.scss'; // package with a sass export mapping (deep)
@use '@vitejs/test-scss-proxy-dep'; // package with a sass proxy import
@use 'virtual-dep'; // virtual file added through importer
@use '=/pkg-dep'; // package w/out sass field
Expand Down
2 changes: 1 addition & 1 deletion playground/resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"#query": "./imports-path/query.json"
},
"dependencies": {
"@babel/runtime": "^7.28.2",
"@babel/runtime": "^7.28.3",
"es5-ext": "0.10.64",
"normalize.css": "^8.0.1",
"@vitejs/test-require-pkg-with-module-field": "link:./require-pkg-with-module-field",
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-webworker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@vitejs/test-worker-exports": "file:./worker-exports"
},
"devDependencies": {
"miniflare": "^4.20250803.0",
"miniflare": "^4.20250813.1",
"@vitejs/test-resolve-linked": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions playground/tailwind-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.11",
"tailwindcss": "^4.1.11"
"@tailwindcss/postcss": "^4.1.12",
"tailwindcss": "^4.1.12"
}
}
2 changes: 1 addition & 1 deletion playground/tailwind-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"tsx": "^4.20.3"
"tsx": "^4.20.4"
}
}
6 changes: 3 additions & 3 deletions playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.11",
"tailwindcss": "^4.1.11"
"@tailwindcss/vite": "^4.1.12",
"tailwindcss": "^4.1.12"
},
"devDependencies": {
"tsx": "^4.20.3"
"tsx": "^4.20.4"
}
}
Loading
Loading