AlexRogalskiy / github-action-tag-replacer

🏷️ GitHub action to replace placeholders in files
https://github.com/marketplace/actions/tag-replacer
GNU General Public License v3.0
2 stars 1 forks source link

:arrow_up: Updates boxen to v8 #715

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boxen ^5.0.0 -> ^8.0.0 age adoption passing confidence

Release Notes

sindresorhus/boxen (boxen) ### [`v8.0.0`](https://togithub.com/sindresorhus/boxen/releases/tag/v8.0.0) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v7.1.1...v8.0.0) ##### Breaking - Require Node.js 18 ([#​96](https://togithub.com/sindresorhus/boxen/issues/96)) [`3a9c751`](https://togithub.com/sindresorhus/boxen/commit/3a9c751) ##### Improvements - Update dependencies ([#​97](https://togithub.com/sindresorhus/boxen/issues/97)) [`8f6ed57`](https://togithub.com/sindresorhus/boxen/commit/8f6ed57) ### [`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). ### [`v5.1.2`](https://togithub.com/sindresorhus/boxen/releases/tag/v5.1.2) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v5.1.1...v5.1.2) - Don't trim whitespace in input text needlessly ([#​63](https://togithub.com/sindresorhus/boxen/issues/63)) [`760e247`](https://togithub.com/sindresorhus/boxen/commit/760e247) ### [`v5.1.1`](https://togithub.com/sindresorhus/boxen/releases/tag/v5.1.1) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v5.1.0...v5.1.1) - Fix a regression ([#​61](https://togithub.com/sindresorhus/boxen/issues/61)) [`82291e8`](https://togithub.com/sindresorhus/boxen/commit/82291e8) ### [`v5.1.0`](https://togithub.com/sindresorhus/boxen/releases/tag/v5.1.0) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v5.0.1...v5.1.0) - Add `title` and `titleAlignment` options ([#​59](https://togithub.com/sindresorhus/boxen/issues/59)) [`c50dad6`](https://togithub.com/sindresorhus/boxen/commit/c50dad6) ### [`v5.0.1`](https://togithub.com/sindresorhus/boxen/releases/tag/v5.0.1) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v5.0.0...v5.0.1) - Fix crashes when wrapping text containing colorized content ([#​52](https://togithub.com/sindresorhus/boxen/issues/52)) [`ab25c46`](https://togithub.com/sindresorhus/boxen/commit/ab25c46)

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 was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 1 month ago

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

github-actions[bot] commented 1 month 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.

github-actions[bot] commented 1 month 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.

socket-security[bot] commented 1 month ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/ansi-align@3.0.1 None 0 7.68 kB nexdrew
npm/boxen@8.0.0 None 0 23.7 kB sindresorhus
npm/cli-boxes@4.0.0 None 0 6.08 kB sindresorhus
npm/get-east-asian-width@1.2.0 None 0 15.6 kB sindresorhus

🚮 Removed packages: npm/ansi-align@3.0.0, npm/boxen@5.0.0, npm/cli-boxes@2.2.1, npm/vfile-statistics@1.1.4

View full report↗︎