docs: add changesets

This commit is contained in:
Zoltan Kochan
2020-04-25 21:54:40 +03:00
parent 6d2a497681
commit 907c63a48d
9 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
"@pnpm/package-requester": patch
"pnpm": patch
"supi": patch
"@pnpm/symlink-dependency": patch
---
Update symlink-dir to v4.

View File

@@ -0,0 +1,12 @@
---
"@pnpm/headless": patch
"@pnpm/outdated": patch
"@pnpm/plugin-commands-outdated": patch
"@pnpm/plugin-commands-publishing": patch
"@pnpm/plugin-commands-server": patch
"@pnpm/plugin-commands-store": patch
"@pnpm/store-connection-manager": patch
"supi": patch
---
Update `@pnpm/store-path`.

View File

@@ -0,0 +1,16 @@
---
"@pnpm/link-bins": patch
"@pnpm/lockfile-file": patch
"@pnpm/matcher": patch
"@pnpm/package-requester": patch
"@pnpm/package-store": patch
"@pnpm/plugin-commands-installation": patch
"@pnpm/plugin-commands-outdated": patch
"@pnpm/plugin-commands-server": patch
"@pnpm/store-connection-manager": patch
"supi": patch
"@pnpm/symlink-dependency": patch
"@pnpm/tarball-fetcher": patch
---
Dependencies updated.

View File

@@ -0,0 +1,5 @@
---
"@pnpm/get-context": patch
---
Update dependencies.

View File

@@ -0,0 +1,15 @@
---
"@pnpm/filter-lockfile": patch
"@pnpm/lockfile-file": patch
"@pnpm/lockfile-utils": patch
"@pnpm/modules-yaml": patch
"@pnpm/plugin-commands-installation": patch
"@pnpm/plugin-commands-listing": patch
"@pnpm/plugin-commands-publishing": patch
"@pnpm/plugin-commands-rebuild": patch
"@pnpm/plugin-commands-script-runners": patch
"supi": patch
"@pnpm/write-project-manifest": patch
---
Dependencies updated.

View File

@@ -0,0 +1,11 @@
---
"@pnpm/get-context": patch
"@pnpm/link-bins": patch
"@pnpm/lockfile-file": patch
"@pnpm/plugin-commands-server": patch
"@pnpm/store-connection-manager": patch
"supi": patch
"@pnpm/symlink-dependency": patch
---
Use `fs.mkdir` instead of `make-dir`.

View File

@@ -0,0 +1,5 @@
---
"@pnpm/default-reporter": patch
---
Global warnings are reported.

View File

@@ -0,0 +1,5 @@
---
"@pnpm/package-store": minor
---
The number of filesystem operations has been reduced.

View File

@@ -0,0 +1,5 @@
---
"supi": patch
---
`pnpm update --no-save` does not update the specs in the `package.json` files.