docs: remove not needed changesets

This commit is contained in:
Zoltan Kochan
2024-01-27 17:30:45 +01:00
parent 1fc7c86778
commit 329f8b6863
22 changed files with 0 additions and 136 deletions

View File

@@ -1,6 +0,0 @@
---
"@pnpm/plugin-commands-publishing": patch
"pnpm": patch
---
`pnpm pack` should work as expected when "prepack" modifies the manifest [#7558](https://github.com/pnpm/pnpm/pull/7558).

View File

@@ -1,12 +0,0 @@
---
"@pnpm/plugin-commands-installation": minor
"@pnpm/resolve-dependencies": minor
"@pnpm/package-requester": patch
"@pnpm/store-controller-types": minor
"@pnpm/resolver-base": minor
"@pnpm/npm-resolver": minor
"@pnpm/core": minor
"pnpm": patch
---
Running `pnpm update -r --latest` will no longer downgrade prerelease dependencies [#7436](https://github.com/pnpm/pnpm/issues/7436).

View File

@@ -1,7 +0,0 @@
---
"pnpm": patch
"@pnpm/cli-utils": patch
"@pnpm/config": patch
---
Warnings are not printed when the `--json` flag is specified [#7514](https://github.com/pnpm/pnpm/issues/7514).

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-patching": minor
---
`pnpm patch-remove` removes the directory containing the patch file if it is empty.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/get-context": patch
"pnpm": patch
---
Registry configuration from previous installation should not override current settings [#7507](https://github.com/pnpm/pnpm/issues/7507).

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-publishing": patch
---
`@pnpm/network.auth-header` should be a prod dependency.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/crypto.object-hasher": major
---
Initial release.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/plugin-commands-script-runners": patch
"pnpm": patch
---
Set saveProd to true for getting pkgName from dependencies [7424](https://github.com/pnpm/pnpm/issues/7424).

View File

@@ -1,5 +0,0 @@
---
"@pnpm/modules-yaml": patch
---
readModulesYaml should not crash on empty file.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/store-path": patch
---
Throw an error when calculating the store directory without the pnpm home directory.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/default-reporter": patch
"pnpm": patch
---
`--aggregate-output` should work on scripts executed from the same project [#7556](https://github.com/pnpm/pnpm/issues/7556).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/fs.indexed-pkg-importer": patch
"pnpm": patch
---
Prefer hard links over reflinks on Windows as they perform better [#7564](https://github.com/pnpm/pnpm/pull/7564).

View File

@@ -1,7 +0,0 @@
---
"@pnpm/config": patch
"pnpm": patch
---
Resolve the current working directory to its real location before doing any operations [#6524](https://github.com/pnpm/pnpm/issues/6524).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/license-scanner": minor
"pnpm": minor
---
When the license field does not exist in `package.json` but a license file exists, try to match and extract the license name [#7530](https://github.com/pnpm/pnpm/pull/7530).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/calc-dep-state": major
"pnpm": patch
---
Reduce the length of the side-effects cache key. Instead of saving a stringified object composed from the dependency versions of the package, use the hash calculated from the said object [#7563](https://github.com/pnpm/pnpm/pull/7563).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/tarball-fetcher": patch
"pnpm": patch
---
A git-hosted dependency should not be added to the store if it failed to be built [#7407](https://github.com/pnpm/pnpm/pull/7407).

View File

@@ -1,5 +0,0 @@
---
"@pnpm/license-scanner": patch
---
Output license information for a deterministic version when multiple versions of a single package are depended on

View File

@@ -1,7 +0,0 @@
---
"@pnpm/plugin-commands-licenses": patch
"@pnpm/license-scanner": patch
"pnpm": patch
---
Handle Git repository names containing capital letters [#7488](https://github.com/pnpm/pnpm/pull/7488).

View File

@@ -1,8 +0,0 @@
---
"@pnpm/plugin-commands-publishing": patch
"@pnpm-private/typings": patch
"@pnpm/fs.packlist": patch
"pnpm": patch
---
`pnpm publish` should pack "main" file or "bin" files defined in "publishConfig" [#4195](https://github.com/pnpm/pnpm/issues/4195).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/plugin-commands-installation": major
"pnpm": major
---
Throw an error if `pnpm update --latest` runs with arguments containing versions specs. For instance, `pnpm update --latest foo@next` is not allowed [#7567](https://github.com/pnpm/pnpm/pull/7567).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/fs.indexed-pkg-importer": patch
"pnpm": patch
---
Don't fail in Windows CoW if the file already exists [#7554](https://github.com/pnpm/pnpm/issues/7554).

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-doctor": patch
---
Fixed doctor command warning message error.