Merged
Conversation
Introduces a pnpm lockfile to ensure consistent dependency versions across different environments. Also updates the pnpm version to 10.14.0 and adds a pnpm workspace file to specify exclusively built packages, enhancing project stability and reproducibility.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Refreshes the contributing guidelines with instructions for setting up the project using Corepack and pnpm. This change ensures contributors use the correct package manager version and streamlines the dependency installation process. It also encourages immediate reporting of potential security concerns related to postinstall scripts.
Switches from npm to pnpm for dependency management in the preview workflow. This change improves build speed and efficiency by leveraging pnpm's symlinking approach for package installation. Also updates watched files to include deno config and docker compose file.
Switches from npm to pnpm for package management. This change aims to improve dependency resolution speed and disk space utilization. Updates various script commands in package.json to use pnpm.
Removes the `@types/chai-subset` dependency as it is no longer needed.
commit: |
Updates the GitHub Actions workflows to use pnpm instead of npm for package management. This change also updates the cache key and install commands. It also removes the `.renovaterc.json` file from the watched files, and adds `.node-version` to the test workflow.
Removes the `chai-subset` dependency, as its functionality is now built into Chai. Adds a new test suite specifically for Cloudflare Workers, including `hono` and `wrangler` as dependencies. Includes the test suite directory into the workspace.
|
Deployment failed with the following error: |
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.
Hey 👋
We're replacing
npmwithpnpmto have better protection frompostinstallscripts which are a common attack vector by assholes nowadays - trojans, harddrive wipes, etc.