Upgrade Node.js and `node-sass` dependencies
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5k
- Forks
- 162
- Avg merge
- 17h 24m
- Merged PRs (30d)
- 8
Description
I tried following the instructions on Building the projects, but noticed two blockers:
- The
rush.jsondeclares Node.js v14 as the highest supported version for the repo, while it has now dropped out of maintenance. It could probably easily be expanded to include v18 (the currently active LTS version). tsdoc-playgrounddeclares a dependency onnode-sassin version4.14.1, which was published 3+ years ago and therefore doesn't have native prebuilds for Apple Silicon (M1). Making it start building the binary on install, which requirespython@2. It think it would be great ifnode-sasscould just be updated to v8.0.0.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with rush.json and the tsdoc-playground package declaration referenced by the issue, then review the building instructions for the supported Node.js range. Update the declared Node.js support and node-sass dependency as requested, and verify that the project installs and builds without requiring Python 2.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- build-system, tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100