-
Notifications
You must be signed in to change notification settings - Fork 0
build(pnpm): migrate to pnpm 11 + add minimumReleaseAge + pin Node 22 #165
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
3 commits
Select commit
Hold shift + click to select a range
fb983e2
build(pnpm): migrate to pnpm 11 + add minimumReleaseAge + pin Node 22
EricAndrechek 3418d84
Merge remote-tracking branch 'origin/main' into issue-160
EricAndrechek 447eb03
build(pnpm): address PR #165 review (engines.node, README pin, CHANGE…
EricAndrechek 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
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 @@ | ||
| 22 |
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
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
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
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
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,21 @@ | ||
| # pnpm 11+ moved settings out of package.json#pnpm into this file. | ||
| # This is a single-package "workspace" — only used for settings, no | ||
| # `packages:` field. (Each WaveHouse pnpm project ships its own copy | ||
| # of this file; they're not one shared monorepo.) | ||
|
|
||
| # Build scripts pnpm is allowed to run during install. Without this, | ||
| # pnpm 11 errors out with ERR_PNPM_IGNORED_BUILDS on any postinstall | ||
| # script for an unlisted package. | ||
| # esbuild — postinstall fetches the platform-native binary; tsup + | ||
| # vitest both depend on it. | ||
| # To add a new entry: `pnpm approve-builds <pkg>` (interactive) or | ||
| # edit this file directly with `<pkg>: true`. | ||
| allowBuilds: | ||
| esbuild: true | ||
|
|
||
| # Refuse packages published in the last 7 days (10080 minutes) so npm | ||
| # has time to surface compromised releases before they land in our | ||
| # lockfile. Use `minimumReleaseAgeExclude: [pkg-name]` for one-off | ||
| # overrides if a hotfix release needs to land before the window | ||
| # expires. | ||
| minimumReleaseAge: 10080 |
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
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,12 @@ | ||
| # See clients/ts/pnpm-workspace.yaml for full rationale. Kept in sync | ||
| # across all three WaveHouse pnpm projects manually. | ||
|
EricAndrechek marked this conversation as resolved.
|
||
| # | ||
| # Docs needs extra build scripts beyond esbuild: | ||
| # sharp — native image pipeline used by Astro's image optimizer. | ||
| # workerd — Cloudflare Workers runtime fetched by wrangler. | ||
| allowBuilds: | ||
| esbuild: true | ||
| sharp: true | ||
| workerd: true | ||
|
|
||
| minimumReleaseAge: 10080 | ||
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
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
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,7 @@ | ||
| # See clients/ts/pnpm-workspace.yaml for full rationale. Kept in sync | ||
| # across all three WaveHouse pnpm projects manually. | ||
|
|
||
| allowBuilds: | ||
| esbuild: true | ||
|
|
||
| minimumReleaseAge: 10080 |
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.