bahmutov / npm-install

GitHub Action for install npm dependencies with caching without any configuration
https://github.com/marketplace/actions/npm-or-yarn-install-with-caching
650 stars 70 forks source link

fix(deps): update dependency hasha to v6 #205

Open renovate[bot] opened 10 months ago

renovate[bot] commented 10 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hasha 5.2.2 -> 6.0.0 age adoption passing confidence

Release Notes

sindresorhus/hasha (hasha) ### [`v6.0.0`](https://togithub.com/sindresorhus/hasha/releases/tag/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/hasha/compare/v5.2.2...v6.0.0) ##### Breaking - Require Node.js 18 [`6dda681`](https://togithub.com/sindresorhus/hasha/commit/6dda681) - This package is now pure ESM. **Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).** - Converted the default import to named imports: - `hasha` → `hashSync` - `hasha.async` → `hash` - `hasha.fromStream` → `hash` - `hasha.fromFile` → `hashFile` - `hasha.fromFileSync` → `hashFileSync` - `hasha.stream` → `hashingStream`

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.