for-ui
for-ui copied to clipboard
fix(deps): update dependency eslint-plugin-tailwindcss to v3.18.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-tailwindcss | 3.13.0 -> 3.18.0 |
Release Notes
francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)
v3.18.0
- feat:
enforces-shorthandrule now supportplace-content-*/place-items-*/place-self-* - fix:
enforces-shorthanddoes not work forh-&w-when prefixed (by Kamahl19 🙏) - docs: so long X 🚀
v3.17.5
v3.17.4
- fix: config loading cache
- fix: Avoid re-parsing unchanged CSS files
- fix: AST expression tests for null expressions (by kesor 🙏)
v3.17.3
v3.17.2
Revert to 3.17.0 equivalent to prevent a regression introduced in 3.17.1
v3.17.1
- perf:
no-custom-classnameoptimization (by XantreDev 🙏)
This version did introduce a regression, so you should use 3.17.2 instead for now
v3.17.0: Enhanced Template literals support
- fix: support
tag.divandtag(Component)(by nihalgonsalves 🙏)
v3.16.0: ESLint v9 support
- feat: support flat config and ESLint 9 (by kazupon 🙏)
v3.15.2
v3.15.1
v3.15.0: no-unnecessary-arbitrary-value
New rule no-unnecessary-arbitrary-value is available.
e.g. replacing m-[1.25rem] by its configuration based classname m-5
v3.14.3
fix: retro compatibility for older Tailwind CSS (before typescript config)
v3.14.2
- fix: composable touch action classnames
- fix:
shadow-md+shadow-[#color]can be used together 🤝 - fix:
tabular-numsandslashed-zerocan be used together 🤝 - fix:
size-*based onsize,spacing,widthandheight🤓
v3.14.1
- fix: there is no
size-screen😅 - fix: edge cases with whitespace in
enforces-shorthand(by kachkaev 🙏) - fix: parsing spreads in function call returns(by egorpavlikhin 🙏)
v3.14.0: Tailwind CSS 3.4.0
See #297
v3.13.1
Configuration
📅 Schedule: Branch creation - "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Deploying for-ui with
Cloudflare Pages
| Latest commit: |
368ca0c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7202aa27.for-ui.pages.dev |
| Branch Preview URL: | https://renovate-eslint-plugin-tailw.for-ui.pages.dev |
⚠️ No Changeset found
Latest commit: 368ca0c735f3fe0a4bffcec155b60376dbf80c0c
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>.Generate unit testing code for this file.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai generate unit testing code for this file.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai generate interesting stats about this repository and render them as a table.@coderabbitai show all the console.log statements in this repository.@coderabbitai read src/utils.ts and generate unit testing code.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.@coderabbitai help me debug CodeRabbit configuration file.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (invoked as PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
CodeRabbit Configration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.