Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix(deps): update dependency uuid to v7 #267

Merged
merged 1 commit into from
Feb 26, 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.3.2 -> ^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 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 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 #267 into master will decrease coverage by 29.72%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #267       +/-   ##
===========================================
- Coverage   90.87%   61.15%   -29.73%     
===========================================
  Files           9        9               
  Lines        3388     3388               
  Branches      155       35      -120     
===========================================
- Hits         3079     2072     -1007     
- Misses        305     1316     +1011     
+ Partials        4        0        -4
Impacted Files Coverage Δ
src/v1beta1/asset_service_client.ts 48.05% <0%> (-42.42%) ⬇️
src/v1p2beta1/asset_service_client.ts 50.18% <0%> (-37.21%) ⬇️
src/v1p1beta1/asset_service_client.ts 59.78% <0%> (-32.63%) ⬇️
src/v1/asset_service_client.ts 73.34% <0%> (-18.13%) ⬇️

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 f18f59d...4a850f9. 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 merged commit d83c322 into googleapis:master Feb 26, 2020
@renovate-bot renovate-bot deleted the renovate/uuid-7.x branch February 26, 2020 20:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

4 participants