opticdev / optic

OpenAPI linting, diffing and testing. Optic helps prevent breaking changes, publish accurate documentation and improve the design of your APIs.
https://useoptic.com
MIT License
1.36k stars 83 forks source link

fix(deps): update dependency ora to v8 #2627

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ora 5.4.1 -> 8.0.1 age adoption passing confidence

Release Notes

sindresorhus/ora (ora) ### [`v8.0.1`](https://togithub.com/sindresorhus/ora/releases/tag/v8.0.1) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v8.0.0...v8.0.1) - Fix the process not exiting [`89a1f31`](https://togithub.com/sindresorhus/ora/commit/89a1f31) ### [`v8.0.0`](https://togithub.com/sindresorhus/ora/releases/tag/v8.0.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v7.0.1...v8.0.0) ##### Breaking - Require Node.js 18 [`675590f`](https://togithub.com/sindresorhus/ora/commit/675590f) ##### Improvements - Update dependencies [`675590f`](https://togithub.com/sindresorhus/ora/commit/675590f) ### [`v7.0.1`](https://togithub.com/sindresorhus/ora/releases/tag/v7.0.1) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v7.0.0...v7.0.1) - Fix missing dependency ([#​228](https://togithub.com/sindresorhus/ora/issues/228)) [`1dc1ece`](https://togithub.com/sindresorhus/ora/commit/1dc1ece) ### [`v7.0.0`](https://togithub.com/sindresorhus/ora/releases/tag/v7.0.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.3.1...v7.0.0) ##### Breaking - Require Node.js 16 [`0e96acd`](https://togithub.com/sindresorhus/ora/commit/0e96acd) ### [`v6.3.1`](https://togithub.com/sindresorhus/ora/releases/tag/v6.3.1) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.3.0...v6.3.1) - Fix Node.js 12 compatibility [`4b1c2be`](https://togithub.com/sindresorhus/ora/commit/4b1c2be) ### [`v6.3.0`](https://togithub.com/sindresorhus/ora/releases/tag/v6.3.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.2.0...v6.3.0) - Add [`suffixText`](https://togithub.com/sindresorhus/ora#suffixtext) option ([#​223](https://togithub.com/sindresorhus/ora/issues/223)) [`2378eaf`](https://togithub.com/sindresorhus/ora/commit/2378eaf) ### [`v6.2.0`](https://togithub.com/sindresorhus/ora/releases/tag/v6.2.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.1.2...v6.2.0) - Add `spinners` export to be able to access all available spinners ([#​222](https://togithub.com/sindresorhus/ora/issues/222)) [`f2ac111`](https://togithub.com/sindresorhus/ora/commit/f2ac111) ### [`v6.1.2`](https://togithub.com/sindresorhus/ora/releases/tag/v6.1.2) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.1.1...v6.1.2) - Revert "Fix preserving stdin's pause state ([#​210](https://togithub.com/sindresorhus/ora/issues/210))" [`f4e03ea`](https://togithub.com/sindresorhus/ora/commit/f4e03ea) - Reason: [https://github.com/sindresorhus/ora/issues/211](https://togithub.com/sindresorhus/ora/issues/211) ### [`v6.1.1`](https://togithub.com/sindresorhus/ora/releases/tag/v6.1.1) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.1.0...v6.1.1) - Fix preserving stdin's pause state ([#​210](https://togithub.com/sindresorhus/ora/issues/210)) [`77ccc1e`](https://togithub.com/sindresorhus/ora/commit/77ccc1e) ### [`v6.1.0`](https://togithub.com/sindresorhus/ora/releases/tag/v6.1.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.0.1...v6.1.0) - Expose the spinner `interval` as a getter [`447812b`](https://togithub.com/sindresorhus/ora/commit/447812b) - Internal refactoring. If you use any undocumented properties, this may break for you. ### [`v6.0.1`](https://togithub.com/sindresorhus/ora/releases/tag/v6.0.1) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.0.0...v6.0.1) - Upgrade dependencies [`26ba606`](https://togithub.com/sindresorhus/ora/commit/26ba606) ### [`v6.0.0`](https://togithub.com/sindresorhus/ora/releases/tag/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v5.4.1...v6.0.0) ##### Breaking - Require Node.js 12.20 [`ede1a54`](https://togithub.com/sindresorhus/ora/commit/ede1a54) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). - `ora.promise` is now a named import called `oraPromise` ([#​181](https://togithub.com/sindresorhus/ora/issues/181)) [`9c01990`](https://togithub.com/sindresorhus/ora/commit/9c01990) - `import {oraPromise} from 'ora';` - `oraPromise` now returns the given promise instead of `this` ([#​181](https://togithub.com/sindresorhus/ora/issues/181)) [`9c01990`](https://togithub.com/sindresorhus/ora/commit/9c01990) - This lets you await it directly, which is more useful than chaining. ##### Improvements - Improve performance of the `.clear()` method ([#​182](https://togithub.com/sindresorhus/ora/issues/182)) [`d51c971`](https://togithub.com/sindresorhus/ora/commit/d51c971)

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 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.

renovate[bot] commented 10 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 8.x releases. But if you manually upgrade to 8.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.