-
Notifications
You must be signed in to change notification settings - Fork 20
update Node runtimes, add bun, update build tools #11
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
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,53 +77,32 @@ body: | |
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: javascript-runtime | ||
attributes: | ||
label: Runtime | ||
- attributes: | ||
label: Affected runtime and version | ||
description: | | ||
What JavaScript runtime are you using to build or run the code? | ||
**Note**: for ECMASCript modules (ESM) in Node, at minimum Node.js 12.20, 14.14, or 16.0 is required. | ||
multiple: true | ||
options: | ||
- Node v17 | ||
- Node v16 | ||
- Node v14 | ||
- Node v12 | ||
- Deno | ||
- Electron | ||
- Other (please specify in steps to reproduce) | ||
What runtime are you using (such as `node@22.9`, `deno@1.12.2`)? | ||
Please test using the latest version. | ||
id: runtime | ||
type: input | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
required: true | ||
- attributes: | ||
description: | | ||
What package manager are you using (such as `npm@10.8.1`)? | ||
Please test using the latest version. | ||
label: Affected package manager and version | ||
id: package-manager | ||
attributes: | ||
label: Package manager | ||
description: What package manager are you using? | ||
multiple: true | ||
options: | ||
- npm 8 | ||
- npm 7 | ||
- npm 6 | ||
- yarn 2 | ||
- yarn 1 | ||
- pnpm | ||
- Other (please specify in steps to reproduce) | ||
type: input | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
- attributes: | ||
description: | | ||
What operating system are you using (such as `macOS Sequoia 15`)? | ||
Please test using the latest version. | ||
label: Affected OS and version | ||
id: operating-system | ||
attributes: | ||
label: OS | ||
description: What operating system are you using? | ||
multiple: true | ||
options: | ||
- Windows | ||
- Linux | ||
- macOS | ||
- Other (please specify in steps to reproduce) | ||
type: input | ||
validations: | ||
required: false | ||
|
||
|
@@ -134,6 +113,7 @@ body: | |
description: What, if any, tools are used to build or bundle the project? | ||
multiple: true | ||
options: | ||
- Vite | ||
- Webpack | ||
- Rollup | ||
- esbuild | ||
|
@@ -143,8 +123,7 @@ body: | |
- Next.js | ||
- Remix | ||
- Docusaurus | ||
- Snowpack | ||
- Vite | ||
- Storybook | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. adding storybook since story docs leverage remark/mdx |
||
- Other (please specify in steps to reproduce) | ||
validations: | ||
required: false |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since vite seems to be the current recommendation, bumping it up the list.