Patch Changes
- When the global bin directory is set to a symlink, check not only the symlink in the PATH but also the target of the symlink #4744.
- Sanitize the directory names created inside
node_modules/.pnpm
and inside the global store #4716 - All arguments after
pnpm create <pkg>
should be passed to the executed create app package. Sopnpm create next-app --typescript
should work`. - Resolve commits from GitHub via https #4734.
Our Sponsors
What's Changed
- fix: sanitize dir names in the store by @zkochan in #4726
- fix(create): pass all args to the executed create-app pkg by @zkochan in #4730
- fix(git-resolver): resolve commits via https by @zkochan in #4734
- refactor: setup by @zkochan in #4731
- fix(config): checking global-bin-dir in PATH by @zkochan in #4751
Full Changelog: v7.1.0...v7.1.1