Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps cmpstr from 3.0.4 to 3.1.0.

Release notes

Sourced from cmpstr's releases.

vers. 3.1.0

Version 3.1 marks the first big update for CmpStr since its major code overhaul. In addition to several bug fixes and minor adjustments, the most notable new feature adds support for structured data while performing similarity search.

The API has been expanded with corresponding methods, both synchronously and asynchronously, now offering simplified handling of passed array objects.

Please note: This feature is new and hasn't been tested yet.

What’s New

Changes & Fixes

  • Return types for API methods now default to any for easier handling
  • Added new Pool type string[]
  • TypeScript types revised and adapted
  • Root export for browser bundles (includes all important classes)
  • Dev dependencies updated to their latest versions
  • Workflow files updated, Node.js version set to 24.x.
  • Use OIDC for secure publishing

Full Changelog: komed3/cmpstr@v3.0.4...v3.1.0

Commits
  • 76aadb9 update workflow files and use Node.js version 24.x
  • c3fc7d8 Update dependabot.yml
  • bf65e93 Update publish.yml / set up OIDC
  • c9a459e root export for browser bundles
  • 4df11ca Merge pull request #82 from komed3/v3.1-structured-data
  • add7548 update vers. numbers
  • 08437ff 3.1.0
  • 98f33f7 Update README.md
  • d1c8eb7 write tests for structured data
  • 04fa15d fix structured data cls to deal with original object and keep correct order
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for cmpstr since your current version.


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.4 to 3.1.0.
- [Release notes](https://github.com/komed3/cmpstr/releases)
- [Commits](komed3/cmpstr@v3.0.4...v3.1.0)

---
updated-dependencies:
- dependency-name: cmpstr
  dependency-version: 3.1.0
  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 Jan 19, 2026
@komed3 komed3 merged commit 1ba34d8 into main Jan 19, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cmpstr-3.1.0 branch January 19, 2026 15:25
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