Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

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

Merged
mayurkale22 merged 1 commit into
masterfrom
renovate/uuid-7.x
Apr 21, 2020
Merged

fix(deps): update dependency uuid to v7#779
mayurkale22 merged 1 commit into
masterfrom
renovate/uuid-7.x

Conversation

@renovate

@renovate renovate Bot commented Mar 13, 2020

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

uuidjs/uuid

v7.0.3

Compare Source

v7.0.2

Compare Source

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.

@codecov-io

codecov-io commented Mar 13, 2020

Copy link
Copy Markdown

Codecov Report

Merging #779 into master will increase coverage by 0.18%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #779      +/-   ##
==========================================
+ Coverage   95.23%   95.41%   +0.18%     
==========================================
  Files         148      148              
  Lines       10239    10763     +524     
  Branches      771      804      +33     
==========================================
+ Hits         9751    10270     +519     
- Misses        488      493       +5     
Impacted Files Coverage Δ
src/common/noop-logger.ts 11.11% <0.00%> (-8.89%) ⬇️
src/stackdriver-monitoring.ts 77.02% <0.00%> (-2.71%) ⬇️
src/validators.ts 100.00% <0.00%> (ø)
test/test-utils.ts 100.00% <0.00%> (ø)
test/test-tagger.ts 100.00% <0.00%> (ø)
test/test-tracer.ts 100.00% <0.00%> (ø)
src/binary-format.ts 100.00% <0.00%> (ø)
test/test-sampler.ts 100.00% <0.00%> (ø)
test/test-tag-map.ts 100.00% <0.00%> (ø)
src/common/version.ts 100.00% <0.00%> (ø)
... and 30 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 de1134b...11349cf. Read the comment docs.

@renovate renovate Bot force-pushed the renovate/uuid-7.x branch from 11349cf to 643fbab Compare March 17, 2020 00:30
@renovate renovate Bot force-pushed the renovate/uuid-7.x branch from 643fbab to 80b19f7 Compare April 21, 2020 12:37
@mayurkale22 mayurkale22 merged commit a8a84bd into master Apr 21, 2020
@mayurkale22 mayurkale22 deleted the renovate/uuid-7.x branch April 21, 2020 18:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants