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

Bump parcel cli dependencies #5615

Merged
merged 21 commits into from Jan 20, 2021
Merged

Bump parcel cli dependencies #5615

merged 21 commits into from Jan 20, 2021

Commits on Jan 9, 2021

  1. ⬆️ Bump ora

    aminya committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    8ba79f3 View commit details
    Browse the repository at this point in the history
  2. ⬆️ Bump chalk

    aminya committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    6d14e02 View commit details
    Browse the repository at this point in the history
  3. ⬆️ Bump term-size

    aminya committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    3ad5c29 View commit details
    Browse the repository at this point in the history
  4. ⬆️ bump filesize

    aminya committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    be416bc View commit details
    Browse the repository at this point in the history
  5. ⬆️ Bump chalk everywhere

    aminya committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    10ca4a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    debb671 View commit details
    Browse the repository at this point in the history
  7. Use chack.Instance

    Changed in v3.0.0
    aminya committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    8c962c3 View commit details
    Browse the repository at this point in the history
  8. Generate chalk.flow using flowgen

    ```
    npm i -g flowgen
    flowgen ./node_modules/chalk/index.d.ts -o ./flow-libs/chalk.js.flow --add-flow-header --no-module-exports
    ```
    aminya committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    f35f570 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f33b731 View commit details
    Browse the repository at this point in the history
  10. Update lock files

    aminya committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    039f148 View commit details
    Browse the repository at this point in the history
  11. Remove old filesize types

    aminya committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    eefe7e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Generate filesize types using flow

    ```
    flowgen ./node_modules/filesize/filesize.d.ts -o 
    ./flow-libs/filesize.js.flow --add-flow-header --no-module-exports
    ```
    aminya committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    d1b157e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e84638f View commit details
    Browse the repository at this point in the history
  3. Generate term-size types using flow

    ```
    flowgen ./node_modules/term-size/index.d.ts -o 
    ./flow-libs/term-size.js.flow --add-flow-header --no-module-exports
    ```
    aminya committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    4bf8ee7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac7b5d0 View commit details
    Browse the repository at this point in the history
  5. Remove old ora types

    aminya committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    94bd0b7 View commit details
    Browse the repository at this point in the history
  6. Generate ora types using flowgen

    ```
    flowgen ./node_modules/ora/index.d.ts -o ./flow-libs/ora.js.flow 
    --add-flow-header --no-module-exports
    ```
    aminya committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    c2f9847 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34b1e45 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    83aefca View commit details
    Browse the repository at this point in the history
  2. Update lock files

    aminya committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    32ffd9e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    df1ec31 View commit details
    Browse the repository at this point in the history