Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency inquirer to v9 #441

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
inquirer (source) ^8.2.6 -> ^9.2.19 age adoption passing confidence
@types/inquirer (source) ^8.2.10 -> ^9.0.7 age adoption passing confidence

Release Notes

SBoudrias/Inquirer.js (inquirer)

v9.2.19

Compare Source

v9.2.18

Compare Source

v9.2.17

Compare Source

v9.2.16

Compare Source

v9.2.15

Compare Source

v9.2.14

Compare Source

v9.2.13

Compare Source

v9.2.12

Compare Source

v9.2.11

Compare Source

v9.2.10

Compare Source

v9.2.9

Compare Source

  • Modified lodash imports to help with tree-shaking
  • Replace unmaintained through dependency (only affect users of the old bottom bar)

v9.2.8

Compare Source

v9.2.7

Compare Source

v9.2.6

Compare Source

v9.2.5

Compare Source

v9.2.4

Compare Source

v9.2.3

Compare Source

v9.2.2

Compare Source

v9.2.1

Compare Source

v9.2.0

Compare Source

v9.1.5

Compare Source

v9.1.4

Compare Source

Fix issue with the default value disappearing from prompt.

v9.1.3

Compare Source

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

Inquirer is now a native Node ECMAScript module. This will require your Node runtime to support es modules, and your app to be an es module. Node documentation over here: https://nodejs.org/api/esm.html#modules-ecmascript-modules

If you cannot migrate, please remember you can keep using the v8.x release line until you're ready.


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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/inquirer-9.x branch 2 times, most recently from 6f54b55 to 008207d Compare August 4, 2023 06:19
@Yarimizu14
Copy link
Contributor

The current version of @types/inquirer seems to match to the current inquirer version we are using and be published before version v9.0.3, which this PR is trying to update to 🤔 . So I leave this PR unmerged for now.

autify-cli/package-lock.json

Lines 6507 to 6531 in 602f2bb

"node_modules/inquirer": {
"version": "8.2.6",
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz",
"integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==",
"dependencies": {
"ansi-escapes": "^4.2.1",
"chalk": "^4.1.1",
"cli-cursor": "^3.1.0",
"cli-width": "^3.0.0",
"external-editor": "^3.0.3",
"figures": "^3.0.0",
"lodash": "^4.17.21",
"mute-stream": "0.0.8",
"ora": "^5.4.1",
"run-async": "^2.4.0",
"rxjs": "^7.5.5",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0",
"through": "^2.3.6",
"wrap-ansi": "^6.0.1"
},
"engines": {
"node": ">=12.0.0"
}
},

@renovate renovate bot changed the title Update dependency @types/inquirer to v9 Update dependency inquirer to v9 Aug 5, 2023
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch 2 times, most recently from 6220aed to f0bb4f1 Compare August 17, 2023 06:00
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch 5 times, most recently from 197b33e to 3294a3b Compare September 11, 2023 03:16
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch 3 times, most recently from 669b0b7 to 6737df9 Compare September 29, 2023 08:09
@renovate renovate bot changed the title Update dependency inquirer to v9 fix(deps): update dependency inquirer to v9 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch 4 times, most recently from 4c37598 to cce9ec5 Compare September 29, 2023 09:11
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch 8 times, most recently from b04a0ac to acd561b Compare October 23, 2023 07:07
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch 11 times, most recently from da55151 to 3c79105 Compare January 16, 2024 08:13
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch 4 times, most recently from daf5eb2 to e1e4e08 Compare February 5, 2024 07:18
@renovate renovate bot force-pushed the renovate/inquirer-9.x branch 4 times, most recently from 4bcea27 to 22d825f Compare April 17, 2024 01:35
@henchiyb
Copy link
Contributor

Close because we're using @typyscript-eslint that don't support eslint v9 for now

@henchiyb henchiyb closed this Apr 17, 2024
Copy link
Contributor Author

renovate bot commented Apr 17, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 9.x releases. But if you manually upgrade to 9.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/inquirer-9.x branch April 17, 2024 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants