chore(release): 7.13.6

This commit is contained in:
Zoltan Kochan
2022-10-20 01:29:11 +03:00
parent e7fd8a84c1
commit 5e77de2cfc
199 changed files with 1080 additions and 127 deletions

View File

@@ -1,5 +0,0 @@
---
"@pnpm/config": patch
---
Downgrade @pnpm/npm-conf to remove annoying builtin warning

View File

@@ -1,5 +0,0 @@
---
"@pnpm/types": minor
---
New type exported: DependenciesOrPeersField

View File

@@ -1,6 +0,0 @@
---
"pnpm": patch
"@pnpm/core": patch
---
`pnpm link --global <pkg>` should not change the type of the dependency [#5478](https://github.com/pnpm/pnpm/issues/5478).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/outdated": patch
"pnpm": patch
---
When the `pnpm outdated` command fails, print in which directory it failed.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/manifest-utils": minor
---
New function exported: `getDependencyTypeFromManifest()`.

View File

@@ -1,5 +1,13 @@
# @pnpm-private/updater
## 0.4.5
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/lockfile-file@6.0.1
## 0.4.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm-private/updater",
"version": "0.4.4",
"version": "0.4.5",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "7.13.5",
"version": "7.13.6",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "7.13.5",
"version": "7.13.6",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "7.13.5",
"version": "7.13.6",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "7.13.5",
"version": "7.13.6",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "7.13.5",
"version": "7.13.6",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,5 +1,16 @@
# @pnpm/audit
## 4.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/lockfile-types@4.3.4
- @pnpm/lockfile-utils@4.2.7
- @pnpm/lockfile-walker@6.0.1
- @pnpm/fetch@6.0.1
## 4.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "4.0.0",
"version": "4.0.1",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,17 @@
# @pnpm/build-modules
## 10.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/core-loggers@8.0.1
- @pnpm/lifecycle@14.0.1
- @pnpm/link-bins@8.0.1
- @pnpm/read-package-json@7.0.1
- @pnpm/store-controller-types@14.1.4
## 10.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "10.0.0",
"version": "10.0.1",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/cafs
## 5.0.1
### Patch Changes
- @pnpm/fetcher-base@13.1.3
- @pnpm/store-controller-types@14.1.4
## 5.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cafs",
"version": "5.0.0",
"version": "5.0.1",
"description": "A content-addressable filesystem for the packages storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/cli-meta
## 4.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
## 4.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-meta",
"version": "4.0.0",
"version": "4.0.1",
"description": "Reads the metainfo of the currently running pnpm instance",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,20 @@
# @pnpm/cli-utils
## 1.0.1
### Patch Changes
- Updated dependencies [e7fd8a84c]
- Updated dependencies [844e82f3a]
- Updated dependencies [844e82f3a]
- @pnpm/config@16.0.1
- @pnpm/types@8.8.0
- @pnpm/manifest-utils@4.1.0
- @pnpm/default-reporter@11.0.1
- @pnpm/cli-meta@4.0.1
- @pnpm/package-is-installable@7.0.1
- @pnpm/read-project-manifest@4.0.1
## 1.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,16 @@
# @pnpm/client
## 8.0.1
### Patch Changes
- @pnpm/git-fetcher@6.0.1
- @pnpm/resolver-base@9.1.3
- @pnpm/fetch@6.0.1
- @pnpm/tarball-fetcher@12.0.1
- @pnpm/directory-fetcher@4.0.1
- @pnpm/default-resolver@16.0.1
## 8.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "8.0.0",
"version": "8.0.1",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/config
## 16.0.1
### Patch Changes
- e7fd8a84c: Downgrade `@pnpm/npm-conf` to remove annoying builtin warning [#5518](https://github.com/pnpm/pnpm/issues/5518).
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/pnpmfile@4.0.1
- @pnpm/read-project-manifest@4.0.1
## 16.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "16.0.0",
"version": "16.0.1",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/core-loggers
## 8.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
## 8.0.0
### Major Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/core-loggers",
"description": "Core loggers of pnpm",
"version": "8.0.0",
"version": "8.0.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,42 @@
# @pnpm/core
## 7.0.1
### Patch Changes
- 844e82f3a: `pnpm link --global <pkg>` should not change the type of the dependency [#5478](https://github.com/pnpm/pnpm/issues/5478).
- Updated dependencies [844e82f3a]
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/manifest-utils@4.1.0
- @pnpm/build-modules@10.0.1
- @pnpm/core-loggers@8.0.1
- dependency-path@9.2.7
- @pnpm/filter-lockfile@7.0.1
- @pnpm/get-context@8.0.1
- @pnpm/headless@19.0.1
- @pnpm/hoist@7.0.1
- @pnpm/hooks.read-package-hook@2.0.1
- @pnpm/lifecycle@14.0.1
- @pnpm/link-bins@8.0.1
- @pnpm/lockfile-file@6.0.1
- @pnpm/lockfile-to-pnp@2.0.1
- @pnpm/lockfile-utils@4.2.7
- @pnpm/lockfile-walker@6.0.1
- @pnpm/modules-cleaner@13.0.1
- @pnpm/modules-yaml@11.0.1
- @pnpm/normalize-registries@4.0.1
- @pnpm/package-requester@20.0.1
- @pnpm/prune-lockfile@4.0.17
- @pnpm/read-package-json@7.0.1
- @pnpm/read-project-manifest@4.0.1
- @pnpm/remove-bins@4.0.1
- @pnpm/resolve-dependencies@29.0.1
- @pnpm/resolver-base@9.1.3
- @pnpm/store-controller-types@14.1.4
- @pnpm/symlink-dependency@6.0.1
- @pnpm/crypto.base32-hash@1.0.1
## 7.0.0
### Major Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "7.0.0",
"version": "7.0.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,14 @@
# @pnpm/create-cafs-store
## 3.0.1
### Patch Changes
- @pnpm/cafs@5.0.1
- @pnpm/fetcher-base@13.1.3
- @pnpm/store-controller-types@14.1.4
- @pnpm/fs.indexed-pkg-importer@2.0.1
## 3.0.0
### Major Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/create-cafs-store",
"description": "Create a CAFS store controller",
"version": "3.0.0",
"version": "3.0.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,16 @@
# @pnpm/default-reporter
## 11.0.1
### Patch Changes
- Updated dependencies [e7fd8a84c]
- Updated dependencies [844e82f3a]
- @pnpm/config@16.0.1
- @pnpm/types@8.8.0
- @pnpm/core-loggers@8.0.1
- @pnpm/render-peer-issues@3.0.1
## 11.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "11.0.0",
"version": "11.0.1",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/default-resolver
## 16.0.1
### Patch Changes
- @pnpm/local-resolver@9.0.1
- @pnpm/npm-resolver@14.0.1
- @pnpm/resolver-base@9.1.3
- @pnpm/git-resolver@7.0.1
- @pnpm/tarball-resolver@7.0.1
## 16.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-resolver",
"version": "16.0.0",
"version": "16.0.1",
"description": "pnpm's default package resolver",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,18 @@
# dependencies-hierarchy
## 12.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- dependency-path@9.2.7
- @pnpm/lockfile-file@6.0.1
- @pnpm/lockfile-utils@4.2.7
- @pnpm/modules-yaml@11.0.1
- @pnpm/normalize-registries@4.0.1
- @pnpm/read-package-json@7.0.1
## 12.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "dependencies-hierarchy",
"version": "12.0.0",
"version": "12.0.1",
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# dependency-path
## 9.2.7
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/crypto.base32-hash@1.0.1
## 9.2.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "dependency-path",
"version": "9.2.6",
"version": "9.2.7",
"description": "Utilities for working with symlinked node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/directory-fetcher
## 4.0.1
### Patch Changes
- @pnpm/fetcher-base@13.1.3
- @pnpm/read-project-manifest@4.0.1
- @pnpm/resolver-base@9.1.3
## 4.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/directory-fetcher",
"version": "4.0.0",
"version": "4.0.1",
"description": "A fetcher for local directory packages",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "7.13.5",
"version": "7.13.6",
"publishConfig": {
"bin": {
"pnpm": "pnpm"

View File

@@ -1,5 +1,13 @@
# @pnpm/exportable-manifest
## 4.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/read-project-manifest@4.0.1
## 4.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/exportable-manifest",
"version": "4.0.0",
"version": "4.0.1",
"description": "Creates an exportable manifest",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/fetch
## 6.0.1
### Patch Changes
- @pnpm/core-loggers@8.0.1
## 6.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/fetch",
"version": "6.0.0",
"version": "6.0.1",
"description": "node-fetch with retries",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/fetcher-base
## 13.1.3
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/resolver-base@9.1.3
## 13.1.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/fetcher-base",
"version": "13.1.2",
"version": "13.1.3",
"description": "Types for pnpm-compatible fetchers",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,17 @@
# @pnpm/filter-lockfile
## 7.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- dependency-path@9.2.7
- @pnpm/lockfile-types@4.3.4
- @pnpm/lockfile-utils@4.2.7
- @pnpm/lockfile-walker@6.0.1
- @pnpm/package-is-installable@7.0.1
## 7.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "7.0.0",
"version": "7.0.1",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/filter-workspace-packages
## 6.0.1
### Patch Changes
- @pnpm/find-workspace-packages@5.0.1
## 6.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-workspace-packages",
"version": "6.0.0",
"version": "6.0.1",
"description": "Filters packages in a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# find-packages
## 10.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/read-project-manifest@4.0.1
## 10.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "find-packages",
"version": "10.0.0",
"version": "10.0.1",
"description": "Find all packages inside a directory",
"main": "lib/index.js",
"files": [

View File

@@ -1,5 +1,14 @@
# @pnpm/find-workspace-packages
## 5.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/cli-utils@1.0.1
- find-packages@10.0.1
## 5.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-packages",
"version": "5.0.0",
"version": "5.0.1",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/fs.indexed-pkg-importer
## 2.0.1
### Patch Changes
- @pnpm/core-loggers@8.0.1
- @pnpm/store-controller-types@14.1.4
## 2.0.0
### Major Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/fs.indexed-pkg-importer",
"description": "Replicates indexed directories using hard links, copies, or cloning",
"version": "2.0.0",
"version": "2.0.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,16 @@
# @pnpm/get-context
## 8.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/core-loggers@8.0.1
- @pnpm/lockfile-file@6.0.1
- @pnpm/modules-yaml@11.0.1
- @pnpm/read-projects-context@7.0.1
## 8.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/get-context",
"version": "8.0.0",
"version": "8.0.1",
"description": "Gets context information about a project",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/git-fetcher
## 6.0.1
### Patch Changes
- @pnpm/fetcher-base@13.1.3
- @pnpm/prepare-package@3.0.1
## 6.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-fetcher",
"version": "6.0.0",
"version": "6.0.1",
"description": "A fetcher for git-hosted packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/git-resolver
## 7.0.1
### Patch Changes
- @pnpm/resolver-base@9.1.3
- @pnpm/fetch@6.0.1
## 7.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-resolver",
"version": "7.0.0",
"version": "7.0.1",
"description": "Resolver for git-hosted packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,31 @@
# @pnpm/headless
## 19.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/build-modules@10.0.1
- @pnpm/core-loggers@8.0.1
- dependency-path@9.2.7
- @pnpm/filter-lockfile@7.0.1
- @pnpm/hoist@7.0.1
- @pnpm/lifecycle@14.0.1
- @pnpm/link-bins@8.0.1
- @pnpm/lockfile-file@6.0.1
- @pnpm/lockfile-to-pnp@2.0.1
- @pnpm/lockfile-utils@4.2.7
- @pnpm/modules-cleaner@13.0.1
- @pnpm/modules-yaml@11.0.1
- @pnpm/package-is-installable@7.0.1
- @pnpm/package-requester@20.0.1
- @pnpm/read-package-json@7.0.1
- @pnpm/read-project-manifest@4.0.1
- @pnpm/store-controller-types@14.1.4
- @pnpm/symlink-dependency@6.0.1
- @pnpm/real-hoist@1.0.1
## 19.0.0
### Major Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "19.0.0",
"version": "19.0.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,18 @@
# @pnpm/hoist
## 7.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- dependency-path@9.2.7
- @pnpm/link-bins@8.0.1
- @pnpm/lockfile-types@4.3.4
- @pnpm/lockfile-utils@4.2.7
- @pnpm/lockfile-walker@6.0.1
- @pnpm/symlink-dependency@6.0.1
## 7.0.0
### Major Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/hoist",
"description": "Hoists dependencies in a node_modules created by pnpm",
"version": "7.0.0",
"version": "7.0.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,12 @@
# @pnpm/hooks.read-package-hook
## 2.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
## 2.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/hooks.read-package-hook",
"version": "2.0.0",
"version": "2.0.1",
"description": "Creates the default package reader hook used by pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,16 @@
# @pnpm/lifecycle
## 14.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/core-loggers@8.0.1
- @pnpm/read-package-json@7.0.1
- @pnpm/store-controller-types@14.1.4
- @pnpm/directory-fetcher@4.0.1
## 14.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lifecycle",
"version": "14.0.0",
"version": "14.0.1",
"description": "Package lifecycle hook runner",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,17 @@
# @pnpm/link-bins
## 8.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/manifest-utils@4.1.0
- @pnpm/package-bins@7.0.1
- @pnpm/read-package-json@7.0.1
- @pnpm/read-project-manifest@4.0.1
## 8.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/link-bins",
"version": "8.0.0",
"version": "8.0.1",
"description": "Link bins to node_modules/.bin",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/list
## 8.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- dependencies-hierarchy@12.0.1
- @pnpm/read-package-json@7.0.1
- @pnpm/read-project-manifest@4.0.1
## 8.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/list",
"version": "8.0.0",
"version": "8.0.1",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/local-resolver
## 9.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/read-project-manifest@4.0.1
- @pnpm/resolver-base@9.1.3
## 9.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/local-resolver",
"version": "9.0.0",
"version": "9.0.1",
"description": "Resolver for local packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/lockfile-file
## 6.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- dependency-path@9.2.7
- @pnpm/lockfile-types@4.3.4
- @pnpm/merge-lockfile-changes@4.0.1
## 6.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-file",
"version": "6.0.0",
"version": "6.0.1",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/lockfile-to-pnp
## 2.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- dependency-path@9.2.7
- @pnpm/lockfile-file@6.0.1
- @pnpm/lockfile-utils@4.2.7
## 2.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-to-pnp",
"version": "2.0.0",
"version": "2.0.1",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/lockfile-types
## 4.3.4
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
## 4.3.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-types",
"version": "4.3.3",
"version": "4.3.4",
"description": "Types for the pnpm-lock.yaml lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/lockfile-utils
## 4.2.7
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- dependency-path@9.2.7
- @pnpm/lockfile-types@4.3.4
- @pnpm/resolver-base@9.1.3
## 4.2.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-utils",
"version": "4.2.6",
"version": "4.2.7",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/lockfile-walker
## 6.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- dependency-path@9.2.7
- @pnpm/lockfile-types@4.3.4
## 6.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-walker",
"version": "6.0.0",
"version": "6.0.1",
"description": "Walk over all the dependencies in a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,16 @@
# @pnpm/make-dedicated-lockfile
## 0.4.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/exportable-manifest@4.0.1
- @pnpm/lockfile-file@6.0.1
- @pnpm/prune-lockfile@4.0.17
- @pnpm/read-project-manifest@4.0.1
## 0.4.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.4.0",
"version": "0.4.1",
"description": "Creates a dedicated lockfile for a subset of workspace projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,17 @@
# @pnpm/manifest-utils
## 4.1.0
### Minor Changes
- 844e82f3a: New function exported: `getDependencyTypeFromManifest()`.
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/core-loggers@8.0.1
## 4.0.0
### Major Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/manifest-utils",
"description": "Utils for dealing with package manifest",
"version": "4.0.0",
"version": "4.1.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,11 @@
# @pnpm/merge-lockfile-changes
## 4.0.1
### Patch Changes
- @pnpm/lockfile-types@4.3.4
## 4.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/merge-lockfile-changes",
"version": "4.0.0",
"version": "4.0.1",
"description": "Merges lockfiles. Can automatically fix merge conflicts",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,19 @@
# @pnpm/modules-cleaner
## 13.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
- @pnpm/core-loggers@8.0.1
- dependency-path@9.2.7
- @pnpm/filter-lockfile@7.0.1
- @pnpm/lockfile-types@4.3.4
- @pnpm/lockfile-utils@4.2.7
- @pnpm/remove-bins@4.0.1
- @pnpm/store-controller-types@14.1.4
## 13.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-cleaner",
"version": "13.0.0",
"version": "13.0.1",
"description": "Exports util functions to clean up node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/modules-yaml
## 11.0.1
### Patch Changes
- Updated dependencies [844e82f3a]
- @pnpm/types@8.8.0
## 11.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-yaml",
"version": "11.0.0",
"version": "11.0.1",
"description": "Reads/writes `node_modules/.modules.yaml`",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,18 @@
# @pnpm/mount-modules
## 0.3.1
### Patch Changes
- Updated dependencies [e7fd8a84c]
- Updated dependencies [844e82f3a]
- @pnpm/config@16.0.1
- @pnpm/types@8.8.0
- @pnpm/cafs@5.0.1
- dependency-path@9.2.7
- @pnpm/lockfile-file@6.0.1
- @pnpm/lockfile-utils@4.2.7
## 0.3.0
### Minor Changes

Some files were not shown because too many files have changed in this diff Show More