devrsi0n / chirpy

๐Ÿ’ฌ A privacy-friendly and customizable Disqus (comment system) alternate. ๆณจ้‡้š็งไฟๆŠคๅ’ŒๅฎšๅˆถๅŒ–็š„่ฏ„่ฎบ็ณป็ปŸใ€‚
https://chirpy.dev
GNU Affero General Public License v3.0
556 stars 32 forks source link

chore(deps): update dependency tailwindcss to v3.2.1 #501

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

tailwindlabs/tailwindcss ### [`v3.2.1`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​321---2022-10-21) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.2.0...v3.2.1) ##### Fixed - Fix missing `supports` in types ([#​9616](https://togithub.com/tailwindlabs/tailwindcss/pull/9616)) - Fix missing PostCSS dependencies in the CLI ([#​9617](https://togithub.com/tailwindlabs/tailwindcss/pull/9617)) - Ensure `micromatch` is a proper CLI dependency ([#​9620](https://togithub.com/tailwindlabs/tailwindcss/pull/9620)) - Ensure modifier values exist when using a `modifiers` object for `matchVariant` ([ba6551db0f2726461371b4f3c6cd4c7090888504](https://togithub.com/tailwindlabs/tailwindcss/commit/ba6551db0f2726461371b4f3c6cd4c7090888504)) ### [`v3.2.0`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​320---2022-10-19) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.1.8...v3.2.0) ##### Added - Add new `@config` directive ([#​9405](https://togithub.com/tailwindlabs/tailwindcss/pull/9405)) - Add new `relative: true` option to resolve content paths relative to the config file ([#​9396](https://togithub.com/tailwindlabs/tailwindcss/pull/9396)) - Add new `supports-*` variant ([#​9453](https://togithub.com/tailwindlabs/tailwindcss/pull/9453)) - Add new `min-*` and `max-*` variants ([#​9558](https://togithub.com/tailwindlabs/tailwindcss/pull/9558)) - Add new `aria-*` variants ([#​9557](https://togithub.com/tailwindlabs/tailwindcss/pull/9557), [#​9588](https://togithub.com/tailwindlabs/tailwindcss/pull/9588)) - Add new `data-*` variants ([#​9559](https://togithub.com/tailwindlabs/tailwindcss/pull/9559), [#​9588](https://togithub.com/tailwindlabs/tailwindcss/pull/9588)) - Add new `break-keep` utility for `word-break: keep-all` ([#​9393](https://togithub.com/tailwindlabs/tailwindcss/pull/9393)) - Add new `collapse` utility for `visibility: collapse` ([#​9181](https://togithub.com/tailwindlabs/tailwindcss/pull/9181)) - Add new `fill-none` utility for `fill: none` ([#​9403](https://togithub.com/tailwindlabs/tailwindcss/pull/9403)) - Add new `stroke-none` utility for `stroke: none` ([#​9403](https://togithub.com/tailwindlabs/tailwindcss/pull/9403)) - Add new `place-content-baseline` utility for `place-content: baseline` ([#​9498](https://togithub.com/tailwindlabs/tailwindcss/pull/9498)) - Add new `place-items-baseline` utility for `place-items: baseline` ([#​9507](https://togithub.com/tailwindlabs/tailwindcss/pull/9507)) - Add new `content-baseline` utility for `align-content: baseline` ([#​9507](https://togithub.com/tailwindlabs/tailwindcss/pull/9507)) - Add support for configuring default `font-feature-settings` for a font family ([#​9039](https://togithub.com/tailwindlabs/tailwindcss/pull/9039)) - Add standalone CLI build for 32-bit Linux on ARM (`node16-linux-armv7`) ([#​9084](https://togithub.com/tailwindlabs/tailwindcss/pull/9084)) - Add future flag to disable color opacity utility plugins ([#​9088](https://togithub.com/tailwindlabs/tailwindcss/pull/9088)) - Add negative value support for `outline-offset` ([#​9136](https://togithub.com/tailwindlabs/tailwindcss/pull/9136)) - Add support for modifiers to `matchUtilities` ([#​9541](https://togithub.com/tailwindlabs/tailwindcss/pull/9541)) - Allow negating utilities using `min`/`max`/`clamp` ([#​9237](https://togithub.com/tailwindlabs/tailwindcss/pull/9237)) - Implement fallback plugins when there is ambiguity between plugins when using arbitrary values ([#​9376](https://togithub.com/tailwindlabs/tailwindcss/pull/9376)) - Support `sort` function in `matchVariant` ([#​9423](https://togithub.com/tailwindlabs/tailwindcss/pull/9423)) - Upgrade to `postcss-nested` v6.0 ([#​9546](https://togithub.com/tailwindlabs/tailwindcss/pull/9546)) ##### Fixed - Use absolute paths when resolving changed files for resilience against working directory changes ([#​9032](https://togithub.com/tailwindlabs/tailwindcss/pull/9032)) - Fix ring color utility generation when using `respectDefaultRingColorOpacity` ([#​9070](https://togithub.com/tailwindlabs/tailwindcss/pull/9070)) - Sort tags before classes when `@apply`-ing a selector with joined classes ([#​9107](https://togithub.com/tailwindlabs/tailwindcss/pull/9107)) - Remove invalid `outline-hidden` utility ([#​9147](https://togithub.com/tailwindlabs/tailwindcss/pull/9147)) - Honor the `hidden` attribute on elements in preflight ([#​9174](https://togithub.com/tailwindlabs/tailwindcss/pull/9174)) - Don't stop watching atomically renamed files ([#​9173](https://togithub.com/tailwindlabs/tailwindcss/pull/9173), [#​9215](https://togithub.com/tailwindlabs/tailwindcss/pull/9215)) - Fix duplicate utilities issue causing memory leaks ([#​9208](https://togithub.com/tailwindlabs/tailwindcss/pull/9208)) - Fix `fontFamily` config TypeScript types ([#​9214](https://togithub.com/tailwindlabs/tailwindcss/pull/9214)) - Handle variants on complex selector utilities ([#​9262](https://togithub.com/tailwindlabs/tailwindcss/pull/9262)) - Fix shared config mutation issue ([#​9294](https://togithub.com/tailwindlabs/tailwindcss/pull/9294)) - Fix ordering of parallel variants ([#​9282](https://togithub.com/tailwindlabs/tailwindcss/pull/9282)) - Handle variants in utility selectors using `:where()` and `:has()` ([#​9309](https://togithub.com/tailwindlabs/tailwindcss/pull/9309)) - Improve data type analysis for arbitrary values ([#​9320](https://togithub.com/tailwindlabs/tailwindcss/pull/9320)) - Don't emit generated utilities with invalid uses of theme functions ([#​9319](https://togithub.com/tailwindlabs/tailwindcss/pull/9319)) - Revert change that only listened for stdin close on TTYs ([#​9331](https://togithub.com/tailwindlabs/tailwindcss/pull/9331)) - Ignore unset values (like `null` or `undefined`) when resolving the classList for intellisense ([#​9385](https://togithub.com/tailwindlabs/tailwindcss/pull/9385)) - Improve type checking for formal syntax ([#​9349](https://togithub.com/tailwindlabs/tailwindcss/pull/9349), [#​9448](https://togithub.com/tailwindlabs/tailwindcss/pull/9448)) - Fix incorrect required `content` key in custom plugin configs ([#​9502](https://togithub.com/tailwindlabs/tailwindcss/pull/9502), [#​9545](https://togithub.com/tailwindlabs/tailwindcss/pull/9545)) - Fix content path detection on Windows ([#​9569](https://togithub.com/tailwindlabs/tailwindcss/pull/9569)) - Ensure `--content` is used in the CLI when passed ([#​9587](https://togithub.com/tailwindlabs/tailwindcss/pull/9587))

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

