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

feat!: add advanced configuration to run on first boot #10

Merged
merged 29 commits into from
Jul 19, 2023

Commits on Jul 11, 2023

  1. build(deps): update dependencies to the latest version

    configure prettier to trailingComma es5 to keep old behavior
    
    - @commander-js/extra-typings             ~4mo   ^10.0.3  →   ^11.0.0  ~25d
    - @inquirer/confirm                       ~2mo   ^1.0.11  →    ^2.0.4   ~9d
    - commander                               ~3mo   ^10.0.1  →   ^11.0.0  ~26d
    - @typescript-eslint/eslint-plugin  dev   ~2mo   ^5.59.7  →    ^6.0.0   ⩽1d
    - @typescript-eslint/parser         dev   ~2mo   ^5.59.7  →    ^6.0.0   ⩽1d
    - c8                                dev   ~5mo   ^7.13.0  →    ^8.0.0  ~28d
    - prettier                          dev   ~3mo    ^2.8.8  →    ^3.0.0   ~6d
    - @inquirer/input                         ~2mo    ^1.1.2  →    ^1.2.3   ~9d
    - @inquirer/password                      ~2mo   ^1.0.11  →    ^1.1.3   ~9d
    - chalk                                   ~7mo    ^5.2.0  →    ^5.3.0  ~12d
    - strip-ansi                             ~1.8y    ^7.0.1  →    ^7.1.0  ~1mo
    - @types/node                       dev   ~2mo   ^20.2.3  →   ^20.4.1   ~4d
    - esbuild                           dev   ~2mo  ^0.17.19  →  ^0.18.11  ~10d
    - eslint                            dev   ~2mo   ^8.41.0  →   ^8.44.0  ~11d
    - rollup                            dev   ~2mo   ^3.23.0  →   ^3.26.2   ~5d
    - rollup-plugin-node-externals      dev   ~2mo    ^6.0.1  →    ^6.1.1  ~1mo
    - typescript                        dev   ~3mo    ^5.0.4  →    ^5.1.6  ~13d
    - @rollup/plugin-typescript         dev   ~2mo   ^11.1.1  →   ^11.1.2  ~13d
    - tap                               dev   ~6mo   ^16.3.4  →   ^16.3.7  ~19d
    matteosacchetto committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    664eb78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a28a5fb View commit details
    Browse the repository at this point in the history
  3. feat: export type

    matteosacchetto committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    679d0cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd1d464 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1b3dbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acb6a02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be70055 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8e91ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    efe624f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b43f299 View commit details
    Browse the repository at this point in the history
  11. fix: shorter message

    matteosacchetto committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    714402a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    305ac69 View commit details
    Browse the repository at this point in the history
  2. fix: remove username

    matteosacchetto committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    062114b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    c674439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1774ba0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4971fa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44b1aed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    365953d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    894dba4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab3200d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8da87ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1daa82a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    28741dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3605a67 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eeb4674 View commit details
    Browse the repository at this point in the history
  13. fix: update links

    matteosacchetto committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    df3abe2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ffd7884 View commit details
    Browse the repository at this point in the history
  15. fix: README.md

    matteosacchetto committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9855b0a View commit details
    Browse the repository at this point in the history
  16. build(deps): update dependencies

    - @inquirer/confirm        ~11d    ^2.0.4  →    ^2.0.5  ⩽1d
    - @inquirer/input          ~11d    ^1.2.3  →    ^1.2.4  ⩽1d
    - @inquirer/password       ~11d    ^1.1.3  →    ^1.1.4  ⩽1d
    - esbuild             dev  ~13d  ^0.18.11  →  ^0.18.12  ⩽1d
    
    rollback @types/node to v18.16.19
    matteosacchetto committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9a06c33 View commit details
    Browse the repository at this point in the history