From be39f6d86c3ac90b3af646ff745e1f5038376f52 Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 15 Jul 2024 14:28:05 +0200 Subject: [PATCH] chore(renovate): ignore deps --- package.json | 20 ++------------------ renovate.json | 27 +++++++++++++++++++++++++-- 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 3937bc3..227b1f1 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,7 @@ "build": "tsdx build", "test": "jest", "lint": "eslint src test --fix", - "prepare": "tsdx build", - "size": "size-limit", - "analyze": "size-limit --why", - "np": "np" + "prepare": "tsdx build" }, "husky": { "hooks": { @@ -39,16 +36,6 @@ "url": "https://github.com/qlaffont/unify-errors/issues", "email": "contact@qlaffont.com" }, - "size-limit": [ - { - "path": "dist/unify-errors.cjs.production.min.js", - "limit": "10 KB" - }, - { - "path": "dist/unify-errors.esm.js", - "limit": "10 KB" - } - ], "jest": { "collectCoverage": true, "coverageReporters": [ @@ -62,7 +49,6 @@ }, "devDependencies": { "@jest/globals": "29.7.0", - "@size-limit/preset-small-lib": "11.1.4", "@types/jest": "^29.5.0", "@typescript-eslint/eslint-plugin": "7.16.0", "@typescript-eslint/parser": "7.16.0", @@ -74,13 +60,11 @@ "husky": "9.0.11", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", - "np": "10.0.6", "prettier": "3.3.3", - "size-limit": "11.1.4", "ts-jest": "^29.1.0", "tsdx": "0.14.1", "tslib": "2.6.3", "typescript": "5.5.3" }, "packageManager": "pnpm@9.5.0" -} +} \ No newline at end of file diff --git a/renovate.json b/renovate.json index e55e9c9..77601b7 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,28 @@ "config:base" ], "automergeType": "pr", - "automerge": true -} + "automerge": true, + "ignoreDeps": [ + "@jest/globals", + "@types/node", + "@typescript-eslint/eslint-plugin", + "@typescript-eslint/parser", + "eslint", + "eslint-config-prettier", + "eslint-plugin-import", + "eslint-plugin-prettier", + "eslint-plugin-simple-import-sort", + "prettier", + "husky", + "ts-jest", + "tsdx", + "tslib", + "typescript", + "tsup", + "@babel/core", + "@babel/preset-env", + "@babel/preset-typescript", + "jest", + "jest-environment-jsdom" + ] +} \ No newline at end of file