Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9 (#287)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`^8.53.0` ->
`^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.9.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/9.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/8.57.0/9.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/8.57.0/9.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/eslint](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint))
| [`^8.44.7` ->
`^9.0.0`](https://renovatebot.com/diffs/npm/@types%2feslint/8.56.10/9.6.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2feslint/9.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2feslint/9.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2feslint/8.56.10/9.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2feslint/8.56.10/9.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v9.9.1`](https://redirect.github.com/eslint/eslint/compare/v9.9.0...8781e6f063e56438dc22346504ff637df3f84daf)

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.9.0...v9.9.1)

###
[`v9.9.0`](https://redirect.github.com/eslint/eslint/releases/tag/v9.9.0)

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.8.0...v9.9.0)

#### Features

-
[`41d0206`](https://redirect.github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986)
feat: Add support for TS config files
([#&#8203;18134](https://redirect.github.com/eslint/eslint/issues/18134))
(Arya Emami)
-
[`3a4eaf9`](https://redirect.github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a)
feat: add suggestion to `require-await` to remove `async` keyword
([#&#8203;18716](https://redirect.github.com/eslint/eslint/issues/18716))
(Dave)

#### Documentation

-
[`9fe068c`](https://redirect.github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed)
docs: how to author plugins with configs that extend other configs
([#&#8203;18753](https://redirect.github.com/eslint/eslint/issues/18753))
(Alec Gibson)
-
[`48117b2`](https://redirect.github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f)
docs: add version support page in the side navbar
([#&#8203;18738](https://redirect.github.com/eslint/eslint/issues/18738))
(Amaresh S M)
-
[`fec2951`](https://redirect.github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3)
docs: add version support page to the dropdown
([#&#8203;18730](https://redirect.github.com/eslint/eslint/issues/18730))
(Amaresh S M)
-
[`38a0661`](https://redirect.github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064)
docs: Fix typo
([#&#8203;18735](https://redirect.github.com/eslint/eslint/issues/18735))
(Zaina Al Habash)
-
[`3c32a9e`](https://redirect.github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e)
docs: Update yarn command for creating ESLint config
([#&#8203;18739](https://redirect.github.com/eslint/eslint/issues/18739))
(Temitope Ogunleye)
-
[`f9ac978`](https://redirect.github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6)
docs: Update README (GitHub Actions Bot)

#### Chores

-
[`461b2c3`](https://redirect.github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f)
chore: upgrade to `@eslint/js@9.9.0`
([#&#8203;18765](https://redirect.github.com/eslint/eslint/issues/18765))
(Francesco Trotta)
-
[`59dba1b`](https://redirect.github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2)
chore: package.json update for
[@&#8203;eslint/js](https://redirect.github.com/eslint/js) release
(Jenkins)
-
[`fea8563`](https://redirect.github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba)
chore: update dependency
[@&#8203;eslint/core](https://redirect.github.com/eslint/core) to ^0.3.0
([#&#8203;18724](https://redirect.github.com/eslint/eslint/issues/18724))
(renovate\[bot])
-
[`aac191e`](https://redirect.github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f)
chore: update dependency
[@&#8203;eslint/json](https://redirect.github.com/eslint/json) to ^0.3.0
([#&#8203;18760](https://redirect.github.com/eslint/eslint/issues/18760))
(renovate\[bot])
-
[`b97fa05`](https://redirect.github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9)
chore: update wdio dependencies for more stable tests
([#&#8203;18759](https://redirect.github.com/eslint/eslint/issues/18759))
(Christian Bromann)

###
[`v9.8.0`](https://redirect.github.com/eslint/eslint/compare/v9.7.0...63881dc11299aba1d0960747c199a4cf48d6b9c8)

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.7.0...v9.8.0)

###
[`v9.7.0`](https://redirect.github.com/eslint/eslint/releases/tag/v9.7.0)

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.6.0...v9.7.0)

#### Features

-
[`7bd9839`](https://redirect.github.com/eslint/eslint/commit/7bd98398f112da020eddcda2c26cf4cc563af004)
feat: add support for es2025 duplicate named capturing groups
([#&#8203;18630](https://redirect.github.com/eslint/eslint/issues/18630))
(Yosuke Ota)
-
[`1381394`](https://redirect.github.com/eslint/eslint/commit/1381394a75b5902ce588455765a3919e2f138a7a)
feat: add `regex` option in `no-restricted-imports`
([#&#8203;18622](https://redirect.github.com/eslint/eslint/issues/18622))
(Nitin Kumar)

#### Bug Fixes

-
[`14e9f81`](https://redirect.github.com/eslint/eslint/commit/14e9f81ccdb51d2b915b68f442d48ced0a691646)
fix: destructuring in catch clause in `no-unused-vars`
([#&#8203;18636](https://redirect.github.com/eslint/eslint/issues/18636))
(Francesco Trotta)

#### Documentation

-
[`9f416db`](https://redirect.github.com/eslint/eslint/commit/9f416db680ad01716a769296085bf3eb93f76424)
docs: Add Powered by Algolia label to the search.
([#&#8203;18633](https://redirect.github.com/eslint/eslint/issues/18633))
(Amaresh S M)
-
[`c8d26cb`](https://redirect.github.com/eslint/eslint/commit/c8d26cb4a2f9d89bfc1914167d3e9f1d3314ffe7)
docs: Open JS Foundation -> OpenJS Foundation
([#&#8203;18649](https://redirect.github.com/eslint/eslint/issues/18649))
(Milos Djermanovic)
-
[`6e79ac7`](https://redirect.github.com/eslint/eslint/commit/6e79ac76f44b34c24a3e92c20713fbafe1dcbae2)
docs: `loadESLint` does not support option `cwd`
([#&#8203;18641](https://redirect.github.com/eslint/eslint/issues/18641))
(Francesco Trotta)

#### Chores

-
[`793b718`](https://redirect.github.com/eslint/eslint/commit/793b7180119e7e440d685defb2ee01597574ef1e)
chore: upgrade
[@&#8203;eslint/js](https://redirect.github.com/eslint/js)[@&#8203;9](https://redirect.github.com/9).7.0
([#&#8203;18680](https://redirect.github.com/eslint/eslint/issues/18680))
(Francesco Trotta)
-
[`7ed6f9a`](https://redirect.github.com/eslint/eslint/commit/7ed6f9a4db702bbad941422f456451a8dba7a450)
chore: package.json update for
[@&#8203;eslint/js](https://redirect.github.com/eslint/js) release
(Jenkins)
-
[`7bcda76`](https://redirect.github.com/eslint/eslint/commit/7bcda760369c44d0f1131fccaaf1ccfed5af85f1)
refactor: Add type references
([#&#8203;18652](https://redirect.github.com/eslint/eslint/issues/18652))
(Nicholas C. Zakas)
-
[`51bf57c`](https://redirect.github.com/eslint/eslint/commit/51bf57c493a65baeee3a935f2d0e52e27271fb48)
chore: add tech sponsors through actions
([#&#8203;18624](https://redirect.github.com/eslint/eslint/issues/18624))
(Strek)
-
[`6320732`](https://redirect.github.com/eslint/eslint/commit/6320732c3e2a52a220552e348108c53c60f9ef7a)
refactor: don't use `parent` property in `NodeEventGenerator`
([#&#8203;18653](https://redirect.github.com/eslint/eslint/issues/18653))
(Milos Djermanovic)
-
[`9e6d640`](https://redirect.github.com/eslint/eslint/commit/9e6d6405c3ee774c2e716a3453ede9696ced1be7)
refactor: move "Parsing error" prefix adding to Linter
([#&#8203;18650](https://redirect.github.com/eslint/eslint/issues/18650))
(Milos Djermanovic)

###
[`v9.6.0`](https://redirect.github.com/eslint/eslint/compare/v9.5.0...473d1bb7c3dfcf629ac048ca811f4b5eef04a692)

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.5.0...v9.6.0)

###
[`v9.5.0`](https://redirect.github.com/eslint/eslint/compare/v9.4.0...535235701fb029db6f656bd4e58acdfdeb8c02de)

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.4.0...v9.5.0)

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

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

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

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

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

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.1.1...v9.2.0)

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

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

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

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

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

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v8.57.0...v9.0.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->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/JoshuaKGoldberg/eslint-plugin-expect-type).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjU5LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent cbbbd8f commit 4a117be
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 194 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@types/dedent": "^0.7.0",
"@types/eslint": "^8.44.7",
"@types/eslint": "^9.0.0",
"@types/fs-extra": "^11.0.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
Expand All @@ -94,7 +94,7 @@
"console-fail-test": "^0.2.3",
"cspell": "^8.0.0",
"dedent": "^1.0.0",
"eslint": "^8.53.0",
"eslint": "^9.0.0",
"eslint-doc-generator": "^1.4.3",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand Down
Loading

0 comments on commit 4a117be

Please sign in to comment.