From d7630a51ff9a4eaf2ec33953b262314a7bcbce31 Mon Sep 17 00:00:00 2001 From: Crash Date: Sun, 15 Jul 2018 00:10:50 +0300 Subject: [PATCH 1/2] Submit postcss-glitch plugin --- docs/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugins.md b/docs/plugins.md index 99cf342cf..4eb9eed91 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -479,6 +479,7 @@ See also plugins in modular minifier [`cssnano`]. * [`postcss-spiffing`] lets you use British English in your CSS. * [`postcss-spanish-stylesheets`] Spanish Style Sheets. * [`postcss-nope`] lets you write `nope` instead of `none`. +* [`postcss-glitch`] add glitch effect to your text. [`postcss-letter-tracking`]: https://github.com/letsjaam/postcss-letter-tracking [`postcss-combine-duplicated-selectors`]: https://github.com/ChristianMurphy/postcss-combine-duplicated-selectors @@ -783,3 +784,4 @@ See also plugins in modular minifier [`cssnano`]. [`postcss-subgrid`]: https://github.com/seaneking/postcss-subgrid [`postcss-join-transitions`]: https://github.com/JGJP/postcss-join-transitions [`postcss-font-display`]: https://github.com/dkrnl/postcss-font-display +[`postcss-glitch`]: https://github.com/crftd/postcss-glitch From 1c8e701fb3368b8ae27f060e120f863811f183b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Jun 2023 19:54:27 +0000 Subject: [PATCH 2/2] fix: upgrade source-map from 0.6.1 to 0.7.4 Snyk has created this PR to upgrade source-map from 0.6.1 to 0.7.4. See this package in npm: See this project in Snyk: https://app.snyk.io/org/hex22a/project/019104ef-12df-4d3b-bde6-da088d907fe3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 53678e8e3..72a96090a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "repository": "postcss/postcss", "dependencies": { "chalk": "^2.4.1", - "source-map": "^0.6.1", + "source-map": "^0.7.4", "supports-color": "^5.4.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index e6eadd6eb..6ab13e168 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6599,6 +6599,11 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" +source-map@^0.7.4: + version "0.7.4" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656" + integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== + sparkles@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/sparkles/-/sparkles-1.0.0.tgz#1acbbfb592436d10bbe8f785b7cc6f82815012c3"