Skip to content

Commit

Permalink
Update dependency eslint-plugin-storybook to ^0.9.0 (#2015)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-storybook](https://redirect.github.com/storybookjs/eslint-plugin-storybook)
| [`^0.8.0` ->
`^0.9.0`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/0.8.0/0.9.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-storybook/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-storybook/0.8.0/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/0.8.0/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>storybookjs/eslint-plugin-storybook
(eslint-plugin-storybook)</summary>

###
[`v0.9.0`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v090-Thu-Sep-26-2024)

[Compare
Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.8.0...v0.9.0)

##### 🚀 Enhancement

- use-storybook-expect: remove auto fix suggestion
[#&#8203;165](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/165)
([@&#8203;yannbf](https://redirect.github.com/yannbf))

##### 🐛 Bug Fix

- Tweak `generate-rule`
[#&#8203;147](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/147)
([@&#8203;yinm](https://redirect.github.com/yinm))
- Update links in docs
[#&#8203;130](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/130)
([@&#8203;hoonweiting](https://redirect.github.com/hoonweiting)
[@&#8203;yannbf](https://redirect.github.com/yannbf))
- Remove uninformative 'Further Reading' sections from rule docs
[#&#8203;131](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/131)
([@&#8203;hoonweiting](https://redirect.github.com/hoonweiting))

##### Authors: 3

- Wei Ting
([@&#8203;hoonweiting](https://redirect.github.com/hoonweiting))
-   Yann Braga ([@&#8203;yannbf](https://redirect.github.com/yannbf))
-   Yusuke Iinuma ([@&#8203;yinm](https://redirect.github.com/yinm))

***

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on the 2nd and 4th day instance on
sunday after 9pm" in timezone America/New_York, 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 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/HHS/simpler-grants-gov).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 72f1b4e commit ecee322
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-storybook": "^0.9.0",
"eslint-plugin-testing-library": "^5.11.0",
"i18next-browser-languagedetector": "^7.0.2",
"i18next-http-backend": "^2.2.1",
Expand Down

1 comment on commit ecee322

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for ./frontend

St.
Category Percentage Covered / Total
🟢 Statements 88.47% 928/1049
🟡 Branches 73.33% 242/330
🟢 Functions 84.11% 180/214
🟢 Lines 88.75% 868/978

Test suite run success

188 tests passing in 59 suites.

Report generated by 🧪jest coverage report action from ecee322

Please sign in to comment.