๐Ÿ”• Ignore: Close this PR and you won't be reminded about these updates again.



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

changeset-bot[bot] commented 1 year ago

โš ๏ธ No Changeset found

Latest commit: 6c97043c4436ca3dc26a03dd46ebdd2148360eba

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Updated
chirpy โœ… Ready (Inspect) Visit Preview Oct 26, 2022 at 2:40PM (UTC)
relativeci[bot] commented 1 year ago

Job #1038: Bundle Size โ€” 2.06MiB (~+0.01%).

de3c4b4(current) vs d7c78fa main#1030(baseline)

Metrics (3 changes)
โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒ โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒCurrent
Job #1038
โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒBaseline
Job #1030
Initial JS 1.09MiB 1.09MiB
Initial CSS 89.15KiB(+0.02%) 89.13KiB
Cache Invalidation 0.25% 38.32%
Chunks 49 49
Assets 58 58
Modules 1222 1222
Duplicate Modules 299 299
Duplicate Code 7.12%(-0.14%) 7.13%
Packages 85 85
Duplicate Packages 1 1

Total size by type (1 change)
| โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒ | โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒCurrent
[Job #1038](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1038-xgFE716sgEb1ABaNqz6N?utm_source=github&utm_medium=pr-report "View job report") | โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒBaseline
[Job #1030](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1030-IaIh5ApEwJUDSU1KHg0q?utm_source=github&utm_medium=pr-report "View baseline job report") | |:--|--:|--:| | [CSS](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1038-xgFE716sgEb1ABaNqz6N/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Atrue%2C%22ft.JS%22%3Afalse%2C%22ft.IMG%22%3Afalse%2C%22ft.MEDIA%22%3Afalse%2C%22ft.FONT%22%3Afalse%2C%22ft.HTML%22%3Afalse%2C%22ft.OTHER%22%3Afalse%7D%7D "View all CSS assets") | `92.22KiB` (`+0.02%`) | `92.2KiB` | | [Fonts](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1038-xgFE716sgEb1ABaNqz6N/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Afalse%2C%22ft.JS%22%3Afalse%2C%22ft.IMG%22%3Afalse%2C%22ft.MEDIA%22%3Afalse%2C%22ft.FONT%22%3Atrue%2C%22ft.HTML%22%3Afalse%2C%22ft.OTHER%22%3Afalse%7D%7D "View all Fonts assets") | `0B` | `0B` | | [HTML](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1038-xgFE716sgEb1ABaNqz6N/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Afalse%2C%22ft.JS%22%3Afalse%2C%22ft.IMG%22%3Afalse%2C%22ft.MEDIA%22%3Afalse%2C%22ft.FONT%22%3Afalse%2C%22ft.HTML%22%3Atrue%2C%22ft.OTHER%22%3Afalse%7D%7D "View all HTML assets") | `0B` | `0B` | | [IMG](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1038-xgFE716sgEb1ABaNqz6N/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Afalse%2C%22ft.JS%22%3Afalse%2C%22ft.IMG%22%3Atrue%2C%22ft.MEDIA%22%3Afalse%2C%22ft.FONT%22%3Afalse%2C%22ft.HTML%22%3Afalse%2C%22ft.OTHER%22%3Afalse%7D%7D "View all IMG assets") | `976B` | `976B` | | [JS](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1038-xgFE716sgEb1ABaNqz6N/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Afalse%2C%22ft.JS%22%3Atrue%2C%22ft.IMG%22%3Afalse%2C%22ft.MEDIA%22%3Afalse%2C%22ft.FONT%22%3Afalse%2C%22ft.HTML%22%3Afalse%2C%22ft.OTHER%22%3Afalse%7D%7D "View all JS assets") | `1.96MiB` | `1.96MiB` | | [Media](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1038-xgFE716sgEb1ABaNqz6N/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Afalse%2C%22ft.JS%22%3Afalse%2C%22ft.IMG%22%3Afalse%2C%22ft.MEDIA%22%3Atrue%2C%22ft.FONT%22%3Afalse%2C%22ft.HTML%22%3Afalse%2C%22ft.OTHER%22%3Afalse%7D%7D "View all Media assets") | `0B` | `0B` | | [Other](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1038-xgFE716sgEb1ABaNqz6N/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Afalse%2C%22ft.JS%22%3Afalse%2C%22ft.IMG%22%3Afalse%2C%22ft.MEDIA%22%3Afalse%2C%22ft.FONT%22%3Afalse%2C%22ft.HTML%22%3Afalse%2C%22ft.OTHER%22%3Atrue%7D%7D "View all Other assets") | `10.59KiB` | `10.59KiB` |

View job #1038 reportโ€ƒView main branch activity

github-actions[bot] commented 1 year ago

Coverage report for ./apps/main

St.:grey_question:
Category Percentage Covered / Total
๐Ÿ”ด Statements 4.42% 40/904
๐Ÿ”ด Branches 3.56% 9/253
๐Ÿ”ด Functions 2.16% 5/232
๐Ÿ”ด Lines 4.49% 38/846

Test suite run success

2 tests passing in 2 suites.

Report generated by ๐Ÿงชjest coverage report action from 6c97043c4436ca3dc26a03dd46ebdd2148360eba

cypress[bot] commented 1 year ago



Test summary

5 0 2 0Flakiness 0


Run details

Project chirpy
Status Passed
Commit 6c97043c44
Started Oct 26, 2022 2:42 PM
Ended Oct 26, 2022 2:44 PM
Duration 01:44 ๐Ÿ’ก
OS Linux Ubuntu - 20.04
Browser Electron 100

View run in Cypress Dashboard โžก๏ธ


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

github-actions[bot] commented 1 year ago

Coverage report for ./packages/ui

St.:grey_question:
Category Percentage Covered / Total
๐Ÿ”ด Statements 52.07% 2397/4603
๐Ÿ”ด Branches 26.64% 462/1734
๐Ÿ”ด Functions 35.51% 441/1242
๐Ÿ”ด Lines 52.1% 2284/4384

Test suite run success

50 tests passing in 32 suites.

Report generated by ๐Ÿงชjest coverage report action from 6c97043c4436ca3dc26a03dd46ebdd2148360eba