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 v8 #180

Merged
merged 1 commit into from
Jun 14, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
inquirer 7.3.3 -> 8.1.0 age adoption passing confidence

Release Notes

SBoudrias/Inquirer.js

v8.1.0

Compare Source

New features
  • Now display a loading spinner while asynchronously filtering or validating data.
  • inquirer.prompt() now accept a shorthand object syntax instead of an array with named prompts:
const { foo, bar } = await inquirer.prompt({
  foo: {
    message: '...',
    default: '...',
  },
  bar: {
    default: '...',
  }
}):

v8.0.1

Compare Source

Fixes

  • Fix issue with duplicate keys in expand prompt not being caught if casing didn't match
  • Fix rawlist prompt ignoring short option
  • Rollback dependencies migrated to ESM causing issue for some users

And lastly general dependency upgrade (to non-ESM versions)

v8.0.0

Compare Source

  • Drop support for Node 10 (through dependencies)
  • Add postfix option to the editor prompt to allow easily turning on proper syntax highlighting

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@mwcz mwcz merged commit 67e95b9 into master Jun 14, 2021
@renovate renovate bot deleted the renovate/inquirer-8.x branch June 14, 2021 18:07
mwcz pushed a commit that referenced this pull request Jul 20, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
mwcz added a commit that referenced this pull request Jul 23, 2021
* finish fixing localPreview

* add more tests and docs for primer preview

* improve primer http test

* chore(deps): update dependency husky to v4.2.5 (#151)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Clayton <mclayton@redhat.com>

* fix(deps): update dependency inquirer to v8 (#180)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency jasmine-spec-reporter to v7 (#190)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(deps): update dependency http-proxy to v1.18.1 [security] (#178)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency doctoc to v2 (#175)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency prettier to v2.3.1 (#172)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency braces to 2.3.1 [security]

* fix: print correct target url for remote requests

* finish fixing localPreview

* add more tests and docs for primer preview

* update package-lock

* fix package-lock registry references

* update browser-sync to 2.27.4

* update package-lock

* add legacy flag to chrome caching

* remove 'request' and downgrade browser-sync

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
mwcz added a commit that referenced this pull request Jul 26, 2021
* finish fixing localPreview

* add more tests and docs for primer preview

* improve primer http test

* chore(deps): update dependency husky to v4.2.5 (#151)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Clayton <mclayton@redhat.com>

* fix(deps): update dependency inquirer to v8 (#180)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency jasmine-spec-reporter to v7 (#190)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(deps): update dependency http-proxy to v1.18.1 [security] (#178)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency doctoc to v2 (#175)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency prettier to v2.3.1 (#172)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency braces to 2.3.1 [security]

* fix: print correct target url for remote requests

* finish fixing localPreview

* add more tests and docs for primer preview

* update package-lock

* fix package-lock registry references

* update browser-sync to 2.27.4

* update package-lock

* add legacy flag to chrome caching

* remove 'request' and downgrade browser-sync

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants