Skip to content

chore(deps): update node.js to v20.20.2 - #46

Closed
renovate[bot] wants to merge 5 commits into
mainfrom
renovate/node-20.x
Closed

chore(deps): update node.js to v20.20.2#46
renovate[bot] wants to merge 5 commits into
mainfrom
renovate/node-20.x

Conversation

@renovate

@renovate renovate Bot commented Jun 23, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
node (source) volta minor 20.19.220.20.2

Release Notes

nodejs/node (node)

v20.20.2: 2026-03-24, Version 20.20.2 'Iron' (LTS), @​marco-ippolito

Compare Source

This is a security release.

Notable Changes
  • (CVE-2026-21717) fix array index hash collision (Joyee Cheung)
  • (CVE-2026-21713) use timing-safe comparison in Web Cryptography HMAC and KMAC (Filip Skokan)
  • (CVE-2026-21710) use null prototype for headersDistinct/trailersDistinct (Matteo Collina)
  • (CVE-2026-21716) include permission check on lib/fs/promises (RafaelGSS)pull/795>
  • (CVE-2026-21715) add permission check to realpath.native (RafaelGSS)
  • (CVE-2026-21714) handle NGHTTP2_ERR_FLOW_CONTROL error code (RafaelGSS)
  • (CVE-2026-21637) wrap SNICallback invocation in try/catch (Matteo Collina)
Commits

v20.20.1: 2026-03-05, Version 20.20.1 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

v20.20.0: 2026-01-13, Version 20.20.0 'Iron' (LTS), @​marco-ippolito

Compare Source

This is a security release.

Notable Changes

lib:

Commits

v20.19.6: 2025-11-25, Version 20.19.6 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

v20.19.5: 2025-09-03, Version 20.19.5 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

Note

PR body was truncated to here.


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.

@renovate renovate Bot changed the title chore(deps): update node.js to v20.19.3 chore(deps): update node.js to v20.19.4 Jul 16, 2025
@renovate
renovate Bot force-pushed the renovate/node-20.x branch from a41c3b4 to 54fbaf2 Compare July 16, 2025 03:45
@renovate renovate Bot changed the title chore(deps): update node.js to v20.19.4 chore(deps): update node.js to v20.19.5 Sep 3, 2025
@renovate
renovate Bot force-pushed the renovate/node-20.x branch from 54fbaf2 to 3dc50fb Compare September 3, 2025 21:04
@renovate renovate Bot changed the title chore(deps): update node.js to v20.19.5 chore(deps): update node.js to v20.19.6 Nov 25, 2025
@renovate
renovate Bot force-pushed the renovate/node-20.x branch from 3dc50fb to c58eef1 Compare November 25, 2025 14:53
@renovate
renovate Bot force-pushed the renovate/node-20.x branch from c58eef1 to 0ca1063 Compare January 13, 2026 15:57
@renovate renovate Bot changed the title chore(deps): update node.js to v20.19.6 chore(deps): update node.js to v20.20.0 Jan 13, 2026
@renovate
renovate Bot force-pushed the renovate/node-20.x branch from 0ca1063 to dac433e Compare March 5, 2026 20:56
@renovate renovate Bot changed the title chore(deps): update node.js to v20.20.0 chore(deps): update node.js to v20.20.1 Mar 5, 2026
@renovate renovate Bot changed the title chore(deps): update node.js to v20.20.1 chore(deps): update node.js to v20.20.2 Mar 24, 2026
@renovate
renovate Bot force-pushed the renovate/node-20.x branch from dac433e to 8118eb3 Compare March 24, 2026 21:17
JDIZM added a commit that referenced this pull request Apr 21, 2026
Closes or supersedes Renovate PRs:
- #56 typescript v6 (5.5 -> 6.0.3)
- #55 vite-node v6 (3 -> 6)
- #50 vitest v4 (3 -> 4.1.5) + @vitest/coverage-istanbul v4
- #46 / #51 node (20.19 -> 24) + CI matrix now [20, 22, 24]
- #49 / #53 actions/setup-node + actions/checkout v4 -> v5
- #39 eslint-config-prettier v9 -> v10
- @types/node 22 -> 24
- esbuild added as explicit devDep (was transitive, removed by vitest 4)

Surface fixes:
- tsconfig.json: drop deprecated baseUrl + paths (no code used the
  @/* alias; TS 7 will drop the option entirely).
- vitest.config.ts: switch from vite's defineConfig to vitest/config
  so the `test` key type-checks under TS 6.
- calc/compoundInterest.test.ts: the interestOnly debtRepayment
  test was silently under-asserting the year-2 interestMatrix array
  (missing the last two months). vitest 4's toMatchObject is
  stricter on nested Maps and caught it. Added the missing
  288769.25 + 290521 entries.

Left alone: eslint v10 and typescript-eslint v8 require flat-config
migration. Low reward for this small library.

57/57 tests pass, 97.44% stmts, 92.09% branches, 100% lines.
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 force-pushed the renovate/node-20.x branch from 8118eb3 to 956f5f1 Compare June 30, 2026 10:52
@JDIZM JDIZM closed this Jun 30, 2026
@JDIZM
JDIZM deleted the renovate/node-20.x branch June 30, 2026 11:50
@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 (20.20.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

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