mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-27 10:30:58 -04:00
chore(release): 11.0.0-rc.3
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# @pnpm/store.cafs
|
||||
|
||||
## 1100.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/fetching.fetcher-base@1100.0.2
|
||||
- @pnpm/store.controller-types@1100.0.2
|
||||
|
||||
## 1100.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store.cafs",
|
||||
"version": "1100.0.1",
|
||||
"version": "1100.0.2",
|
||||
"description": "A content-addressable filesystem for the packages storage",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @pnpm/store.commands
|
||||
|
||||
## 1100.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7d25bc1]
|
||||
- Updated dependencies [9e0833c]
|
||||
- @pnpm/config.reader@1101.1.0
|
||||
- @pnpm/store.connection-manager@1100.0.3
|
||||
- @pnpm/installing.client@1100.0.3
|
||||
- @pnpm/installing.context@1100.0.2
|
||||
- @pnpm/lockfile.types@1100.0.2
|
||||
- @pnpm/lockfile.utils@1100.0.2
|
||||
- @pnpm/store.controller-types@1100.0.2
|
||||
- @pnpm/store.cafs@1100.0.2
|
||||
|
||||
## 1100.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store.commands",
|
||||
"version": "1100.0.2",
|
||||
"version": "1100.0.3",
|
||||
"description": "Commands for controlling and inspecting the store",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/store-connection-manager
|
||||
|
||||
## 1100.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9e0833c: Added a new setting `minimumReleaseAgeIgnoreMissingTime`, which is `true` by default. When enabled, pnpm skips the `minimumReleaseAge` maturity check if the registry metadata does not include the `time` field. Set to `false` to fail resolution instead.
|
||||
- Updated dependencies [7d25bc1]
|
||||
- Updated dependencies [9e0833c]
|
||||
- @pnpm/config.reader@1101.1.0
|
||||
- @pnpm/installing.client@1100.0.3
|
||||
- @pnpm/store.controller@1100.0.2
|
||||
|
||||
## 1100.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store.connection-manager",
|
||||
"version": "1100.0.2",
|
||||
"version": "1100.0.3",
|
||||
"description": "Create a pnpm store controller",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/store-controller-types
|
||||
|
||||
## 1100.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [72c1e05]
|
||||
- @pnpm/resolving.resolver-base@1100.1.0
|
||||
- @pnpm/fetching.fetcher-base@1100.0.2
|
||||
|
||||
## 1100.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store.controller-types",
|
||||
"version": "1100.0.1",
|
||||
"version": "1100.0.2",
|
||||
"description": "Types for the store controller",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @pnpm/package-store
|
||||
|
||||
## 1100.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [72c1e05]
|
||||
- @pnpm/resolving.resolver-base@1100.1.0
|
||||
- @pnpm/installing.package-requester@1100.0.2
|
||||
- @pnpm/fetching.fetcher-base@1100.0.2
|
||||
- @pnpm/hooks.types@1100.0.2
|
||||
- @pnpm/store.controller-types@1100.0.2
|
||||
- @pnpm/store.cafs@1100.0.2
|
||||
- @pnpm/store.create-cafs-store@1100.0.2
|
||||
- @pnpm/worker@1100.0.2
|
||||
- @pnpm/crypto.hash@1100.0.0
|
||||
|
||||
## 1100.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store.controller",
|
||||
"version": "1100.0.1",
|
||||
"version": "1100.0.2",
|
||||
"description": "A storage for packages",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/create-cafs-store
|
||||
|
||||
## 1100.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/fetching.fetcher-base@1100.0.2
|
||||
- @pnpm/store.controller-types@1100.0.2
|
||||
- @pnpm/store.cafs@1100.0.2
|
||||
- @pnpm/fs.indexed-pkg-importer@1100.0.2
|
||||
|
||||
## 1100.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store.create-cafs-store",
|
||||
"version": "1100.0.1",
|
||||
"version": "1100.0.2",
|
||||
"description": "Create a CAFS store controller",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/store.pkg-finder
|
||||
|
||||
## 1100.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bcc88a1: Fixed `pnpm sbom` and `pnpm licenses` failing to resolve license information for git-sourced dependencies (`git+https://`, `git+ssh://`, `github:` shorthand). These commands now correctly read the package manifest from the content-addressable store for `type: 'git'` resolutions [#11260](https://github.com/pnpm/pnpm/issues/11260).
|
||||
- Updated dependencies [e03e8f4]
|
||||
- Updated dependencies [72c1e05]
|
||||
- @pnpm/fetching.directory-fetcher@1100.0.3
|
||||
- @pnpm/resolving.resolver-base@1100.1.0
|
||||
- @pnpm/store.cafs@1100.0.2
|
||||
|
||||
## 1100.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store.pkg-finder",
|
||||
"version": "1100.0.2",
|
||||
"version": "1100.0.3",
|
||||
"description": "Read a package's file map from the content-addressable store",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
Reference in New Issue
Block a user