mainmatter / ember-hotspots

Create interactive prototypes from scratch and design mockups using little code but the full power of the Ember.js ecosystem.
https://simplabs.github.io/ember-hotspots/
MIT License
5 stars 0 forks source link

Update dependency pnpm to v6.35.0 #146

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

pnpm/pnpm ### [`v6.35.0`](https://togithub.com/pnpm/pnpm/releases/tag/v6.35.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v6.34.0...v6.35.0) #### Patch Changes - Installing a package with `bin` that points to an `.exe` file on Windows [#​5159](https://togithub.com/pnpm/pnpm/issues/5159). - Ignore the `always-auth` setting. pnpm will never reuse the registry auth token for requesting the package tarball, if the package tarball is hosted on a different domain. So, for example, if your registry is at `https://company.registry.com/` but the tarballs are hosted at `https://tarballs.com/`, then you will have to configure the auth token for both domains in your `.npmrc`: @​my-company:registry=https://company.registry.com/ //company.registry.com/=SOME_AUTH_TOKEN //tarballs.com/=SOME_AUTH_TOKEN - When an error happens during installation of a subdependency, print some context information in order to be able to locate that subdependency. Print the exact chain of packages that led to the problematic dependency.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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 Mend Renovate. View repository job log here.