From da842428fd0b5eddfe6668706932607e4fa3ea2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:05:55 +0200 Subject: [PATCH] deps: bump typescript-eslint from 7.10.0 to 7.11.0 (#78) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.10.0 to 7.11.0.
Release notes

Sourced from typescript-eslint's releases.

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

🩹 Fixes

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

7.11.0 (2024-05-27)

🚀 Features

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript-eslint&package-manager=npm_and_yarn&previous-version=7.10.0&new-version=7.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/eslint-config/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2d86d1c..7634ff1 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@eslint/js": "8.57.0", - "@typescript-eslint/utils": "7.10.0", + "@typescript-eslint/utils": "7.11.0", "diff-match-patch": "1.0.5", "eslint": "8.57.0", "eslint-config-flat-gitignore": "0.1.5", @@ -45,7 +45,7 @@ "globals": "15.3.0", "prettier": "3.2.5", "synckit": "0.9.0", - "typescript-eslint": "7.10.0" + "typescript-eslint": "7.11.0" }, "peerDependencies": { "@next/eslint-plugin-next": "^14.1.4",