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 tailwindcss to v3.4.13 #280

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2024

This PR contains the following updates:

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

Release Notes

tailwindlabs/tailwindcss (tailwindcss)

v3.4.13

Compare Source

Fixed
  • Improve source glob verification performance (#​14481)

v3.4.12

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" 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 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.

@renovate renovate bot requested a review from AlanBreck as a code owner September 25, 2024 06:42
@renovate renovate bot added the renovate label Sep 25, 2024
Copy link

[puLL-Merge] - tailwindlabs/tailwindcss@v3.4.11..v3.4.12

Description

This PR updates the version of TailwindCSS to 3.4.12 and includes a bug fix for the @apply directive when used with utilities that use @defaults in the base layer with optimizeUniversalDefaults enabled.

Changes

Changes

  1. CHANGELOG.md:

    • Added entry for version 3.4.12, including the bug fix description.
    • Updated the "unreleased" link to compare with v3.4.12.
  2. package.json:

    • Updated the version number from 3.4.11 to 3.4.12.
  3. src/lib/expandTailwindAtRules.js:

    • Modified the order of nodes in the cloneNodes function call, placing defaultNodes before baseNodes.
  4. src/lib/resolveDefaultsAtRules.js:

    • Removed the condition checking for flagEnabled(tailwindConfig, 'optimizeUniversalDefaults').
    • The logic for handling universal selectors is now applied regardless of the optimizeUniversalDefaults flag.
  5. tests/apply.test.js, tests/basic-usage.test.js, tests/collapse-adjacent-rules.test.js, tests/combined-selectors.test.js, tests/custom-plugins.test.js, tests/import-syntax.test.js, tests/kitchen-sink.test.js, tests/layer-at-rules.test.js:

    • Updated test expectations to reflect the changes in the order of default styles and base styles.
  6. tests/resolve-defaults-at-rules.test.js:

    • Added a new test case for applying rules to the base layer with optimizeUniversalDefaults enabled.
  7. tests/source-maps.test.js:

    • Updated source map expectations to reflect the changes in the order of styles.

These changes aim to fix an issue with the @apply directive when used with utilities that have @defaults in the base layer, particularly when the optimizeUniversalDefaults option is enabled.

@renovate renovate bot changed the title fix(deps): update dependency tailwindcss to v3.4.12 fix(deps): update dependency tailwindcss to v3.4.13 Sep 27, 2024
Copy link

[puLL-Merge] - tailwindlabs/tailwindcss@v3.4.11..v3.4.13

Description

This PR updates the CHANGELOG.md and package.json files to reflect new versions (3.4.12 and 3.4.13) of the TailwindCSS library. It also includes changes to several source files and tests, primarily focused on performance improvements and bug fixes.

Changes

Changes

  1. CHANGELOG.md:

    • Added entries for versions 3.4.12 and 3.4.13
    • Updated the "Unreleased" section to compare with v3.4.13
  2. package.json:

    • Updated the version number to 3.4.13
  3. src/lib/content.js:

    • Improved performance of source glob verification by using micromatch matchers
  4. src/lib/expandTailwindAtRules.js:

    • Changed the order of cloning defaultNodes and baseNodes
  5. src/lib/resolveDefaultsAtRules.js:

    • Removed the check for flagEnabled(tailwindConfig, 'optimizeUniversalDefaults')
    • Always apply the optimization for universal defaults
  6. tests/apply.test.js, tests/basic-usage.test.js, tests/collapse-adjacent-rules.test.js, tests/combined-selectors.test.js, tests/custom-plugins.test.js, tests/import-syntax.test.js, tests/kitchen-sink.test.js, tests/layer-at-rules.test.js:

    • Updated test expectations to reflect changes in the order of generated CSS
  7. tests/resolve-defaults-at-rules.test.js:

    • Added a new test case for applying rules in the base layer with optimizeUniversalDefaults
  8. tests/source-maps.test.js:

    • Updated source map annotations to reflect changes in the generated CSS order

These changes primarily focus on performance improvements and bug fixes, particularly in how default styles and universal selectors are handled.

@AlanBreck AlanBreck merged commit 29fc028 into staging Oct 17, 2024
5 checks passed
@AlanBreck AlanBreck deleted the renovate/tailwindcss-3.x branch October 17, 2024 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant