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 v1.8.10 #113

Merged
merged 1 commit into from
Sep 30, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2020

This PR contains the following updates:

Package Type Update Change
tailwindcss (source) devDependencies minor 1.4.6 -> 1.8.10

Release Notes

tailwindlabs/tailwindcss

v1.8.10

Compare Source

Fixed
  • Prevent new dark experiment from causing third-party dark variants to inherit stacking behavior (#​2382)

v1.8.9

Compare Source

Fixed
  • Add negative spacing values to inset plugin in the extendedSpacingScale experiment (#​2358)
  • Fix issue where !important was stripped from declarations within rules that used @apply with applyComplexClasses (#​2376)
Changed

v1.8.8

Compare Source

Fixed
  • Register dark mode plugin outside of resolveConfig code path (#​2368)

v1.8.7

Compare Source

Fixed
  • Fix issue where classes in escaped strings (like class=\"block\") weren't extracted properly for purging (#​2364)

v1.8.6

Compare Source

Fixed
  • Fix issue where container padding not applied when using object syntax (#​2353)

v1.8.5

Compare Source

Fixed
  • Fix issue where resolveConfig didn't take into account configs added by feature flags (#​2347)

v1.8.4

Compare Source

Fixed
  • Fix issue where inserting extra PurgeCSS control comments could break integrated PurgeCSS support
  • Fix issue where dark variant in 'class' mode was incompatible with 'group-hover' variant (#​2337)
  • Support basic nesting structure with @apply when using the applyComplexClasses experiment (#​2271)
Changed
  • Rename font-hairline and font-thin to font-thin and font-extralight behind standardFontWeights flag (experimental until v1.9.0) (#​2333)

v1.8.3

Compare Source

Fixed
  • Fix issue where font-variant-numeric utilities would break in combination with most CSS minifier configurations (f3660ce)
  • Only warn about conservative purge mode being deprecated once per process (58781b5)

v1.8.2

Compare Source

Fixed
  • Fix bug where dark mode variants would cause an error if you had a plugins array in your config (#​2322)

v1.8.1

Compare Source

Fixed
  • Prevent new dark experiment from causing third-party dark variants to inherit stacking behavior (#​2382)

v1.8.0

Compare Source

Added
  • Dark mode variant (experimental) (#​2279)
  • New preserveHtmlElements option for purge (#​2283)
  • New layers mode for purge (#​2288)
  • New font-variant-numeric utilities (#​2305)
  • New place-items, place-content, place-self, justify-items, and justify-self utilities (#​2306)
  • Support configuring variants as functions (#​2309)
Changed
  • CSS within @layer at-rules are now grouped with the corresponding @tailwind at-rule (#​2312)
Deprecated
  • conservative purge mode, deprecated in favor of layers

v1.7.6

Compare Source

Fixed
  • Fix bug where the new experimental @apply implementation broke when applying a variant class with the important option globally enabled

v1.7.5

Compare Source

Changed
  • Update lodash to latest to silence security warnings

v1.7.4

Compare Source

Added
  • Add new -p flag to CLI to quickly scaffold a postcss.config.js file
Changed
  • Make @apply insensitive to whitespace in the new applyComplexClasses experiment
Fixed
  • Fix bug where the new applyComplexClasses experiment didn't behave as expected with rules with multiple selectors, like .foo, .bar { color: red }

v1.7.3

Compare Source

Changed
  • Log feature flag notices to stderr instead of stdout to preserve compatibility with pipe-based build systems
  • Add missing bg-none utility for disabling background images
Fixed
  • Fix bug that prevented defining colors as closures when the gradientColorStops plugin was enabled

v1.7.2

Compare Source

Added
  • Reuse generated CSS as much as possible in long-running processes instead of needlessly recalculating

v1.7.1

Compare Source

Changed
  • Don't issue duplicate flag notices in long-running build processes

v1.7.0

Compare Source

Added
  • Gradients
  • New background-clip utilities
  • New contents display utility
  • Default letter-spacing per font-size
  • Divide border styles
  • Access entire config object from plugins
  • Define colors as closures
  • Use @apply with variants and other complex classes (experimental)
  • New additional color-palette (experimental)
  • Extended spacing scale (experimental)
  • Default line-heights per font-size by default (experimental)
  • Extended font size scale (experimental)
Deprecated
  • Deprecated gap utilities

v1.6.3

Compare Source

Fixed
  • Fixes issue where motion-safe and motion-reduce variants didn't stack correctly with group-hover variants

v1.6.2

Compare Source

Fixed
  • Fixes issue where @keyframes respecting the important option would break animations in Chrome

v1.6.1

Compare Source

Fixed
  • Fixes an issue where animation keyframes weren't included in the build without @​tailwind base (#​2108)

v1.6.0

Compare Source

Added
  • Animation support
  • New prefers-reduced-motion variants
  • New overscroll-behaviour utilities
  • Generate CSS without an input file

v1.5.2

Compare Source

Fixed
  • Fixes issue where you could no longer use @apply with unprefixed class names if you had configured a prefix

v1.5.1

Compare Source

Fixed
  • Fixes accidental breaking change where adding component variants using the old manual syntax (as recommended in the docs) stopped working

v1.5.0

Compare Source

Added
  • Component variants support
  • Responsive container variants
  • New focus-visible variant
  • New checked variant

Renovate configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 Automerge: Enabled.

♻️ 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/tailwindcss-1.x branch from 87de4da to d7e2900 Compare September 4, 2020 19:14
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v1.7.6 chore(deps): update dependency tailwindcss to v1.8.0 Sep 4, 2020
@renovate renovate bot force-pushed the renovate/tailwindcss-1.x branch from d7e2900 to 0e2b0ff Compare September 4, 2020 23:18
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v1.8.0 chore(deps): update dependency tailwindcss to v1.8.1 Sep 4, 2020
@renovate renovate bot force-pushed the renovate/tailwindcss-1.x branch from 0e2b0ff to 3e03f70 Compare September 5, 2020 00:09
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v1.8.1 chore(deps): update dependency tailwindcss to v1.8.2 Sep 5, 2020
@renovate renovate bot force-pushed the renovate/tailwindcss-1.x branch from 3e03f70 to 17c5e9f Compare September 5, 2020 21:44
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v1.8.2 chore(deps): update dependency tailwindcss to v1.8.3 Sep 5, 2020
@renovate renovate bot force-pushed the renovate/tailwindcss-1.x branch from 17c5e9f to 2624020 Compare September 7, 2020 00:47
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v1.8.3 chore(deps): update dependency tailwindcss to v1.8.4 Sep 7, 2020
@renovate renovate bot force-pushed the renovate/tailwindcss-1.x branch from 2624020 to 90d41c0 Compare September 8, 2020 00:00
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v1.8.4 chore(deps): update dependency tailwindcss to v1.8.5 Sep 8, 2020
@renovate renovate bot force-pushed the renovate/tailwindcss-1.x branch from 90d41c0 to 2830bc3 Compare September 9, 2020 16:00
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v1.8.5 chore(deps): update dependency tailwindcss to v1.8.6 Sep 9, 2020
@renovate renovate bot force-pushed the renovate/tailwindcss-1.x branch from 2830bc3 to 179cf60 Compare September 10, 2020 18:49
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v1.8.6 chore(deps): update dependency tailwindcss to v1.8.7 Sep 10, 2020
@renovate renovate bot force-pushed the renovate/tailwindcss-1.x branch from 179cf60 to 589574a Compare September 11, 2020 14:21
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v1.8.7 chore(deps): update dependency tailwindcss to v1.8.8 Sep 11, 2020
@renovate renovate bot force-pushed the renovate/tailwindcss-1.x branch from 589574a to dc3c2b5 Compare September 13, 2020 13:51
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v1.8.8 chore(deps): update dependency tailwindcss to v1.8.9 Sep 13, 2020
@renovate renovate bot force-pushed the renovate/tailwindcss-1.x branch from dc3c2b5 to eedf4ce Compare September 14, 2020 13:18
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v1.8.9 chore(deps): update dependency tailwindcss to v1.8.10 Sep 14, 2020
@ynnoj ynnoj merged commit 9c58b0e into next Sep 30, 2020
@ynnoj ynnoj deleted the renovate/tailwindcss-1.x branch September 30, 2020 12:12
@github-actions
Copy link

🎉 This PR is included in version 2.0.0-next.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

ynnoj pushed a commit that referenced this pull request Oct 21, 2020
* chore: Housekeeping, init workspaces/monorepo

* feat: Build Gatsby nodes (#76)

* feat: Begin to build Gatsby nodes from remote GraphCMS schema

* fix: Remove fixed products query

* fix: Use correct key for remoteType

* chore: Ensure we use local dependency

* chore: Bump gatsby-graphql-source-toolkit dependency

* fix: Use correct pagination arguments in query

* feat: Finish building Gatsby nodes from GraphCMS schema

* feat: Build files nodes for GraphCMS image assets (#77)

* chore: Add gatsby-source-filesystem dependency

* feat: Create remote file nodes for GraphCMS image assets

* feat: Add downloadLocalImages config option

Opt in to create local nodes for GraphCMS images

* refactor: Rename file field

* feat: Add custom query executor to pass in Authorization header (#78)

* chore: Add node-fetch dependency

* feat: Add custom query executor to pass in Authorization header

* refactor: Use dotenv

* feat: Delta sourcing (#79)

* chore: Add ENABLE_GATSBY_REFRESH_ENDPOINT flag for rebuilds

* feat: Add query for individual node fetching

* fix: Correct individual node query

* feat: Handle webhooks for node deletion

* feat: Handle webhooks for node creation

* fix: Use correct input type, variable for NODE_ query

* feat: Handle webhooks for node updates

* feat: Handle webhooks for node publish, unpublish

* feat: Check for plugin options during onPreBootstrap (#84)

* chore: Automate package publishing (#85)

* chore: Configure semantic-release

* chore: Add GitHub Action workflow for publishing

* fix: try/catch for errors during createRemoteFileNode process (#86)

* chore: Add, initialise prettier (#88)

* fix: don't error no token provided (#87)

* fix: don't error when no token provided

* chore: run prettier

* docs: Add README (#89)

* docs: Begin README

* docs: Add notes about working with localFile asset nodes

* Update gatsby-source-graphcms/README.md

Co-authored-by: Jamie Barton <[email protected]>

* Update gatsby-source-graphcms/README.md

Co-authored-by: Jamie Barton <[email protected]>

* docs: Rephrase

* chore: Update package.json meta

* docs: Punctuation

Co-authored-by: Jamie Barton <[email protected]>

* chore: Add demo (#80)

* chore: Add gatsby-image dependencies

* feat: Query content, render data

* chore: Add, initialise tailwindcss

* feat: Grid for the index page

* feat: Build product pages

* feat: Use createResolvers to add formattedPrice field

* feat: Product grid design

* feat: Product page design

* chore: Empty publish commit

BREAKING CHANGE: Force publish

* docs: Update README to reflect npm dist tag

* chore(demo): Add templates directory to purge safelist

* docs: Add demo link to README

* docs: Add usage warning

* fix: Use correct root query fields (#96)

* fix: Build queries for node sourcing from GraphCMS project schema fields

* chore(deps): Remove pluralize

* refactor: Remove unnecessary query variable

* chore: Add renovate.json

* feat: Build markdown nodes from CMS RichText fields (#98)

* feat: Build markdown nodes for CMS markdown fields

Can be used with MDX

* feat: Add buildMarkdownNodes configuration option

Defaults to false

* style: Linting

* chore(demo): Add MDX dependencies

* chore(demo): Update demo to use MDX

* fix: Remove optional chaining

Eventually transpile with Babel

* docs: Update README to include markdownNode usage

* docs: Add link to demo source

For a full MDX example

* fix: Decode markdown field returned from GraphCMS (#99)

* chore(deps): Add he dependency

* fix: Decode markdown fields from GraphCMS

HTML characters are escaped in JSON response, can't render components from CMS

* docs: fix buildMarkdownNodes typo (#101)

* fix: Ensure unique node ID is used when building MarkdownNodes (#103)

There could be multiple RichText fields per type, so use the field key with createNodeId()

* docs: Add link to gatsby-starter-graphcms-blog

* feat: Save generated query fragments (#108)

* feat: Write query fragments to local directory to be extended/customised

* feat: Make fragments directory configurable

* chore(demo): Add saved query fragments

* refactor: remoteIdFields no more (#104)

* chore(deps): Bump gatsby-graphql-source-toolkit

* refactor: remoteIdFields no more

Generate fragements

* fix: Ensure MarkdownNode type always created

* chore(deps): Bump gatsby-graphql-source-toolkit

* chore(demo): Add static project endpoint (#111)

Easier to run demo when cloning repo

* fix: Ensure system fields are added generated fragments for localised types (#119)

* fix: Ensure system fields are added generated fragments for localised types

Supply default argument values for `createdAt`, `publishedAt`, `updatedAt`

* chore(demo): Update generted demo query fragments

* chore(deps): update dependency tailwindcss to v1.8.10 (#113)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency node-fetch to v2.6.1 [security] (#120)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency prettier to v2.1.2 (#112)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update gatsby monorepo (#114)

Co-authored-by: Renovate Bot <[email protected]>

* feat: Add localisation support (#117)

* feat: Update queries, fragment, variables to account for locales

* feat: Conditionally add locale field, arguments to query

Only for types where localisation is present

* chore: Update generated schema fragments

* feat: Build localised pages for demo

* feat: Validate locales config value

* docs: Update README to include localisation usage

* chore(deps): update mdx monorepo to v1.6.18 (#122)

Co-authored-by: Renovate Bot <[email protected]>

* fix: Check if type has locale field (#125)

As opposed to locales argument, which is now available on all types regardless of if localisation is present

* feat: All configuration for multiple instances (#126)

* feat: Add `typePrefix` configuration option

Prevent conflicts for multiple instances

* docs: Add docs for `typePrefix`

* docs: Add docs note for `fragmentsPath`

* docs: Update README

* chore(deps): update dependency gatsby-graphql-source-toolkit to v0.6.3 (#121)

Co-authored-by: Renovate Bot <[email protected]>

* fix: Force publish for dependency updates

* fix: Ensure we use typePrefix when generating nodes, types (#128)

* docs: Document query fragment usage (#130)

* docs: Table for configuration options

* docs: Add features list

* docs: Document query fragment usage

* docs: Formatting

* docs: Rephrasing

* style(lint): prettier --write

* docs: Formatting

* docs: Remove beta warning, updating installation command

Prepare for hitting master

Co-authored-by: Jamie Barton <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>
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.

2 participants