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.6.0
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.7.0
Choose a head ref
  • 16 commits
  • 168 files changed
  • 3 contributors

Commits on Jul 22, 2022

  1. ci: a new action for tagging

    zkochan committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    3dcfec9 View commit details
    Browse the repository at this point in the history
  2. ci: fix tagging action

    zkochan committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    2b859a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Configuration menu
    Copy the full SHA
    dcab314 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    107d011 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

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

Commits on Jul 26, 2022

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

Commits on Jul 27, 2022

  1. feat: add experimental use-inline-specifiers-lockfile-format (#5091)

    * feat: add experimental use-inline-specifiers-lockfile-format
    
    * fix(lockfile-file): check importers key for shared lockfile format
    
    The `convertFromLockfileFileMutable` function reverts changes from
    `normalizeLockfile` when not using the shared lockfile format.
    
      - The non-shared lockfile format puts fields like `specifiers`,
        `dependencies`, `devDependencies`, `optionalDependencies`, and
        `dependenciesMeta` on the root of the lockfile. This is typically
        the case for a repo not using pnpm workspaces.
      - The shared lockfile format puts these under a `importers` block
        scoped by a path.
    
    The `use-inline-specifiers-lockfile-format` feature flag removes the
    `specifiers` block in favor of putting each specifier next to the
    resolved version within each `dependencies`, `devDependencies`, etc
    block.
    
    This means the `convertFromLockfileFileMutable` function can no longer
    check for `specifiers` to detect the whether the "shared" format is
    used. @zkochan suggested checking for `importers` instead, which should
    have the same effect.
    #5091 (comment)
    
    * test(lockfile-file): add read & write test for useInlineSpecifiersFormat
    gluxon authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    4fa1091 View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.7.0-0

    zkochan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    1d1fc08 View commit details
    Browse the repository at this point in the history
  3. fix: plugin-commands-deploy use path resolve on deploy target dir (#5026

    )
    
    * fix: plugin-commands-deploy use path resolve on deploy target directory (#4980)
    
    Previously the deploy target directory was specified as a relative path
    to the workspace project root. This meant that absolute paths could not be used.
    Now this uses the current working directory and allows absolute paths,
    this is more in line with users expectations of unix command behaivour.
    
    close #4980
    
    * fix: allow both absolute and relative
    
    * docs: update changesets
    
    Co-authored-by: Zoltan Kochan <z@kochan.io>
    AWare and zkochan authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    c7519ad View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. fix: relink the project when its publish directory changes (#5109)

    * fix: relink the project when its publish directory changes
    
    * test: publish directory
    zkochan authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8dcfbe3 View commit details
    Browse the repository at this point in the history
  2. fix: don't include specifiers field in new experimental lockfile form…

    …at (#5110)
    
    * fix: don't include specifiers field in new experimental lockfile format
    
    * test(lockfile-file): update arguments in normalizeLockfile test
    
    * test: lockfile-file
    
    Co-authored-by: Brandon Cheng <gluxon@users.noreply.github.com>
    zkochan and gluxon authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    4361aea View commit details
    Browse the repository at this point in the history
  3. chore(release): 7.7.0-1

    zkochan committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    f774dd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. feat: verify-store-integrity (#5112)

    * feat: verify-store-integrity
    
    * docs: update changesets
    zkochan authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    cac34ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99019e0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update

    zkochan committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    171b8ee View commit details
    Browse the repository at this point in the history
  4. chore(release): 7.7.0

    zkochan committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    a80b98a View commit details
    Browse the repository at this point in the history
Loading