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

Use elm-solve-deps-wasm instead of elm-json solve #558

Merged
merged 39 commits into from
Apr 6, 2022

Commits on Dec 28, 2021

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

Commits on Dec 29, 2021

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

Commits on Jan 2, 2022

  1. Restore elm-tooling for internal use

    It’s used to install Elm and elm-format for development of
    node-test-runner.
    
    I re-added elm-tooling to devDependencies (not dependencies) since it’s
    only used during development now.
    lydell committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    02a8ef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44c1162 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37bd471 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2435cf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8db1160 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b8bab4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df6e9c9 View commit details
    Browse the repository at this point in the history
  8. Avoid reading elm.json again

    lydell committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    bfc3e44 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

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

Commits on Jan 8, 2022

  1. Fix new worker path

    mpizenberg committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    90797b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4be62d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bec7d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    388fcee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82cce7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28bc7a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

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

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    574c6bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d859927 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad33404 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1306f1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a4b4db View commit details
    Browse the repository at this point in the history
  6. Revert "Remove 10.x from CI so tests can run"

    This reverts commit 28bc7a3.
    mpizenberg committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    13a0c09 View commit details
    Browse the repository at this point in the history
  7. Node 10 eol cleanup

    mpizenberg committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    6ec3390 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a3cac9 View commit details
    Browse the repository at this point in the history
  9. Fix string versions order

    mpizenberg committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    eab0473 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    825d9c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    e05e59a View commit details
    Browse the repository at this point in the history
  2. Force Flow to trust us

    mpizenberg committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    60bf8ad View commit details
    Browse the repository at this point in the history
  3. Enable Flow for all new files

    lydell committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    86756f4 View commit details
    Browse the repository at this point in the history
  4. Update outdated string

    lydell committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    34b84bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5eee029 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6345e65 View commit details
    Browse the repository at this point in the history
  7. Tiny refactor

    mpizenberg committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    98eb201 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Replace global state by classes

    * online versions cache class
    
    * remove listVersionsMemoCache global state
    
    * use easy to google ecma version
    
    Co-authored-by: Simon Lydell <[email protected]>
    
    * make the online version cache private to DependancyProvider file
    
    * fix typo in DependEncy
    
    * remove eslint ignore
    
    * remove eslint ignore
    
    * remove eslint ignore
    
    * fix typo in comment
    
    Co-authored-by: Simon Lydell <[email protected]>
    harrysarson and lydell authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    1a39b67 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    a2e58b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1f27d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c64301 View commit details
    Browse the repository at this point in the history