From f62e45626ca6c82c6c89243f2f6196c217a8b52b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:58:29 +0000 Subject: [PATCH] chore(deps): update dependency @book000/eslint-config to v1.7.83 (#1346) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@book000/eslint-config](https://redirect.github.com/book000/eslint-config) | [`1.7.82` -> `1.7.83`](https://renovatebot.com/diffs/npm/@book000%2feslint-config/1.7.82/1.7.83) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@book000%2feslint-config/1.7.83?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@book000%2feslint-config/1.7.83?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@book000%2feslint-config/1.7.82/1.7.83?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@book000%2feslint-config/1.7.82/1.7.83?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/tomacheese/cmcutter). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bf48662b..8e2533fd 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "fix:prettier": "prettier --write src" }, "devDependencies": { - "@book000/eslint-config": "1.7.82", + "@book000/eslint-config": "1.7.83", "@book000/node-utils": "1.13.327", "@types/config": "3.3.5", "@types/node": "22.8.6", diff --git a/yarn.lock b/yarn.lock index f31ae215..85077ae7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16,10 +16,10 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== -"@book000/eslint-config@1.7.82": - version "1.7.82" - resolved "https://registry.yarnpkg.com/@book000/eslint-config/-/eslint-config-1.7.82.tgz#c07c15fe965be609680642831c1bd913d9a02655" - integrity sha512-8Vk1pFyQahkXPX3TaWBvd0c9DFveKi6BzVDKasE41PIAOmnO297dU//n8SqJL/2E+xt4eDftAiUKONAsVXN7vA== +"@book000/eslint-config@1.7.83": + version "1.7.83" + resolved "https://registry.yarnpkg.com/@book000/eslint-config/-/eslint-config-1.7.83.tgz#44cb6aad993059c1a2966546b962cdd92912ee16" + integrity sha512-DnHEiJ8NbHw2cYdlnRZIVfa7Kkwd9/IjKgw01x+8GG4ObbVZZQ+jVMekO6yrfOETQN76JE7AO8MOl2oKlYm7hw== dependencies: "@eslint/eslintrc" "3.1.0" "@typescript-eslint/parser" "8.12.2"