xcv58 / grocery-delivery-times

Check grocery delivery time for multiple websites
https://g.xcv58.org/94103
3 stars 1 forks source link

Update dependency tailwindcss to v1.9.6 #147

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tailwindcss (source) 1.2.0 -> 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 ### [`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#​1813---2020-10-09) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.8.0...v1.8.1) ##### Fixed - Support defining colors as closures even when opacity variables are not supported ([#​2536](https://togithub.com/tailwindlabs/tailwindcss/pull/2515)) ### [`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 ### [`v1.4.6`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​146---2020-05-08) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.4.5...v1.4.6) ##### Changed - Explicitly error when using a class as the important config option instead of just generating the wrong CSS ### [`v1.4.5`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​145---2020-05-06) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.4.4...v1.4.5) ##### Fixed - Fix bug where the `divideColor` plugin was using the wrong '' in IE11 target mode ### [`v1.4.4`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​144---2020-05-01) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.4.3...v1.4.4) ##### Fixed - Fix bug where target: 'browserslist' didn't work, only `target: ['browserslist', {...}]` did ### [`v1.4.3`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​143---2020-05-01) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.4.2...v1.4.3) ##### Changed - Don't generate unnecessary CSS in color plugins when color opacity utilities are disabled ### [`v1.4.2`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​142---2020-05-01) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.4.1...v1.4.2) ##### Fixed - Fix issue where `purge: { enabled: false }` was ignored, add `purge: false` shorthand ### [`v1.4.1`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​141---2020-04-30) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.4.0...v1.4.1) ##### Changed - Improve built-in PurgeCSS extractor to better support Haml and Slim templates ### [`v1.4.0`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​140---2020-04-29) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.3.5...v1.4.0) ##### Added - New color opacity utilities - Built-in PurgeCSS - IE 11 target mode (experimental) ### [`v1.3.5`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​135---2020-04-23) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.3.4...v1.3.5) ##### Removed - Drop `fs-extra` dependency to `^8.0.0` to preserve Node 8 compatibility until Tailwind 2.0 ##### Fixed - Fix missing unit in calc bug in space plugin (`space-x-0` didn't work for example) ### [`v1.3.4`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​134---2020-04-21) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.3.3...v1.3.4) ##### Fixed - Fix bug where `divide-{x/y}-0` utilities didn't work due to missing unit in `calc` call ### [`v1.3.3`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​133---2020-04-21) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.3.2...v1.3.3) ##### Added - Add forgotten responsive variants for `space`, `divideWidth`, and `divideColor` utilities ### [`v1.3.2`](https://togithub.com/tailwindlabs/tailwindcss/releases/v1.3.2) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.3.1...v1.3.2) - Add forgotten `responsive` variants for `space`, `divideWidth`, and `divideColor` utilities ### [`v1.3.1`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​131---2020-04-21) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.3.0...v1.3.1) ##### Fixed - Fix bug where the `space-x` utilities were not being applied correctly due to referencing `--space-y-reverse` instead of `--space-x-reverse` ### [`v1.3.0`](https://togithub.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#​130---2020-04-21) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v1.2.0...v1.3.0) ##### Added - New `space` and `divide` layout utilities - New `transition-delay` utilities - New `group-focus` variant - Support for specifying a default line-height for each font-size utility - Support for breakpoint-specific padding for `container` class - Added `current` to the default color palette - New `inline-grid` utility - New `flow-root` display utility - New `clear-none` utility

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

vercel[bot] commented 4 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/xcv58/grocery-delivery/gb4iuloin
✅ Preview: https://grocery-delivery-git-renovate-tailwindcss-1x.xcv58.now.sh