Skip to content

Commit

Permalink
[typescript] update to 5.5.3 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 authored Jul 10, 2024
1 parent 9a7baa0 commit 9a4839d
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"import-cwd": "^3.0.0",
"inquirer": "^8.0.0",
"lodash": "^4.17.21",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"yargs": "^16.2.0"
},
"packageManager": "[email protected]+sha256.2667a1b8300f315d223e43c307fbe946eb8b97792af399424ef67ea9cb0a72f6"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/addMissingMember.shot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests addMissingMember 0 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 2 diagnostics with code 2339",
"Found 4 codefixes",
"Fixes to be applied: 0\\r\\nNo applied fixes: 4\\r\\n",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/addMissingOverride.shot
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`integration tests addMissingOverride 1 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 2 diagnostics with code 4114",
"Found 2 codefixes with name fixOverrideModifier",
"Fixes to be applied: 2\\r\\nNo applied fixes: 0\\r\\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests addMissingOverrideByError 2 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 2 diagnostics with code 4114",
"Found 2 codefixes",
"Fixes to be applied: 2\\r\\nNo applied fixes: 0\\r\\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests addMissingOverrideByFixName 3 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 2 diagnostics in 8 files",
"Found 2 codefixes with name fixOverrideModifier",
"Fixes to be applied: 2\\r\\nNo applied fixes: 0\\r\\n",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/addOneUnknown.shot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests addOneUnknown 4 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 1 diagnostics with code 2352",
"Found 0 codefixes",
"No changes remaining for ts-fix"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/addOneUnknownToList.shot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests addOneUnknownToList 5 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 1 diagnostics with code 2352",
"Found 0 codefixes",
"No changes remaining for ts-fix"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/addThreeUnknown.shot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests addThreeUnknown 6 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 3 diagnostics with code 2352",
"Found 2 codefixes",
"Fixes to be applied: 2\\r\\nNo applied fixes: 0\\r\\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests multipleFixesInSameLine 7 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nNo diagnostics found with code 7044",
"Found 0 codefixes",
"No changes remaining for ts-fix"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/noDiagnostics.shot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`integration tests noDiagnostics 8 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nNo diagnostics found with code 4114",
"Found 0 codefixes",
"No changes remaining for ts-fix"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/twoErrorCodes.shot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`integration tests twoErrorCodes 9 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 2 diagnostics with code 4114",
"\\r\\nFound 3 diagnostics with code 2352",
"Found 4 codefixes",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/__snapshots__/twoFixNames.shot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`integration tests twoFixNames 10 1`] = `
],
"logs": [
"The project is being created...\\r\\n",
"Using TypeScript 5.4.5",
"Using TypeScript 5.5.3",
"\\r\\nFound 6 diagnostics in 9 files",
"Found 2 codefixes with name fixOverrideModifier",
"Found 2 codefixes with name addConvertToUnknownForNonOverlappingTypes",
Expand Down

0 comments on commit 9a4839d

Please sign in to comment.