From 83a3b3762babf44d0990af1e78785094087c48cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 12:48:00 +0000 Subject: [PATCH] Update dependency ora to v7 (#389) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ora](https://togithub.com/sindresorhus/ora) | [`4.1.1` -> `7.0.1`](https://renovatebot.com/diffs/npm/ora/4.1.1/7.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ora/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ora/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ora/4.1.1/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ora/4.1.1/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
sindresorhus/ora (ora) ### [`v7.0.1`](https://togithub.com/sindresorhus/ora/releases/tag/v7.0.1) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v7.0.0...v7.0.1) - Fix missing dependency ([#​228](https://togithub.com/sindresorhus/ora/issues/228)) [`1dc1ece`](https://togithub.com/sindresorhus/ora/commit/1dc1ece) ### [`v7.0.0`](https://togithub.com/sindresorhus/ora/releases/tag/v7.0.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.3.1...v7.0.0) ##### Breaking - Require Node.js 16 [`0e96acd`](https://togithub.com/sindresorhus/ora/commit/0e96acd) ### [`v6.3.1`](https://togithub.com/sindresorhus/ora/releases/tag/v6.3.1) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.3.0...v6.3.1) - Fix Node.js 12 compatibility [`4b1c2be`](https://togithub.com/sindresorhus/ora/commit/4b1c2be) ### [`v6.3.0`](https://togithub.com/sindresorhus/ora/releases/tag/v6.3.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.2.0...v6.3.0) - Add [`suffixText`](https://togithub.com/sindresorhus/ora#suffixtext) option ([#​223](https://togithub.com/sindresorhus/ora/issues/223)) [`2378eaf`](https://togithub.com/sindresorhus/ora/commit/2378eaf) ### [`v6.2.0`](https://togithub.com/sindresorhus/ora/releases/tag/v6.2.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.1.2...v6.2.0) - Add `spinners` export to be able to access all available spinners ([#​222](https://togithub.com/sindresorhus/ora/issues/222)) [`f2ac111`](https://togithub.com/sindresorhus/ora/commit/f2ac111) ### [`v6.1.2`](https://togithub.com/sindresorhus/ora/releases/tag/v6.1.2) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.1.1...v6.1.2) - Revert "Fix preserving stdin's pause state ([#​210](https://togithub.com/sindresorhus/ora/issues/210))" [`f4e03ea`](https://togithub.com/sindresorhus/ora/commit/f4e03ea) - Reason: [https://github.com/sindresorhus/ora/issues/211](https://togithub.com/sindresorhus/ora/issues/211) ### [`v6.1.1`](https://togithub.com/sindresorhus/ora/releases/tag/v6.1.1) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.1.0...v6.1.1) - Fix preserving stdin's pause state ([#​210](https://togithub.com/sindresorhus/ora/issues/210)) [`77ccc1e`](https://togithub.com/sindresorhus/ora/commit/77ccc1e) ### [`v6.1.0`](https://togithub.com/sindresorhus/ora/releases/tag/v6.1.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.0.1...v6.1.0) - Expose the spinner `interval` as a getter [`447812b`](https://togithub.com/sindresorhus/ora/commit/447812b) - Internal refactoring. If you use any undocumented properties, this may break for you. ### [`v6.0.1`](https://togithub.com/sindresorhus/ora/releases/tag/v6.0.1) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v6.0.0...v6.0.1) - Upgrade dependencies [`26ba606`](https://togithub.com/sindresorhus/ora/commit/26ba606) ### [`v6.0.0`](https://togithub.com/sindresorhus/ora/releases/tag/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v5.4.1...v6.0.0) ##### Breaking - Require Node.js 12.20 [`ede1a54`](https://togithub.com/sindresorhus/ora/commit/ede1a54) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). - `ora.promise` is now a named import called `oraPromise` ([#​181](https://togithub.com/sindresorhus/ora/issues/181)) [`9c01990`](https://togithub.com/sindresorhus/ora/commit/9c01990) - `import {oraPromise} from 'ora';` - `oraPromise` now returns the given promise instead of `this` ([#​181](https://togithub.com/sindresorhus/ora/issues/181)) [`9c01990`](https://togithub.com/sindresorhus/ora/commit/9c01990) - This lets you await it directly, which is more useful than chaining. ##### Improvements - Improve performance of the `.clear()` method ([#​182](https://togithub.com/sindresorhus/ora/issues/182)) [`d51c971`](https://togithub.com/sindresorhus/ora/commit/d51c971) ### [`v5.4.1`](https://togithub.com/sindresorhus/ora/releases/tag/v5.4.1) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v5.4.0...v5.4.1) - Fix: Don't allow `default` as a spinner ([#​175](https://togithub.com/sindresorhus/ora/issues/175)) [`659f839`](https://togithub.com/sindresorhus/ora/commit/659f839) ### [`v5.4.0`](https://togithub.com/sindresorhus/ora/releases/tag/v5.4.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v5.3.0...v5.4.0) - Improve detection for terminals supporting Unicode [`c884e0d`](https://togithub.com/sindresorhus/ora/commit/c884e0d) ### [`v5.3.0`](https://togithub.com/sindresorhus/ora/releases/tag/v5.3.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v5.2.0...v5.3.0) - Use nice spinner on VSCode's terminal and Windows Terminal ([#​167](https://togithub.com/sindresorhus/ora/issues/167)) [`af52bbd`](https://togithub.com/sindresorhus/ora/commit/af52bbd) ### [`v5.2.0`](https://togithub.com/sindresorhus/ora/releases/tag/v5.2.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v5.1.0...v5.2.0) - Use `bl` package instead of `mute-stream` ([#​163](https://togithub.com/sindresorhus/ora/issues/163)) [`56de27f`](https://togithub.com/sindresorhus/ora/commit/56de27f) ### [`v5.1.0`](https://togithub.com/sindresorhus/ora/releases/tag/v5.1.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v5.0.0...v5.1.0) - Add [`isSilent`](https://togithub.com/sindresorhus/ora#issilent) option ([#​155](https://togithub.com/sindresorhus/ora/issues/155)) [`1bd812a`](https://togithub.com/sindresorhus/ora/commit/1bd812a) - Allow setting `prefixText` dynamically ([#​154](https://togithub.com/sindresorhus/ora/issues/154)) [`561bc85`](https://togithub.com/sindresorhus/ora/commit/561bc85) ### [`v5.0.0`](https://togithub.com/sindresorhus/ora/releases/tag/v5.0.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/376bdaabc9e80ada6dd14dac28ecb3dd5b14f4dc...v5.0.0) ##### Breaking - Require Node.js 10 [`87010c5`](https://togithub.com/sindresorhus/ora/commit/87010c5)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs). --- packages/next/package.json | 2 +- pnpm-lock.yaml | 76 ++++++++++++++++++++++---------------- 2 files changed, 46 insertions(+), 32 deletions(-) diff --git a/packages/next/package.json b/packages/next/package.json index 508d35ab46..48c2402720 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -258,7 +258,7 @@ "native-url": "0.3.4", "neo-async": "2.6.2", "node-html-parser": "6.1.10", - "ora": "4.1.1", + "ora": "7.0.1", "os-browserify": "0.3.0", "p-limit": "3.1.0", "path-browserify": "1.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 11d57a8843..940fd56a68 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1166,8 +1166,8 @@ importers: specifier: 6.1.10 version: 6.1.10 ora: - specifier: 4.1.1 - version: 4.1.1 + specifier: 7.0.1 + version: 7.0.1 os-browserify: specifier: 0.3.0 version: 0.3.0 @@ -9029,14 +9029,6 @@ packages: escape-string-regexp: 1.0.5 supports-color: 5.5.0 - /chalk@3.0.0: - resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} - engines: {node: '>=8'} - dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 - dev: true - /chalk@4.1.0: resolution: {integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==} engines: {node: '>=10'} @@ -9259,6 +9251,11 @@ packages: resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==} engines: {node: '>=6'} + /cli-spinners@2.9.1: + resolution: {integrity: sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==} + engines: {node: '>=6'} + dev: true + /cli-truncate@3.1.0: resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -16604,13 +16601,6 @@ packages: chalk: 2.4.2 dev: true - /log-symbols@3.0.0: - resolution: {integrity: sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==} - engines: {node: '>=8'} - dependencies: - chalk: 2.4.2 - dev: true - /log-symbols@4.1.0: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} @@ -18794,20 +18784,6 @@ packages: wcwidth: 1.0.1 dev: true - /ora@4.1.1: - resolution: {integrity: sha512-sjYP8QyVWBpBZWD6Vr1M/KwknSw6kJOz41tvGMlwWeClHBtYKTbHMki1PsLZnxKpXMPbTKv9b3pjQu3REib96A==} - engines: {node: '>=8'} - dependencies: - chalk: 3.0.0 - cli-cursor: 3.1.0 - cli-spinners: 2.6.1 - is-interactive: 1.0.0 - log-symbols: 3.0.0 - mute-stream: 0.0.8 - strip-ansi: 6.0.1 - wcwidth: 1.0.1 - dev: true - /ora@5.4.1: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} @@ -18837,6 +18813,21 @@ packages: wcwidth: 1.0.1 dev: true + /ora@7.0.1: + resolution: {integrity: sha512-0TUxTiFJWv+JnjWm4o9yvuskpEJLXTcng8MJuKd+SzAzp2o+OP3HWqNhB4OdJRt1Vsd9/mR0oyaEYlOnL7XIRw==} + engines: {node: '>=16'} + dependencies: + chalk: 5.3.0 + cli-cursor: 4.0.0 + cli-spinners: 2.9.1 + is-interactive: 2.0.0 + is-unicode-supported: 1.3.0 + log-symbols: 5.1.0 + stdin-discarder: 0.1.0 + string-width: 6.1.0 + strip-ansi: 7.1.0 + dev: true + /os-browserify@0.3.0: resolution: {integrity: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=} dev: true @@ -22956,6 +22947,13 @@ packages: engines: {node: '>= 0.8'} dev: true + /stdin-discarder@0.1.0: + resolution: {integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + bl: 5.0.0 + dev: true + /stop-iteration-iterator@1.0.0: resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} engines: {node: '>= 0.4'} @@ -23080,6 +23078,15 @@ packages: emoji-regex: 9.2.2 strip-ansi: 7.0.1 + /string-width@6.1.0: + resolution: {integrity: sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==} + engines: {node: '>=16'} + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 10.2.1 + strip-ansi: 7.1.0 + dev: true + /string.prototype.codepointat@0.2.1: resolution: {integrity: sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==} dev: true @@ -23187,6 +23194,13 @@ packages: dependencies: ansi-regex: 6.0.1 + /strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + dependencies: + ansi-regex: 6.0.1 + dev: true + /strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'}