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

chore(deps): bump uuidjs from 4.2.13 to 5.1.0 #6211

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2024

Bumps uuidjs from 4.2.13 to 5.1.0.

Changelog

Sourced from uuidjs's changelog.

v5.1.0 - 2024-05-12

  • Marked UUID.genV6() as stable
  • Updated documents with RFC 9562 verbiage
  • Updated dev dependencies

v5.0.1 - 2023-03-30

Added

  • CHANGELOG.md to NPM package

Maintenance

  • Updated TypeScript to 5.0
  • Refined doc comment style

v5.0.0 - 2023-01-28

Breaking changes

  • Migrated to native ES Modules from global variable and CommonJS export
    • Added named UUID export and removed default export
    • Removed UUID.overwrittenUUID property (a.k.a. no conflict mode)
  • Removed node:crypto module-based CSPRNG implementation
    • Now requires Web Crypto API to utilize cryptographically secure pseudorandom number generators
  • Changed target ECMAScript version from ES3 to ES2016
  • Removed uuid.core.js and bower.json from repository
  • Fixed wrong return type declaration of UUID.parse(): UUID -> UUID | null
  • Placed tighter type constraints on UUID class members
    • Marked constructor() as private
    • Marked UUID.FIELD_NAMES, UUID.FIELD_SIZES, UUID#intFields, UUID#bitFields, and UUID#hexFields as read-only arrays/objects

Dev environment changes

  • Migrated to TypeScript and transpilation from pure JavaScript
    • Replaced manually written type declaration with auto-generated .d.ts
  • Adopted class declaration syntax
  • Applied Prettier style to source code
  • Migrated to TypeDoc from JSDoc for API document generation
  • Updated dev dependencies

Migration notes

Import the UUID class using the ESM syntax:

<!-- HTML5 -->
</tr></table> 

... (truncated)

Commits
  • 2ebe5ca v5.1.0 Released
  • c748037 build: prepare for release
  • 66eaefe build: update dev dependencies and bump version
  • ba2f72c feat: stabilize genV6() and add UUIDv6 usage examples to README
  • b7dbe73 docs: remove internal field usage from examples
  • 192499f docs: replace reference to and verbiage of RFC 4122 with RFC 9562
  • 2422a34 style: apply prettier style to some files
  • 0b74855 v5.0.1 Released
  • 47dbd42 build: prepare for release
  • fbf3007 docs: refine doc comment style
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels May 12, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuidjs-5.1.0 branch from 9a08772 to 1a64dbe Compare May 12, 2024 14:50
Bumps [uuidjs](https://github.com/LiosK/UUID.js) from 4.2.13 to 5.1.0.
- [Changelog](https://github.com/LiosK/UUID.js/blob/master/CHANGELOG.md)
- [Commits](LiosK/UUID.js@v4.2.13...v5.1.0)

---
updated-dependencies:
- dependency-name: uuidjs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uuidjs-5.1.0 branch from 1a64dbe to 0f40356 Compare May 17, 2024 16:57
Copy link

sonarcloud bot commented May 17, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Contributor Author

dependabot bot commented on behalf of github May 21, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/uuidjs-5.1.0 branch May 21, 2024 09:29
@svitovyda
Copy link
Contributor

We decided to replace it with uuid lib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies do not merge javascript Pull requests that update Javascript code
Projects
None yet
1 participant