Skip to content

Bump locutus and twig#18

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-438ac348b5
Open

Bump locutus and twig#18
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-438ac348b5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps locutus to 3.0.32 and updates ancestor dependency twig. These dependencies need to be updated together.

Updates locutus from 2.0.15 to 3.0.32

Release notes

Sourced from locutus's releases.

v3.0.32

Released: 2026-03-27. Diff. Version rationale: patch for additive Python runtime expansion without import-model or runtime floor changes.

Maintenance

  • Stopped publishing website pages for internal src/*/_helpers/* implementation details.

Expansion

  • Added a first python/itertools harvest focused on parity-friendly iterable combinatorics: accumulate, batched, chain, combinations, combinations_with_replacement, compress, islice, pairwise, permutations, product, and zip_longest.

v3.0.31

Released: 2026-03-27. Diff. Version rationale: patch for PHP runtime parity fixes without import-model or runtime floor changes.

Fixes

  • Aligned php/bc/bcscale with PHP 8 getter/setter semantics and persisted shared default bcmath scale across bc* helpers.
  • Fixed php/datetime/strtotime so numeric input follows the same string-coercion parse path as PHP.

v3.0.30

Released: 2026-03-26. Diff. Version rationale: patch for additive Python runtime expansion plus workflow reliability hardening, without import-model or runtime floor changes.

Maintenance

  • Fixed the CI/nightly Yarn cache-directory lookup to use corepack yarn config get cacheFolder, so GitHub Actions no longer trips over the global Yarn 1 binary before Corepack activates Yarn 4.

Expansion

  • Added a second python/calendar harvest focused on formatting helpers: calendar, formatstring, month, and week.

v3.0.28

Released: 2026-03-26. Diff. Version rationale: patch for additive Python runtime expansion without import-model or runtime floor changes.

Expansion

  • Added a first python/operator harvest focused on plain-value operator helpers: abs, add, and_, concat, contains, countOf, eq, floordiv, ge, getitem, gt, indexOf, inv, invert, is_, is_not, le, lshift, lt, mod, mul, ne, neg, not_, or_, pos, pow, rshift, sub, truediv, truth, and xor.

v3.0.27

Released: 2026-03-25. Diff. Version rationale: patch for additive Python runtime expansion without import-model or runtime floor changes.

Expansion

... (truncated)

Changelog

Sourced from locutus's changelog.

v3.0.32

Released: 2026-03-27. Diff. Version rationale: patch for additive Python runtime expansion without import-model or runtime floor changes.

Maintenance

  • Stopped publishing website pages for internal src/*/_helpers/* implementation details.

Expansion

  • Added a first python/itertools harvest focused on parity-friendly iterable combinatorics: accumulate, batched, chain, combinations, combinations_with_replacement, compress, islice, pairwise, permutations, product, and zip_longest.

main

Released: TBA. Diff.

Fixes

  • Restored PHP-style scalar coercion for strtotime() numeric input and aligned bcscale() with modern PHP getter/setter semantics, including shared default bcmath scale across bc* helpers.
  • Hardened nightly Perl upstream-surface refresh by feeding the discovered namespace catalog through Docker stdin instead of a giant perl -e argv payload, and improved runInDocker() diagnostics when a container exits non-zero without stderr.

v3.0.31

Released: 2026-03-27. Diff. Version rationale: patch for PHP runtime parity fixes without import-model or runtime floor changes.

Fixes

  • Aligned php/bc/bcscale with PHP 8 getter/setter semantics and persisted shared default bcmath scale across bc* helpers.
  • Fixed php/datetime/strtotime so numeric input follows the same string-coercion parse path as PHP.

v3.0.30

Released: 2026-03-26. Diff. Version rationale: patch for additive Python runtime expansion plus workflow reliability hardening, without import-model or runtime floor changes.

Maintenance

  • Fixed the CI/nightly Yarn cache-directory lookup to use corepack yarn config get cacheFolder, so GitHub Actions no longer trips over the global Yarn 1 binary before Corepack activates Yarn 4.

Expansion

  • Added a second python/calendar harvest focused on formatting helpers: calendar, formatstring, month, and week.

v3.0.29

Released: 2026-03-26. Diff.

... (truncated)

Commits
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.


Updates twig from 1.13.3 to 3.0.0

Release notes

Sourced from twig's releases.

v3.0.0

What's Changed

New Contributors

Full Changelog: twigjs/twig.js@v2.0.0...v3.0.0

v2.0.0

Breaking Changes

  • Ensure you are using Node.js >= 20

What's Changed

New Contributors

Full Changelog: twigjs/twig.js@v1.17.1...v2.0.0

v1.17.1

Hot fix for v1.17.0 for a package-lock.json fix.

What's Changed

Full Changelog: twigjs/twig.js@v1.17.0...v1.17.1

v1.17.0

What's Changed

... (truncated)

Commits
  • 227c881 v3.0.0
  • 14ab199 Merge pull request #951 from horvathbalazshbal/master
  • 8678c31 chore: update tests action
  • 0788dee chore: update actions
  • c8c12b7 chore: replace/remove node 20 in github actions
  • 84abca9 remove package version changes
  • 3cc1a45 chore: bump Node.js engine to >=22
  • 9e31eca Merge pull request #948 from twigjs/dependabot/npm_and_yarn/flatted-3.4.2
  • 027e77a Bump flatted from 3.3.4 to 3.4.2
  • 49bcb6b Merge pull request #946 from kvz/fix/locutus-deep-imports
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [locutus](https://github.com/locutusjs/locutus) to 3.0.32 and updates ancestor dependency [twig](https://github.com/twigjs/twig.js). These dependencies need to be updated together.


Updates `locutus` from 2.0.15 to 3.0.32
- [Release notes](https://github.com/locutusjs/locutus/releases)
- [Changelog](https://github.com/locutusjs/locutus/blob/main/CHANGELOG.md)
- [Commits](locutusjs/locutus@v2.0.15...v3.0.32)

Updates `twig` from 1.13.3 to 3.0.0
- [Release notes](https://github.com/twigjs/twig.js/releases)
- [Commits](twigjs/twig.js@1.13.3...v3.0.0)

---
updated-dependencies:
- dependency-name: locutus
  dependency-version: 3.0.32
  dependency-type: indirect
- dependency-name: twig
  dependency-version: 3.0.0
  dependency-type: direct:production
...

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 Mar 27, 2026
@dependabot dependabot bot mentioned this pull request Mar 27, 2026
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