vscode-github-actions
vscode-github-actions copied to clipboard
Bump uuid and @types/uuid
Bumps uuid and @types/uuid. These dependencies needed to be updated together.
Updates uuid from 3.4.0 to 10.0.0
Changelog
Sourced from uuid's changelog.
10.0.0 (2024-06-07)
⚠ BREAKING CHANGES
- update node support (drop node@12, node@14, add node@20) (#750)
Features
- support support rfc9562 MAX uuid (new in RFC9562) (#714) (0385cd3)
- support rfc9562 v6 uuids (#754) (c4ed13e)
- support rfc9562 v7 uuids (#681) (db76a12)
- update node support matrix (only support node 16-20) (#750) (883b163)
- support rfc9562 v8 uuids (#759) (35a5342)
Bug Fixes
9.0.1 (2023-09-12)
build
- Fix CI to work with Node.js 20.x
9.0.0 (2022-09-05)
⚠ 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
- optimize uuid.v1 by 1.3x uuid.v4 by 4.3x (430%) (#597) (3a033f6)
- remove UMD build (#645) (e948a0f), closes #620
- use native crypto.randomUUID when available (#600) (c9e076c)
Bug Fixes
... (truncated)
Commits
da189d1chore: typo in CHANGELOG65022f7chore(release): 10.0.035a5342feat: v8 support (#759)c4ed13efeat: support v6 uuids (#754)8c3ed07chore: enable corepack w/ npm (#757)f24c530docs: updates for RFC9562 (#753)59c2711chore: update package dependencies (#752)3fd0f18build: use node:crypto not crypto when importing (#736)1faad97ci: disable husky for browserstack builds2cc6c93ci: cleanup action versions and caching (#707)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by broofa, a new releaser for uuid since your current version.
Updates @types/uuid from 3.4.9 to 10.0.0
Commits
- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.