Update auto_cherry_pick.yml#113
Open
Raj-StepSecurity wants to merge 1 commit into
Open
Conversation
github-actions Bot
added a commit
that referenced
this pull request
May 21, 2026
* 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 Co-Authored-By: zerosnacks <95942363+zerosnacks@users.noreply.github.com> * 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. Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019daae0-159b-7044-859a-ebfc25bd869b * Fix formatting of commands in AGENTS.md --------- Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com> Co-authored-by: grandizzy <38490174+grandizzy@users.noreply.github.com>
Raj-StepSecurity
pushed a commit
that referenced
this pull request
May 21, 2026
* 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.
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.
No description provided.