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: pnpm/pnpm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.7
Choose a base ref
...
head repository: pnpm/pnpm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.8
Choose a head ref
  • 12 commits
  • 158 files changed
  • 2 contributors

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    7fb1ac0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. test(core): fix

    zkochan committed May 31, 2022
    Configuration menu
    Copy the full SHA
    9f29df8 View commit details
    Browse the repository at this point in the history
  2. ci: update verdaccio cache

    zkochan committed May 31, 2022
    Configuration menu
    Copy the full SHA
    99d5bea View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    e3bb6f3 View commit details
    Browse the repository at this point in the history
  2. refactor(lockfile-file): abstract LockfileFile to Lockfile conversion (

    …#4824)
    
    * refactor(lockfile-file): rename lockfile var to lockfileFile
    
    * refactor(lockfile-file): cast within convertFromLockfileFileMutable
    
    This allows the `LockfileFile` to `Lockfile` conversion to be slightly
    better abstracted since the type assertion is now tightly grouped with
    the logic performing the conversion.
    
    This will be useful for #4725, which operates off of the `Lockfile`
    type to perform additional conversions.
    gluxon authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    4d1b0d2 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update

    zkochan committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    b797ac7 View commit details
    Browse the repository at this point in the history
  4. test: update Jest (#4644)

    zkochan authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    f2592de View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. test: fix

    zkochan committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    cb8cd3d View commit details
    Browse the repository at this point in the history
  2. test: fix

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

Commits on Jun 4, 2022

  1. fix(cli): suggest to update with Corepack (#4854)

    When pnpm was installed with Corepack,
    suggest to update it with Corepack as well.
    zkochan authored Jun 4, 2022
    Configuration menu
    Copy the full SHA
    2493b8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6756c2b View commit details
    Browse the repository at this point in the history
  3. chore(release): 7.1.8

    zkochan committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    0d18484 View commit details
    Browse the repository at this point in the history
Loading