Skip to content
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

fix: pnpm patch-commit with a trailing slash on Windows does not work #5455

Merged
merged 4 commits into from Oct 5, 2022
Merged

fix: pnpm patch-commit with a trailing slash on Windows does not work #5455

merged 4 commits into from Oct 5, 2022

Commits on Oct 5, 2022

  1. fix(plugin-commands-patching): remove trailing slash in pnpm patch-co…

    …mmit folder
    
    pnpm patch-commit did not apply patch if the absolute path to
    a directory passed to it contained a trailing slash on Windows,
    now the trailing slash is removed
    
    closes #5449
    johnnyd710 authored and zkochan committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    9a6b300 View commit details
    Browse the repository at this point in the history
  2. test(plugin-commands-patching): fix failing test on linux

    trailing slash should be forward for linux/mac and backwards for windows
    johnnyd710 authored and zkochan committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    a29707e View commit details
    Browse the repository at this point in the history
  3. refactor: patch

    zkochan committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    1660d42 View commit details
    Browse the repository at this point in the history
  4. docs: update changesets

    zkochan committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    5d023b7 View commit details
    Browse the repository at this point in the history