question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature: Upgrade `@lerna/prompt` to inquirer `v9`

See original GitHub issue

Description

Upgrade @lerna/prompt to inquirer v9

Motivation

Inquirer v7 uses RxJS v6, wich uses tslib v1.

Upgrading to Inquirer v9 would upgrade RxJS to v7 and tslib to v2.

This would allow for cleaner node_modules dependencies for modern projects, as of now, I’m manually adding "tslib": "^2.0.0" to my projects, which means I have tslib 1 et tslib 2 installed in the node_modules folder.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

1reaction
jordanmbellcommented, Jul 5, 2022

Upgrading to 8.2.3 would also fix this problem, as the dependency was updated before the v9 upgrade. The breaking change to version 8 was dropped support for node 10, which is already unsupported in lerna.

https://github.com/SBoudrias/Inquirer.js/blob/9baee326b04b4e8565e815b1fa577c36e0b93727/packages/inquirer/package.json#L51

0reactions
Julien-Marcoucommented, Jul 22, 2022

Thanks 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Inquirer NPM | npm.io
inquirer.prompt(questions, answers) -> promise. Launch the prompt interface (inquiry session). questions (Array) containing Question Object (using the reactive ...
Read more >
@lerna/get-packed: Versions | Openbase
prompt : update inquirer to v8.2.4 (80c17d8). Features. add json schema for lerna.json (#3229) (5075eae); init: default useNx and useWorkspaces to true for ......
Read more >
Version and Publish - Lerna
Each time you publish, you will get a prompt for each package that has changed to specify if it's a patch, minor, major...
Read more >
Compare Versions | @lerna/version | npm
@lerna/collect-updates 3.10.1. add. @lerna/collect-updates 6.2.0 ... @lerna/prompt 6.2.0 ... function-bind 1.1.1. function-bind 1.1.1.
Read more >
https://escueladeimagenymaquillaje.com/cursos_onli...
... New Features - opencollective prompt: add option to disable it + doc ... deps: upgrade lerna to fix vulnerabilities & update webpack-dev-server ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found