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): bump @tailwindcss/typography from 0.2.0 to 0.4.0 #49

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 17, 2021

Bumps @tailwindcss/typography from 0.2.0 to 0.4.0.

Release notes

Sourced from @​tailwindcss/typography's releases.

v0.4.0

Fixed

  • Colors without 600 variant, breaks everything (#107)
  • Fix empty line in firefox for pre code tags (#125)

Added

  • Add support for the start and reversed attribute on ol elements (#110)
  • Add support for the type on ul and ol elements (#126)

Changed (internal)

  • Bumped dependencies (#103, #115)
  • Cleanup/improve readme (#95)
  • Reduce package size (#112)

v0.3.0

This release drops support for Tailwind CSS v1.0.

Some of the changes needed to support Tailwind CSS v2.0 necessitate dropping support for v1.0. You should stay on v0.2.0 until you can upgrade your projects to Tailwind CSS v2.0.

Read the Tailwind CSS v2.0 upgrade guide for information on upgrading your projects.

Changed

  • Add support for Tailwind CSS v2.0 and drops support for v1.0 (#79, #82, #87)
  • Use extend for any overrides, assigning directly to theme.typography now completely overrides default configuration
  • Consistently use ::before instead of :before (ba33d77)
  • Read color values from the user's theme instead of only the default theme

Added

  • Add new className option for overriding prose class (#28)
  • Add color modifiers by default like prose-blue for setting link styles (#92)

Upgrading from v0.2.0 to v0.3.0

This version of the plugin is designed for Tailwind CSS v2.0. Make sure you upgrade Tailwind before upgrading this plugin.

Customizations should be moved under extend, default should become DEFAULT

The biggest difference is that any customizations you had under theme.typography should be moved to theme.extend.typography, and the default key should be uppercased to DEFAULT:

  module.exports = {
    theme: {
-     typography: {
</tr></table> 

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by malfaitrobin, a new releaser for @tailwindcss/typography since your current version.


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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 17, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tailwindcss/typography-0.4.0 branch from 4f46f3b to c30e525 Compare March 17, 2021 20:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tailwindcss/typography-0.4.0 branch from c30e525 to 6a460f2 Compare April 7, 2021 20:45
Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography) from 0.2.0 to 0.4.0.
- [Release notes](https://github.com/tailwindcss/typography/releases)
- [Commits](tailwindlabs/tailwindcss-typography@v0.2.0...v0.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 25, 2021

Superseded by #154.

@dependabot dependabot bot closed this May 25, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tailwindcss/typography-0.4.0 branch May 25, 2021 00:23
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants