File tree Expand file tree Collapse file tree
packages/cli/snap-tests-global
migration-auto-create-vite-config
migration-baseurl-tsconfig
migration-eslint-monorepo
migration-eslint-npx-wrapper
migration-eslint-rerun-dual-config
migration-eslint-rerun-mjs
migration-from-tsdown-json-config
migration-merge-vite-config-js
migration-merge-vite-config-ts
migration-prettier-eslint-combo
migration-prettier-ignore-unknown Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 test-musl :
113113 needs : detect-changes
114114 if : needs.detect-changes.outputs.code-changed == 'true'
115- name : Test (musl)
115+ name : Test (Linux x64 musl)
116116 runs-on : namespace-profile-linux-x64-default
117117 container :
118118 image : node:22-alpine3.21
Original file line number Diff line number Diff line change @@ -31,9 +31,7 @@ export default defineConfig({
3131});
3232
3333> test ! -f .oxlintrc.json # check .oxlintrc.json is removed
34-
3534> test ! -f .oxfmtrc.json # check .oxfmtrc.json is removed
36-
3735> cat package.json # check package.json
3836{
3937 "devDependencies": {
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ export default defineConfig({
2424});
2525
2626> test ! -f .oxlintrc.json # check .oxlintrc.json is removed
27-
2827> cat package.json # check package.json
2928{
3029 "devDependencies": {
Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ VITE+ - The Unified Toolchain for the Web
5050 "devDependencies": {}
5151}
5252
53- > test ! -f eslint.config.mjs # check root eslint config is removed
53+ > test ! -f eslint.config.mjs # check root eslint config is removed
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ VITE+ - The Unified Toolchain for the Web
3131 }
3232}
3333
34- > test ! -f eslint.config.mjs # check eslint config is removed
34+ > test ! -f eslint.config.mjs # check eslint config is removed
Original file line number Diff line number Diff line change @@ -31,9 +31,7 @@ ESLint comments replaced
3131}
3232
3333> test ! -f eslint.config.mjs # check flat config is removed
34-
3534> test ! -f .eslintrc # check legacy config is also removed
36-
3735> cat vite.config.ts # check oxlint config merged into vite.config.ts
3836import { defineConfig } from 'vite-plus';
3937
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ ESLint comments replaced
2929}
3030
3131> test ! -f eslint.config.mjs # check eslint config is removed
32-
3332> cat vite.config.mjs # check oxlint config merged into existing vite.config.mjs (not creating vite.config.ts)
3433import { defineConfig } from 'vite-plus';
3534
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ ESLint comments replaced
2929}
3030
3131> test ! -f eslint.config.mjs # check eslint config is removed
32-
3332> cat vite.config.ts # check oxlint config merged into vite.config.ts
3433import { defineConfig } from 'vite-plus';
3534
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ VITE+ - The Unified Toolchain for the Web
3030}
3131
3232> test ! -f eslint.config.mjs # check eslint config is removed
33-
3433> cat vite.config.ts # check oxlint config merged into vite.config.ts
3534import { defineConfig } from 'vite-plus';
3635
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ VITE+ - The Unified Toolchain for the Web
66• 2 config updates applied
77
88> test ! -f tsdown.config.json # check tsdown.config.json should be removed
9-
109> cat vite.config.ts # check vite.config.ts
1110import { defineConfig } from 'vite-plus';
1211
You can’t perform that action at this time.
0 commit comments