Skip to content

Commit

Permalink
change: [M3-8425, M3-8231] - Update TypeScript and Vitest (linode#10843)
Browse files Browse the repository at this point in the history
* update a lot of stuff

* Added changeset: Update TypeScript and Vitest to latest

* Added changeset: Updated vitest to latest

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
  • Loading branch information
bnussman-akamai and bnussman authored Aug 29, 2024
1 parent a169d1d commit 8176f7a
Show file tree
Hide file tree
Showing 7 changed files with 373 additions and 360 deletions.
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.

0 comments on commit 8176f7a

Please sign in to comment.