yuiseki / crisis-news-map-next

🗺 Source code of https://crisis.yuiseki.net/ . Web service that collects disaster-related news articles and displays them on a map.
https://crisis.yuiseki.net/
Do What The F*ck You Want To Public License
19 stars 3 forks source link

chore(deps): update dependency tailwindcss to v2.2.19 #69

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) 2.2.2 -> 2.2.19 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss ### [`v2.2.19`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​2219---2021-10-29) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.18...v2.2.19) ##### Fixed - Ensure `corePlugins` order is consistent in AOT mode ([#​5928](https://togithub.com/tailwindlabs/tailwindcss/pull/5928)) ### [`v2.2.18`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​2218---2021-10-29) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.17...v2.2.18) ##### Fixed - Bump versions for security vulnerabilities ([#​5924](https://togithub.com/tailwindlabs/tailwindcss/pull/5924)) ### [`v2.2.17`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​2217---2021-10-13) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.16...v2.2.17) ##### Fixed - Configure chokidar's `awaitWriteFinish` setting to avoid occasional stale builds on Windows ([#​5758](https://togithub.com/tailwindlabs/tailwindcss/pull/5758)) ### [`v2.2.16`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​2216---2021-09-26) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.15...v2.2.16) ##### Fixed - JIT: Properly handle animations that use CSS custom properties ([#​5602](https://togithub.com/tailwindlabs/tailwindcss/pull/5602)) ### [`v2.2.15`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​2215---2021-09-10) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.14...v2.2.15) ##### Fixed - Ensure using CLI without `-i` for input file continues to work even though deprecated ([#​5464](https://togithub.com/tailwindlabs/tailwindcss/pull/5464)) ### [`v2.2.14`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​2214---2021-09-08) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.13...v2.2.14) ##### Fixed - Only use `@defaults` in JIT, switch back to `clean-css` in case there's any meaningful differences in the output ([bf248cb](https://togithub.com/tailwindlabs/tailwindcss/commit/bf248cb0de889d48854fbdd26536f4a492556efd)) ### [`v2.2.13`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​2213---2021-09-08) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.12...v2.2.13) ##### Fixed - Replace `clean-css` with `cssnano` for CDN builds to fix minified builds ([75cc3ca](https://togithub.com/tailwindlabs/tailwindcss/commit/75cc3ca305aedddc8a85f3df1a420fefad3fb5c4)) ### [`v2.2.12`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​2212---2021-09-08) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.11...v2.2.12) ##### Fixed - Ensure that divide utilities inject a default border color ([#​5438](https://togithub.com/tailwindlabs/tailwindcss/pull/5438)) ### [`v2.2.11`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​2211---2021-09-07) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.10...v2.2.11) ##### Fixed - Rebundle to fix missing CLI peer dependencies ### [`v2.2.10`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​2210---2021-09-06) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.9...v2.2.10) ##### Fixed - Fix build error when using `presets: []` in config file ([#​4903](https://togithub.com/tailwindlabs/tailwindcss/pull/4903)) ##### Added - Reintroduce universal selector optimizations under experimental `optimizeUniversalDefaults` flag ([a9e160c](https://togithub.com/tailwindlabs/tailwindcss/commit/a9e160cf9acb75a2bbac34f8864568b12940f89a)) ### [`v2.2.9`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​229---2021-08-30) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.8...v2.2.9) ##### Fixed - JIT: Fix `@apply`ing utilities that contain variants + the important modifier ([#​4854](https://togithub.com/tailwindlabs/tailwindcss/pull/4854)) - JIT: Don't strip "null" when parsing tracked file paths ([#​5008](https://togithub.com/tailwindlabs/tailwindcss/pull/5008)) - Pin `clean-css` to v5.1.4 to fix empty CSS variables in CDN builds ([#​5338](https://togithub.com/tailwindlabs/tailwindcss/pull/5338)) ### [`v2.2.8`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​228---2021-08-27) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.7...v2.2.8) ##### Fixed - Improve accessibility of default link focus styles in Firefox ([#​5082](https://togithub.com/tailwindlabs/tailwindcss/pull/5082)) - JIT: Fix animation variants corrupting keyframes rules ([#​5223](https://togithub.com/tailwindlabs/tailwindcss/pull/5223)) - JIT: Ignore escaped commas when splitting selectors to apply prefixes ([#​5239](https://togithub.com/tailwindlabs/tailwindcss/pull/5239/)) - Nesting: Maintain PostCSS node sources when handling `@apply` ([#​5249](https://togithub.com/tailwindlabs/tailwindcss/pull/5249)) - JIT: Fix support for animation lists ([#​5252](https://togithub.com/tailwindlabs/tailwindcss/pull/5252)) - JIT: Fix arbitrary value support for `object-position` utilities ([#​5245](https://togithub.com/tailwindlabs/tailwindcss/pull/5245)) - CLI: Abort watcher if stdin is closed to avoid zombie processes ([#​4997](https://togithub.com/tailwindlabs/tailwindcss/pull/4997)) - JIT: Ignore arbitrary values with unbalanced brackets ([#​5293](https://togithub.com/tailwindlabs/tailwindcss/pull/5293)) ### [`v2.2.7`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​227---2021-07-23) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.6...v2.2.7) ##### Fixed - Temporarily revert runtime performance optimizations introduced in v2.2.5, use universal selector again ([#​5060](https://togithub.com/tailwindlabs/tailwindcss/pull/5060)) ### [`v2.2.6`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​226---2021-07-21) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.5...v2.2.6) ##### Fixed - Fix issue where base styles not generated for translate transforms in JIT ([#​5038](https://togithub.com/tailwindlabs/tailwindcss/pull/5038)) ### [`v2.2.5`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​225---2021-07-21) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v2.2.4...v2.2.5) ##### Added - Added `self-baseline` utility (I know this is a patch release, no one's going to die relax) ([#​5000](https://togithub.com/tailwindlabs/tailwindcss/pull/5000)) ##### Changed - JIT: Optimize universal selector usage by inlining only the relevant selectors ([#​4850](https://togithub.com/tailwindlabs/tailwindcss/pull/4850))) This provides a very significant performance boost on pages with a huge number of DOM nodes, but there's a chance it could be a breaking change in very rare edge cases we haven't thought of. Please open an issue if anything related to shadows, rings, transforms, filters, or backdrop-filters seems to be behaving differently after upgrading. ##### Fixed - Fix support for `step-start` and `step-end` in animation utilities ([#​4795](https://togithub.com/tailwindlabs/tailwindcss/pull/4795))) - JIT: Prevent presence of `!*` in templates from ruining everything ([#​4816](https://togithub.com/tailwindlabs/tailwindcss/pull/4816))) - JIT: Improve support for quotes in arbitrary values ([#​4817](https://togithub.com/tailwindlabs/tailwindcss/pull/4817))) - Fix filter/backdrop-filter/transform utilities being inserted into the wrong position if not all core plugins are enabled ([#​4852](https://togithub.com/tailwindlabs/tailwindcss/pull/4852))) - JIT: Fix `@layer` rules being mistakenly inserted during incremental rebuilds ([#​4853](https://togithub.com/tailwindlabs/tailwindcss/pull/4853))) - Improve build performance for projects with many small non-Tailwind stylesheets ([#​4644](https://togithub.com/tailwindlabs/tailwindcss/pull/4644)) - Ensure `[hidden]` works as expected on elements where we override the default `display` value in Preflight ([#​4873](https://togithub.com/tailwindlabs/tailwindcss/pull/4873)) - Fix variant configuration not being applied to `backdropOpacity` utilities ([#​4892](https://togithub.com/tailwindlabs/tailwindcss/pull/4892)) ### [`v2.2.4`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/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/HEAD/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 pages ([#​4725](https://togithub.com/tailwindlabs/tailwindcss/pull/4725))

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 this update again.



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

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
crisis-news-map-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 26, 2023 7:45am