Skip to content

Bump uuidv7 from 1.1.0 to 1.2.1#519

Merged
steunix merged 1 commit intomainfrom
dependabot/npm_and_yarn/uuidv7-1.2.1
Mar 23, 2026
Merged

Bump uuidv7 from 1.1.0 to 1.2.1#519
steunix merged 1 commit intomainfrom
dependabot/npm_and_yarn/uuidv7-1.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps uuidv7 from 1.1.0 to 1.2.1.

Changelog

Sourced from uuidv7's changelog.

v1.2.1 - 2026-03-22

  • Minor refactoring and documentation updates.

v1.2.0 - 2026-03-22

  • Added setRollbackAllowance() to V7Generator to configure the maximum allowed timestamp rollback for each generator instance. This generator-level parameter governs the behavior of generate() and generateOrAbort() and eliminates the need for the rollbackAllowance argument of *Core variants, which are now superseded by the newly added *WithTs variants that leverage the generator-level parameter.
  • Deprecated generateOrResetCore() and generateOrAbortCore() of V7Generator. Users should migrate to the new generateOrResetWithTs() and generateOrAbortWithTs() methods.
  • Added isNil() and isMax() helper methods to UUID for easier checking of special values.
  • Updated dev dependencies.
Commits
  • 98bfc94 build: prepare for release
  • 580d3a4 refactor: refactor generateOrResetCore() to use generateOrResetWithTs() inter...
  • c870dce docs: update copyright year
  • 695cbbb build: update dev dependencies and prepare for release
  • 29d1264 docs: update CHANGELOG
  • 3a11e1c docs: deprecate Core methods
  • 50c1d7c feat: add field and methods for generator-level rollback allowance
  • 1ac6de8 test: add comprehensive case for rollbackAllowance
  • ca4dd99 feat: add isNil() and isMax() to Uuid
  • 7216f87 build: update dev dependencies
  • 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 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)

Bumps [uuidv7](https://github.com/LiosK/uuidv7) from 1.1.0 to 1.2.1.
- [Changelog](https://github.com/LiosK/uuidv7/blob/main/CHANGELOG.md)
- [Commits](LiosK/uuidv7@v1.1.0...v1.2.1)

---
updated-dependencies:
- dependency-name: uuidv7
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 23, 2026
@steunix steunix merged commit 3700e2a into main Mar 23, 2026
2 checks passed
@steunix steunix deleted the dependabot/npm_and_yarn/uuidv7-1.2.1 branch March 23, 2026 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant