AlexRogalskiy / github-action-random-proverb

GitHub action for random proverbs
GNU General Public License v3.0
1 stars 1 forks source link

:arrow_up: Updates boxen to v8 #548

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)

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/@actions/core@1.2.7 environment, filesystem 0 30 kB thboop
npm/@actions/github@2.2.0 environment, filesystem Transitive: network +25 8.88 MB thboop
npm/@semantic-release/changelog@5.0.1 filesystem Transitive: environment +8 213 kB semantic-release-bot
npm/@semantic-release/commit-analyzer@8.0.1 Transitive: environment, filesystem +31 659 kB semantic-release-bot
npm/@semantic-release/npm@7.1.1 filesystem Transitive: environment, eval, network, shell, unsafe +43 13.8 MB semantic-release-bot
npm/@semantic-release/release-notes-generator@9.0.2 Transitive: environment, filesystem +37 3.69 MB semantic-release-bot
npm/@types/jest@26.0.22 None +7 298 kB types
npm/boxen@8.0.0 None +12 556 kB sindresorhus
npm/codecov@3.8.1 environment, filesystem, shell Transitive: eval +9 898 kB thomasrockhu
npm/conventional-changelog-cli@2.1.1 Transitive: environment, filesystem, shell +89 4.22 MB bcoe
npm/cz-conventional-changelog@3.3.0 environment Transitive: eval, filesystem, shell, unsafe +91 2.49 MB commitizen-bot
npm/env-cmd@10.1.0 environment, filesystem Transitive: shell +2 160 kB toddbluhm
npm/eslint-import-resolver-typescript@2.4.0 Transitive: environment, filesystem +12 250 kB jounqin
npm/eslint-plugin-github@4.1.3 None +2 52.9 kB koddsson
npm/eslint-plugin-jest@23.20.0 filesystem Transitive: environment +19 1.7 MB simenb
npm/eslint-plugin-node@11.1.0 filesystem +6 827 kB mysticatea
npm/eslint-plugin-prettier@3.4.0 filesystem 0 51.2 kB bpscott
npm/eslint-plugin-spellcheck@0.0.8 filesystem +2 1.93 MB aotaduy
npm/eslint-plugin-unicorn@29.0.0 Transitive: environment, filesystem, unsafe +57 7.9 MB sindresorhus
npm/husky@5.2.0 None 0 26.7 kB typicode
npm/jest@26.6.3 Transitive: environment, eval, filesystem, network, shell, unsafe +209 23.2 MB simenb

🚮 Removed packages: npm/boxen@5.0.1, npm/prettier@2.2.1, npm/pretty-quick@3.1.0, npm/remark-cli@9.0.0, npm/remark-lint-code-block-style@2.0.1, npm/remark-lint-ordered-list-marker-value@2.0.1, npm/remark-preset-davidtheclark@0.12.0, npm/remark-validate-links@10.0.4, npm/semantic-release@17.4.2, npm/ts-jest@26.5.5, npm/ts-node@9.1.1, npm/typescript@4.2.4

View full report↗︎