Closed renovate[bot] closed 3 months ago
This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
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/)
Pull request by bot. No need to analyze
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.
Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.
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.
This PR contains the following updates:
^5.0.1
->^7.0.0
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: 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 has been generated by Mend Renovate. View repository job log here.