Skip to content

Commit

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

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@eslint/js](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js))
| [`9.15.0` ->
`9.16.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.15.0/9.16.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@eslint%2fjs/9.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@eslint%2fjs/9.15.0/9.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@eslint%2fjs/9.15.0/9.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`9.15.0` ->
`9.16.0`](https://renovatebot.com/diffs/npm/eslint/9.15.0/9.16.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/9.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/9.15.0/9.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.15.0/9.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>eslint/eslint (@&#8203;eslint/js)</summary>

###
[`v9.16.0`](https://redirect.github.com/eslint/eslint/compare/v9.15.0...df9bf9519a302e284700ad300463ecdf2ebf9f25)

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

</details>

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

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

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

#### Features

-
[`8f70eb1`](https://redirect.github.com/eslint/eslint/commit/8f70eb142cce025e7040d016a959eff0f51eb672)
feat: Add `ignoreComputedKeys` option in `sort-keys` rule
([#&#8203;19162](https://redirect.github.com/eslint/eslint/issues/19162))
(Milos Djermanovic)

#### Documentation

-
[`9eefc8f`](https://redirect.github.com/eslint/eslint/commit/9eefc8f813b5c31f49fbbd9a36f439b365bea180)
docs: fix typos in `use-isnan`
([#&#8203;19190](https://redirect.github.com/eslint/eslint/issues/19190))
(루밀LuMir)
-
[`0c8cea8`](https://redirect.github.com/eslint/eslint/commit/0c8cea8c803962a4358032fde5c117a1e9c41ca0)
docs: switch the order of words in `no-unreachable`
([#&#8203;19189](https://redirect.github.com/eslint/eslint/issues/19189))
(루밀LuMir)
-
[`0c19417`](https://redirect.github.com/eslint/eslint/commit/0c19417c644a29b5113d3a2b94ce00640117574b)
docs: add missing backtick to `no-async-promise-executor`
([#&#8203;19188](https://redirect.github.com/eslint/eslint/issues/19188))
(루밀LuMir)
-
[`8df9276`](https://redirect.github.com/eslint/eslint/commit/8df927646cadaa70263914c62f2f76fccb8c46fd)
docs: add backtick in `-0` in `description` of `no-compare-neg-zero`
([#&#8203;19186](https://redirect.github.com/eslint/eslint/issues/19186))
(루밀LuMir)
-
[`7e16e3f`](https://redirect.github.com/eslint/eslint/commit/7e16e3fb8594e361b3e121d2d4059dc26e30c407)
docs: fix `caseSensitive` option's title of `sort-keys`
([#&#8203;19183](https://redirect.github.com/eslint/eslint/issues/19183))
(Tanuj Kanti)
-
[`0c6b842`](https://redirect.github.com/eslint/eslint/commit/0c6b84212144da3238693fa56500b02bd4a9f05a)
docs: fix typos in `migration-guide.md`
([#&#8203;19180](https://redirect.github.com/eslint/eslint/issues/19180))
(루밀LuMir)
-
[`353266e`](https://redirect.github.com/eslint/eslint/commit/353266edf827d4e63e9efef321f5d128748bc74d)
docs: fix a typo in `debug.md`
([#&#8203;19179](https://redirect.github.com/eslint/eslint/issues/19179))
(루밀LuMir)
-
[`5ff318a`](https://redirect.github.com/eslint/eslint/commit/5ff318a528e3f6b8b9c6a62ea949d66ebb7f0716)
docs: delete unnecessary horizontal rule(`---`) in `nodejs-api`
([#&#8203;19175](https://redirect.github.com/eslint/eslint/issues/19175))
(루밀LuMir)
-
[`576bcc5`](https://redirect.github.com/eslint/eslint/commit/576bcc5461c0c00c30dfceec9abcddb99e559c74)
docs: mark more rules as handled by TypeScript
([#&#8203;19164](https://redirect.github.com/eslint/eslint/issues/19164))
(Tanuj Kanti)
-
[`742d054`](https://redirect.github.com/eslint/eslint/commit/742d054ac1124d4e53c84234dd6960d4e272d490)
docs: note that `no-restricted-syntax` can be used with any language
([#&#8203;19148](https://redirect.github.com/eslint/eslint/issues/19148))
(Milos Djermanovic)

#### Chores

-
[`feb703b`](https://redirect.github.com/eslint/eslint/commit/feb703b3dc198cda03fb69c75a31d56d999b9d2e)
chore: upgrade to `@eslint/[email protected]`
([#&#8203;19195](https://redirect.github.com/eslint/eslint/issues/19195))
(Francesco Trotta)
-
[`df9bf95`](https://redirect.github.com/eslint/eslint/commit/df9bf9519a302e284700ad300463ecdf2ebf9f25)
chore: package.json update for
[@&#8203;eslint/js](https://redirect.github.com/eslint/js) release
(Jenkins)
-
[`f831893`](https://redirect.github.com/eslint/eslint/commit/f831893b6e2951f56ce8b9ff12e4a16913b72b47)
chore: add type for `ignoreComputedKeys` option of `sort-keys`
([#&#8203;19184](https://redirect.github.com/eslint/eslint/issues/19184))
(Tanuj Kanti)
-
[`3afb8a1`](https://redirect.github.com/eslint/eslint/commit/3afb8a1dcf12ad12df480db014042a51403ff672)
chore: update dependency
[@&#8203;eslint/json](https://redirect.github.com/eslint/json) to ^0.8.0
([#&#8203;19177](https://redirect.github.com/eslint/eslint/issues/19177))
(Milos Djermanovic)
-
[`1f77c53`](https://redirect.github.com/eslint/eslint/commit/1f77c53b12d00403b88a0e02c8d2432278abcf52)
chore: add `repository.directory` property to `package.json`
([#&#8203;19165](https://redirect.github.com/eslint/eslint/issues/19165))
(루밀LuMir)
-
[`d460594`](https://redirect.github.com/eslint/eslint/commit/d46059410a0e02b98067aa31975c25fd8d0d1c2b)
chore: update dependency
[@&#8203;arethetypeswrong/cli](https://redirect.github.com/arethetypeswrong/cli)
to ^0.17.0
([#&#8203;19147](https://redirect.github.com/eslint/eslint/issues/19147))
(renovate\[bot])
-
[`45cd4ea`](https://redirect.github.com/eslint/eslint/commit/45cd4ead9c4fc354a2542b806ec82afb67cb54fc)
refactor: update default options in rules
([#&#8203;19136](https://redirect.github.com/eslint/eslint/issues/19136))
(Milos Djermanovic)

</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 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/ckomop0x/f1-seasons).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent e70bf2a commit ed235ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"devDependencies": {
"@eslint/compat": "1.2.3",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.15.0",
"eslint": "9.15.0",
"@eslint/js": "9.16.0",
"eslint": "9.16.0",
"@playwright/test": "1.49.0",
"@types/node": "22.10.0",
"@types/nprogress": "0.2.3",
Expand Down

0 comments on commit ed235ab

Please sign in to comment.