Skip to content

chore(deps): update volta-cli/action action to v5 - #60

Closed
renovate[bot] wants to merge 5 commits into
mainfrom
renovate/volta-cli-action-5.x
Closed

chore(deps): update volta-cli/action action to v5#60
renovate[bot] wants to merge 5 commits into
mainfrom
renovate/volta-cli-action-5.x

Conversation

@renovate

@renovate renovate Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
volta-cli/action action major v4v5

Release Notes

volta-cli/action (volta-cli/action)

v5.0.0

Compare Source

💥 Breaking Change
Committers: 1

v5

Compare Source

💥 Breaking Change
Committers: 1

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

JDIZM and others added 5 commits June 28, 2026 08:37
…ards

Root-cause fixes found in pre-release review of v1.5.0:

- PMT: explicit zero-rate branch ((pv+fv)/nper) instead of dividing by
  zero and returning NaN. Fixes mortgageCalculator (repayment),
  earlyMortgagePayoff, and the debt-repayment path at a 0% rate, which
  previously produced "£NaN" / a bogus "paid off in 1 month" result.
- toDecimalRate: always divide by 100. Drops the ambiguous
  "rate >= 1 ? rate/100 : rate" heuristic that misread a genuine sub-1%
  rate (e.g. a 0.5% safe-withdrawal rate) as 50%. The three new
  calculators are now percentage-only (6 = 6%, 0.5 = 0.5%).
- solveYearsToGoal: validate all inputs (incl. new startingBalance < 0
  guard) before the "already met the target" early return.
- solveYearsToGoal / yearsToFire: reject rates of -100% or lower that
  would NaN the Math.log solve.

Tests expanded 45 -> 76 (97% stmts, 92% branch, 100% functions),
covering the zero-rate, sub-1%, non-monthly-compounding, and guard
branches. CHANGELOG updated with the percentage-only behaviour change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The release workflow runs `npm version <tag>` against main and commits the
bump itself (as it did for v1.4.1 and earlier — the v1.4.1 tag's
package.json still read 1.4.0). The branch had pre-bumped to 1.5.0, which
would make that step fail with "Version not changed". Revert to 1.4.1 so
`gh release create v1.5.0` triggers a clean bump-and-publish. CHANGELOG
keeps the 1.5.0 entry.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Per-repo guidance for agents/contributors: setup, commands, layout,
conventions (rates are percentages, calculators throw on bad input), and
the automated release flow. CLAUDE.md points to AGENTS.md.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
feat: v1.5.0 — savings goal, early payoff, FIRE calculators
@renovate

renovate Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant