Skip to content

Commit aea1166

Browse files
Merge #1278
1278: build(deps-dev): bump kleur from 4.1.4 to 4.1.5 r=bidoubiwa a=dependabot[bot] Bumps [kleur](https://github.com/lukeed/kleur) from 4.1.4 to 4.1.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lukeed/kleur/releases">kleur's releases</a>.</em></p> <blockquote> <h2>v4.1.5</h2> <h2>Patches</h2> <ul> <li>Add &quot;types&quot; export conditions for <code>Node16</code> TypeScript module resolution (<a href="https://github-redirect.dependabot.com/lukeed/kleur/issues/57">#57</a>): 06f28e0 <em>Thank you <a href="https://github.com/calebeby"><code>`@​calebeby</code></a>~!</em></li>` <li>Handle undefined <code>process.env</code> with fallback (<a href="https://github-redirect.dependabot.com/lukeed/kleur/issues/54">#54</a>): ec20016 <em>For browser/vite support. Thank you <a href="https://github.com/farnabaz"><code>`@​farnabaz</code></a>~!</em></li>` </ul> <hr /> <blockquote> <p><strong>Full Changelog</strong>: <a href="https://github.com/lukeed/kleur/compare/v4.1.4...v4.1.5">https://github.com/lukeed/kleur/compare/v4.1.4...v4.1.5</a></p> </blockquote> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lukeed/kleur/commit/fa3454483899ddab550d08c18c028e6db1aab0e5"><code>fa34544</code></a> 4.1.5</li> <li><a href="https://github.com/lukeed/kleur/commit/ec20016f6c2f3ca399cbb6fa17634fb9f0d780f7"><code>ec20016</code></a> fix: supply <code>process.env</code> fallback (<a href="https://github-redirect.dependabot.com/lukeed/kleur/issues/54">#54</a>)</li> <li><a href="https://github.com/lukeed/kleur/commit/06f28e0f06ffb272de39d168bdf3770e68b8a336"><code>06f28e0</code></a> chore: add &quot;types&quot; export conditions (<a href="https://github-redirect.dependabot.com/lukeed/kleur/issues/57">#57</a>)</li> <li>See full diff in <a href="https://github.com/lukeed/kleur/compare/v4.1.4...v4.1.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kleur&package-manager=npm_and_yarn&previous-version=4.1.4&new-version=4.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents b9e0a21 + 14972d9 commit aea1166

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"jest": "^26.6.3",
9898
"jest-fetch-mock": "^3.0.3",
9999
"jest-watch-typeahead": "^0.6.3",
100-
"kleur": "^4.1.4",
100+
"kleur": "^4.1.5",
101101
"lint-staged": "11.1.2",
102102
"nodemon": "^2.0.16",
103103
"prettier": "^2.2.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4599,10 +4599,10 @@ kleur@^3.0.3:
45994599
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
46004600
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
46014601

4602-
kleur@^4.1.4:
4603-
version "4.1.4"
4604-
resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.4.tgz#8c202987d7e577766d039a8cd461934c01cda04d"
4605-
integrity sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA==
4602+
kleur@^4.1.5:
4603+
version "4.1.5"
4604+
resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.5.tgz#95106101795f7050c6c650f350c683febddb1780"
4605+
integrity sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==
46064606

46074607
latest-version@^5.1.0:
46084608
version "5.1.0"

0 commit comments

Comments
 (0)