Skip to content

build: Upgrade to Node 24 - #702

Merged
deborahgu merged 3 commits into
openedx:masterfrom
raccoongang:Peter_Kulko/node24-upgrade-2
Sep 24, 2025
Merged

build: Upgrade to Node 24#702
deborahgu merged 3 commits into
openedx:masterfrom
raccoongang:Peter_Kulko/node24-upgrade-2

Conversation

@peterkulko

@peterkulko peterkulko commented Aug 12, 2025

Copy link
Copy Markdown
Contributor

Description

As a second step in the Node 24 upgrade process, upgrade .nvmrc and regenerate package-lock.json from scratch using Node 24. Also make the Node 24 test a blocking one.

See the tracking issue for futher information.

@openedx-webhooks

openedx-webhooks commented Aug 12, 2025

Copy link
Copy Markdown

Thanks for the pull request, @PKulkoRaccoonGang!

This repository is currently maintained by @2U-aperture.

Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review.

🔘 Get product approval

If you haven't already, check this list to see if your contribution needs to go through the product review process.

  • If it does, you'll need to submit a product proposal for your contribution, and have it reviewed by the Product Working Group.
    • This process (including the steps you'll need to take) is documented here.
  • If it doesn't, simply proceed with the next step.
🔘 Provide context

To help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:

  • Dependencies

    This PR must be merged before / after / at the same time as ...

  • Blockers

    This PR is waiting for OEP-1234 to be accepted.

  • Timeline information

    This PR must be merged by XX date because ...

  • Partner information

    This is for a course on edx.org.

  • Supporting documentation
  • Relevant Open edX discussion forum threads
🔘 Get a green build

If one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green.

Details
Where can I find more information?

If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources:

When can I expect my changes to be merged?

Our goal is to get community contributions seen and reviewed as efficiently as possible.

However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:

  • The size and impact of the changes that it introduces
  • The need for product review
  • Maintenance status of the parent repository

💡 As a result it may take up to several weeks or months to complete a review and merge your PR.

@peterkulko peterkulko self-assigned this Aug 12, 2025
@openedx-webhooks openedx-webhooks added the open-source-contribution PR author is not from Axim or 2U label Aug 12, 2025
@github-project-automation github-project-automation Bot moved this to Needs Triage in Contributions Aug 12, 2025
@peterkulko
peterkulko force-pushed the Peter_Kulko/node24-upgrade-2 branch from 043a989 to e58b9c7 Compare August 12, 2025 06:30
@codecov

codecov Bot commented Aug 12, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.60%. Comparing base (7cf79f8) to head (19e97a7).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #702   +/-   ##
=======================================
  Coverage   97.60%   97.60%           
=======================================
  Files         152      152           
  Lines        1334     1334           
  Branches      231      231           
=======================================
  Hits         1302     1302           
  Misses         31       31           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@peterkulko
peterkulko force-pushed the Peter_Kulko/node24-upgrade-2 branch from e58b9c7 to 403add5 Compare August 12, 2025 06:40
@peterkulko
peterkulko requested a review from arbrandes August 12, 2025 06:50
Comment thread tsconfig.json
@@ -0,0 +1,11 @@
{

@peterkulko peterkulko Aug 12, 2025

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

[inform]: The addition of tsconfig.json is caused by an error when importing the TS file from the header.

Module './StudioHeader' was resolved to '/Users/peterkulko/dev/tutor_workspaces/tutor-oex-main/src/frontend-app-learner-dashboard/node_modules/@edx/frontend-component-header/dist/studio-header/StudioHeader.tsx', but '--jsx' is not set.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This answers a question I had about a different PR that did the same thing. Thanks for clearing it up. :)

@itsjeyd itsjeyd moved this from Needs Triage to Waiting on Author in Contributions Aug 18, 2025
@itsjeyd itsjeyd added blocked by other work PR cannot be finished until other work is complete core contributor PR author is a Core Contributor (who may or may not have write access to this repo). labels Aug 18, 2025
@cmltaWt0 cmltaWt0 mentioned this pull request Aug 12, 2025
3 tasks
@bydawen
bydawen force-pushed the Peter_Kulko/node24-upgrade-2 branch from 403add5 to 1d4d5d5 Compare September 19, 2025 19:15
@peterkulko
peterkulko marked this pull request as ready for review September 22, 2025 06:40

@arbrandes arbrandes left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

For now this is neither an approval or disapproval, but I did have an inline question.

Comment thread tsconfig.json
@@ -0,0 +1,11 @@
{

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This answers a question I had about a different PR that did the same thing. Thanks for clearing it up. :)

id: 'learner-dash.unenrollConfirm.confirm.reason.heading',
description: 'Heading for unenroll reason modal',
defaultMessage: 'Why are you unenrolling?',
defaultMessage: 'What\'s your main reason for unenrolling?',

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Out of curiosity: was this necessary for the Node 24 upgrade?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Hmm, I don't remember why this was added to this PR request. It's superfluous, I removed it.

@itsjeyd itsjeyd moved this from Waiting on Author to In Eng Review in Contributions Sep 23, 2025
@itsjeyd itsjeyd added waiting on author PR author needs to resolve review requests, answer questions, fix tests, etc. and removed blocked by other work PR cannot be finished until other work is complete labels Sep 23, 2025

@arbrandes arbrandes left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍🏼

@deborahgu

Copy link
Copy Markdown
Member

this looks good to me, merging.

@deborahgu
deborahgu merged commit 697c9ff into openedx:master Sep 24, 2025
7 checks passed
@openedx-webhooks openedx-webhooks removed the waiting on author PR author needs to resolve review requests, answer questions, fix tests, etc. label Sep 24, 2025
@github-project-automation github-project-automation Bot moved this from In Eng Review to Done in Contributions Sep 24, 2025
jignaciopm pushed a commit to eduNEXT/frontend-app-learner-dashboard that referenced this pull request Dec 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core contributor PR author is a Core Contributor (who may or may not have write access to this repo). open-source-contribution PR author is not from Axim or 2U

Projects

Status: Done
Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants