From 9be776cd8af469478b5afe4ea5d9bdaa0ef2dd05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 03:31:57 +0000 Subject: [PATCH] build(deps): update dependency @softwareventures/eslint-config to v10 --- package.json | 2 +- yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a956ae3b..1bcade3e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "tslib": "2.8.1" }, "devDependencies": { - "@softwareventures/eslint-config": "7.10.0", + "@softwareventures/eslint-config": "10.0.0", "@softwareventures/prettier-config": "4.0.0", "@softwareventures/semantic-release-config": "4.1.0", "@softwareventures/tsconfig": "7.3.0", diff --git a/yarn.lock b/yarn.lock index 78a88a15..855dd6b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -567,14 +567,15 @@ lodash "^4.17.4" read-pkg-up "^7.0.0" -"@softwareventures/eslint-config@7.10.0": - version "7.10.0" - resolved "https://registry.yarnpkg.com/@softwareventures/eslint-config/-/eslint-config-7.10.0.tgz#4229e624ecc8529c3e3b4e5343382289f9a5b730" - integrity sha512-EsFIjbXmOyuAENX9VbfuLx20G6gexUTdU4/mJAs6QoAKQjt6htElVtol/fuItJM5q/MDHAtp/nHnUf3dcL3zRA== +"@softwareventures/eslint-config@10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@softwareventures/eslint-config/-/eslint-config-10.0.0.tgz#5670433506eb80676aacc3007ad67456bd8bd100" + integrity sha512-jzUCbaOgcqBrM96Pb8LWZRZDpUO7aArM0XxmDCbeXgj2s7jOaIMUVzIAEkvcSuyxYiCzlAL+CQVThgLZmiWlBA== dependencies: + "@softwareventures/nullable" "^3.2.0" tslib "^2.3.1" -"@softwareventures/nullable@^3.1.0": +"@softwareventures/nullable@^3.1.0", "@softwareventures/nullable@^3.2.0": version "3.2.0" resolved "https://registry.yarnpkg.com/@softwareventures/nullable/-/nullable-3.2.0.tgz#b4e1b570ba0086eeeb9350ebd25db2533e3dfe88" integrity sha512-xPtUK3GJkrqvOyy14ds5KAJgnB0bbd549ztx6kDpIqk27U0W2Vg1gUBMagmdcRQE+PGFFRimd1C8RVCCizF6Ww==