Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: agustints/patch-package
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ds300/patch-package
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 4 files changed
  • 3 contributors

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    59d9340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a233f9c View commit details
    Browse the repository at this point in the history
  3. chore: fix code styling

    bombillazo committed May 28, 2023
    Configuration menu
    Copy the full SHA
    caf5057 View commit details
    Browse the repository at this point in the history
  4. chore: fix code styling

    bombillazo committed May 28, 2023
    Configuration menu
    Copy the full SHA
    c81fbe4 View commit details
    Browse the repository at this point in the history
  5. chore: update messaging

    bombillazo committed May 28, 2023
    Configuration menu
    Copy the full SHA
    7f3d68a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    85b4392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaab532 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    adca287 View commit details
    Browse the repository at this point in the history
  2. chore: add type to path

    bombillazo committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b8790b8 View commit details
    Browse the repository at this point in the history
  3. chore: fix code order

    bombillazo committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    fe46169 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Remove dependency on rimraf

    fs-extra was basically created to avoid having to install both mkdirp,
    rimraf etc, and is also already installed here, so we can avoid using
    both at the same time.
    
    This moves rimraf to devDependencies, since it's still conveniant for
    the local 'clean' and 'prepack' commands.
    
    At the same time, update to fs-extra 10.x, since it's lowest supported
    node version there is now still lower than the lowest supported version
    for patch-package, but has still introduced the option of using node's
    native fs.rm when available:
    https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md
    
    (fs-extra 11.x only works on node 14.14+, while patch-package currently
    supports all 14.x versions)
    stianjensen committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    948585d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. Merge pull request ds300#517 from stianjensen/no-rimraf

    Remove dependency on rimraf
    orta authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    40c0035 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Merge pull request ds300#491 from bombillazo/master

    [Feat] Add --create-issue character limit check
    orta authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    bd2e9a4 View commit details
    Browse the repository at this point in the history
Loading