Skip to content

Commit

Permalink
Merge pull request #1070 from samchon/features/tsp
Browse files Browse the repository at this point in the history
Adapt nonara/ts-patch#154: TS 5.5 issue
  • Loading branch information
samchon authored Jun 5, 2024
2 parents 04284ef + ac8dc5e commit 045f6fa
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,23 @@ updates:
open-pull-requests-limit: 25
allow:
- dependency-name: "@samchon/openapi"
- dependency-name: "ts-node"
- dependency-name: "typescript"
groups:
Ecosystem:
patterns:
- "@samchon/openapi"
- "ts-node"
- "typescript"
- package-ecosystem: "npm"
directory: "/test"
schedule:
interval: "daily"
versioning-strategy: increase
open-pull-requests-limit: 25
allow:
- dependency-name: "@samchon/openapi"
- dependency-name: "ts-node"
- dependency-name: "ts-patch"
- dependency-name: "typescript"
groups:
Ecosystem:
patterns:
- "@samchon/openapi"
- "ts-node"
- "ts-patch"
- "typescript"
1 change: 0 additions & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"zod": "^3.19.1"
},
"dependencies": {
"@samchon/openapi": "^0.1.18",
"randexp": "^0.5.3",
"source-map-support": "^0.5.21",
"suppress-warnings": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion deploy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const test =
fs.writeFileSync("package.json", JSON.stringify(pack, null, 2), "utf8");

if (commands.length) {
execute(`@typia/${name}`)("npm install");
execute(`@typia/${name}`)("npm install --force");
commands.forEach(execute(`@typia/${name}`));
}
process.chdir(__dirname + "/..");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"randexp": "^0.5.3"
},
"peerDependencies": {
"typescript": ">=4.8.0 <5.5.0"
"typescript": ">=4.8.0 <5.6.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
Expand Down
3 changes: 1 addition & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.0",
"typescript": "^5.4.5"
"typescript": "5.5.0-beta"
},
"dependencies": {
"@samchon/openapi": "^0.1.22",
"cli": "^1.0.1",
"protobufjs": "^7.2.5",
"randexp": "^0.5.3",
Expand Down
2 changes: 1 addition & 1 deletion website/pages/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ As `typia` generates optimal operation code through transformation, it must be c
"prepare": "ts-patch install && typia patch"
},
"dependencies": {
"typia": "^6.0.5"
"typia": "^6.0.6"
},
"devDependencies": {
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 045f6fa

Please sign in to comment.