vuello icon indicating copy to clipboard operation
vuello copied to clipboard

Bump @tailwindcss/typography from 0.5.2 to 0.5.9

Open dependabot[bot] opened this issue 2 years ago • 1 comments

Bumps @tailwindcss/typography from 0.5.2 to 0.5.9.

Release notes

Sourced from @​tailwindcss/typography's releases.

v0.5.9

Fixed

  • Ensure p styles are inserted before .lead styles (#294)

v0.5.8

Fixed

  • Fix selector when using a non-default class (e.g. prose-sm) (#289)

v0.5.7

Fixed

  • Update TypeScript types (#284)

v0.5.6

v0.5.5

Added

  • Add typescript types (#283)

v0.5.4

Fixed

  • Update strong and code color styles to inherit from parent (#276)

v0.5.3

Added

  • Add styles for tfoot elements (#243)
  • Add prose-h5 and prose-h6 variants (#273)

Fixed

  • Fix prose elements legacy mode (#259)
  • Allow lead class to override element styles (#260)
  • Fix generation of prose-headings variant (#264)
  • Fix figure spacing (#267)
  • Fix child combinator :where selectors (#268)
  • Fix prose-headings variant to include h5 and h6 elements (#273)
Changelog

Sourced from @​tailwindcss/typography's changelog.

[0.5.9] - 2023-01-10

Fixed

  • Ensure p styles are inserted before .lead styles (#294)

[0.5.8] - 2022-11-07

Fixed

  • Fix selector when using a non-default class (e.g. prose-sm) (#289)

[0.5.7] - 2022-09-02

Fixed

  • Update TypeScript types (#284)

[0.5.6] - 2022-09-01

[0.5.5] - 2022-09-01

Added

  • Add typescript types (#283)

[0.5.4] - 2022-07-12

Fixed

  • Update strong and code color styles to inherit from parent (#276)

[0.5.3] - 2022-07-07

Added

  • Add styles for tfoot elements (#243)
  • Add prose-h5 and prose-h6 variants (#273)

Fixed

  • Fix prose elements legacy mode (#259)
  • Allow lead class to override element styles (#260)
  • Fix generation of prose-headings variant (#264)
  • Fix figure spacing (#267)
  • Fix child combinator :where selectors (#268)
  • Fix prose-headings variant to include h5 and h6 elements (#273)
Commits

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Jan 16 '23 03:01 dependabot[bot]

You are right that the crate would automatically build the native library. Maybe this quirk happens specifically in your system. Can you provide more details about your OS, Rust toolchain, and C++ compiler?

Enet4 avatar May 06 '24 08:05 Enet4

OS - x86_64 GNU/Linux, a weird internal company specific flavor of RHEL8.

mingley@mingley-ld1 [ ~/dev/test ]$ rustc --version
rustc 1.78.0 (9b00956e5 2024-04-29)
mingley@mingley-ld1 [ ~/dev/test ]$ g++ --version
g++ (GCC) 11.2.0

mingley avatar May 06 '24 17:05 mingley