Skip to content

chore(deps): update dependency uuid to v9#982

Merged
Thomaash merged 1 commit into
masterfrom
renovate/uuid-9.x
Mar 22, 2023
Merged

chore(deps): update dependency uuid to v9#982
Thomaash merged 1 commit into
masterfrom
renovate/uuid-9.x

Conversation

@renovate

@renovate renovate Bot commented Sep 5, 2022

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uuid 8.3.2 -> 9.0.0 age adoption passing confidence
@types/uuid (source) 8.3.4 -> 9.0.1 age adoption passing confidence

Release Notes

uuidjs/uuid

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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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-9.x branch 3 times, most recently from b879902 to 161433c Compare October 10, 2022 13:37
MagicFame
MagicFame previously approved these changes Oct 17, 2022
@renovate renovate Bot force-pushed the renovate/uuid-9.x branch 2 times, most recently from 3d2cf19 to 43f46ce Compare November 7, 2022 22:43
@renovate renovate Bot force-pushed the renovate/uuid-9.x branch from 43f46ce to 239b102 Compare November 29, 2022 19:27
@renovate renovate Bot changed the title chore(deps): update dependency uuid to v9 Update dependency uuid to v9 Dec 17, 2022
@renovate renovate Bot changed the title Update dependency uuid to v9 chore(deps): update dependency uuid to v9 Dec 17, 2022
@renovate renovate Bot force-pushed the renovate/uuid-9.x branch 14 times, most recently from 6a17576 to c9c9864 Compare February 19, 2023 09:42
@renovate renovate Bot force-pushed the renovate/uuid-9.x branch 3 times, most recently from 2422740 to 5829326 Compare February 27, 2023 04:35
@renovate renovate Bot force-pushed the renovate/uuid-9.x branch 2 times, most recently from 54240f2 to 2f06bd8 Compare March 4, 2023 22:25
@renovate renovate Bot force-pushed the renovate/uuid-9.x branch 5 times, most recently from 621d8b0 to 50fd302 Compare March 13, 2023 03:32
@renovate renovate Bot force-pushed the renovate/uuid-9.x branch 3 times, most recently from f18794d to 38da0e8 Compare March 21, 2023 17:11
@renovate renovate Bot force-pushed the renovate/uuid-9.x branch from 38da0e8 to 22cf0e7 Compare March 21, 2023 21:08

@Thomaash Thomaash left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On closer inspection we're not actually polyfilling IE11 anymore (the rule is > 0.1% and not dead) so this can be merged.

@Thomaash Thomaash merged commit 8f6838a into master Mar 22, 2023
@Thomaash Thomaash deleted the renovate/uuid-9.x branch March 22, 2023 11:06
@vis-bot

vis-bot commented Mar 22, 2023

Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version 7.1.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants