Skip to content

Commit 18bd2bd

Browse files
authored
Merge pull request #706 from thebuilder/feat/upgrade-to-vitest-browser
2 parents 3a01e9f + b1efa00 commit 18bd2bd

File tree

9 files changed

+520
-629
lines changed

9 files changed

+520
-629
lines changed

biome.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,14 @@
2525
"noForEach": "off"
2626
},
2727
"style": {
28-
"noVar": "off"
28+
"noVar": "off",
29+
"noUnusedTemplateLiteral": "off"
2930
},
3031
"a11y": {
3132
"noSvgWithoutTitle": "off"
3233
}
3334
}
3435
},
35-
"overrides": [
36-
{
37-
"include": ["**/*.test.ts", "**/*.test.tsx"],
38-
"linter": {
39-
"rules": {
40-
"style": {
41-
"noUnusedTemplateLiteral": "off"
42-
}
43-
}
44-
}
45-
}
46-
],
4736
"vcs": {
4837
"enabled": true,
4938
"clientKind": "git",

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,15 @@
112112
},
113113
"devDependencies": {
114114
"@arethetypeswrong/cli": "^0.15.3",
115-
"@biomejs/biome": "^1.8.3",
115+
"@biomejs/biome": "^1.9.4",
116116
"@size-limit/preset-small-lib": "^11.1.4",
117117
"@testing-library/jest-dom": "^6.4.6",
118118
"@testing-library/react": "^16.0.0",
119119
"@types/react": "^18.3.3",
120-
"@types/react-dom": "^18.3.0",
120+
"@types/react-dom": "^18.3.1",
121121
"@vitejs/plugin-react": "^4.3.1",
122-
"@vitest/browser": "^2.0.1",
123-
"@vitest/coverage-istanbul": "^2.0.1",
124-
"jsdom": "^24.1.0",
122+
"@vitest/browser": "^2.1.4",
123+
"@vitest/coverage-istanbul": "^2.1.4",
125124
"lint-staged": "^15.2.7",
126125
"microbundle": "^0.15.1",
127126
"npm-run-all": "^4.1.5",
@@ -133,7 +132,7 @@
133132
"size-limit": "^11.1.4",
134133
"tsup": "^8.1.0",
135134
"typescript": "^5.5.3",
136-
"vitest": "^2.0.1"
135+
"vitest": "^2.1.4"
137136
},
138137
"peerDependenciesMeta": {
139138
"react-dom": {

0 commit comments

Comments
 (0)