notrab / headless-dropshipping-starter

Create your own dropshipping store with Next.js, Snipcart & Printful 👕
https://headlessdropshipping.com
712 stars 134 forks source link

chore(deps): update dependency tailwindcss to v2.2.4 #28

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) 2.1.2 -> 2.2.4 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss ### [`v2.2.4`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​224---2021-06-23) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.3...v2.2.4) ##### Fixed - Remove `postinstall` script that was preventing people from installing the library ([1eacfb9](https://togithub.com/tailwindlabs/tailwindcss/commit/1eacfb98849c0d4737e0af3595ddec8c73addaac)) ### [`v2.2.3`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​223---2021-06-23) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.2...v2.2.3) ##### Added - Pass extended color palette to theme closures so it can be used without installing Tailwind when using `npx tailwindcss` ([359252c](https://togithub.com/tailwindlabs/tailwindcss/commit/359252c9b429e81217c28eb3ca7bab73d8f81e6d)) ##### Fixed - JIT: Explicitly error when `-` is used as a custom separator ([#​4704](https://togithub.com/tailwindlabs/tailwindcss/pull/4704)) - JIT: Don't add multiple `~` when stacking `peer-*` variants ([#​4757](https://togithub.com/tailwindlabs/tailwindcss/pull/4757)) - Remove outdated focus style fix in Preflight ([#​4780](https://togithub.com/tailwindlabs/tailwindcss/pull/4780)) - Enable `purge` if provided on the CLI ([#​4772](https://togithub.com/tailwindlabs/tailwindcss/pull/4772)) - JIT: Fix error when not using a config file with postcss-cli ([#​4773](https://togithub.com/tailwindlabs/tailwindcss/pull/4773)) - Fix issue with `resolveConfig` not being importable in Next.js pags ([#​4725](https://togithub.com/tailwindlabs/tailwindcss/pull/4725)) ### [`v2.2.2`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​222---2021-06-18) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.1...v2.2.2) ##### Fixed - JIT: Reintroduce `transform`, `filter`, and `backdrop-filter` classes purely to create stacking contexts to minimize the impact of the breaking change ([#​4700](https://togithub.com/tailwindlabs/tailwindcss/pull/4700)) ### [`v2.2.1`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​221---2021-06-18) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.0...v2.2.1) ##### Fixed - Recover from errors gracefully in CLI watch mode ([#​4693](https://togithub.com/tailwindlabs/tailwindcss/pull/4693)) - Fix issue with media queries not being generated properly when using PostCSS 7 ([#​4695](https://togithub.com/tailwindlabs/tailwindcss/pull/4695)) ### [`v2.2.0`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​220---2021-06-17) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.1.4...v2.2.0) ##### Changed - JIT: Use "tracking" context by default instead of "watching" context for improved reliability with most bundlers ([#​4514](https://togithub.com/tailwindlabs/tailwindcss/pull/4514)) Depending on which tooling you use, you may need to explicitly set `TAILWIND_MODE=watch` until your build runner has been updated to support PostCSS's `dir-dependency` message type. ##### Added - Add `background-origin` utilities ([#​4117](https://togithub.com/tailwindlabs/tailwindcss/pull/4117)) - Improve `@apply` performance in projects that process many CSS sources ([#​3178](https://togithub.com/tailwindlabs/tailwindcss/pull/3718)) - JIT: Don't use CSS variables for color utilities if color opacity utilities are disabled ([#​3984](https://togithub.com/tailwindlabs/tailwindcss/pull/3984)) - JIT: Redesign `matchUtilities` API to make it more suitable for third-party use ([#​4232](https://togithub.com/tailwindlabs/tailwindcss/pull/4232)) - JIT: Support applying important utility variants ([#​4260](https://togithub.com/tailwindlabs/tailwindcss/pull/4260)) - JIT: Support coercing arbitrary values when the type isn't detectable ([#​4263](https://togithub.com/tailwindlabs/tailwindcss/pull/4263)) - JIT: Support for `raw` syntax in `purge` config ([#​4272](https://togithub.com/tailwindlabs/tailwindcss/pull/4272)) - Add `empty` variant ([#​3298](https://togithub.com/tailwindlabs/tailwindcss/pull/3298)) - Update `modern-normalize` to v1.1 ([#​4287](https://togithub.com/tailwindlabs/tailwindcss/pull/4287)) - Implement `theme` function internally, remove `postcss-functions` dependency ([#​4317](https://togithub.com/tailwindlabs/tailwindcss/pull/4317)) - Add `screen` function to improve nesting plugin compatibility ([#​4318](https://togithub.com/tailwindlabs/tailwindcss/pull/4318)) - JIT: Add universal shorthand color opacity syntax ([#​4348](https://togithub.com/tailwindlabs/tailwindcss/pull/4348)) - JIT: Add `@tailwind variants` directive to replace `@tailwind screens` ([#​4356](https://togithub.com/tailwindlabs/tailwindcss/pull/4356)) - JIT: Add support for PostCSS `dir-dependency` messages in `TAILWIND_DISABLE_TOUCH` mode ([#​4388](https://togithub.com/tailwindlabs/tailwindcss/pull/4388)) - JIT: Add per-side border color utilities ([#​4404](https://togithub.com/tailwindlabs/tailwindcss/pull/4404)) - JIT: Add support for `before` and `after` pseudo-element variants and `content` utilities ([#​4461](https://togithub.com/tailwindlabs/tailwindcss/pull/4461)) - Add new `transform` and `extract` APIs to simplify PurgeCSS/JIT customization ([#​4469](https://togithub.com/tailwindlabs/tailwindcss/pull/4469)) - JIT: Add exhaustive pseudo-class and pseudo-element variant support ([#​4482](https://togithub.com/tailwindlabs/tailwindcss/pull/4482)) - JIT: Add `caret-color` utilities ([#​4499](https://togithub.com/tailwindlabs/tailwindcss/pull/4499)) - Rename `lightBlue` to `sky`, emit console warning when using deprecated name ([#​4513](https://togithub.com/tailwindlabs/tailwindcss/pull/4513)) - New CLI with improved JIT support, `--watch` mode, and more ([#​4526](https://togithub.com/tailwindlabs/tailwindcss/pull/4526), [4558](https://togithub.com/tailwindlabs/tailwindcss/pull/4558)) - JIT: Add new `peer-*` variants for styling based on sibling state ([#​4556](https://togithub.com/tailwindlabs/tailwindcss/pull/4556)) - Expose `safelist` as a top-level option under `purge` for both JIT and classic engines ([#​4580](https://togithub.com/tailwindlabs/tailwindcss/pull/4580)) - JIT: Remove need for `transform` class when using classes like `scale-*`, `rotate-*`, etc. ([#​4604](https://togithub.com/tailwindlabs/tailwindcss/pull/4604)) - JIT: Remove need for `filter` and `backdrop-filter` classes when using classes like `contrast-*`, `backdrop-blur-*`, etc. ([#​4614](https://togithub.com/tailwindlabs/tailwindcss/pull/4614)) - Support passing a custom path for your PostCSS configuration in the Tailwind CLI ([#​4607](https://togithub.com/tailwindlabs/tailwindcss/pull/4607)) - Add `blur-none` by default with intent to deprecate `blur-0` ([#​4614](https://togithub.com/tailwindlabs/tailwindcss/pull/4614)) ##### Fixed - JIT: Improve support for Svelte class bindings ([#​4187](https://togithub.com/tailwindlabs/tailwindcss/pull/4187)) - JIT: Improve support for `calc` and `var` in arbitrary values ([#​4147](https://togithub.com/tailwindlabs/tailwindcss/pull/4147)) - Convert `hsl` colors to `hsla` when transforming for opacity support instead of `rgba` ([#​3850](https://togithub.com/tailwindlabs/tailwindcss/pull/3850)) - Fix `backdropBlur` variants not being generated ([#​4188](https://togithub.com/tailwindlabs/tailwindcss/pull/4188)) - Improve animation value parsing ([#​4250](https://togithub.com/tailwindlabs/tailwindcss/pull/4250)) - Ignore unknown object types when hashing config ([82f4eaa](https://togithub.com/tailwindlabs/tailwindcss/commit/82f4eaa6832ef8a4e3fd90869e7068efdf6e34f2)) - Ensure variants are grouped properly for plugins with order-dependent utilities ([#​4273](https://togithub.com/tailwindlabs/tailwindcss/pull/4273)) - JIT: Fix temp file storage when node temp directories are kept on a different drive than the project itself ([#​4044](https://togithub.com/tailwindlabs/tailwindcss/pull/4044)) - Support border-opacity utilities alongside default `border` utility ([#​4277](https://togithub.com/tailwindlabs/tailwindcss/pull/4277)) - JIT: Fix source maps for expanded `@tailwind` directives ([2f15411](https://togithub.com/tailwindlabs/tailwindcss/commit/2f1541123dea29d8a2ab0f1411bf60c79eeb96b4)) - JIT: Ignore whitespace when collapsing adjacent rules ([15642fb](https://togithub.com/tailwindlabs/tailwindcss/commit/15642fbcc885eba9cc50b7678a922b09c90d6b51)) - JIT: Generate group parent classes correctly when using custom separator ([#​4508](https://togithub.com/tailwindlabs/tailwindcss/pull/4508)) - JIT: Fix incorrect stacking of multiple `group` variants ([#​4551](https://togithub.com/tailwindlabs/tailwindcss/pull/4551)) - JIT: Fix memory leak due to holding on to unused contexts ([#​4571](https://togithub.com/tailwindlabs/tailwindcss/pull/4571)) ##### Internals - Add integration tests for popular build runners ([#​4354](https://togithub.com/tailwindlabs/tailwindcss/pull/4354)) ### [`v2.1.4`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​214---2021-06-02) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.1.3...v2.1.4) ##### Fixed - Skip `raw` PurgeCSS sources when registering template dependencies ([#​4542](https://togithub.com/tailwindlabs/tailwindcss/pull/4542)) ### [`v2.1.3`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​213---2021-06-01) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.1.2...v2.1.3) ##### Fixed - Register PurgeCSS paths as PostCSS dependencies to guarantee proper cache-busting in webpack 5 ([#​4530](https://togithub.com/tailwindlabs/tailwindcss/pull/4530))

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.



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

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/notrab/headless-dropshipping-starter/6TzEXym7mVqXebAzuDetMuK4m6Dz
✅ Preview: https://headless-dropshipping-starter-git-renovate-tailwi-507ed8-notrab.vercel.app