From 20542aa8641d4a4ff3b0cdca209a2caf9c8af958 Mon Sep 17 00:00:00 2001 From: Niklas Mollenhauer Date: Mon, 29 Sep 2025 16:20:24 +0200 Subject: [PATCH 1/2] Update eslint minor --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d086875..1ab1091 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "ava": "^4.0.1", "codecov": "^3.8.2", "cross-env": "^10.0.0", - "eslint": "^8.8.0", + "eslint": "^8.57.1", "eslint-plugin-import": "^2.25.4", "nyc": "^15.1.0", "test-fixture": "^2.4.1", From 1349aea6a067bf9471a299777a5de66f08712670 Mon Sep 17 00:00:00 2001 From: Niklas Mollenhauer Date: Mon, 29 Sep 2025 16:21:17 +0200 Subject: [PATCH 2/2] Update ts --- .gitignore | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 35b5af7..87cfa3e 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,5 @@ tmp/ .project .classpath /gradle + +*.tsbuildinfo diff --git a/package.json b/package.json index 1ab1091..691e49d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-plugin-import": "^2.25.4", "nyc": "^15.1.0", "test-fixture": "^2.4.1", - "typescript": "^4.5.5" + "typescript": "^5.9.2" }, "dependencies": { "array-timsort": "^1.0.3",