Skip to content

Commit 555c0f3

Browse files
dependabot[bot]buschtoens
authored andcommitted
chore(deps): bump postcss-color-function from 4.0.1 to 4.1.0 (#1)
Bumps [postcss-color-function](https://github.com/postcss/postcss-color-function) from 4.0.1 to 4.1.0. <details> <summary>Changelog</summary> *Sourced from [postcss-color-function's changelog](https://github.com/postcss/postcss-color-function/blob/master/CHANGELOG.md).* > # 4.1.0 - 2019-04-01 > > - Added: `preserveCustomProps` option to preserve custom properties > - Updated: `postcss` to 6.0.23 (patch) > - Updated: `postcss-value-parser` to 3.3.1 (patch) </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/postcss/postcss-color-function/commits) </details> <details> <summary>Maintainer changes</summary> This version was pushed to npm by [jonathantneal](https://www.npmjs.com/~jonathantneal), a new releaser for postcss-color-function since your current version. </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=postcss-color-function&package-manager=npm_and_yarn&previous-version=4.0.1&new-version=4.1.0)](https://dependabot.com/compatibility-score.html?dependency-name=postcss-color-function&package-manager=npm_and_yarn&previous-version=4.0.1&new-version=4.1.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) If all status checks pass Dependabot will automatically merge this pull request during working hours. [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
1 parent 42099c6 commit 555c0f3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"postcss-calc": "^7.0.1",
23-
"postcss-color-function": "^4.0.1",
23+
"postcss-color-function": "^4.1.0",
2424
"postcss-conditionals": "^2.1.0",
2525
"postcss-each": "^0.10.0",
2626
"postcss-easing-gradients": "^3.0.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6558,15 +6558,15 @@ postcss-calc@^7.0.1:
65586558
postcss-selector-parser "^5.0.0-rc.4"
65596559
postcss-value-parser "^3.3.1"
65606560

6561-
postcss-color-function@^4.0.1:
6562-
version "4.0.1"
6563-
resolved "https://registry.yarnpkg.com/postcss-color-function/-/postcss-color-function-4.0.1.tgz#402b3f2cebc3f6947e618fb6be3654fbecef6444"
6564-
integrity sha1-QCs/LOvD9pR+YY+2vjZU++zvZEQ=
6561+
postcss-color-function@^4.1.0:
6562+
version "4.1.0"
6563+
resolved "https://registry.yarnpkg.com/postcss-color-function/-/postcss-color-function-4.1.0.tgz#b6f9355e07b12fcc5c34dab957834769b03d8f57"
6564+
integrity sha512-2/fuv6mP5Lt03XbRpVfMdGC8lRP1sykme+H1bR4ARyOmSMB8LPSjcL6EAI1iX6dqUF+jNEvKIVVXhan1w/oFDQ==
65656565
dependencies:
65666566
css-color-function "~1.3.3"
6567-
postcss "^6.0.1"
6567+
postcss "^6.0.23"
65686568
postcss-message-helpers "^2.0.0"
6569-
postcss-value-parser "^3.3.0"
6569+
postcss-value-parser "^3.3.1"
65706570

65716571
postcss-color-functional-notation@^2.0.1:
65726572
version "2.0.1"
@@ -7112,7 +7112,7 @@ postcss@^5.0.0, postcss@^5.0.21, postcss@^5.0.4:
71127112
source-map "^0.5.6"
71137113
supports-color "^3.2.3"
71147114

7115-
postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.14, postcss@^6.0.19, postcss@^6.0.6, postcss@^6.0.7, postcss@^6.0.9:
7115+
postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.14, postcss@^6.0.19, postcss@^6.0.23, postcss@^6.0.6, postcss@^6.0.7, postcss@^6.0.9:
71167116
version "6.0.23"
71177117
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
71187118
integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==

0 commit comments

Comments
 (0)