-
Notifications
You must be signed in to change notification settings - Fork 0
feat!: migrate the node.js baseline from lts iron to lts jod #88
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
9 commits
Select commit
Hold shift + click to select a range
937aa67
feat!: migrate the node.js baseline from lts iron to lts jod
kurone-kito 95653cb
chore(deps): reconcile dev dependency floors with the template
kurone-kito ae4bb2b
fix(vite-lib-config): resolve typedoc plugin loading under pnpm gvs
kurone-kito 4c995b6
chore: regenerate the lockfile for pnpm 11 and pin around known gaps
kurone-kito b6c750f
fix(sea-builder): make the runIfMain test fixture windows-portable
kurone-kito 20f80f3
fix(root): address review feedback on pnpm-workspace.yaml
kurone-kito 995619d
fix(vite-lib-config): address review feedback on the doc build
kurone-kito 747792c
fix(example-cli): keep the sea build's node selector in the supported…
kurone-kito fbaeb16
fix(root): address review feedback on issue forms and the readme
kurone-kito 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
File renamed without changes.
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 |
|---|---|---|
| @@ -0,0 +1,68 @@ | ||
| name: 🐛 Bug report | ||
| description: Create a report to help us improve | ||
| labels: bug | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for taking the time to fill out this bug report! | ||
|
|
||
| Before you continue filling out this report, please take a moment to check that your bug has not been [already reported on GitHub](https://github.com/kurone-kito/builder-config/search?q=is%3Aissue&type=issues) 🙌 | ||
|
|
||
| 🇺🇸🇬🇧 At first, read the following documents: | ||
| https://github.com/kurone-kito/builder-config/blob/main/.github/CONTRIBUTING.md | ||
|
|
||
| 🇯🇵 投稿の前に下記のドキュメントを一読ください: | ||
| https://github.com/kurone-kito/builder-config/blob/main/.github/CONTRIBUTING.ja.md | ||
|
|
||
| 🇨🇳 首先,阅读以下文档: | ||
| https://github.com/kurone-kito/builder-config/blob/main/.github/CONTRIBUTING.zh.md | ||
|
|
||
| Before submitting logs, screenshots, or other context, please remove any secrets, credentials, tokens, or personal data. | ||
|
|
||
| - type: textarea | ||
| id: overview | ||
| attributes: | ||
| label: Bug Overview | ||
| description: A clear and concise overview of the bug. | ||
| placeholder: When I do "X", "Y" happens instead of "Z". | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: behavior | ||
| attributes: | ||
| label: Expected Behavior | ||
| description: A clear and concise description of what you expected to happen. | ||
| placeholder: When I do "X", I expect "Z" to happen. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: steps | ||
| attributes: | ||
| label: Steps to Reproduce the Bug | ||
| description: Detail the series of steps required to reproduce the bug. | ||
| placeholder: When I run "X" using [...], "X" fails with "Y" error message. If I check the terminal outputs and/or logs, I see the following info. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: environment | ||
| attributes: | ||
| label: Environment Details | ||
| description: Please provide details about your environment. | ||
| placeholder: | | ||
| - Target deployment platform: [e.g. AWS/GCP/local cluster/etc...] | ||
| - Target OS: [e.g. RHEL 9/Ubuntu 24.04/etc...] | ||
| - Version of this project or specific commit: [e.g. 1.4.3/commit hash] | ||
| - Version of any relevant project languages: [e.g. Node.js 22.23.1/etc...] | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: context | ||
| attributes: | ||
| label: Additional Context | ||
| description: Add any other context about the problem here. | ||
| placeholder: Feel free to add any other context/information/screenshots/etc... that you think might be relevant to this issue in here. | ||
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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| blank_issues_enabled: false |
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 |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| name: ✨ Feature request | ||
| description: Suggest an idea for this project | ||
| labels: enhancement | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for taking the time to fill out this feature request! | ||
|
|
||
| Before you continue filling out this report, please take a moment to check that your feature request has not been [already reported on GitHub](https://github.com/kurone-kito/builder-config/search?q=is%3Aissue&type=issues) 🙌 | ||
|
|
||
| 🇺🇸🇬🇧 At first, read the following documents: | ||
| https://github.com/kurone-kito/builder-config/blob/main/.github/CONTRIBUTING.md | ||
|
|
||
| 🇯🇵 投稿の前に下記のドキュメントを一読ください: | ||
| https://github.com/kurone-kito/builder-config/blob/main/.github/CONTRIBUTING.ja.md | ||
|
|
||
| 🇨🇳 首先,阅读以下文档: | ||
| https://github.com/kurone-kito/builder-config/blob/main/.github/CONTRIBUTING.zh.md | ||
|
|
||
| Before submitting logs, screenshots, or other context, please remove any secrets, credentials, tokens, or personal data. | ||
|
|
||
| - type: textarea | ||
| id: overview | ||
| attributes: | ||
| label: Feature Overview | ||
| description: A clear and concise description of what the feature request is. | ||
| placeholder: I would like this project to be able to do "X". | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: alternatives | ||
| attributes: | ||
| label: Alternatives Considered | ||
| description: Detail any potential alternative solutions/workarounds you've used or considered. | ||
| placeholder: I have done/might be able to do "X" in this project by doing "Y". | ||
|
|
||
| - type: textarea | ||
| id: context | ||
| attributes: | ||
| label: Additional Context | ||
| description: Add any other context about the problem here. | ||
| placeholder: Feel free to add any other context/information/screenshots/etc... that you think might be relevant to this feature request here. |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.