Skip to content

Commit

Permalink
Update dependency eslint to v9 (#2023)
Browse files Browse the repository at this point in the history
[![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](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`9.3.0` -> `9.4.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/8.57.0/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/8.57.0/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>eslint/eslint (eslint)</summary>

### [`v9.4.0`](https://togithub.com/eslint/eslint/compare/v9.3.0...a5f7e589eca05a8a30bd2532380c304759cc8225)

[Compare Source](https://togithub.com/eslint/eslint/compare/v9.3.0...v9.4.0)

### [`v9.3.0`](https://togithub.com/eslint/eslint/compare/v9.2.0...41a871cf43874e2f27ad08554c7900daf0e94b06)

[Compare Source](https://togithub.com/eslint/eslint/compare/v9.2.0...v9.3.0)

### [`v9.2.0`](https://togithub.com/eslint/eslint/compare/v9.1.1...271e7ab1adc45a7b2f66cfea55a54e6048d9749a)

[Compare Source](https://togithub.com/eslint/eslint/compare/b4d2512809a1b28466ad1ce5af9d01c181b9bf9e...271e7ab1adc45a7b2f66cfea55a54e6048d9749a)

### [`v9.1.1`](https://togithub.com/eslint/eslint/compare/v9.1.0...b4d2512809a1b28466ad1ce5af9d01c181b9bf9e)

[Compare Source](https://togithub.com/eslint/eslint/compare/v9.1.0...v9.1.1)

### [`v9.1.0`](https://togithub.com/eslint/eslint/compare/v9.0.0...b78d831e244171c939279b03be519b5c13836fce)

[Compare Source](https://togithub.com/eslint/eslint/compare/v9.0.0...v9.1.0)

### [`v9.0.0`](https://togithub.com/eslint/eslint/compare/v8.57.0...e0cbc50179adac1670f4e0bd9093387a51f4f42a)

[Compare Source](https://togithub.com/eslint/eslint/compare/abea3b6f399fde9e28cf6dc5d6c013938f163cdc...e0cbc50179adac1670f4e0bd9093387a51f4f42a)

</details>

---

### 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/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent f52cb2f commit d3841a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"dd-trace": "5.14.1",
"es5-ext": "0.10.64",
"escape-string-regexp": "5.0.0",
"eslint": "9.3.0",
"eslint": "9.4.0",
"eslint-config-next": "workspace:*",
"eslint-plugin-eslint-plugin": "6.1.0",
"eslint-plugin-import": "2.29.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/glob": "8.1.0",
"eslint": "9.3.0"
"eslint": "9.4.0"
},
"scripts": {
"build": "swc -d dist src",
Expand Down

0 comments on commit d3841a0

Please sign in to comment.