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

⬆️ Bump the tailwindcss group with 2 updates #10

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 14, 2023

Bumps the tailwindcss group with 2 updates: prettier-plugin-tailwindcss and tailwindcss.

Updates prettier-plugin-tailwindcss from 0.2.5 to 0.5.9

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.5.9

Fixed

  • Fixed location of embedded preflight CSS file (#231)

v0.5.8

Added

  • Re-enable support for prettier-plugin-marko (#229)

v0.5.7

Fixed

  • Fix sorting inside dynamic custom attributes (#225)

v0.5.6

Fixed

  • Fix sorting inside {{ … }} expressions when using @shopify/prettier-plugin-liquid v1.3+ (#222)

v0.5.5

Fixed

  • Sort classes inside className in Astro (#215)
  • Support member access on function calls (#218)

v0.5.4

Fixed

  • Type tailwindFunctions and tailwindAttributes as optional (#206)
  • Don’t break @apply … #{'!important'} sorting in SCSS (#212)

v0.5.3

Fixed

  • Fix CJS __dirname interop on Windows (#204)

v0.5.2

Fixed

  • Fix intertop with bundled CJS dependencies (#199)

v0.5.1

Fixed

  • Updated Prettier peer dependency (#197)

v0.5.0

This plugin now requires Prettier v3+

... (truncated)

Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.5.9] - 2023-12-05

Fixed

  • Fixed location of embedded preflight CSS file (#231)

[0.5.8] - 2023-12-05

Added

  • Re-enable support for prettier-plugin-marko (#229)

[0.5.7] - 2023-11-08

Fixed

  • Fix sorting inside dynamic custom attributes (#225)

[0.5.6] - 2023-10-12

Fixed

  • Fix sorting inside {{ … }} expressions when using @shopify/prettier-plugin-liquid v1.3+ (#222)

[0.5.5] - 2023-10-03

Fixed

  • Sort classes inside className in Astro (#215)
  • Support member access on function calls (#218)

[0.5.4] - 2023-08-31

Fixed

  • Type tailwindFunctions and tailwindAttributes as optional (#206)
  • Don’t break @apply … #{'!important'} sorting in SCSS (#212)

[0.5.3] - 2023-08-15

Fixed

  • Fix CJS __dirname interop on Windows (#204)

[0.5.2] - 2023-08-11

Fixed

  • Fix intertop with bundled CJS dependencies (#199)

... (truncated)

Commits

Updates tailwindcss from 3.2.7 to 3.3.6

Release notes

Sourced from tailwindcss's releases.

v3.3.6

Fixed

  • Don’t add spaces to negative numbers following a comma (#12324)
  • Don't emit @config in CSS when watching via the CLI (#12327)
  • Improve types for resolveConfig (#12272)
  • 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

Fixed

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

v3.3.4

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

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)

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[3.3.6] - 2023-12-04

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)

[3.3.5] - 2023-10-25

Fixed

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

[3.3.4] - 2023-10-24

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)

[3.3.3] - 2023-07-13

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)

... (truncated)

Commits
  • 3125829 3.3.6
  • 16fd9ff Fix candidate detection regex
  • 89470d2 Improve candidate detection in minified JS arrays (without spaces) (#12396)
  • e26a1ba Fix loading of built-in plugins when using an ESM or TypeScript config with t...
  • 2dcb1fc Fix source maps of variant utilities that come from an @layer rule (#12508)
  • adb6f15 Fix generation of utilities that use slashes in arbitrary modifiers (#12515)
  • bbfb5a3 Don't crash when given applying a variant to a negated version of a simple ut...
  • 3713207 Fix code style
  • da0ee9c Remove unused import
  • 817c466 Ensure configured font-feature-settings for mono are included in Prefligh...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 14, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tailwindcss-bd5015a279 branch 2 times, most recently from db876d4 to 20a5d11 Compare December 14, 2023 04:30
Bumps the tailwindcss group with 2 updates: [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss).


Updates `prettier-plugin-tailwindcss` from 0.2.5 to 0.5.9
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.2.5...v0.5.9)

Updates `tailwindcss` from 3.2.7 to 3.3.6
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.2.7...v3.3.6)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tailwindcss
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tailwindcss
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tailwindcss-bd5015a279 branch from 20a5d11 to 385d95b Compare December 14, 2023 04:39
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 14, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 14, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tailwindcss-bd5015a279 branch December 14, 2023 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants