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 #1970

Merged
merged 1 commit into from Feb 24, 2020

Conversation

renovate-bot
Copy link
Contributor

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.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
@JustinBeckwith JustinBeckwith merged commit fdf096e into googleapis:master Feb 24, 2020
@renovate-bot renovate-bot deleted the renovate/uuid-7.x branch February 24, 2020 15:20
gcf-merge-on-green bot pushed a commit that referenced this pull request Mar 11, 2020
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants