Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

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

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`8.49.0` -> `8.50.0`](https://renovatebot.com/diffs/npm/eslint/8.49.0/8.50.0) |

---

### Release Notes

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

### [`v8.50.0`](https://github.com/eslint/eslint/releases/tag/v8.50.0)

[Compare Source](eslint/eslint@v8.49.0...v8.50.0)

#### Features

-   [`27d5a9e`](eslint/eslint@27d5a9e) feat: add suggestions to array-callback-return ([#&#8203;17590](eslint/eslint#17590)) (Tanuj Kanti)
-   [`f9082ff`](eslint/eslint@f9082ff) feat: flat-rule-tester make sure default config always matches ([#&#8203;17585](eslint/eslint#17585)) (fnx)
-   [`83914ad`](eslint/eslint@83914ad) feat: Implement SourceCode#applyInlineConfig() ([#&#8203;17351](eslint/eslint#17351)) (Nicholas C. Zakas)
-   [`22a5582`](eslint/eslint@22a5582) feat: add rule `no-object-constructor`, deprecate `no-new-object` ([#&#8203;17576](eslint/eslint#17576)) (Francesco Trotta)
-   [`85a3d9e`](eslint/eslint@85a3d9e) feat: allowVoid option in array-callback-return ([#&#8203;17564](eslint/eslint#17564)) (Tanuj Kanti)

#### Bug Fixes

-   [`cc4d26b`](eslint/eslint@cc4d26b) fix: Ensure deprecated context.parserServices warns ([#&#8203;17593](eslint/eslint#17593)) (Nicholas C. Zakas)
-   [`1ea4cfb`](eslint/eslint@1ea4cfb) fix: Ensure all RuleTester tests all deprecated context methods ([#&#8203;17587](eslint/eslint#17587)) (Nicholas C. Zakas)
-   [`aa1b657`](eslint/eslint@aa1b657) fix: wrong suggestion and message in `no-misleading-character-class` ([#&#8203;17571](eslint/eslint#17571)) (Yosuke Ota)

#### Documentation

-   [`1800537`](eslint/eslint@1800537) docs: Fix and standardize JSX code examples ([#&#8203;17591](eslint/eslint#17591)) (Francesco Trotta)
-   [`48a44a7`](eslint/eslint@48a44a7) docs: Add correct/incorrect tags to `prefer-arrow-callback` ([#&#8203;17589](eslint/eslint#17589)) (Francesco Trotta)
-   [`20893d4`](eslint/eslint@20893d4) docs: fix incorrect tag's place ([#&#8203;17575](eslint/eslint#17575)) (Tanuj Kanti)
-   [`bd7a71f`](eslint/eslint@bd7a71f) docs: Update README (GitHub Actions Bot)

#### Chores

-   [`f8a8a2d`](eslint/eslint@f8a8a2d) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;8](https://github.com/8).50.0 ([#&#8203;17599](eslint/eslint#17599)) (Milos Djermanovic)
-   [`38ada6d`](eslint/eslint@38ada6d) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (ESLint Jenkins)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3pm on Sunday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzYuNzcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: https://git.chriswb.dev/chrisw-b/PersonalApi/pulls/14
Co-authored-by: Renovate Bot <renovate.bot@chrisb.xyz>
Co-committed-by: Renovate Bot <renovate.bot@chrisb.xyz>
  • Loading branch information
Renovate Bot authored and chrisw-b committed Sep 24, 2023
1 parent ab4a347 commit 7adafb9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@typescript-eslint/typescript-estree": "6.7.2",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down

0 comments on commit 7adafb9

Please sign in to comment.