Skip to content

Commit

Permalink
chore(deps): update typescript to v5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Jun 26, 2024
1 parent 7424e3d commit 78cdd8f
Show file tree
Hide file tree
Showing 11 changed files with 383 additions and 643 deletions.
12 changes: 12 additions & 0 deletions .changeset/loud-cows-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@apitree.cz/prettier-config': patch
'@apitree.cz/testing-library': patch
'@apitree.cz/typedoc-config': patch
'@apitree.cz/eslint-config': patch
'@apitree.cz/vitest-config': patch
'@apitree.cz/ts-config': patch
'@apitree.cz/ts-utils': patch
'@apitree.cz/cli': patch
---

Update TypeScript to `v5.5`.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
"@apitree.cz/eslint-config": "workspace:*",
"@apitree.cz/prettier-config": "workspace:*",
"@apitree.cz/ts-config": "workspace:*",
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.6",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@manypkg/cli": "0.21.4",
"@types/node": "^20.14.7",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"turbo": "^2.0.4",
"typescript": "^5.4.5"
"turbo": "^2.0.5",
"typescript": "^5.5.2"
},
"packageManager": "pnpm@9.4.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@apitree.cz/typedoc-config": "workspace:*",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typedoc": "^0.26.2",
"typescript": "^5.5.2"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"dependencies": {
"@next/eslint-plugin-next": "^14.2.4",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.4",
"eslint-config-turbo": "^2.0.5",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-formatjs": "^4.13.3",
"eslint-plugin-import": "^2.29.0",
Expand All @@ -60,7 +60,7 @@
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"react": "^18.3.1",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"peerDependencies": {
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"prettier": "^3.3.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"peerDependencies": {
"prettier": "^3.2.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ts": "tsc --build tsconfig.json"
},
"dependencies": {
"@testing-library/dom": "^10.1.0",
"@testing-library/dom": "^10.2.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/user-event": "^14.5.1",
"jsdom": "^24.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"qa": "pnpm run format lint"
},
"devDependencies": {
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"peerDependencies": {
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@apitree.cz/typedoc-config": "workspace:*",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typedoc": "^0.26.2",
"typescript": "^5.5.2"
}
}
10 changes: 5 additions & 5 deletions packages/typedoc-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"ts": "tsc --build tsconfig.json"
},
"dependencies": {
"typedoc-plugin-markdown": "^4.0.3"
"typedoc-plugin-markdown": "^4.1.0"
},
"devDependencies": {
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typedoc": "^0.26.2",
"typescript": "^5.5.2"
},
"peerDependencies": {
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typedoc": "^0.26.2",
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/vitest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ts": "tsc --build tsconfig.json"
},
"dependencies": {
"@swc/core": "^1.6.3",
"@swc/core": "^1.6.5",
"@vitejs/plugin-react": "^4.3.1",
"unplugin-swc": "^1.4.5",
"vite": "^5.3.1"
Expand Down
Loading

0 comments on commit 78cdd8f

Please sign in to comment.