Upgrade FunctionalScript to 0.44.0 - #1521
Merged
Merged
Conversation
All other pinned versions (Bun, Deno, Wasmtime, Wasmer, GitHub Actions, runner images, Rust toolchain, nixpkgs snapshot) were already current. Regenerated .github/workflows/ci.yml via `npm run update`. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NE6L65VkkTTvQrSafBiruF
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
functionalscript | 2f01f06 | Commit Preview URL Branch Preview URL |
Aug 13 2026, 11:12 AM |
o2alexanderfedin
approved these changes
Aug 13, 2026
o2alexanderfedin
left a comment
Contributor
There was a problem hiding this comment.
Approving. Verified at head d5af6aa9 (draft status is not a blocker).
What I checked, on the branch tree:
- The pin is real.
npm view functionalscript@0.44.0resolves, and0.44.0is the currentlatestdist-tag.package.json's in-repo version is also0.44.0, so the bootstrap pin now matches the last published release. - The bump actually bootstraps. Installed the published
functionalscript@0.44.0from npm and ran itsfjs testagainst this tree — 2523/2523 pass. That is the exact thing the six platform jobs,node22,denoandbundo afternpm install -g functionalscript@0.44.0. - Drift gate clean.
npm run ci-updatefollowed bygit add -A && git diff --cached --exit-code→ exit 0, so the committed.github/workflows/ci.ymlis exactly whatfjs/ci/config/module.f.mjsgenerates. No hand-edited workflow. - Consistency. No
0.43.1remains anywhere in the tree exceptCHANGELOG.md:839, which is the released## 0.43.1heading and must stay. Nothing generated was left stale — this bump touches only thefunctionalscriptpin, so unlike the nixpkgs bumps it correctly leavesnix/generated/*/flake.nixalone (same shape as #1351, the last functionalscript-only bump). npx tsc --noEmit→ exit 0.npm run prepackfrom a clean tree → exit 0.npm test→ 2523/2523, equal to the merge-base (060b6a06);mainis 2524 only because this branch predates #1518.- No CHANGELOG entry needed, and correctly none is added: every prior CI pin bump (#1351, #1418, #1423, #1473) touched
fjs/ci/config+ci.ymlwith no CHANGELOG change, which is the right reading of §8.3 for a bootstrap pin that changes no shipped behaviour.
One trivial note on the description, not the code: it says the bump covers "npm global installations (6 occurrences)" across "6 CI workflow jobs". The actual count is 7 npm (ubuntu-intel, ubuntu-arm, macos-intel, macos-arm, windows-intel, windows-arm, node22), 2 deno, 2 bun — 11 lines, matching the +11/-11 diff. The node22 job is the one the description misses. The change itself is complete; only the summary undercounts.
sergey-shandar
marked this pull request as ready for review
August 13, 2026 11:11
sergey-shandar
enabled auto-merge
August 13, 2026 11:11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the FunctionalScript dependency version from 0.43.1 to 0.44.0 across all CI workflows and configuration files.
Changes
fjs/ci/config/module.f.mjs) to reflect the new FunctionalScript versionDetails
The version bump is applied consistently across:
https://claude.ai/code/session_01NE6L65VkkTTvQrSafBiruF