From a8b970954a7fc14d7f14f33c77f6f2764e7b50b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 22:07:10 +0000 Subject: [PATCH] fix(renovate): Update major --- package.json | 30 +++++++++++++++--------------- test-charm/requirements.txt | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index b6951b3f..2a281cbd 100644 --- a/package.json +++ b/package.json @@ -22,30 +22,30 @@ "prepare": "husky install" }, "dependencies": { - "@actions/artifact": "^1.1.2", - "@actions/core": "^1.10.1", - "@actions/exec": "^1.1.1", - "@actions/github": "^6.0.0", + "@actions/artifact": "^6.2.1", + "@actions/core": "^3.0.1", + "@actions/exec": "^3.0.0", + "@actions/github": "^9.1.1", "@actions/glob": "^0.4.0", "dayjs": "^1.11.10", "dayjs-plugin-utc": "^0.1.2", - "js-yaml": "^4.1.0" + "js-yaml": "^5.2.1" }, "devDependencies": { - "@octokit/types": "^12.4.0", - "@types/jest": "^29.5.12", + "@octokit/types": "^16.0.0", + "@types/jest": "^30.0.0", "@types/js-yaml": "^4.0.9", - "@typescript-eslint/eslint-plugin": "^6.13.2", - "@typescript-eslint/parser": "^6.13.2", + "@typescript-eslint/eslint-plugin": "^8.64.0", + "@typescript-eslint/parser": "^8.64.0", "@vercel/ncc": "^0.38.1", - "eslint": "^8.55.0", + "eslint": "^10.7.0", "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-airbnb-typescript": "^17.1.0", - "eslint-config-prettier": "^9.1.0", + "eslint-config-airbnb-typescript": "^18.0.0", + "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jest": "^27.6.3", - "husky": "^8.0.3", - "jest": "^29.7.0", + "eslint-plugin-jest": "^29.15.4", + "husky": "^9.1.7", + "jest": "^30.4.2", "prettier": "^3.1.1", "ts-jest": "^29.1.2", "typescript": "^5.3.3" diff --git a/test-charm/requirements.txt b/test-charm/requirements.txt index 1ffca942..91d142f6 100644 --- a/test-charm/requirements.txt +++ b/test-charm/requirements.txt @@ -1 +1 @@ -ops<2.9.1 +ops<3.8.1