Skip to content

Commit

Permalink
Updated typescript and @typescript-eslint/* (#137)
Browse files Browse the repository at this point in the history
* bugfix: Updated update-workspace-root-version

* chore: Updated typescript and @typescript-eslint/*

* chore: Added changeset

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 authored Sep 10, 2024
1 parent 6753598 commit b1254f1
Show file tree
Hide file tree
Showing 13 changed files with 167 additions and 155 deletions.
12 changes: 12 additions & 0 deletions .changeset/few-squids-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@codemod-utils/ast-javascript": patch
"@codemod-utils/ast-template": patch
"@codemod-utils/blueprints": patch
"@codemod-utils/ember": patch
"@codemod-utils/files": patch
"@codemod-utils/tests": patch
"@codemod-utils/json": patch
"@codemod-utils/cli": patch
---

Updated typescript and @typescript-eslint/\*
6 changes: 3 additions & 3 deletions configs/eslint/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "7.25.1",
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
Expand All @@ -38,7 +38,7 @@
"peerDependencies": {
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependenciesMeta": {
"eslint": {
Expand Down
2 changes: 1 addition & 1 deletion configs/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prettier": "^3.3.3"
},
"peerDependencies": {
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@changesets/get-github-info": "^0.6.0",
"update-workspace-root-version": "^1.0.0"
"update-workspace-root-version": "^1.0.1"
},
"packageManager": "pnpm@9.9.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ast/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"engines": {
"node": "18.* || >= 20"
Expand Down
2 changes: 1 addition & 1 deletion packages/ast/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"engines": {
"node": "18.* || >= 20"
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"engines": {
"node": "18.* || >= 20"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"engines": {
"node": "18.* || >= 20"
Expand Down
2 changes: 1 addition & 1 deletion packages/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"engines": {
"node": "18.* || >= 20"
Expand Down
2 changes: 1 addition & 1 deletion packages/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"engines": {
"node": "18.* || >= 20"
Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"engines": {
"node": "18.* || >= 20"
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependencies": {
"@sondr3/minitest": "^0.1.2"
Expand Down
Loading

0 comments on commit b1254f1

Please sign in to comment.