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 uuid to v7 #1200

Merged
merged 1 commit into from
Mar 2, 2020

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 24, 2020

This PR contains the following updates:

Package Type Update Change
uuid dependencies major ^3.0.1 -> ^7.0.0
@types/uuid devDependencies major ^3.4.3 -> ^7.0.0

Release Notes

uuidjs/uuid

v7.0.1

Compare Source

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • The default export, which used to be the v4() method
    but which was already discouraged in v3.x of this library, has been
    removed.
  • Explicitly note that deep imports of the different uuid
    version functions are deprecated and no longer encouraged and that
    ECMAScript module named imports should be used instead.
    Emit a deprecation warning for people who deep-require the different
    algorithm variants.
  • Remove builtin support for insecure random number
    generators in the browser. Users who want that will have to supply their
    own random number generator function.
  • Remove support for generating v3 and v5 UUIDs in
    Node.js<4.x
  • Convert code base to ECMAScript Modules (ESM) and
    release CommonJS build for node and ESM build for browser bundlers.
Features
Bug Fixes

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 these updates 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 Feb 24, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 24, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 24, 2020
@codecov
Copy link

codecov bot commented Feb 24, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1200      +/-   ##
==========================================
- Coverage   94.74%   94.69%   -0.05%     
==========================================
  Files          99       99              
  Lines        6543     6482      -61     
  Branches      514      514              
==========================================
- Hits         6199     6138      -61     
  Misses        181      181              
  Partials      163      163
Impacted Files Coverage Δ
test/web-frameworks/connect.ts 76.92% <0%> (-0.86%) ⬇️
test/test-cls-ah.ts 90.12% <0%> (-0.69%) ⬇️
test/web-frameworks/hapi17.ts 92.3% <0%> (-0.38%) ⬇️
test/web-frameworks/hapi8_16.ts 90.47% <0%> (-0.23%) ⬇️
test/test-grpc-async-handler.ts 97.01% <0%> (-0.17%) ⬇️
test/test-trace-web-frameworks.ts 98.72% <0%> (-0.12%) ⬇️
test/plugins/test-cls-bluebird.ts 96.77% <0%> (-0.11%) ⬇️
test/test-trace-hapi-tails.ts 97.91% <0%> (-0.09%) ⬇️
test/trace.ts 93.5% <0%> (-0.09%) ⬇️
test/test-config-priority.ts 96% <0%> (-0.08%) ⬇️
... 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 21dba4c...60a05a0. 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 Feb 24, 2020
@bcoe bcoe added the automerge Merge the pull request once unit tests and other checks pass. label Feb 26, 2020
@gcf-merge-on-green
Copy link
Contributor

Your PR was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. See required reviews for your repo here: https://github.com/googleapis/sloth/blob/master/required-checks.json

1 similar comment
@gcf-merge-on-green
Copy link
Contributor

Your PR was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. See required reviews for your repo here: https://github.com/googleapis/sloth/blob/master/required-checks.json

@bcoe bcoe added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:run Add this label to force Kokoro to re-run the tests. labels Feb 28, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 28, 2020
@bcoe bcoe added automerge Merge the pull request once unit tests and other checks pass. and removed automerge Merge the pull request once unit tests and other checks pass. labels Feb 28, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 28, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 28, 2020
@gcf-merge-on-green
Copy link
Contributor

Your PR was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. See required reviews for your repo here: https://github.com/googleapis/sloth/blob/master/required-checks.json

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 29, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 29, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 29, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 29, 2020
@gcf-merge-on-green
Copy link
Contributor

Your PR was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. See required reviews for your repo here: https://github.com/googleapis/sloth/blob/master/required-checks.json

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 29, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 29, 2020
@gcf-merge-on-green
Copy link
Contributor

Your PR was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. See required reviews for your repo here: https://github.com/googleapis/sloth/blob/master/required-checks.json

@bcoe bcoe merged commit 129aead into googleapis:master Mar 2, 2020
@renovate-bot renovate-bot deleted the renovate/uuid-7.x branch March 2, 2020 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants