Skip to content

chore(deps): bump re2js from 1.0.1 to 1.3.1#4499

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/re2js-1.3.1
Closed

chore(deps): bump re2js from 1.0.1 to 1.3.1#4499
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/re2js-1.3.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps re2js from 1.0.1 to 1.3.1.

Release notes

Sourced from re2js's releases.

1.3.1

What's Changed

  • Finished DFA implementation
  • Added high-performance boolean testing test() and testExact() methods
--- Benchmarking "Simple Literal": /damage/ ---
Legacy (.matcher.find) : 27.84 ms | 1,077,514 ops/sec
Fast-Path (.test)      : 15.54 ms | 1,930,297 ops/sec
Result                 : 1.79x faster
--- Benchmarking "Wildcard": /enters.*battlefield/ ---
Legacy (.matcher.find) : 48.54 ms | 618,117 ops/sec
Fast-Path (.test)      : 17.01 ms | 1,763,611 ops/sec
Result                 : 2.85x faster
--- Benchmarking "Alternation": /damage|life|mana/ ---
Legacy (.matcher.find) : 315.79 ms | 95,003 ops/sec
Fast-Path (.test)      : 11.51 ms | 2,605,780 ops/sec
Result                 : 27.43x faster
--- Benchmarking "Character Class + Repetition": /[0-9]+ mana/ ---
Legacy (.matcher.find) : 173.44 ms | 172,972 ops/sec
Fast-Path (.test)      : 11.73 ms | 2,557,012 ops/sec
Result                 : 14.78x faster
--- Benchmarking "Complex Char Classes": /[A-Z][a-z]+, [a-z]+/ ---
Legacy (.matcher.find) : 207.45 ms | 144,618 ops/sec
Fast-Path (.test)      : 11.19 ms | 2,680,625 ops/sec
Result                 : 18.54x faster
--- Benchmarking "Case Insensitive": /(?i)swamp/ ---
Legacy (.matcher.find) : 266.78 ms | 112,455 ops/sec
Fast-Path (.test)      : 14.79 ms | 2,028,162 ops/sec
Result                 : 18.04x faster
--- Benchmarking "ReDoS Attempt (Catastrophic Backtracking)": /(a+)+!/ ---
Legacy (.matcher.find) : 76.15 ms | 393,958 ops/sec
Fast-Path (.test)      : 16.52 ms | 1,815,977 ops/sec
Result                 : 4.61x faster

Full Changelog: le0pard/re2js@1.3.0...1.3.1

1.3.0

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for re2js 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 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 [re2js](https://github.com/le0pard/re2js) from 1.0.1 to 1.3.1.
- [Release notes](https://github.com/le0pard/re2js/releases)
- [Commits](le0pard/re2js@1.0.1...1.3.1)

---
updated-dependencies:
- dependency-name: re2js
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 3, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 6, 2026

Superseded by #4507.

@dependabot dependabot bot closed this Apr 6, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/re2js-1.3.1 branch April 6, 2026 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants