Skip to content

Update dependency uuid to v10 #167

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

Merged
merged 2 commits into from
Jul 12, 2024
Merged

Update dependency uuid to v10 #167

merged 2 commits into from
Jul 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uuid ^9.0.1 -> ^10.0.0 age adoption passing confidence
@types/uuid (source) ^9.0.8 -> ^10.0.0 age adoption passing confidence

Release Notes

uuidjs/uuid (uuid)

v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • update node support (drop node@12, node@14, add node@20) (#​750)
Features
Bug Fixes

v9.0.1

Compare Source

build
  • Fix CI to work with Node.js 20.x

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • Drop Node.js 10.x support. This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.

  • Remove the minified UMD build from the package.

    Minified code is hard to audit and since this is a widely used library it seems more appropriate nowadays to optimize for auditability than to ship a legacy module format that, at best, serves educational purposes nowadays.

    For production browser use cases, users should be using a bundler. For educational purposes, today's online sandboxes like replit.com offer convenient ways to load npm modules, so the use case for UMD through repos like UNPKG or jsDelivr has largely vanished.

  • Drop IE 11 and Safari 10 support. Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.

    This also removes the fallback on msCrypto instead of the crypto API.

    Browser tests are run in the first supported version of each supported browser and in the latest (as of this commit) version available on Browserstack.

Features
Bug Fixes
build
8.3.2 (2020-12-08)
Bug Fixes
8.3.1 (2020-10-04)
Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 2am and before 6am on Thursday,after 10am and before 4pm on Saturday" in timezone America/Indiana/Indianapolis, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/uuid-10.x branch from cbe46f8 to b217cc1 Compare June 13, 2024 11:34
@renovate renovate bot force-pushed the renovate/uuid-10.x branch 5 times, most recently from d97afcc to a8df441 Compare June 27, 2024 09:45
@renovate renovate bot force-pushed the renovate/uuid-10.x branch 4 times, most recently from bfdc459 to 740cd53 Compare July 6, 2024 16:45
@renovate renovate bot force-pushed the renovate/uuid-10.x branch 2 times, most recently from a4c5ad7 to ba18bcd Compare July 11, 2024 13:27
@renovate renovate bot force-pushed the renovate/uuid-10.x branch from ba18bcd to 480fabf Compare July 12, 2024 00:58
@stanlemon stanlemon merged commit 3e9700b into main Jul 12, 2024
4 checks passed
@stanlemon stanlemon deleted the renovate/uuid-10.x branch July 12, 2024 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant