Skip to content

Bump locutus from 2.0.14 to 2.0.39 [skip-netlify]#2330

Merged
spaceninja merged 1 commit intomainfrom
dependabot/npm_and_yarn/locutus-2.0.39
Feb 3, 2026
Merged

Bump locutus from 2.0.14 to 2.0.39 [skip-netlify]#2330
spaceninja merged 1 commit intomainfrom
dependabot/npm_and_yarn/locutus-2.0.39

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps locutus from 2.0.14 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.14 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.14...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
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Feb 2, 2026

⚠️ No Changeset found

Latest commit: aabc170

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 2, 2026

Deploy Preview for cloudfour-patterns ready!

Name Link
🔨 Latest commit aabc170
🔍 Latest deploy log https://app.netlify.com/projects/cloudfour-patterns/deploys/69813a50fccc7a00082c9c01
😎 Deploy Preview https://deploy-preview-2330--cloudfour-patterns.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@spaceninja spaceninja changed the title Bump locutus from 2.0.14 to 2.0.39 Bump locutus from 2.0.14 to 2.0.39 [skip-netlify] Feb 3, 2026
@spaceninja spaceninja merged commit 5ff73a4 into main Feb 3, 2026
8 checks passed
@spaceninja spaceninja deleted the dependabot/npm_and_yarn/locutus-2.0.39 branch February 3, 2026 19: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.

1 participant