Skip to content

Commit

Permalink
chore(deps): update dependency @stylistic/eslint-plugin to v2.12.0 (#247
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.11.0` ->
`2.12.0`](https://renovatebot.com/diffs/npm/@stylistic%2feslint-plugin/2.11.0/2.12.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@stylistic%2feslint-plugin/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stylistic%2feslint-plugin/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stylistic%2feslint-plugin/2.11.0/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stylistic%2feslint-plugin/2.11.0/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v2.12.0`](https://redirect.github.com/eslint-stylistic/eslint-stylistic/blob/HEAD/CHANGELOG.md#2120-2024-12-08)

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

##### Bug Fixes

- **comma-style:** handles comma after default import and trailing comma
([#&#8203;600](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/600))
([2d8d8ce](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/2d8d8ce57a12b597de1cffab8e9784b8e20fca15))
- **function-call-spacing:** remove invalid defaults from schema
([#&#8203;617](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/617))
([0714754](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/07147543dad01ecdf99ebb17b00384f134926bc5))
- **indent:** consider `CallExpression` when `offsetTernaryExpressions`
is true
([#&#8203;625](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/625))
([55d3529](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/55d3529bd8da0d5d944e0647713a8afa17296639))
- **jsx-wrap-multilines:** text between replacement texts included in
parentheses
([#&#8203;618](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/618))
([0764252](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/07642521b779636a9580d5236a0e03fceaa74d58))

##### Documentation

- support eslint v9 parser
([#&#8203;631](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/631))
([0e4b1cb](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/0e4b1cbd6df7f7ef45f99c5fe4bfc99bb595f009))

##### Chores

- release-please-mark
([ceff702](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/ceff702a78e6abc0f714714fedfab3100d2f5625))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 08dc0c4 commit 6abfe07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.6.0",
"@commitlint/config-conventional": "19.6.0",
"@eslint/js": "9.16.0",
"@stylistic/eslint-plugin": "2.11.0",
"@stylistic/eslint-plugin": "2.12.0",
"@types/debug": "4.1.12",
"@types/eslint__js": "8.42.3",
"@types/node": "22.10.1",
Expand Down

0 comments on commit 6abfe07

Please sign in to comment.