Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps locutus from 2.0.32 to 2.0.39.

Release notes

Sourced from locutus's releases.

v2.0.39

Security

  • Fix prototype pollution bypass in parse_str where overriding String.prototype.includes could defeat the guard (GHSA-rxrv-835q-v5mh)

Full changelog: https://github.com/locutusjs/locutus/blob/main/CHANGELOG.md

v2.0.38

Infrastructure

  • Restore published Node engine range to >= 10 for 2.x releases (engine bumps now treated as major changes)
  • Add CI guardrail to block raising engines.node without a major version bump

Full changelog: https://github.com/locutusjs/locutus/blob/main/CHANGELOG.md

v2.0.37

New Functions (32 across 7 languages)

  • R: toupper, tolower, nchar, sqrt, round, max, min (7)
  • Lua: string.len, string.rep, string.reverse, math.sqrt, math.sin, math.cos, math.max, math.min (8)
  • AWK: cos, exp, log, sin, sqrt (5)
  • Elixir: String.downcase, String.upcase, String.length, String.reverse (4)
  • Clojure: string/lower-case, string/upper-case, string/reverse, string/trim, string/blank? (5)
  • Julia: lowercase, uppercase (2)
  • Perl: reverse (1)

Infrastructure

  • Moved rosetta.yml from src/_data/ to src/ for cleaner structure
  • Fixed parity test handlers for Julia, Elixir, Clojure, R (string quoting, float precision)
  • Updated cross-language mappings in rosetta.yml

Full changelog: https://github.com/locutusjs/locutus/blob/main/CHANGELOG.md

v2.0.36

New Functions

  • Perl string functions: uc (uppercase), lc (lowercase), substr (with negative offset support)

Fixes

  • Fixed parity test string normalization for Perl (native print doesn't quote strings)

Full Changelog

v2.0.35

New Functions

  • Lua string module: upper, lower, sub (with 1-based indexing and negative index support)
  • AWK builtin functions: tolower, toupper

Fixes

  • Fixed parity test string normalization for Lua and AWK (native print doesn't quote strings)

... (truncated)

Changelog

Sourced from locutus's changelog.

v2.0.39

Released: 2026-02-02. Diff.

Security

  • Fix prototype pollution bypass in parse_str where overriding String.prototype.includes could defeat the guard (GHSA-rxrv-835q-v5mh)

v2.0.38

Released: 2026-01-19. Diff.

Infrastructure

  • Restore published Node engine range to >= 10 for 2.x releases (engine bumps now treated as major changes)
  • Add CI guardrail to block raising engines.node without a major version bump

v2.0.37

Released: 2026-01-08. Diff.

New Functions (32 across 7 languages)

  • R: toupper, tolower, nchar, sqrt, round, max, min (7)
  • Lua: string.len, string.rep, string.reverse, math.sqrt, math.sin, math.cos, math.max, math.min (8)
  • AWK: cos, exp, log, sin, sqrt (5)
  • Elixir: String.downcase, String.upcase, String.length, String.reverse (4)
  • Clojure: string/lower-case, string/upper-case, string/reverse, string/trim, string/blank? (5)
  • Julia: lowercase, uppercase (2)
  • Perl: reverse (1)

Infrastructure

  • Moved rosetta.yml from src/_data/ to src/ for cleaner structure
  • Fixed parity test handlers for Julia, Elixir, Clojure, R (string quoting, float precision)
  • Updated cross-language mappings in rosetta.yml

v2.0.36

Released: 2026-01-08. Diff.

  • Perl string functions: uc (uppercase), lc (lowercase), substr (with negative offset support)
  • Fixed parity test string normalization for Perl

v2.0.35

Released: 2026-01-08. Diff.

  • Lua string functions: upper, lower, sub (with 1-based indexing and negative index support)
  • AWK builtin functions: tolower, toupper
  • Fixed parity test string normalization for Lua and AWK

v2.0.34

... (truncated)

Commits
  • fb90ed0 Release v2.0.39
  • 2dbbc60 Prepare v2.0.39 changelog
  • 042af9c fix: Harden parse_str prototype pollution guard against includes() bypass (#533)
  • 57ea89d Release v2.0.38
  • 2777dd6 Prepare v2.0.38 changelog
  • 4589efd Restore node engine range and guardrail engine bumps
  • 8cf68fd feat: Improve PHP parity tests and verify 6 more functions (#528)
  • 7d6968a docs: Update LOG.md with iterations 47-48
  • 6fe0a84 docs: Update verification count in CHANGELOG backlog (164→170)
  • 2a740a7 docs: Update LOG.md with v2.0.37 release
  • 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 locutus 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [locutus](https://github.com/locutusjs/locutus) from 2.0.32 to 2.0.39.
- [Release notes](https://github.com/locutusjs/locutus/releases)
- [Changelog](https://github.com/locutusjs/locutus/blob/main/CHANGELOG.md)
- [Commits](locutusjs/locutus@v2.0.32...v2.0.39)

---
updated-dependencies:
- dependency-name: locutus
  dependency-version: 2.0.39
  dependency-type: indirect
...

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 Feb 2, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 2, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

0 participants