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

chore(deps): update dependency tailwindcss to v3.3.7 #399

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tailwindcss (source) 3.3.2 -> 3.3.7 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss (tailwindcss)

v3.3.7

Compare Source

Fixed
  • Fix support for container query utilities with arbitrary values (#​12534)
  • Fix custom config loading in Standalone CLI (#​12616)

v3.3.6

Compare Source

Fixed
  • Improve types for resolveConfig (#​12272)
  • Don’t add spaces to negative numbers following a comma (#​12324)
  • Don't emit @config in CSS when watching via the CLI (#​12327)
  • Ensure configured font-feature-settings for mono are included in Preflight (#​12342)
  • Improve candidate detection in minified JS arrays (without spaces) (#​12396)
  • Don't crash when given applying a variant to a negated version of a simple utility (#​12514)
  • Fix support for slashes in arbitrary modifiers (#​12515)
  • Fix source maps of variant utilities that come from an @layer rule (#​12508)
  • Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (#​12506)

v3.3.5

Compare Source

Fixed
  • Fix incorrect spaces around - in calc() expression (#​12283)

v3.3.4

Compare Source

Fixed
  • Improve normalisation of calc()-like functions (#​11686)
  • Skip calc() normalisation in nested theme() calls (#​11705)
  • Fix incorrectly generated CSS when using square brackets inside arbitrary properties (#​11709)
  • Make content optional for presets in TypeScript types (#​11730)
  • Handle variable colors that have variable fallback values (#​12049)
  • Batch reading content files to prevent too many open files error (#​12079)
  • Skip over classes inside :not(…) when nested in an at-rule (#​12105)
  • Update types to work with Node16 module resolution (#​12097)
  • Don’t crash when important and parent selectors are equal in @apply (#​12112)
  • Eliminate irrelevant rules when applying variants (#​12113)
  • Improve RegEx parser, reduce possibilities as the key for arbitrary properties (#​12121)
  • Fix sorting of utilities that share multiple candidates (#​12173)
  • Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser (#​12179)
  • Fix crash when watching renamed files on FreeBSD (#​12193)
  • Allow plugins from a parent document to be used in an iframe (#​12208)
  • Add types for tailwindcss/nesting (#​12269)
  • Bump jiti, fast-glob, and browserlist dependencies (#​11550)
  • Improve automatic var injection for properties that accept a <dashed-ident> (#​12236)

v3.3.3

Compare Source

Fixed
  • Fix issue where some pseudo-element variants generated the wrong selector (#​10943, #​10962, #​11111)
  • Make font settings propagate into buttons, inputs, etc. (#​10940)
  • Fix parsing of theme() inside calc() when there are no spaces around operators (#​11157)
  • Ensure repeating-conic-gradient is detected as an image (#​11180)
  • Move unknown pseudo-elements outside of :is by default (#​11345)
  • Escape animation names when prefixes contain special characters (#​11470)
  • Don't prefix arbitrary classes in group and peer variants (#​11454)
  • Sort classes using position of first matching rule (#​11504)
  • Allow variant to be an at-rule without a prelude (#​11589)
  • Make PostCSS plugin async to improve performance (#​11548)
  • Don’t error when a config file is missing (f97759f)
Added
Changed
  • Reset padding for <dialog> elements in preflight (#​11069)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor

richardli1598 commented Dec 18, 2023

Hello, I am a code review bot on flows.network. Here are my reviews of changed source code files in this PR.


In this patch, we are updating the tailwindcss version from 3.3.2 to 3.3.7 along with some of its dependencies. The areas that require changes are:

  1. Ensure the patch strictly updates tailwindcss and the relevant dependencies without removing or introducing unrelated changes. Two dependencies in particular (fast-glob and jiti) are updated, which is expected if they are related to the tailwindcss update.

  2. Analyze the removal of the package "postcss-value-parser" as shown by the line:

    -        "postcss-value-parser": "^4.2.0",

    This change might be intentional if this dependency is no longer required by the new version of Tailwind CSS. However, ensure that it won’t break anything in the project due to its removal. If the removal is unintended, it should be added back to maintain the integrity of the project.

  3. Make sure development, testing, and production work as expected after the update. Due to the change in the package's version, there might be deprecated features or new features that need to be accounted for.

  4. The "dev": true, line indicates that tailwindcss is a development dependency. Confirm that this is correct for the project's configuration.

  5. Check the version bumps for the dependencies fast-glob and jiti to ensure those updates are compatible with the project and don't introduce breaking changes.

No other potential issues are visible from the provided patch context. All observed changes are related to dependency versions and hashes, which are expected alterations when updating package versions.

Copy link

netlify bot commented Dec 18, 2023

Deploy Preview for kubespider ready!

Name Link
🔨 Latest commit c1de163
🔍 Latest deploy log https://app.netlify.com/sites/kubespider/deploys/65815ed43eaa7e0008894734
😎 Deploy Preview https://deploy-preview-399--kubespider.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v3.3.6 chore(deps): update dependency tailwindcss to v3.3.7 Dec 18, 2023
@renovate renovate bot force-pushed the renovate/tailwindcss-3.x-lockfile branch 2 times, most recently from ea3606d to 5d42702 Compare December 19, 2023 09:08
@renovate renovate bot force-pushed the renovate/tailwindcss-3.x-lockfile branch from 5d42702 to c1de163 Compare December 19, 2023 09:13
Copy link
Contributor Author

renovate bot commented Dec 19, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^3.3.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/tailwindcss-3.x-lockfile branch December 19, 2023 11:29
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.

2 participants