AlexRogalskiy / proverbs

šŸŽ² Styled Proverbs API
https://styled-proverbs.vercel.app
GNU General Public License v3.0
5 stars 1 forks source link

:arrow_up: Updates boxen to v7 - autoclosed #1020

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boxen ^5.0.1 -> ^7.0.0 age adoption passing confidence

Release Notes

sindresorhus/boxen (boxen) ### [`v7.1.1`](https://togithub.com/sindresorhus/boxen/releases/tag/v7.1.1) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v7.1.0...v7.1.1) - Fix `borderStyle: 'none'` ([#​89](https://togithub.com/sindresorhus/boxen/issues/89)) [`ef5c987`](https://togithub.com/sindresorhus/boxen/commit/ef5c987) ### [`v7.1.0`](https://togithub.com/sindresorhus/boxen/releases/tag/v7.1.0) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v7.0.2...v7.1.0) - Allow border to be optional ([#​88](https://togithub.com/sindresorhus/boxen/issues/88)) [`1f9c8e2`](https://togithub.com/sindresorhus/boxen/commit/1f9c8e2) ### [`v7.0.2`](https://togithub.com/sindresorhus/boxen/releases/tag/v7.0.2) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v7.0.1...v7.0.2) - Fix the `Spacing` TypeScript type ([#​86](https://togithub.com/sindresorhus/boxen/issues/86)) [`cb31d0d`](https://togithub.com/sindresorhus/boxen/commit/cb31d0d) ### [`v7.0.1`](https://togithub.com/sindresorhus/boxen/releases/tag/v7.0.1) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v7.0.0...v7.0.1) - Use newline as line separator in all cases ([#​81](https://togithub.com/sindresorhus/boxen/issues/81)) [`a94569b`](https://togithub.com/sindresorhus/boxen/commit/a94569b) ### [`v7.0.0`](https://togithub.com/sindresorhus/boxen/releases/tag/v7.0.0) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v6.2.1...v7.0.0) ##### Breaking - Require Node.js 14 [`c393023`](https://togithub.com/sindresorhus/boxen/commit/c393023) ##### Improvements - Add `height` and `fullscreen` option ([#​75](https://togithub.com/sindresorhus/boxen/issues/75)) [`d6b4b32`](https://togithub.com/sindresorhus/boxen/commit/d6b4b32) ### [`v6.2.1`](https://togithub.com/sindresorhus/boxen/releases/tag/v6.2.1) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v6.2.0...v6.2.1) - Update dependencies [`5f01309`](https://togithub.com/sindresorhus/boxen/commit/5f01309) ### [`v6.2.0`](https://togithub.com/sindresorhus/boxen/releases/tag/v6.2.0) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v6.1.0...v6.2.0) - Add [`width`](https://togithub.com/sindresorhus/boxen#width) option ([#​70](https://togithub.com/sindresorhus/boxen/issues/70)) [`9555d3f`](https://togithub.com/sindresorhus/boxen/commit/9555d3f) ### [`v6.1.0`](https://togithub.com/sindresorhus/boxen/releases/tag/v6.1.0) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v6.0.0...v6.1.0) - Change the `borderStyle` option in a **backwards-compatible way** ([#​69](https://togithub.com/sindresorhus/boxen/issues/69)) [`ee66420`](https://togithub.com/sindresorhus/boxen/commit/ee66420) While not required, we encourage you to move to this new format: ```diff { topLeft: '+', topRight: '+', bottomLeft: '+', bottomRight: '+', - horizontal: '-', - vertical: '|', + top: '-', + bottom: '-', + left: '|', + right: '|', } ``` ### [`v6.0.0`](https://togithub.com/sindresorhus/boxen/releases/tag/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v5.1.2...v6.0.0) #### Breaking - Require Node.js 12.20 ([#​67](https://togithub.com/sindresorhus/boxen/issues/67)) [`8747277`](https://togithub.com/sindresorhus/boxen/commit/8747277) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).

Configuration

šŸ“… Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, 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 has been generated by Mend Renovate. View repository job log here.

changelogg[bot] commented 2 years ago

Hey! Changelogs info seems to be missing or might be in incorrect format. Please use the below template in PR description to ensure Changelogg can detect your changes:

    - (tag) changelog_text
or
```
- tag: changelog_text
```
**OR**
You can add tag in PR header or while doing a commit too
```    
(tag) PR header
```
or
```
tag: PR header
```
Valid tags: **added** / **feat**, **changed**, **deprecated**, **fixed** / **fix**, **removed**, **security**, **build**, **ci**, **chore**, **docs**, **perf**, **refactor**, **revert**, **style**, **test**
Thanks!
For more info, check out [changelogg docs](https://docs.changelogg.io/)
viezly[bot] commented 2 years ago

Pull request by bot. No need to analyze

github-actions[bot] commented 2 years ago

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

github-actions[bot] commented 2 years ago

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

github-actions[bot] commented 2 years ago

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.