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.9.6 #136

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tailwindcss (source) 1.8.10 -> 1.9.6 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss ### [`v1.9.6`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​196---2020-10-23) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.9.5...v1.9.6) ##### Changed - The `presets` feature had unexpected behavior where a preset config without its own `presets` key would not extend the default config. ([#​2662](https://togithub.com/tailwindlabs/tailwindcss/pull/2662)) If you were depending on this unexpected behavior, just add `presets: []` to your own preset to exclude the default configuration. ### [`v1.9.5`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​195---2020-10-19) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.9.4...v1.9.5) ##### Fixed - Fix issue where using `theme` with default line-heights did not resolve correctly ### [`v1.9.4`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​194---2020-10-17) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.9.3...v1.9.4) ##### Fixed - Fix issue changing plugins defined using the `withOptions` API would not trigger rebuilds in watch processes ### [`v1.9.3`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​193---2020-10-16) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.9.2...v1.9.3) ##### Fixed - Fix issue where `tailwindcss init --full` scaffolded a corrupt config file ([#​2556](https://togithub.com/tailwindlabs/tailwindcss/issues/2556)) ##### Changed - Remove console warnings about upcoming breaking changes ### [`v1.9.2`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​192---2020-10-14) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.9.1...v1.9.2) ##### Fixed - Merge plugins when merging config with preset ([#​2561](https://togithub.com/tailwindlabs/tailwindcss/pulls/#​2561) - Use `word-wrap` and `overflow-wrap` together, not one or the other since `word-wrap` is IE-only ### [`v1.9.1`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​191---2020-10-14) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.9.0...v1.9.1) ##### Fixed - Don't import `corePlugins` in `resolveConfig` to avoid bundling browser-incompatible code ([#​2548](https://togithub.com/tailwindlabs/tailwindcss/pull/2548)) ### [`v1.9.0`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​190---2020-10-12) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.13...v1.9.0) ##### Added - Add new `presets` config option ([#​2474](https://togithub.com/tailwindlabs/tailwindcss/pull/2474)) - Scaffold new `tailwind.config.js` files with available `future` flags commented out ([#​2379](https://togithub.com/tailwindlabs/tailwindcss/pull/2379)) - Add `col-span-full` and `row-span-full` ([#​2471](https://togithub.com/tailwindlabs/tailwindcss/pull/2471)) - Make `outline` configurable, `outline-none` more accessible by default, and add `outline-black` and `outline-white` ([#​2460](https://togithub.com/tailwindlabs/tailwindcss/pull/2460)) - Add additional small `rotate` and `skew` values ([#​2528](https://togithub.com/tailwindlabs/tailwindcss/pull/2528)) - Add `xl`, `2xl`, and `3xl` border radius values ([#​2529](https://togithub.com/tailwindlabs/tailwindcss/pull/2529)) - Add new utilities for `grid-auto-columns` and `grid-auto-rows` ([#​2531](https://togithub.com/tailwindlabs/tailwindcss/pull/2531)) - Promote `defaultLineHeights` and `standardFontWeights` from experimental to future ##### Fixed - Don't escape keyframe values ([#​2432](https://togithub.com/tailwindlabs/tailwindcss/pull/2432)) - Use `word-wrap` instead of `overflow-wrap` in `ie11` target mode ([#​2391](https://togithub.com/tailwindlabs/tailwindcss/pull/2391)) ##### Experimental - Add experimental `2xl` breakpoint ([#​2468](https://togithub.com/tailwindlabs/tailwindcss/pull/2468)) - Rename `{u}-max-content` and `{u}-min-content` utilities to `{u}-max` and `{u}-min` in experimental extended spacing scale ([#​2532](https://togithub.com/tailwindlabs/tailwindcss/pull/2532)) - Support disabling dark mode variants globally ([#​2530](https://togithub.com/tailwindlabs/tailwindcss/pull/2530)) ### [`v1.8.13`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​1813---2020-10-09) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.12...v1.8.13) ##### Fixed - Support defining colors as closures even when opacity variables are not supported ([#​2536](https://togithub.com/tailwindlabs/tailwindcss/pull/2515)) ### [`v1.8.12`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​1812---2020-10-07) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.11...v1.8.12) ##### Fixed - Reset color opacity variable in utilities generated using closure colors ([#​2515](https://togithub.com/tailwindlabs/tailwindcss/pull/2515)) ### [`v1.8.11`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​1811---2020-10-06) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.10...v1.8.11) - Make `tailwindcss.plugin` work in ESM environments for reasons

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.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: