semantic-release / release-notes-generator

:clipboard: semantic-release plugin to generate changelog content with conventional-changelog
MIT License
314 stars 47 forks source link

fix(deps): update dependency into-stream to v8 #454

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
into-stream ^7.0.0 -> ^8.0.0 age adoption passing confidence

Release Notes

sindresorhus/into-stream (into-stream) ### [`v8.0.1`](https://togithub.com/sindresorhus/into-stream/releases/tag/v8.0.1) [Compare Source](https://togithub.com/sindresorhus/into-stream/compare/v8.0.0...v8.0.1) - Throw user-friendly error message on undefined input [`d38670e`](https://togithub.com/sindresorhus/into-stream/commit/d38670e) ### [`v8.0.0`](https://togithub.com/sindresorhus/into-stream/releases/tag/v8.0.0) [Compare Source](https://togithub.com/sindresorhus/into-stream/compare/v7.0.0...v8.0.0) ##### Breaking - Require Node.js 16 [`ebbad60`](https://togithub.com/sindresorhus/into-stream/commit/ebbad60) - It no longer chunks up the input if it's a string. - This should not really matter as the chunks are not guaranteed to be preserved anyway.

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» 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.

gr2m commented 1 year ago

I looked into this for a moment, I can't figure out why the test is failing

npx ava test/integration.test.js --match "Set conventional-changelog-writer context"