-
Notifications
You must be signed in to change notification settings - Fork 11
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 enquirer to v2.4.1 #394
Conversation
I could not find any differences here... It's a bit weird, the error was resolved by fixing the node version from v18.17.x to v18.16.x, e.g. https://github.com/ckb-js/kuai/actions/runs/5680015042/job/15393278313 But I've tried $ const { execSync } = require('child_process')
$ execSync('echo "{ variadicParam: [ 1, 2 ] }"').toString() with Node.js v18.6.0, v18.6.1, v18.17.0 and they all returned with
I haven't verified if |
```bash $ const { execSync } = require('child_process') $ execSync('echo "{ variadicParam: [ 1, 2 ] }"').toString() ``` Ref: #394 (comment)
```bash $ const { execSync } = require('child_process') $ execSync('echo "{ variadicParam: [ 1, 2 ] }"').toString() ``` Ref: #394 (comment)
```bash $ const { execSync } = require('child_process') $ execSync('echo "{ variadicParam: [ 1, 2 ] }"').toString() ``` Ref: #394 (comment)
```bash $ const { execSync } = require('child_process') $ execSync('echo "{ variadicParam: [ 1, 2 ] }"').toString() ``` Ref: #394 (comment)
```bash $ const { execSync } = require('child_process') $ execSync('echo "{ variadicParam: [ 1, 2 ] }"').toString() ``` Ref: #394 (comment)
```bash $ const { execSync } = require('child_process') $ execSync('echo "{ variadicParam: [ 1, 2 ] }"').toString() ``` Ref: #394 (comment)
```bash $ const { execSync } = require('child_process') $ execSync('echo "{ variadicParam: [ 1, 2 ] }"').toString() ``` Ref: #394 (comment)
94920cc
to
7cd3206
Compare
Codecov Report
@@ Coverage Diff @@
## develop #394 +/- ##
========================================
Coverage 62.39% 62.39%
========================================
Files 94 94
Lines 3101 3101
Branches 688 688
========================================
Hits 1935 1935
Misses 1057 1057
Partials 109 109 Continue to review full report in Codecov by Sentry.
|
83b0530
to
91003ad
Compare
91003ad
to
d482439
Compare
d482439
to
979f4b1
Compare
This PR contains the following updates:
2.3.6
->2.4.1
Release Notes
enquirer/enquirer (enquirer)
v2.4.1
Compare Source
v2.4.0
Compare Source
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.
This PR has been generated by Mend Renovate. View repository job log here.