Skip to content

Commit 65f7c44

Browse files
chore(deps): update dependency autoprefixer to v9.8.8 (#74)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [autoprefixer](https://togithub.com/postcss/autoprefixer) | [`9.8.6` -> `9.8.8`](https://renovatebot.com/diffs/npm/autoprefixer/9.8.6/9.8.8) | [![age](https://badges.renovateapi.com/packages/npm/autoprefixer/9.8.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/autoprefixer/9.8.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/autoprefixer/9.8.8/compatibility-slim/9.8.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/autoprefixer/9.8.8/confidence-slim/9.8.6)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>postcss/autoprefixer</summary> ### [`v9.8.8`](https://togithub.com/postcss/autoprefixer/releases/9.8.8) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.8.7...9.8.8) - Replaced `nanocolors` with `picocolors`. - Reduced package size. ### [`v9.8.7`](https://togithub.com/postcss/autoprefixer/releases/9.8.7) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.8.6...9.8.7) - Replaced `colorette` with `nanocolors`. - Reduced package size. </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom-nextjs-template).
1 parent 50b0a9d commit 65f7c44

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@commitlint/cli": "^11.0.0",
3535
"@commitlint/config-conventional": "^11.0.0",
3636
"@zeit/next-sass": "^1.0.1",
37-
"autoprefixer": "9.8.6",
37+
"autoprefixer": "9.8.8",
3838
"cross-env": "7.0.3",
3939
"dotenv": "^8.2.0",
4040
"eslint": "^6.0.1",

yarn.lock

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,16 +1395,16 @@ atob@^2.1.2:
13951395
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
13961396
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
13971397

1398-
[email protected].6, autoprefixer@^9.8.6:
1399-
version "9.8.6"
1400-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f"
1401-
integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==
1398+
1399+
version "9.8.8"
1400+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.8.tgz#fd4bd4595385fa6f06599de749a4d5f7a474957a"
1401+
integrity sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==
14021402
dependencies:
14031403
browserslist "^4.12.0"
14041404
caniuse-lite "^1.0.30001109"
1405-
colorette "^1.2.1"
14061405
normalize-range "^0.1.2"
14071406
num2fraction "^1.2.2"
1407+
picocolors "^0.2.1"
14081408
postcss "^7.0.32"
14091409
postcss-value-parser "^4.1.0"
14101410

@@ -1421,6 +1421,19 @@ autoprefixer@^9.7.6:
14211421
postcss "^7.0.27"
14221422
postcss-value-parser "^4.0.3"
14231423

1424+
autoprefixer@^9.8.6:
1425+
version "9.8.6"
1426+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f"
1427+
integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==
1428+
dependencies:
1429+
browserslist "^4.12.0"
1430+
caniuse-lite "^1.0.30001109"
1431+
colorette "^1.2.1"
1432+
normalize-range "^0.1.2"
1433+
num2fraction "^1.2.2"
1434+
postcss "^7.0.32"
1435+
postcss-value-parser "^4.1.0"
1436+
14241437
autosuggest-highlight@^3.1.1:
14251438
version "3.1.1"
14261439
resolved "https://registry.yarnpkg.com/autosuggest-highlight/-/autosuggest-highlight-3.1.1.tgz#70bb4f9125fe8a849e85f825f7bb2a1a4806743d"
@@ -6868,6 +6881,11 @@ performance-now@^2.1.0:
68686881
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
68696882
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
68706883

6884+
picocolors@^0.2.1:
6885+
version "0.2.1"
6886+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
6887+
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
6888+
68716889
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
68726890
version "2.2.2"
68736891
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"

0 commit comments

Comments
 (0)