pnpm/pnpm
### [`v6.32.3`](https://togithub.com/pnpm/pnpm/releases/v6.32.3)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v6.32.2...v6.32.3)
##### Patch Changes
- [`4941f31`](https://togithub.com/pnpm/pnpm/commit/4941f31ee): The location of an injected directory dependency should be correctly located, when there is a chain of local dependencies (declared via the `file:` protocol\`).
The next scenario was not working prior to the fix. There are 3 projects in the same folder: foo, bar, qar.
`foo/package.json`:
```json
{
"name": "foo",
"dependencies": {
"bar": "file:../bar"
},
"dependenciesMeta": {
"bar": {
"injected": true
}
}
}
```
`bar/package.json`:
```json
{
"name": "bar",
"dependencies": {
"qar": "file:../qar"
},
"dependenciesMeta": {
"qar": {
"injected": true
}
}
}
```
`qar/package.json`:
```json
{
"name": "qar"
}
```
Related PR: [#4415](https://togithub.com/pnpm/pnpm/pull/4415).
Configuration
📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
6.32.2
->6.32.3
Release Notes
pnpm/pnpm
### [`v6.32.3`](https://togithub.com/pnpm/pnpm/releases/v6.32.3) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v6.32.2...v6.32.3) ##### Patch Changes - [`4941f31`](https://togithub.com/pnpm/pnpm/commit/4941f31ee): The location of an injected directory dependency should be correctly located, when there is a chain of local dependencies (declared via the `file:` protocol\`). The next scenario was not working prior to the fix. There are 3 projects in the same folder: foo, bar, qar. `foo/package.json`: ```json { "name": "foo", "dependencies": { "bar": "file:../bar" }, "dependenciesMeta": { "bar": { "injected": true } } } ``` `bar/package.json`: ```json { "name": "bar", "dependencies": { "qar": "file:../qar" }, "dependenciesMeta": { "qar": { "injected": true } } } ``` `qar/package.json`: ```json { "name": "qar" } ``` Related PR: [#4415](https://togithub.com/pnpm/pnpm/pull/4415).Configuration
📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.