From ab5768f8716d156536c513f5aa992aa0134c974d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 18:13:11 +0000 Subject: [PATCH] Update devDependencies --- package.json | 26 +++++++++---------- packages/oats-axios-adapter/package.json | 4 +-- packages/oats-fast-check/package.json | 4 +-- packages/oats-fetch-adapter/package.json | 14 +++++----- packages/oats-koa-adapter/package.json | 6 ++--- packages/oats-mirage-adapter/package.json | 2 +- .../oats-mirage-adapter/test-app/package.json | 2 +- packages/oats-nock-adapter/package.json | 20 +++++++------- packages/oats-playwright-adapter/package.json | 16 ++++++------ packages/oats-runtime/package.json | 10 +++---- packages/oats/package.json | 12 ++++----- 11 files changed, 58 insertions(+), 58 deletions(-) diff --git a/package.json b/package.json index f930dd51..d1398bac 100644 --- a/package.json +++ b/package.json @@ -46,27 +46,27 @@ "devDependencies": { "@swc/core": "^1.15.46", "@swc/jest": "^0.2.39", - "@types/jest": "29.5.2", + "@types/jest": "30.0.0", "@types/js-yaml": "^4.0.9", - "@types/koa": "2.13.6", + "@types/koa": "3.0.3", "@types/koa-mount": "4.0.2", "@types/koa-router": "7.4.4", "@types/node": "24.12.4", - "@typescript-eslint/eslint-plugin": "5.59.11", - "@typescript-eslint/parser": "5.59.11", + "@typescript-eslint/eslint-plugin": "8.69.0", + "@typescript-eslint/parser": "8.69.0", "ajv": "^8.17.1", "axios": "1.8.2", - "ejs": "^3.1.10", - "eslint": "8.42.0", - "eslint-config-prettier": "8.8.0", + "ejs": "^6.0.0", + "eslint": "10.10.0", + "eslint-config-prettier": "10.1.8", "eslint-plugin-import": "2.27.5", - "eslint-plugin-jest": "27.2.1", - "eslint-plugin-prettier": "4.2.1", - "fast-check": "2.25.0", - "jest": "29.5.0", + "eslint-plugin-jest": "29.16.6", + "eslint-plugin-prettier": "5.5.6", + "fast-check": "4.9.0", + "jest": "30.5.1", "playwright": "1.52.0", - "prettier": "2.8.8", - "tinybench": "^2.9.0", + "prettier": "3.9.6", + "tinybench": "^6.0.0", "tsx": "^4.23.1" }, "dependencies": { diff --git a/packages/oats-axios-adapter/package.json b/packages/oats-axios-adapter/package.json index 1e714483..d57e3a90 100644 --- a/packages/oats-axios-adapter/package.json +++ b/packages/oats-axios-adapter/package.json @@ -35,11 +35,11 @@ "client" ], "devDependencies": { - "@jest/globals": "29.5.0", + "@jest/globals": "30.5.1", "@smartlyio/oats-runtime": "workspace:^", "@types/form-data": "2.5.0", "axios": "1.8.2", - "jest": "29.5.0", + "jest": "30.5.1", "typescript": "7.0.2" }, "gitHead": "6afcbb2c8491c594374a82f06c1df5f858ed7681" diff --git a/packages/oats-fast-check/package.json b/packages/oats-fast-check/package.json index ab2d70f6..fef53118 100644 --- a/packages/oats-fast-check/package.json +++ b/packages/oats-fast-check/package.json @@ -40,10 +40,10 @@ "devDependencies": { "@smartlyio/oats": "workspace:^", "@smartlyio/oats-runtime": "workspace:^", - "@types/jest": "29.5.2", + "@types/jest": "30.0.0", "@types/lodash": "4.14.195", "@types/node": "24.12.4", - "jest": "29.5.0", + "jest": "30.5.1", "jsverify": "0.8.4", "typescript": "7.0.2" }, diff --git a/packages/oats-fetch-adapter/package.json b/packages/oats-fetch-adapter/package.json index de0b235c..4845a2af 100644 --- a/packages/oats-fetch-adapter/package.json +++ b/packages/oats-fetch-adapter/package.json @@ -36,14 +36,14 @@ "devDependencies": { "@smartlyio/oats-runtime": "workspace:^", "@types/node": "24.12.4", - "@typescript-eslint/eslint-plugin": "5.59.11", - "@typescript-eslint/parser": "5.59.11", - "eslint": "8.42.0", - "eslint-config-prettier": "8.8.0", + "@typescript-eslint/eslint-plugin": "8.69.0", + "@typescript-eslint/parser": "8.69.0", + "eslint": "10.10.0", + "eslint-config-prettier": "10.1.8", "eslint-plugin-import": "2.27.5", - "eslint-plugin-jest": "27.2.1", - "eslint-plugin-prettier": "4.2.1", - "prettier": "2.8.8", + "eslint-plugin-jest": "29.16.6", + "eslint-plugin-prettier": "5.5.6", + "prettier": "3.9.6", "typescript": "7.0.2" }, "gitHead": "6afcbb2c8491c594374a82f06c1df5f858ed7681" diff --git a/packages/oats-koa-adapter/package.json b/packages/oats-koa-adapter/package.json index a27000ae..c3fd4b5b 100644 --- a/packages/oats-koa-adapter/package.json +++ b/packages/oats-koa-adapter/package.json @@ -38,13 +38,13 @@ ], "devDependencies": { "@smartlyio/oats-runtime": "workspace:^", - "@types/koa": "2.13.6", + "@types/koa": "3.0.3", "@types/koa-router": "7.4.4", "@types/lodash": "4.14.195", "@types/node": "24.12.4", "koa": "2.16.2", - "koa-body": "6.0.1", - "koa-router": "12.0.0", + "koa-body": "8.0.0", + "koa-router": "14.0.0", "typescript": "7.0.2" }, "gitHead": "6afcbb2c8491c594374a82f06c1df5f858ed7681" diff --git a/packages/oats-mirage-adapter/package.json b/packages/oats-mirage-adapter/package.json index f138e66f..62308459 100644 --- a/packages/oats-mirage-adapter/package.json +++ b/packages/oats-mirage-adapter/package.json @@ -39,7 +39,7 @@ "@types/lodash": "4.14.195", "@types/node": "24.12.4", "miragejs": "0.1.47", - "nodemon": "2.0.22", + "nodemon": "3.1.14", "typescript": "7.0.2" }, "gitHead": "6afcbb2c8491c594374a82f06c1df5f858ed7681" diff --git a/packages/oats-mirage-adapter/test-app/package.json b/packages/oats-mirage-adapter/test-app/package.json index 9ca6f8c7..6b3bc472 100644 --- a/packages/oats-mirage-adapter/test-app/package.json +++ b/packages/oats-mirage-adapter/test-app/package.json @@ -42,6 +42,6 @@ ] }, "devDependencies": { - "@smartlyio/oats": "6.3.2" + "@smartlyio/oats": "7.9.1" } } diff --git a/packages/oats-nock-adapter/package.json b/packages/oats-nock-adapter/package.json index a23a34fe..1cd1abef 100644 --- a/packages/oats-nock-adapter/package.json +++ b/packages/oats-nock-adapter/package.json @@ -40,21 +40,21 @@ "@smartlyio/oats": "workspace:^", "@smartlyio/oats-axios-adapter": "workspace:^", "@smartlyio/oats-runtime": "workspace:^", - "@types/jest": "29.5.2", + "@types/jest": "30.0.0", "@types/lodash": "4.14.195", "@types/node": "24.12.4", - "@typescript-eslint/eslint-plugin": "5.59.11", - "@typescript-eslint/parser": "5.59.11", + "@typescript-eslint/eslint-plugin": "8.69.0", + "@typescript-eslint/parser": "8.69.0", "axios": "1.8.2", - "eslint": "8.42.0", - "eslint-config-prettier": "8.8.0", + "eslint": "10.10.0", + "eslint-config-prettier": "10.1.8", "eslint-plugin-import": "2.27.5", - "eslint-plugin-jest": "27.2.1", - "eslint-plugin-prettier": "4.2.1", - "jest": "29.5.0", + "eslint-plugin-jest": "29.16.6", + "eslint-plugin-prettier": "5.5.6", + "jest": "30.5.1", "jsverify": "0.8.4", - "nock": "13.3.1", - "prettier": "2.8.8", + "nock": "14.0.17", + "prettier": "3.9.6", "typescript": "7.0.2" }, "jest": { diff --git a/packages/oats-playwright-adapter/package.json b/packages/oats-playwright-adapter/package.json index 912e7efb..0c864021 100644 --- a/packages/oats-playwright-adapter/package.json +++ b/packages/oats-playwright-adapter/package.json @@ -33,18 +33,18 @@ "playwright" ], "devDependencies": { - "@jest/globals": "29.5.0", + "@jest/globals": "30.5.1", "@smartlyio/oats-runtime": "workspace:^", "@types/node": "24.12.4", - "@typescript-eslint/eslint-plugin": "5.62.0", - "@typescript-eslint/parser": "5.62.0", - "eslint": "8.57.1", - "eslint-config-prettier": "8.10.2", + "@typescript-eslint/eslint-plugin": "8.69.0", + "@typescript-eslint/parser": "8.69.0", + "eslint": "10.10.0", + "eslint-config-prettier": "10.1.8", "eslint-plugin-import": "2.27.5", - "eslint-plugin-jest": "27.9.0", - "eslint-plugin-prettier": "4.2.1", + "eslint-plugin-jest": "29.16.6", + "eslint-plugin-prettier": "5.5.6", "playwright": "1.58.0", - "prettier": "2.8.8", + "prettier": "3.9.6", "typescript": "7.0.2" } } diff --git a/packages/oats-runtime/package.json b/packages/oats-runtime/package.json index eb04cf1f..4e52582f 100644 --- a/packages/oats-runtime/package.json +++ b/packages/oats-runtime/package.json @@ -43,14 +43,14 @@ "client" ], "devDependencies": { - "@jest/globals": "29.5.0", - "@types/jest": "29.5.2", + "@jest/globals": "30.5.1", + "@types/jest": "30.0.0", "@types/lodash": "4.14.195", "@types/node": "24.12.4", - "fast-check": "2.25.0", - "jest": "29.5.0", + "fast-check": "4.9.0", + "jest": "30.5.1", "jsverify": "0.8.4", - "prettier": "2.8.8", + "prettier": "3.9.6", "tsconfig-paths": "4.2.0", "typescript": "7.0.2" }, diff --git a/packages/oats/package.json b/packages/oats/package.json index fc9c3439..49b4f315 100644 --- a/packages/oats/package.json +++ b/packages/oats/package.json @@ -43,22 +43,22 @@ "@smartlyio/oats-fetch-adapter": "workspace:^", "@smartlyio/oats-koa-adapter": "workspace:^", "@smartlyio/oats-runtime": "workspace:^", - "@types/jest": "29.5.2", + "@types/jest": "30.0.0", "@types/js-yaml": "4.0.5", - "@types/koa": "2.13.6", + "@types/koa": "3.0.3", "@types/koa-mount": "4.0.2", "@types/koa-router": "7.4.4", "@types/lodash": "4.14.195", "@types/node": "24.12.4", "axios": "1.8.2", - "fast-check": "2.25.0", + "fast-check": "4.9.0", "form-data": "4.0.4", - "jest": "29.5.0", + "jest": "30.5.1", "jsverify": "0.8.4", "koa": "2.16.2", - "koa-body": "6.0.1", + "koa-body": "8.0.0", "koa-mount": "4.0.0", - "koa-router": "12.0.0", + "koa-router": "14.0.0", "prettier": "^3.0.0", "typescript": "7.0.2" },