Skip to content

chore(deps): update dependency node to v24.17.0#1099

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

chore(deps): update dependency node to v24.17.0#1099
renovate[bot] wants to merge 5 commits into
mainfrom
renovate/node-24.x

Conversation

@renovate

@renovate renovate Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
node uses-with minor 24.15.024.17.0 24.18.0 age confidence
@types/node (source) devDependencies minor 24.12.424.13.2 age confidence

Release Notes

actions/node-versions (node)

v24.17.0: 24.17.0

Compare Source

Node.js 24.17.0

v24.16.0: 24.16.0

Compare Source

Node.js 24.16.0


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 these updates again.


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

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


Note

Medium Risk
The Node bump is low risk; the onboarding invite gating change alters product behavior when the requirements API errors or returns no items.

Overview
Bumps Node.js from 24.15.0 to 24.17.0 in all GitHub Actions workflows (ci-main, coverage, pr, release, size-check, update-badge) and updates @types/node to 24.13.2 (with lockfile updates in the root and example).

Separately refactors arePreOnboardingRequirementsFulfilled in onboarding hooks so invite eligibility matches clearer rules: block while pre-onboarding requirements are loading; allow invite on fetch error, missing data, or an empty requirements list; otherwise require every requirement to be finished. That flows into canInvite, which disables OnboardingInvite when requirements are not fulfilled.

Reviewed by Cursor Bugbot for commit 938989b. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

📦 Bundle Size Report

Metric Current Previous Change Status
Total (gzip) 223.9 kB 223.9 kB +8 B (+0.0%) 🔴
Total (raw) 604.6 kB 604.6 kB -1 B (-0.0%) 🟢
CSS (gzip) 20.89 kB 20.89 kB 0 B (0%) 🟢
CSS (raw) 109.09 kB 109.09 kB 0 B (0%) 🟢

Size Limits

  • ✅ Total gzipped: 223.9 kB / 250 kB (89.6%)
  • ✅ Total raw: 604.6 kB / 650 kB (93.0%)
  • ✅ CSS gzipped: 20.89 kB / 25 kB (83.5%)

Largest Files (Top 5)

  1. chunk-Y3CJRZLA.js - 14 kB (0 B (0%))
  2. styles.css - 10.44 kB (0 B (0%))
  3. index.css - 10.44 kB (0 B (0%))
  4. chunk-MQTRTRV6.js - 6.36 kB (0 B (0%))
  5. index.js - 6.32 kB (-3 B (-0.0%))
View All Files (341 total)
File Size (gzip) Change
chunk-Y3CJRZLA.js 14 kB 0 B (0%)
styles.css 10.44 kB 0 B (0%)
index.css 10.44 kB 0 B (0%)
chunk-MQTRTRV6.js 6.36 kB 0 B (0%)
index.js 6.32 kB -3 B (-0.0%)
chunk-KWIWHDBS.js 6.08 kB 0 B (0%)
chunk-G2LZFGZA.js 5.31 kB 0 B (0%)
chunk-MBOKEWSX.js 4.76 kB 0 B (0%)
chunk-TUCS33XM.js 4.57 kB new
chunk-OVU2VJM6.js 3.89 kB 0 B (0%)

✅ Bundle size check passed

@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

📊 Coverage Report

⚪ Coverage unchanged

Metric Current Previous Change Status
Lines 88.42% 88.41% 0%
Statements 87.82% 87.82% 0%
Functions 84.88% 84.88% 0%
Branches 79.66% 79.66% 0%

Detailed Breakdown

Lines Coverage
  • Covered: 3839 / 4342
  • Coverage: 88.42%
  • Change: 0% (1 lines)
Statements Coverage
  • Covered: 3900 / 4441
  • Coverage: 87.82%
  • Change: 0% (0 statements)
Functions Coverage
  • Covered: 1044 / 1230
  • Coverage: 84.88%
  • Change: 0% (0 functions)
Branches Coverage
  • Covered: 2401 / 3014
  • Coverage: 79.66%
  • Change: 0% (0 branches)

✅ Coverage check passed

@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Deploy preview for adp-cost-calculator ready!

Project:adp-cost-calculator
Status: ✅  Deploy successful!
Preview URL:https://adp-cost-calculator-2pz3qooxt-remotecom.vercel.app
Latest Commit:938989b

Deployed with vercel-action

@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Deploy preview for remote-flows ready!

Project:remote-flows
Status: ✅  Deploy successful!
Preview URL:https://remote-flows-ozhzklwn2-remotecom.vercel.app
Latest Commit:938989b

Deployed with vercel-action

@renovate renovate Bot force-pushed the renovate/node-24.x branch 3 times, most recently from 7c668a4 to 786a892 Compare June 23, 2026 04:10
@renovate renovate Bot changed the title chore(deps): update dependency node to v24.16.0 chore(deps): update dependency node to v24.17.0 Jun 25, 2026
@renovate renovate Bot force-pushed the renovate/node-24.x branch from 786a892 to 77b4980 Compare June 25, 2026 17:34
Comment thread src/flows/Onboarding/components/OnboardingInvite.tsx Outdated

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

There are 2 total unresolved issues (including 1 from previous review).

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit f715c39. Configure here.

Comment thread src/flows/Onboarding/hooks.tsx Outdated
@renovate

renovate Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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