chore: Cherry-picked changes from upstream#150
Open
github-actions[bot] wants to merge 9 commits into
Open
Conversation
Contributor
Author
|
🚀 PR Updated! The PR has been updated with the latest cherry-picked commits. @step-security/maintained-actions-dev Please review and approve the changes. 📦 Target Release Version:
|
* chore: migrate from npm to pnpm with hardened supply-chain settings - Add .npmrc with ignore-scripts=true - Add pnpm-workspace.yaml with strictDepBuilds, minimumReleaseAge, blockExoticSubdeps, trustPolicy - Set packageManager field in package.json for corepack - Pin exact dependency versions (no caret ranges) - Minify dist/ bundles to reduce diff noise (source maps retained) - Update CI workflow to use pnpm/action-setup + pnpm install --frozen-lockfile - SHA-pin all GitHub Actions to immutable commit SHAs - Harden dependabot.yml with cooldowns, grouped updates, and npm ecosystem - Update README.md, RELEASE.md, and AGENTS.md to reference pnpm - Add fmt/fmt:check scripts * chore: remove redundant .npmrc, add pnpm-lock.yaml to .prettierignore .npmrc's ignore-scripts=true is redundant — pnpm-workspace.yaml already enforces onlyBuiltDependencies: [] + strictDepBuilds: true, which is stricter. .npmrc only applies to npm, which this repo no longer uses. Also add pnpm-lock.yaml to .prettierignore so prettier doesn't try to format the lockfile.
* refactor: remove tempo fork support Tempo is now fully upstreamed to the main Foundry repo, so the separate network handling is no longer needed. - Remove `network` input from action.yml - Remove `--network` flag from foundryup args in src/index.ts - Remove tempo matrix, excludes, and conditional CI steps - Remove `network` from README inputs table - Rebuild dist/ Amp-Thread-ID: https://ampcode.com/threads/T-019d9097-afeb-7337-a100-b171e3de217d * fix: restore forge init test w/ tempo * fix: restore network input as deprecated * fix: gate tempo test on nightly version Amp-Thread-ID: https://ampcode.com/threads/T-019d91b3-efa7-70e8-b857-dc82add6bcf9 * chore: rebuild dist after dep bump ---------
* refactor: remove tempo fork support Tempo is now fully upstreamed to the main Foundry repo, so the separate network handling is no longer needed. - Remove `network` input from action.yml - Remove `--network` flag from foundryup args in src/index.ts - Remove tempo matrix, excludes, and conditional CI steps - Remove `network` from README inputs table - Rebuild dist/ Amp-Thread-ID: https://ampcode.com/threads/T-019d9097-afeb-7337-a100-b171e3de217d * fix: restore forge init test w/ tempo * fix: restore network input as deprecated * fix: gate tempo test on nightly version Amp-Thread-ID: https://ampcode.com/threads/T-019d91b3-efa7-70e8-b857-dc82add6bcf9 * chore: rebuild dist after dep bump ---------
* refactor: remove tempo fork support Tempo is now fully upstreamed to the main Foundry repo, so the separate network handling is no longer needed. - Remove `network` input from action.yml - Remove `--network` flag from foundryup args in src/index.ts - Remove tempo matrix, excludes, and conditional CI steps - Remove `network` from README inputs table - Rebuild dist/ Amp-Thread-ID: https://ampcode.com/threads/T-019d9097-afeb-7337-a100-b171e3de217d * fix: restore forge init test w/ tempo * fix: restore network input as deprecated * fix: gate tempo test on nightly version Amp-Thread-ID: https://ampcode.com/threads/T-019d91b3-efa7-70e8-b857-dc82add6bcf9 * chore: rebuild dist after dep bump ---------
9c40f67 to
e1a5d70
Compare
Contributor
Author
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
Contributor
Author
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
Contributor
Author
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
Contributor
Author
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
amanstep
reviewed
May 22, 2026
| "dapp", | ||
| "dapptools" | ||
| ], | ||
| "scripts": { |
Contributor
There was a problem hiding this comment.
add changes to script as well
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Cherry-picked changes from upstream.