hygraph / gatsby-source-graphcms

The official Gatsby source plugin for GraphCMS projects
https://graphcms.com
MIT License
145 stars 41 forks source link

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

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 4 years ago

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`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​1810---2020-09-14) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.9...v1.8.10) ##### Fixed - Prevent new `dark` experiment from causing third-party `dark` variants to inherit stacking behavior ([#​2382](https://togithub.com/tailwindlabs/tailwindcss/pull/2382)) ### [`v1.8.9`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​189---2020-09-13) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.8...v1.8.9) ##### Fixed - Add negative spacing values to inset plugin in the `extendedSpacingScale` experiment ([#​2358](https://togithub.com/tailwindlabs/tailwindcss/pull/2358)) - Fix issue where `!important` was stripped from declarations within rules that used `@apply` with `applyComplexClasses` ([#​2376](https://togithub.com/tailwindlabs/tailwindcss/pull/2376)) ##### Changed - Add `future` section to config stubs ([#​2372](https://togithub.com/tailwindlabs/tailwindcss/pull/2372), [3090b98](https://togithub.com/tailwindlabs/tailwindcss/commit/3090b98ece766b1046abe5bbaa94204e811f7fac)) ### [`v1.8.8`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​188---2020-09-11) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.7...v1.8.8) ##### Fixed - Register dark mode plugin outside of `resolveConfig` code path ([#​2368](https://togithub.com/tailwindlabs/tailwindcss/pull/2368)) ### [`v1.8.7`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​187---2020-09-10) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.6...v1.8.7) ##### Fixed - Fix issue where classes in escaped strings (like `class=\"block\"`) weren't extracted properly for purging ([#​2364](https://togithub.com/tailwindlabs/tailwindcss/pull/2364)) ### [`v1.8.6`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​186---2020-09-09) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.5...v1.8.6) ##### Fixed - Fix issue where container padding not applied when using object syntax ([#​2353](https://togithub.com/tailwindlabs/tailwindcss/pull/2353)) ### [`v1.8.5`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​185---2020-09-07) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.4...v1.8.5) ##### Fixed - Fix issue where `resolveConfig` didn't take into account configs added by feature flags ([#​2347](https://togithub.com/tailwindlabs/tailwindcss/pull/2347)) ### [`v1.8.4`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​184---2020-09-06) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.3...v1.8.4) ##### Fixed - Fix [issue](https://togithub.com/tailwindlabs/tailwindcss/issues/2258) 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](https://togithub.com/tailwindlabs/tailwindcss/pull/2337)) - Support basic nesting structure with `@apply` when using the `applyComplexClasses` experiment ([#​2271](https://togithub.com/tailwindlabs/tailwindcss/pull/2271)) ##### Changed - Rename `font-hairline` and `font-thin` to `font-thin` and `font-extralight` behind `standardFontWeights` flag (experimental until v1.9.0) ([#​2333](https://togithub.com/tailwindlabs/tailwindcss/pull/2333)) ### [`v1.8.3`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​183---2020-09-05) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.2...v1.8.3) ##### Fixed - Fix issue where `font-variant-numeric` utilities would break in combination with most CSS minifier configurations ([f3660ce](https://togithub.com/tailwindlabs/tailwindcss/commit/f3660ceed391cfc9390ca4ea1a729a955e64b895)) - Only warn about `conservative` purge mode being deprecated once per process ([58781b5](https://togithub.com/tailwindlabs/tailwindcss/commit/58781b517daffbaf80fc5c0791d311f53b2d67d8)) ### [`v1.8.2`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​182---2020-09-04) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.1...v1.8.2) ##### Fixed - Fix bug where dark mode variants would cause an error if you had a `plugins` array in your config ([#​2322](https://togithub.com/tailwindlabs/tailwindcss/pull/2322)) ### [`v1.8.1`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​1810---2020-09-14) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.0...v1.8.1) ##### Fixed - Prevent new `dark` experiment from causing third-party `dark` variants to inherit stacking behavior ([#​2382](https://togithub.com/tailwindlabs/tailwindcss/pull/2382)) ### [`v1.8.0`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​180---2020-09-04) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.7.6...v1.8.0) ##### Added - Dark mode variant (experimental) ([#​2279](https://togithub.com/tailwindlabs/tailwindcss/pull/2279)) - New `preserveHtmlElements` option for `purge` ([#​2283](https://togithub.com/tailwindlabs/tailwindcss/pull/2283)) - New `layers` mode for `purge` ([#​2288](https://togithub.com/tailwindlabs/tailwindcss/pull/2288)) - New `font-variant-numeric` utilities ([#​2305](https://togithub.com/tailwindlabs/tailwindcss/pull/2305)) - New `place-items`, `place-content`, `place-self`, `justify-items`, and `justify-self` utilities ([#​2306](https://togithub.com/tailwindlabs/tailwindcss/pull/2306)) - Support configuring variants as functions ([#​2309](https://togithub.com/tailwindlabs/tailwindcss/pull/2309)) ##### Changed - CSS within `@layer` at-rules are now grouped with the corresponding `@tailwind` at-rule ([#​2312](https://togithub.com/tailwindlabs/tailwindcss/pull/2312)) ##### Deprecated - `conservative` purge mode, deprecated in favor of `layers` ### [`v1.7.6`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​176---2020-08-29) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.7.5...v1.7.6) ##### Fixed - Fix bug where the new experimental `@apply` implementation broke when applying a variant class with the important option globally enabled ### [`v1.7.5`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​175---2020-08-28) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.7.4...v1.7.5) ##### Changed - Update lodash to latest to silence security warnings ### [`v1.7.4`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​174---2020-08-26) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.7.3...v1.7.4) ##### 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`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​173---2020-08-20) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.7.2...v1.7.3) ##### 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`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​172---2020-08-19) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.7.1...v1.7.2) ##### Added - Reuse generated CSS as much as possible in long-running processes instead of needlessly recalculating ### [`v1.7.1`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​171---2020-08-28) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.7.0...v1.7.1) ##### Changed - Don't issue duplicate flag notices in long-running build processes ### [`v1.7.0`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​170---2020-08-28) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.6.3...v1.7.0) ##### 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`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​163---2020-08-18) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.6.2...v1.6.3) ##### Fixed - Fixes issue where motion-safe and motion-reduce variants didn't stack correctly with group-hover variants ### [`v1.6.2`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​162---2020-08-03) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.6.1...v1.6.2) ##### Fixed - Fixes issue where `@keyframes` respecting the important option would break animations in Chrome ### [`v1.6.1`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​161---2020-08-02) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.6.0...v1.6.1) ##### Fixed - Fixes an issue where animation keyframes weren't included in the build without [@​tailwind](https://togithub.com/tailwind) base ([#​2108](https://togithub.com/tailwindlabs/tailwindcss/issues/2108)) ### [`v1.6.0`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​160---2020-07-28) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.5.2...v1.6.0) ##### Added - Animation support - New `prefers-reduced-motion` variants - New `overscroll-behaviour` utilities - Generate CSS without an input file ### [`v1.5.2`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​152---2020-07-21) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.5.1...v1.5.2) ##### Fixed - Fixes issue where you could no longer use `@apply` with unprefixed class names if you had configured a prefix ### [`v1.5.1`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​151---2020-07-15) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.5.0...v1.5.1) ##### Fixed - Fixes accidental breaking change where adding component variants using the old manual syntax (as recommended in the docs) stopped working ### [`v1.5.0`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​150---2020-07-15) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.4.6...v1.5.0) ##### Added - Component `variants` support - Responsive `container` variants - New `focus-visible` variant - New `checked` variant

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 2.0.0-next.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket: