-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: pnpm/pnpm
base: v7.6.0
head repository: pnpm/pnpm
compare: v7.7.0
- 16 commits
- 168 files changed
- 3 contributors
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3dcfec9 - Browse repository at this point
Copy the full SHA 3dcfec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b859a4 - Browse repository at this point
Copy the full SHA 2b859a4View commit details
Commits on Jul 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dcab314 - Browse repository at this point
Copy the full SHA dcab314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 107d011 - Browse repository at this point
Copy the full SHA 107d011View commit details
Commits on Jul 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 01c5834 - Browse repository at this point
Copy the full SHA 01c5834View commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eb2426c - Browse repository at this point
Copy the full SHA eb2426cView commit details
Commits on Jul 27, 2022
-
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 useInlineSpecifiersFormatConfiguration menu - View commit details
-
Copy full SHA for 4fa1091 - Browse repository at this point
Copy the full SHA 4fa1091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d1fc08 - Browse repository at this point
Copy the full SHA 1d1fc08View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c7519ad - Browse repository at this point
Copy the full SHA c7519adView commit details
Commits on Jul 28, 2022
-
fix: relink the project when its publish directory changes (#5109)
* fix: relink the project when its publish directory changes * test: publish directory
Configuration menu - View commit details
-
Copy full SHA for 8dcfbe3 - Browse repository at this point
Copy the full SHA 8dcfbe3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4361aea - Browse repository at this point
Copy the full SHA 4361aeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f774dd1 - Browse repository at this point
Copy the full SHA f774dd1View commit details
Commits on Jul 29, 2022
-
feat: verify-store-integrity (#5112)
* feat: verify-store-integrity * docs: update changesets
Configuration menu - View commit details
-
Copy full SHA for cac34ad - Browse repository at this point
Copy the full SHA cac34adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99019e0 - Browse repository at this point
Copy the full SHA 99019e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 171b8ee - Browse repository at this point
Copy the full SHA 171b8eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a80b98a - Browse repository at this point
Copy the full SHA a80b98aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.6.0...v7.7.0