From 28cc9b4b4bf14bd79703969d2d7b114f0dfbeafe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 08:13:50 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-love from 121.0.0 to 130.0.0 Bumps [eslint-config-love](https://github.com/mightyiam/eslint-config-love) from 121.0.0 to 130.0.0. - [Release notes](https://github.com/mightyiam/eslint-config-love/releases) - [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md) - [Commits](https://github.com/mightyiam/eslint-config-love/compare/v121.0.0...v130.0.0) --- updated-dependencies: - dependency-name: eslint-config-love dependency-version: 130.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b12e81..7648d65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@typescript-eslint/eslint-plugin": "^8.37.0", "@typescript-eslint/parser": "^8.37.0", "eslint": "^9.31.0", - "eslint-config-love": "^121.0.0", + "eslint-config-love": "^130.0.0", "eslint-config-prettier": "^10.1.8", "husky": "^9.1.7", "jest": "^30.0.4", @@ -5355,9 +5355,9 @@ } }, "node_modules/eslint-config-love": { - "version": "121.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-121.0.0.tgz", - "integrity": "sha512-1d5Nht3rddN/N6sNQymh4tq2AT+t3rU9KVmblGsMUjqLsyOdFDlyCFyZz//UN4EvcJQQOtUSYjx8l8FENx/XdQ==", + "version": "130.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-130.0.0.tgz", + "integrity": "sha512-E0Q3r2GHYlH2/K5pHVT2OaZf12UCrBvQP6hVroZNB3Si7dhKpa4hEj977uiMyebmp3+33+NRj8dkN98T/13Aew==", "dev": true, "funding": [ { @@ -5368,15 +5368,15 @@ ], "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.32.0", + "@typescript-eslint/utils": "^8.41.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-promise": "^7.0.0", - "typescript-eslint": "^8.32.0" + "typescript-eslint": "^8.41.0" }, "peerDependencies": { - "eslint": "^9.12.0", + "eslint": "^9.35.0", "typescript": "*" } }, diff --git a/package.json b/package.json index 5a0b2b3..ac4248b 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@typescript-eslint/eslint-plugin": "^8.37.0", "@typescript-eslint/parser": "^8.37.0", "eslint": "^9.31.0", - "eslint-config-love": "^121.0.0", + "eslint-config-love": "^130.0.0", "eslint-config-prettier": "^10.1.8", "husky": "^9.1.7", "jest": "^30.0.4",