Skip to content

Commit

Permalink
chore(deps): update dependency @stylistic/eslint-plugin to v2.11.0 (#213
Browse files Browse the repository at this point in the history
)

This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>eslint-stylistic/eslint-stylistic
(@&#8203;stylistic/eslint-plugin)</summary>

###
[`v2.11.0`](https://redirect.github.com/eslint-stylistic/eslint-stylistic/blob/HEAD/CHANGELOG.md#2110-2024-11-19)

[Compare
Source](https://redirect.github.com/eslint-stylistic/eslint-stylistic/compare/v2.10.1...v2.11.0)

##### Features

- **comma-dangle:** add support for Import Attributes
([#&#8203;586](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/586))
([4c177c3](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/4c177c35057652e3872f65756fa62dc05b34cf93))
- **comma-style:** add support for more syntax
([#&#8203;597](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/597))
([922151c](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/922151c98b2dc75ad4a135f082050b9dd1b26d11))
- **function-call-argument-newline:** add support for Import Attributes
([#&#8203;603](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/603))
([8ee0c24](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/8ee0c24da827c36da3df2e9724744b88fc3aa988))
- **function-call-spacing:** add `optionalChain` to control the space
around the `optional chain`
([#&#8203;605](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/605))
([f732798](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/f73279887c755db71e47cb3248fea746fb34e783))
- **function-paren-newline:** add support for Import Attributes
([#&#8203;585](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/585))
([4ede153](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/4ede153af46af01ed3250e16365975e034631455))

##### Bug Fixes

- fix the `update` script in `Windows`
([#&#8203;604](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/604))
([dede119](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/dede11938e3e15a9e36efefeb548eaa1f3cb1484))

##### Build Related

- **deps:** bump codecov/codecov-action from 4 to 5
([#&#8203;612](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/612))
([047a384](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/047a3840e43bea3731c5bef629e18a06b10c55a8))

</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 this update
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/boneskull/impvol).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 9af5f58 commit abd71a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@eslint/js": "9.15.0",
"@stylistic/eslint-plugin": "2.10.1",
"@stylistic/eslint-plugin": "2.11.0",
"@types/debug": "4.1.12",
"@types/eslint__js": "8.42.3",
"@types/node": "22.9.0",
Expand Down

0 comments on commit abd71a9

Please sign in to comment.