Skip to content

chore: Update to Node 20 #6385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 42 commits into from
May 7, 2025
Merged

chore: Update to Node 20 #6385

merged 42 commits into from
May 7, 2025

Conversation

snowystinger
Copy link
Member

@snowystinger snowystinger commented May 15, 2024

Closes #6380

Note I copied in the spectrum-css builder in order to get rid of a bunch of dependencies which were incompatible with node 20 and update some of the tooling around it. You should be able to compare against what is in your local node_modules if you haven't pulled this down. Otherwise, you'll have to look at it elsewhere, such as here:
https://app.unpkg.com/@spectrum-css/[email protected]

It passed chromatic, you can check that on commit 6dc0c43

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change (for new code or code which already has tests).
  • Filled out test instructions.
  • Updated documentation (if it already exists for this component).
  • Looked at the Accessibility Practices for this feature - Aria Practices

📝 Test Instructions:

🧢 Your Project:

@rspbot
Copy link

rspbot commented Jun 24, 2024

@rspbot
Copy link

rspbot commented Jun 24, 2024

1 similar comment
@rspbot
Copy link

rspbot commented Jun 24, 2024

@rspbot
Copy link

rspbot commented Jun 24, 2024

@snowystinger snowystinger changed the title Update to Node 22 Update to Node 20 Jun 26, 2024
@devongovett devongovett force-pushed the main branch 2 times, most recently from 8cb1a5d to 3013156 Compare July 23, 2024 22:43
@rspbot
Copy link

rspbot commented Sep 27, 2024

@rspbot
Copy link

rspbot commented Sep 27, 2024

@rspbot
Copy link

rspbot commented Sep 27, 2024

1 similar comment
@rspbot
Copy link

rspbot commented Sep 27, 2024

@snowystinger snowystinger marked this pull request as ready for review September 27, 2024 07:24
@rspbot
Copy link

rspbot commented Sep 27, 2024

@rspbot
Copy link

rspbot commented Sep 27, 2024

@devongovett devongovett force-pushed the main branch 2 times, most recently from a79adcf to 3013156 Compare September 30, 2024 21:00
@rspbot
Copy link

rspbot commented Feb 26, 2025

@rspbot
Copy link

rspbot commented Mar 6, 2025

@rspbot
Copy link

rspbot commented Mar 6, 2025

@rspbot
Copy link

rspbot commented Mar 19, 2025

@rspbot
Copy link

rspbot commented Mar 31, 2025

@rspbot
Copy link

rspbot commented Apr 15, 2025

@@ -102,6 +106,11 @@ async function build() {

// Copy necessary code and configuration over
fs.copySync(path.join(srcDir, 'packages', '@adobe', 'spectrum-css-temp'), path.join(dir, 'packages', '@adobe', 'spectrum-css-temp'));
try {
Copy link
Member Author

@snowystinger snowystinger Apr 16, 2025

Choose a reason for hiding this comment

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

note, this is only needed temporarily, once we do a release, we can delete this code because then the code we compare to on main will have the spectrum-css tools in source

@rspbot
Copy link

rspbot commented Apr 16, 2025

# Conflicts:
#	yarn.lock
@rspbot
Copy link

rspbot commented May 5, 2025

@rspbot
Copy link

rspbot commented May 7, 2025

@dannify dannify added this pull request to the merge queue May 7, 2025
Merged via the queue into main with commit 72fabca May 7, 2025
30 checks passed
@dannify dannify deleted the node-22 branch May 7, 2025 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Heads-up: repo can't be installed with Node.js 22
5 participants