From 44aac56e537c7ffec63cbeac7d9c1e15c564e70d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 23:55:37 -0400 Subject: [PATCH] chore(deps): update dependency eslint-config-airbnb-typescript to v18 (#165) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-airbnb-typescript](https://togithub.com/iamturns/eslint-config-airbnb-typescript) | [`^17.1.0` -> `^18.0.0`](https://renovatebot.com/diffs/npm/eslint-config-airbnb-typescript/17.1.0/18.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-airbnb-typescript/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-airbnb-typescript/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-airbnb-typescript/17.1.0/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-airbnb-typescript/17.1.0/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
iamturns/eslint-config-airbnb-typescript (eslint-config-airbnb-typescript) ### [`v18.0.0`](https://togithub.com/iamturns/eslint-config-airbnb-typescript/releases/tag/v18.0.0) [Compare Source](https://togithub.com/iamturns/eslint-config-airbnb-typescript/compare/v17.1.0...v18.0.0) ##### chore - upgrade to ts-eslint v7 ([#​334](https://togithub.com/iamturns/eslint-config-airbnb-typescript/issues/334)) ([b00dada](https://togithub.com/iamturns/eslint-config-airbnb-typescript/commit/b00dadaf88e4bf7afd133880478ebc5a8b3f712b)) ##### BREAKING CHANGES - Update [@​typescript-eslint](https://togithub.com/typescript-eslint) to v7 or above, and eslint to 8.56.0 or above
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kunalnagarco/action-cve). 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 5f3f3a98..a6f25226 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "conventional-changelog-conventionalcommits": "7.0.2", "eslint": "^8.56.0", "eslint-config-airbnb": "^19.0.4", - "eslint-config-airbnb-typescript": "^17.1.0", + "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.6.3", diff --git a/yarn.lock b/yarn.lock index 55b4212d..9a739f20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2675,10 +2675,10 @@ eslint-config-airbnb-base@^15.0.0: object.entries "^1.1.5" semver "^6.3.0" -eslint-config-airbnb-typescript@^17.1.0: - version "17.1.0" - resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-17.1.0.tgz#fda960eee4a510f092a9a1c139035ac588937ddc" - integrity sha512-GPxI5URre6dDpJ0CtcthSZVBAfI+Uw7un5OYNVxP2EYi3H81Jw701yFP7AU+/vCE7xBtFmjge7kfhhk4+RAiig== +eslint-config-airbnb-typescript@^18.0.0: + version "18.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-18.0.0.tgz#b1646db4134858d704b1d2bee47e1d72c180315f" + integrity sha512-oc+Lxzgzsu8FQyFVa4QFaVKiitTYiiW3frB9KYW5OWdPrqFc7FzxgB20hP4cHMlr+MBzGcLl3jnCOVOydL9mIg== dependencies: eslint-config-airbnb-base "^15.0.0"