AlexRogalskiy / quotes

📜 Styled Quotes API
https://styled-quotes.vercel.app
GNU General Public License v3.0
1 stars 0 forks source link

:arrow_up: Updates boxen to v8 #1831

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

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

Release Notes

sindresorhus/boxen (boxen) ### [`v8.0.1`](https://togithub.com/sindresorhus/boxen/releases/tag/v8.0.1) [Compare Source](https://togithub.com/sindresorhus/boxen/compare/v8.0.0...v8.0.1) - Downgrade `cli-boxes` ([#​102](https://togithub.com/sindresorhus/boxen/issues/102)) [`3cf4ea9`](https://togithub.com/sindresorhus/boxen/commit/3cf4ea9) - It turned out to not be compatible with the currently targeted Node.js version. ### [`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).

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 3 months 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 3 months ago

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

github-actions[bot] commented 3 months 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.

socket-security[bot] commented 3 months ago

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

Package New capabilities Transitives Size Publisher
npm/@tilt.dev/tilt-inspector@0.1.6 Transitive: environment, eval, filesystem, network, shell, unsafe +437 133 MB nicks
npm/boxen@8.0.0 None 0 23.7 kB sindresorhus

🚮 Removed packages: npm/boxen@5.1.2

View full report↗︎

socket-security[bot] commented 3 months ago

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Telemetry npm/next@10.2.3
  • Note: Can be disabled by setting the environment variable NEXT_TELEMETRY_DISABLED=1 . See https://nextjs.org/telemetry for more information
🚫

View full report↗︎

Next steps

What is telemetry?

This package contains telemetry which tracks how it is used.

Most telemetry comes with settings to disable it. Consider disabling telemetry if you do not want to be tracked.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/next@10.2.3