Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency chalk to v4 #392

Merged
merged 1 commit into from Apr 2, 2020

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 2, 2020

This PR contains the following updates:

Package Type Update Change
chalk dependencies major ^3.0.0 -> ^4.0.0

Release Notes

chalk/chalk

v4.0.0

Compare Source

Breaking
  • Require Node.js 10 61999a4
  • Change the Level TypeScript type to be a union instead of enum f0f4638
-if (chalk.level > Level.None) {}
+if (chalk.level > 0) {}
Improvements
  • Use Object.setPrototypeOf as __proto__ could potentially be disabled (#​387) 63469d3

Renovate configuration

📅 Schedule: "after 9am and before 3pm" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

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

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 2, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@codecov
Copy link

codecov bot commented Apr 2, 2020

Codecov Report

Merging #392 into master will decrease coverage by 40.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #392       +/-   ##
===========================================
- Coverage   82.61%   42.60%   -40.02%     
===========================================
  Files          13        3       -10     
  Lines        2324     1136     -1188     
  Branches      211       41      -170     
===========================================
- Hits         1920      484     -1436     
- Misses        404      649      +245     
- Partials        0        3        +3     
Impacted Files Coverage Δ
src/github.ts 35.31% <0.00%> (-32.94%) ⬇️
src/util/checkpoint.ts 74.19% <0.00%> (-16.13%) ⬇️
src/graphql-to-commits.ts 74.17% <0.00%> (-15.94%) ⬇️
src/release-pr.ts
src/updaters/php-client-version.ts
src/updaters/root-composer.ts
src/updaters/version.ts
src/releasers/php-yoshi.ts
src/updaters/php-manifest.ts
src/conventional-commits.ts
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5f550df...0a933af. Read the comment docs.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@bcoe bcoe merged commit a56ea70 into googleapis:master Apr 2, 2020
@renovate-bot renovate-bot deleted the renovate/chalk-4.x branch April 2, 2020 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. kokoro:run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants