Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency eslint-plugin-tailwindcss to v3.17.4 #1548

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-tailwindcss 3.13.0 -> 3.17.4 age adoption passing confidence

Release Notes

francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)

v3.17.4

Compare Source

v3.17.3

Compare Source

v3.17.2

Compare Source

Revert to 3.17.0 equivalent to prevent a regression introduced in 3.17.1

v3.17.1

Compare Source

This version did introduce a regression, so you should use 3.17.2 instead for now

v3.17.0: Enhanced Template literals support

Compare Source

v3.16.0: ESLint v9 support

Compare Source

v3.15.2

Compare Source

v3.15.1

Compare Source

v3.15.0: no-unnecessary-arbitrary-value

Compare Source

New rule no-unnecessary-arbitrary-value is available.

e.g. replacing m-[1.25rem] by its configuration based classname m-5

v3.14.3

Compare Source

fix: retro compatibility for older Tailwind CSS (before typescript config)

v3.14.2

Compare Source

v3.14.1

Compare Source

v3.14.0: Tailwind CSS 3.4.0

Compare Source

See #​297

v3.13.1

Compare Source


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.

Copy link

cloudflare-workers-and-pages bot commented Mar 27, 2024

Deploying for-ui with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7c03a0f
Status: ✅  Deploy successful!
Preview URL: https://4b9906c0.for-ui.pages.dev
Branch Preview URL: https://renovate-eslint-plugin-tailw.for-ui.pages.dev

View logs

Copy link

changeset-bot bot commented Mar 27, 2024

⚠️ No Changeset found

Latest commit: 7c03a0f

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

@renovate renovate bot force-pushed the renovate/eslint-plugin-tailwindcss-3.x branch 2 times, most recently from a33bd76 to 0a53b4c Compare March 29, 2024 10:03
@renovate renovate bot force-pushed the renovate/eslint-plugin-tailwindcss-3.x branch from 0a53b4c to ec75989 Compare May 17, 2024 16:51
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-tailwindcss to v3.15.1 fix(deps): update dependency eslint-plugin-tailwindcss to v3.15.2 May 17, 2024
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-tailwindcss to v3.15.2 fix(deps): update dependency eslint-plugin-tailwindcss to v3.16.0 May 22, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-tailwindcss-3.x branch from ec75989 to c8861e5 Compare May 22, 2024 15:52
Copy link

coderabbitai bot commented May 22, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in 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?

Share
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 @coderabbitai in 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 @coderabbitai in 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 pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to 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.yaml file 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.

@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-tailwindcss to v3.16.0 fix(deps): update dependency eslint-plugin-tailwindcss to v3.17.0 May 23, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-tailwindcss-3.x branch from c8861e5 to 77b7204 Compare May 23, 2024 10:03
@renovate renovate bot force-pushed the renovate/eslint-plugin-tailwindcss-3.x branch from 77b7204 to 4c8fc66 Compare June 5, 2024 14:55
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-tailwindcss to v3.17.0 fix(deps): update dependency eslint-plugin-tailwindcss to v3.17.1 Jun 5, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-tailwindcss-3.x branch from 4c8fc66 to 746a931 Compare June 6, 2024 09:32
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-tailwindcss to v3.17.1 fix(deps): update dependency eslint-plugin-tailwindcss to v3.17.2 Jun 6, 2024
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-tailwindcss to v3.17.2 fix(deps): update dependency eslint-plugin-tailwindcss to v3.17.3 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-tailwindcss-3.x branch from 746a931 to 300c75f Compare June 6, 2024 16:26
@renovate renovate bot force-pushed the renovate/eslint-plugin-tailwindcss-3.x branch from 300c75f to 7c03a0f Compare June 21, 2024 10:53
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-tailwindcss to v3.17.3 fix(deps): update dependency eslint-plugin-tailwindcss to v3.17.4 Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants