Shinigami92 / eslint-plugin-vue-pug-sfc

eslint plugin vue pug sfc
https://www.npmjs.com/package/eslint-plugin-vue-pug-sfc
MIT License
32 stars 4 forks source link

Update pnpm to v6.32.3 #148

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 6.32.2 -> 6.32.3 age adoption passing confidence

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.