typescript-lib-starter
typescript-lib-starter copied to clipboard
Update prompts to the latest version π
The devDependency prompts was updated from 2.0.0 to 2.0.1.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Find out more about this release.
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
devDependencyprompts was updated from2.0.0to2.0.2.
- The
devDependencyprompts was updated from2.0.0to2.0.3.
Update to this version instead π
Commits
The new version differs by 9 commits.
605be8a2.0.33694555Merge branch 'lumio-bugfix/133-toggle-defaults'd7c0cb7have publish script increase version4b8f01eMerge branch 'bugfix/133-toggle-defaults' of https://github.com/lumio/prompts into lumio-bugfix/133-toggle-defaultsf67fba0update dependenciesedf5c41#133 Unnecessary boolification5d37488#133 Bump patch numberd5c6ac2#133 Match editorconfig to current source and fix indentation of testsc6bfd96#133 Set defaults for toggle
See the full diff
- The
devDependencyprompts was updated from2.0.0to2.0.4.
Update to this version instead π
Release Notes for v2.0.4
- New: Override question feature with
prompts.overridefeature by @lumio. #132 #144 - Bug fix: Fallback not working on autocomplete by @lumio and @DrunkenPoney #137 #138 #121
- New: Issue templates for a better developer experience by @lumio #139 #143
- Improvement: Autocomplete Pagination by @DrunkenPoney #136 #130
- Improvement: Updated
dateprompt with new option to change format and the possibility to type numbers. @DrunkenPoney #135 #141 - Default value for choices in
AutoCompleteprompt #151
I'm happy to announce that @lumio is joining @DrunkenPoney and @lukeed as part the Prompts team.
He will help maintain and shape future releases of prompts.
Commits
The new version differs by 15 commits.
c75d5672.0.48b8ea86Updated dependenciesf0176d7Fix image sized5da5e9Added gif for date prompt6756ff1Moved date/time documentation to wiki9186cd5Fix autocomplete issues (#150)b6a5501default choices value + update jsdoc (#151)6c26421Fix autacomplete options table (#146)e841383simplify date exampled823758Autocomplete Pagination (#136)4aa9d07Bugfix/121 fallback not working on autocomplete (#138)6c55528#132 Override questions with prompts.override (#144)54de9abIssue templates (#143)fc16e5eAdd issue templates (#139)c7658c0Date Prompt Improvements (#141)
See the full diff
- The
devDependencyprompts was updated from2.0.0to2.1.0.
Update to this version instead π
Release Notes for v2.1.0
- New: multi-select autocomplete #157 #127
- Fix: fallback to transpiled code on Node.js version <8.6.0 #160 #159
Thank you @lumio, @lukeed, @pieh, @KyleAMathews, and @creatyvtype