Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 13, 2025

Bumps cmpstr from 3.0.2 to 3.0.3.

Release notes

Sourced from cmpstr's releases.

vers. 3.0.3

This minor release introduces a new fail-safe mode for handling empty inputs. To utilize this feature, set safeEmpty: true, which will return [] in cases where one or both inputs might be empty. When safeEmpty is enabled, empty input arrays or strings will yield an empty array rather than generating an error. The default behavior remains unchanged.

Changes & Fixes

  • Fail safe mode for empty inputs added
  • Minor fixes and dependency updates

Full Changelog: komed3/cmpstr@v3.0.2...v3.0.3

Commits
  • 462b952 add test for safeEmpty mode
  • a68befd bump to vers. 3.0.3
  • 5f0110f add safeEmpty option to CmpStr and CmpStrAsync for handling empty inputs
  • a0f42b5 improve error handling in Metric and Registry classes
  • db0c530 update dependencies to latest versions
  • e9dc120 Merge pull request #30 from komed3/dependabot/npm_and_yarn/types/node-24.2.1
  • 47fbfa5 Bump @​types/node from 24.1.0 to 24.2.1
  • 5aea0e0 Merge pull request #29 from komed3/dependabot/npm_and_yarn/typescript-5.9.2
  • 8139614 Bump typescript from 5.8.3 to 5.9.2
  • 8fd338a Merge pull request #28 from komed3/dependabot/npm_and_yarn/rollup-4.46.2
  • 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)

Bumps [cmpstr](https://github.com/komed3/cmpstr) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/komed3/cmpstr/releases)
- [Commits](komed3/cmpstr@v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: cmpstr
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 13, 2025
@komed3
Copy link
Owner

komed3 commented Aug 13, 2025

@dependabot merge

@dependabot dependabot bot merged commit a033505 into main Aug 13, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cmpstr-3.0.3 branch August 13, 2025 13:34
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.

2 participants