Skip to content

Commit

Permalink
Update dependency eslint-plugin-tailwindcss to v3.11.0 (#1083)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-tailwindcss](https://togithub.com/francoismassart/eslint-plugin-tailwindcss)
| [`3.10.3` ->
`3.11.0`](https://renovatebot.com/diffs/npm/eslint-plugin-tailwindcss/3.10.3/3.11.0)
|
[![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-tailwindcss/3.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-tailwindcss/3.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-tailwindcss/3.11.0/compatibility-slim/3.10.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-tailwindcss/3.11.0/confidence-slim/3.10.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>francoismassart/eslint-plugin-tailwindcss</summary>

###
[`v3.11.0`](https://togithub.com/francoismassart/eslint-plugin-tailwindcss/releases/tag/v3.11.0):
Better support for `cva`

[Compare
Source](https://togithub.com/francoismassart/eslint-plugin-tailwindcss/compare/v3.10.3...v3.11.0)

-   Add a new setting `ignoredKeys`
-   Add `cva` & `tv` to the default list of callees

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/ziyadedher/ziyadedher).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zMi4yIiwidXBkYXRlZEluVmVyIjoiMzUuMzIuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 5, 2023
1 parent ee12f74 commit 01ccc44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.8",
"eslint-plugin-tailwindcss": "3.10.3",
"eslint-plugin-tailwindcss": "3.11.0",
"jest": "29.5.0",
"next-router-mock": "^0.9.0",
"node-notifier": "10.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10254,15 +10254,15 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-tailwindcss@npm:3.10.3":
version: 3.10.3
resolution: "eslint-plugin-tailwindcss@npm:3.10.3"
"eslint-plugin-tailwindcss@npm:3.11.0":
version: 3.11.0
resolution: "eslint-plugin-tailwindcss@npm:3.11.0"
dependencies:
fast-glob: ^3.2.5
postcss: ^8.4.4
peerDependencies:
tailwindcss: ^3.2.2
checksum: 2cd97709ba2f53a209d0585f14590f99591ad4b21dd0904eb682c62b536e31ef15206166f976d8893268e8c876a01f9cdf0a6002566d3eac7cf7d11b9edd2508
checksum: d5a3a9092770d832d74f10388c25213d553ae0873d5f2ee978c7214a65859efc112d194744aefe8b9002f307f3ea87bd5ffd80d426e12c83dd5701c29a8ac2a9
languageName: node
linkType: hard

Expand Down Expand Up @@ -20614,7 +20614,7 @@ __metadata:
eslint-plugin-react: 7.32.2
eslint-plugin-react-hooks: 4.6.0
eslint-plugin-storybook: ^0.6.8
eslint-plugin-tailwindcss: 3.10.3
eslint-plugin-tailwindcss: 3.11.0
events: 3.3.0
jest: 29.5.0
jest-environment-jsdom: 29.5.0
Expand Down

1 comment on commit 01ccc44

@vercel
Copy link

@vercel vercel bot commented on 01ccc44 Apr 5, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.