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
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"license": "Apache-2.0",
"devDependencies": {
"husky": "^3.0.1",
"npm-run-all": "^4.1.5",
"postinstall": "^0.6.0",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
},
"husky": {
"hooks": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/api-v4": Tech Stories
---

Updated vitest to latest ([#10843](https://github.com/linode/manager/pull/10843))
2 changes: 1 addition & 1 deletion packages/api-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"lint-staged": "^15.2.9",
"prettier": "~2.2.1",
"tsup": "^8.2.4",
"vitest": "^1.6.0"
"vitest": "^2.0.5"
},
"lint-staged": {
"*.{ts,tsx,js}": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tech Stories
---

Update TypeScript and Vitest to latest ([#10843](https://github.com/linode/manager/pull/10843))
6 changes: 3 additions & 3 deletions packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"chai-string": "^1.5.0",
"chalk": "^5.2.0",
"commander": "^6.2.1",
Expand Down Expand Up @@ -213,7 +213,7 @@
"ts-node": "^10.9.2",
"vite": "^5.1.7",
"vite-plugin-svgr": "^3.2.0",
"vitest": "^1.6.0"
"vitest": "^2.0.5"
},
"browserslist": [
">1%",
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"vite": "*"
},
"devDependencies": {
"vitest": "^1.6.0"
"vitest": "^2.0.5"
}
}
709 changes: 357 additions & 352 deletions yarn.lock

Large diffs are not rendered by default.