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

Add support for HMR with elm-hot #2378

Closed
wants to merge 729 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 15, 2018

  1. 1.7.1

    devongovett committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    8e99104 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    devongovett committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    7d375a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Change appveyor badge to master branch (parcel-bundler#1197)

    Jasper De Moor authored and devongovett committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    18d795f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    512d680 View commit details
    Browse the repository at this point in the history
  2. Handle empty config files (parcel-bundler#1203)

    * handle empty config && asset files
    
    * remove bad empty asset solution
    Jasper De Moor authored and devongovett committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    27f3c85 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Update dependency with security vuln (parcel-bundler#1246)

    Jasper De Moor authored and devongovett committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    ee30bd7 View commit details
    Browse the repository at this point in the history
  2. Minor change to mkHandle in workerfarm (parcel-bundler#1233)

    Jasper De Moor authored and devongovett committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    f4d1e66 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Update default engines to > 0.25% (parcel-bundler#1238)

    Don’t use “last 2 versions”. See https://jamie.build/last-2-versions
    devongovett committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    a688a9d View commit details
    Browse the repository at this point in the history
  2. use resolver for imports (parcel-bundler#1256)

    Jasper De Moor authored and devongovett committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    83a1bfc View commit details
    Browse the repository at this point in the history
  3. Don't start server if target isn't browser (parcel-bundler#1204)

    Jasper De Moor authored and devongovett committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    42be29b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. return early instead of throwing (parcel-bundler#1260)

    Jasper De Moor authored and devongovett committed Apr 28, 2018
    Configuration menu
    Copy the full SHA
    c12bc1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cfe0e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. Configuration menu
    Copy the full SHA
    f75cc44 View commit details
    Browse the repository at this point in the history
  2. Fix autoinstall infinite loop (parcel-bundler#1241)

    Jasper De Moor authored and devongovett committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    79e8784 View commit details
    Browse the repository at this point in the history
  3. Allow spaces in filenames (parcel-bundler#1212)

    Jasper De Moor authored and devongovett committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    08a0fb5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    d9502dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ecbf06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3120969 View commit details
    Browse the repository at this point in the history
  4. Update deps (parcel-bundler#1271)

    Jasper De Moor authored and devongovett committed May 1, 2018
    Configuration menu
    Copy the full SHA
    96c1c37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cb989e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86a26da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12f48d7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    8556b47 View commit details
    Browse the repository at this point in the history
  2. Remove jsnext:main

    The field is deprecated and replaced with package.module. Additionally it caused many issues with packages that used it incorrectly. Fixes parcel-bundler#844, parcel-bundler#1037, parcel-bundler#1048, parcel-bundler#1062.
    devongovett committed May 2, 2018
    Configuration menu
    Copy the full SHA
    2a2e91e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Watch directories instead of individual files (parcel-bundler#1279)

    This prevents EMFILE errors on large projects caused by running out of file descriptors.
    devongovett committed May 3, 2018
    Configuration menu
    Copy the full SHA
    b160783 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c171f24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d65be1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e57b81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12e165f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    448dcf3 View commit details
    Browse the repository at this point in the history
  7. Update changelog

    devongovett committed May 3, 2018
    Configuration menu
    Copy the full SHA
    62d4755 View commit details
    Browse the repository at this point in the history
  8. 1.8.0

    devongovett committed May 3, 2018
    Configuration menu
    Copy the full SHA
    7254d29 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Configuration menu
    Copy the full SHA
    218e97e View commit details
    Browse the repository at this point in the history
  2. 1.8.1

    devongovett committed May 4, 2018
    Configuration menu
    Copy the full SHA
    ef0187e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. issue templates (parcel-bundler#1296)

    Jasper De Moor authored and devongovett committed May 6, 2018
    Configuration menu
    Copy the full SHA
    48fab28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15017f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    959d6b4 View commit details
    Browse the repository at this point in the history
  4. Don’t pass package.json and options over IPC (parcel-bundler#1304)

    * Don’t pass package.json over IPC
    * Add backward compatibility getter for asset.package
    devongovett committed May 6, 2018
    Configuration menu
    Copy the full SHA
    dd3ea46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dbb694 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f5ac01 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Custom less filemanager (parcel-bundler#1289)

    Jasper De Moor authored and devongovett committed May 7, 2018
    Configuration menu
    Copy the full SHA
    5e75ec5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

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

Commits on May 11, 2018

  1. improve the time reported by the bundler (parcel-bundler#1343)

    Jasper De Moor authored and devongovett committed May 11, 2018
    Configuration menu
    Copy the full SHA
    9e7c906 View commit details
    Browse the repository at this point in the history
  2. update dependencies (parcel-bundler#1340)

    Jasper De Moor authored and devongovett committed May 11, 2018
    Configuration menu
    Copy the full SHA
    60586bd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

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

Commits on May 19, 2018

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

Commits on May 20, 2018

  1. Configuration menu
    Copy the full SHA
    2243797 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    63e714c View commit details
    Browse the repository at this point in the history
  3. Fix indented syntax type for single file vue components (parcel-bundl…

    …er#1211) in assets/SASSAsset.js (parcel-bundler#1375)
    Matteo Maronati authored and devongovett committed May 20, 2018
    Configuration menu
    Copy the full SHA
    01efc10 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

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

Commits on May 22, 2018

  1. Configuration menu
    Copy the full SHA
    0ef05f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d9f0f7 View commit details
    Browse the repository at this point in the history
  3. node-sass accepts importer as single function or array of functions (p…

    …arcel-bundler#1409)
    
    The current implementation sets an importer, so you cant add other importers via `.sassrc.js, ...`.
    amrnt authored and Jasper De Moor committed May 22, 2018
    Configuration menu
    Copy the full SHA
    5b67856 View commit details
    Browse the repository at this point in the history
  4. Get mtime of folder on wildcard imports (parcel-bundler#1410)

    Jasper De Moor authored and fathyb committed May 22, 2018
    Configuration menu
    Copy the full SHA
    9da3e06 View commit details
    Browse the repository at this point in the history
  5. Fix vue test (parcel-bundler#1413)

    Jasper De Moor authored and fathyb committed May 22, 2018
    Configuration menu
    Copy the full SHA
    6c32785 View commit details
    Browse the repository at this point in the history
  6. support for sass specific import syntax (parcel-bundler#1335)

    * support for sass specific import syntax
    
    * use test
    
    * fix
    
    * Test new and old behaviour
    Jasper De Moor committed May 22, 2018
    Configuration menu
    Copy the full SHA
    18967d7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Fix absolute and tilde paths (parcel-bundler#1324)

    Fix addURLDependency resolution in Asset.js
    
    Minimal reproducible repo: https://github.com/marcosbozzani/parcel-bug-tilde-abs-paths
    
    Just clone the repo, `yarn install` and `yarn tilde` or `yarn slash`
    
    Tilde error: `Cannot resolve dependency './~\style.css'`
    Slash error: `Cannot resolve dependency './..\..\..\..\..\..\`
    marcosbozzani authored and Jasper De Moor committed May 23, 2018
    Configuration menu
    Copy the full SHA
    9061754 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Fix failing appveyor test (parcel-bundler#1431)

    Fixes a failing appveyor html test
    Jasper De Moor authored and fathyb committed May 24, 2018
    Configuration menu
    Copy the full SHA
    5504fa4 View commit details
    Browse the repository at this point in the history
  2. Use async modules when possibles (parcel-bundler#1433)

    * Use async version of `resolve` for `localRequire`
    
    * Use async version of `glob` for `GlobAsset`
    fathyb authored and Jasper De Moor committed May 24, 2018
    Configuration menu
    Copy the full SHA
    0f5ef4a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Adding an bundlestart event (parcel-bundler#1435)

    Plugins should be able to run code before a build process starts.
    Tom-Julux authored and Jasper De Moor committed May 25, 2018
    Configuration menu
    Copy the full SHA
    7d52db4 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Fix worker environment variable (parcel-bundler#1443)

    Jasper De Moor authored and fathyb committed May 26, 2018
    Configuration menu
    Copy the full SHA
    0fc7399 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2018

  1. Add unit tests for line counter (parcel-bundler#1444)

    I'm curious if not using `require('os').EOL` for splitting lines in lineCounter is problematic or not. Since I don't have a Windows machine I'm testing this in your CI! :D
    mohsen1 authored and Jasper De Moor committed May 27, 2018
    Configuration menu
    Copy the full SHA
    5df0451 View commit details
    Browse the repository at this point in the history
  2. Use async FS in tests (parcel-bundler#1437)

    Jasper De Moor authored and devongovett committed May 27, 2018
    Configuration menu
    Copy the full SHA
    52d7583 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Use async fs on new linecounter tests (parcel-bundler#1446)

    Jasper De Moor authored and fathyb committed May 28, 2018
    Configuration menu
    Copy the full SHA
    b5b6a86 View commit details
    Browse the repository at this point in the history
  2. Make CSS assets async (parcel-bundler#1390)

    Remove `deasync` from CSS assets.
    Fixes parcel-bundler#1331 and bring some performance improvements.
    
    #### Status
    
    - [x] Sass
    - [x] Less
    - [x] Stylus
    fathyb authored and Jasper De Moor committed May 28, 2018
    Configuration menu
    Copy the full SHA
    6631bda View commit details
    Browse the repository at this point in the history
  3. Enable posthtml-parse options in posthtmlrc (parcel-bundler#1316)

    luikore authored and Jasper De Moor committed May 28, 2018
    Configuration menu
    Copy the full SHA
    b5118ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7308f84 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

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

Commits on Jun 1, 2018

  1. Fix typo in uglify.js (parcel-bundler#1468)

    Fix a typo that prevented source maps from being carried over when minifying.
    evanblack authored and devongovett committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    0f20a0c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

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

Commits on Jun 7, 2018

  1. Pass compiler of @vue/component-compiler-utils to parser. (parcel-bun…

    …dler#1496)
    
    Seems like this bug parcel-bundler#1490 appeared, after the change made in this commit vuejs/component-compiler-utils@caa1538#diff-3bebbbb54c7d798b4200eb324ebd4500R17
    
    Tested for older version of vuejs/component-compiler-utils, works pretty fine.
    knight-bubble authored and Jasper De Moor committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    c29e976 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Fix babel config in package.json (parcel-bundler#1515)

    Babel seems to mutate the passed-in config, so if we pass in the
    package.babel directly it will mutate the package config, then the next
    time it compiles the same file it will have duplicate plugins, etc.
    
    Instead, if loading config from a packageKey, clone the config before
    returning so it can't be mutated.
    sj26 authored and Jasper De Moor committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    fc6ca2d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    a0aaa0a View commit details
    Browse the repository at this point in the history
  2. change Uglify to Terser (parcel-bundler#1382)

    Jasper De Moor authored and devongovett committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    7dee144 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7bb4fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae75da0 View commit details
    Browse the repository at this point in the history
  5. Changelog for 1.9.0 (parcel-bundler#1516)

    Jasper De Moor authored and devongovett committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    f0c574c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1503002 View commit details
    Browse the repository at this point in the history
  7. mention babel-minify

    devongovett committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    1ef5ba2 View commit details
    Browse the repository at this point in the history
  8. update changelog

    devongovett committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    15a64a6 View commit details
    Browse the repository at this point in the history
  9. 1.9.0

    devongovett committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    357bd61 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. Configuration menu
    Copy the full SHA
    fd1e90f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dda7670 View commit details
    Browse the repository at this point in the history
  3. 1.9.1

    devongovett committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    3baba63 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Fix unintended Vue asset supplemental code insertion (parcel-bundler#…

    …1576)
    
    This PR fixes the first line of supplemental code being [accidentally commented out](https://github.com/parcel-bundler/parcel/blob/v1.9.1/src/assets/VueAsset.js#L112) when the generated JS code (the `js` variable) was ended with `//`.
    
    ![screen shot 2018-06-18 at 20 14 20](https://user-images.githubusercontent.com/9481405/41533572-39fc91a4-7336-11e8-997e-22154a158219.png)
    chalkpe authored and Jasper De Moor committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    d1b0519 View commit details
    Browse the repository at this point in the history
  2. fix 'Cannot read property 'posthtml' of null (parcel-bundler#1578)

    ranfdev authored and Jasper De Moor committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    c7dc72f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. 1.9.2

    devongovett committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    4271d48 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2018

  1. Set user provided NODE_ENV if provided with build command, fixes parc…

    …el-bundler#702 (parcel-bundler#1600)
    
    Like others in parcel-bundler#702, there are times when I need a development build. This change remedies that by using the `NODE_ENV` set by a user in the build command, but will default to `production` is none is provided.
    chances authored and devongovett committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    6d6b2f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2018

  1. Configuration menu
    Copy the full SHA
    885a08b View commit details
    Browse the repository at this point in the history
  2. Fix bugs related to watching symlinks (parcel-bundler#1408)

    Jasper De Moor authored and devongovett committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    f363b44 View commit details
    Browse the repository at this point in the history
  3. add cache-dir option to cli (parcel-bundler#1321)

    Jasper De Moor authored and devongovett committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    5f5fae8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    c80e3f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a549788 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    devongovett committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    3145ab1 View commit details
    Browse the repository at this point in the history
  4. 1.9.3

    devongovett committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    a7205c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Upgrade Typescript to 2.9 (parcel-bundler#1639)

    This pull request upgrades the default version of Typescript from 2.7 to 2.9
    RobinVdBroeck authored and DeMoorJasper committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    f402e41 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2018

  1. Configuration menu
    Copy the full SHA
    8c75c90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6152a67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1da8f3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f2faca View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2018

  1. Configuration menu
    Copy the full SHA
    080ec61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    203755d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6906525 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cb994f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b09a97 View commit details
    Browse the repository at this point in the history
  6. 1.9.4

    devongovett committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    15d87fb View commit details
    Browse the repository at this point in the history
  7. Update changelog

    devongovett committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    3a91d8a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Configuration menu
    Copy the full SHA
    0cbc087 View commit details
    Browse the repository at this point in the history
  2. fixes parcel-bundler#933 : JSPackager deduplication now accounts for …

    …differences in absolute dependency paths (parcel-bundler#1011)
    pcattori authored and devongovett committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    4f60d91 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

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

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    e5a43a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7a033d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3880afa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    706f53d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7def391 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

  1. Configuration menu
    Copy the full SHA
    a979367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81c0432 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2a2737 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2e8c64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fcc541 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0c3e92 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2018

  1. Configuration menu
    Copy the full SHA
    69e7034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60bc78f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    a023420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec3c457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe487b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Use minify prelude only minify option (parcel-bundler#1700)

    S. Suzuki authored and DeMoorJasper committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    4c873b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845d954 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b842eda View commit details
    Browse the repository at this point in the history
  4. Update changelog

    devongovett committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    6a0150c View commit details
    Browse the repository at this point in the history
  5. 1.9.5

    devongovett committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    10f0b58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    880ca4c View commit details
    Browse the repository at this point in the history
  7. 1.9.6

    devongovett committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    f94c405 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. correction in CONTRIBUTING.md for PARCEL_WORKERS (parcel-bundler#1715)

    Changed debugging recommendation for `PARCEL_WORKERS` from `PARCEL_WORKERS=0` to `PARCEL_WORKERS=1` as `PARCEL_WORKERS=1` will force parcel to use the local worker in the main thread exclusively.
    RobertWHurst authored and DeMoorJasper committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    0eb3ce4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

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

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    d66ae63 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    devongovett committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    7d3323b View commit details
    Browse the repository at this point in the history
  3. 1.9.7

    devongovett committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    f8e567d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    def821f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1985442 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84002f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

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

Commits on Jul 21, 2018

  1. Configuration menu
    Copy the full SHA
    ed3e147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22937d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aa9b9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a847171 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f0e61d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. Configuration menu
    Copy the full SHA
    4689a48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91d0458 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2657f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e46560a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Use esnext target with TypeScript and scope hoist (parcel-bundler#1781)

    Should bring a noticeable size improvement on big TypeScript apps
    fathyb authored and DeMoorJasper committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    eee766c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Replace Slack instructions with Spectrum instructions (parcel-bundler…

    …#1785)
    
    Now that Parcel is using Spectrum instead of Slack for community management, I figured we should update `CONTRIBUTING.md` accordingly.
    
    Happy to make any language changes you feel are necessary!
    owap authored and DeMoorJasper committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    e7497b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

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

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    d1a5247 View commit details
    Browse the repository at this point in the history
  2. generate unique certificate serial numbers (parcel-bundler#1830)

    Fixes browser errors thrown due to multiple certificates using the same issuer and serial number.  Occurs when a self-signed certificate has already been stored in the browser and new certificate is generated; either in the same project or across project installations.
    dehuszar authored and DeMoorJasper committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    457c09f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Typescript 3.0.0 update (parcel-bundler#1840)

    Update to typescript 3.0.0, it's just so the tests run the latest version.
    There appears to be no breaking changes.
    DeMoorJasper authored and fathyb committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    aa0f257 View commit details
    Browse the repository at this point in the history
  2. Update help message for public-url option (parcel-bundler#1846)

    Just a small documentation change -- as of parcel-bundler#1040, the default value for `--public-url` is `/`, not the `--out-dir` option anymore.
    patricksmith authored and DeMoorJasper committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    899f069 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad5fcd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

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

Commits on Aug 14, 2018

  1. Import GraphQL files from other GraphQL files (closes parcel-bundler#…

    …1477) (parcel-bundler#1892)
    
    An alternative to parcel-bundler#1817 that doesn't rely on using `graphql-tag/loader`, which is a Webpack loader.
    
    #### What this does:
    1. Recursively traverse the GraphQL files.
    2. Collect all the imports into a map.
    3. Concatenate them.
    4. Parse the result into an AST.
    
    #### What this doesn't do:
    
    This PR (as of time of writing) does not have feature parity with `graphql-tag/loader`, meaning that:
    * It does not de-duplicate fragments that have the same name. _This is a behavior that I personally disapprove of since it can lead to surprising results instead of throwing an error if a user accidentally (however unlikely) reuses an already defined fragment name._
    * It does not collect multiple defined queries/mutations and make them individually require-able from a JavaScript parent.
    
    
    If the above behaviours are desired then I can implement them.
    arianon authored and DeMoorJasper committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    02fec49 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Fix: VSCode syntax highlight with PostCSS in Vue Component style tag (p…

    …arcel-bundler#1897)
    
    This fixes the issue parcel-bundler#1894. Now it compiles the CSS file containing the parsed version of the PostCSS code within Vue Components inline style tags. As well as working with the VSCode Vetur extension for the syntax highlighting.
    iFaxity authored and DeMoorJasper committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    ab386e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    a0821b6 View commit details
    Browse the repository at this point in the history
  2. Default to Dart-Sass and add backwards compatibility for node-sass (p…

    …arcel-bundler#1847)
    
    Dart sass will prevent parcel from randomly freezing.
    It's also a lot stricter, preventing unknown errors or side-effects after compiling/parsing.
    Also adds codeFrames, so users get a visual representation of the line the error occurs.
    
    Closes parcel-bundler#1836 Related to parcel-bundler#1509
    DeMoorJasper committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    45f3d97 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Fix infinite loop in resolver when using ~/... imports (parcel-bund…

    …ler#1881)
    
    * fix infinite loop in resolver
    
    * if ~ require is outside rootDir and node_modules, fallback to rootDir
    
    * more reliable root check
    DeMoorJasper authored and fathyb committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    540b857 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

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

Commits on Aug 22, 2018

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

Commits on Aug 23, 2018

  1. Configuration menu
    Copy the full SHA
    7fb47f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a789305 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a5f51c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    e052ae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f304cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ea912c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41d8759 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Sugarss support (parcel-bundler#1941)

    * Add PostCSS's SugarSS recognition by default
    
    * Update postcss.js
    
    * Update SSSAsset.js
    
    * Update Ast.js
    
    * Update SSSAsset.js
    
    * Update SSSAsset.js
    
    * cleanup a lil
    
    * remove parse step and fix sugarss fail
    DeMoorJasper committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    4208bc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Fix dotenv package error (parcel-bundler#1953)

    This fixes parcel-bundler#1440. Package "dotenv" does something like "process.env.hasOwnProperty( ... )".
    Parcel expects a value property lookup on process.env, not a function call. So valueToNode fails if it was called with a function like "hasOwnProperty".
    subhero24 authored and DeMoorJasper committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    48c0fa3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Added stub for require.cache (parcel-bundler#1960)

    * Added a simple stub for require.cache in prelude (parcel-bundler#1959)
    jfrconley authored and DeMoorJasper committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    43685f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Don't resolve slash and tilde paths twice (parcel-bundler#1993)

    Fix "Cannot resolve dependency" errors for valid slash and tilde paths.
    
    Before:
    
        /src/js/index.js
          -> /home/user/my-project/src/js/index.js
          -> /home/user/my-project/home/user/my-project/src/js/index.js
    
    Error:
    
        Cannot resolve dependency /home/user/my-project/src/js/index.js
    
    After:
    
        /src/js/index.js
          -> /home/user/my-project/src/js/index.js
    
    The code already has a way for asset-handlers to signal to the bundler that a dependency has been resolved to an absolute path, but it isn't being used.
    
    fixes parcel-bundler#1555
    fixes parcel-bundler#1986
    chocolateboy authored and DeMoorJasper committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    7ca56f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

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

Commits on Sep 12, 2018

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

Commits on Sep 13, 2018

  1. [ADD] Pull Request Templates (parcel-bundler#2010)

    🌟 FEATURE 🌟
    
    We already have Issue Templates, but what about Pull Request Templates?
    I did that, feel free to edit them to your needs 😊
    peanutbother authored and DeMoorJasper committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    e373c9a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

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

Commits on Sep 16, 2018

  1. Configuration menu
    Copy the full SHA
    eadceb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6684e8b View commit details
    Browse the repository at this point in the history
  3. 1.10.0-beta.0

    devongovett committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    3cb149e View commit details
    Browse the repository at this point in the history
  4. Fix require (parcel-bundler#2021)

    This was blocking me from using 1.10.beta0.
    kesla authored and DeMoorJasper committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    5463946 View commit details
    Browse the repository at this point in the history
  5. 1.10.0-beta.1

    devongovett committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    92049ed View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. fixed watch not working when NODE_ENV is production (parcel-bundler#2024

    )
    
    ---
    name: 🙋 fix for watch not working when NODE_ENV is 'production'
    about: fixes issue parcel-bundler#2011 
    ---
    
    <!---
    Thanks for filing a pull request 😄 ! Before you submit, please read the following:
    
    Search open/closed issues before submitting since someone might have pushed the same thing before!
    -->
    ## ↪️ Pull Request
    <!---
    Provide a general summary of the pull request here
    Does this address an existing issue?
    -->
    I understand that Parcel should watch changes every time the watch command is being used.
    Previously, watch was enabled on dev environment only, while the watch command inserted by users was completely ignored.
    
    With this modification, watch is always enabled if the user passes the command in CLI. 
    ## 💻 Examples
    
    There is an example in parcel-bundler#2011 - first post
    
    ## ✔️ PR Todo
    
    - [ ] Added/updated unit tests for this change
    - [ ] Filled out test instructions
    - [ ] Included links to related issues/PRs
    <!-- Love parcel? Please consider supporting our collective:
    👉  https://opencollective.com/parcel/donate -->
    RobertPurcea authored and DeMoorJasper committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    51b5b34 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

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

Commits on Sep 22, 2018

  1. Configuration menu
    Copy the full SHA
    1dfb3d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d7393 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da2e336 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8ee974 View commit details
    Browse the repository at this point in the history
  5. Don't modify script nodes with text/html type (parcel-bundler#1924)

    Knockout.js uses <script type="text/html> for named templates. Currently, the type attribute is stripped by parcel. This change prevents that from happening.
    southpolesteve authored and devongovett committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    e6c29bc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Configuration menu
    Copy the full SHA
    809925b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3c9304 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Configuration menu
    Copy the full SHA
    80d137d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    948159b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Configuration menu
    Copy the full SHA
    066e0bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9b32d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d14af54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    125e1b6 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    devongovett committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    358a353 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a00dccb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95e6941 View commit details
    Browse the repository at this point in the history
  8. 1.10.0

    devongovett committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    8d4fcb1 View commit details
    Browse the repository at this point in the history
  9. Add test to fs.readFileSync in TypeScript files (parcel-bundler#1736) (

    …parcel-bundler#2046)
    
    ---
    name: Add test to fs.readFileSync in TypeScript files
    ---
    ```
    parcel-bundler version 1.9.7
    ```
    
    ## 💥 Problem
    
    Inlining file in browser mode doesn't work in TypeScript files when `fs` is imported with star import or default import. The only way to use `readFileSync` is:
    ```typescript
    import { readFileSync } from 'fs';
    const raw = readFileSync(__dirname + '/raw.tsx', 'utf-8');
    ```
    
    ### Reproduction: 
    Repo: https://github.com/hasparus/parcel-readfilesync-typescript-repro
    ghPages: https://hasparus.github.io/parcel-readfilesync-typescript-repro/
    CodeSandbox: https://codesandbox.io/s/github/hasparus/parcel-readfilesync-typescript-repro/tree/master/
    
    Fun Fact: All ways to import `fs` work on CodeSandbox (parcel template).
    
    ## ↪️ Pull Request
    Adds test to `fs.readFileSync` in TypeScript files and thus provides better workaround for parcel-bundler#1736.
    
    ## ✔️ PR Todo
    - [X] Link in parcel-bundler#1736.
    - [X] Post reproduction to CodeSandbox.
    - [ ] Document how to use `readFileSync` in TypeScript?
    hasparus authored and DeMoorJasper committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    3ece8cb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Configuration menu
    Copy the full SHA
    519ca05 View commit details
    Browse the repository at this point in the history
  2. 1.10.1

    devongovett committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    e1a0be7 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    devongovett committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    ed32054 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. add missing --no-autoinstall flag to build command (parcel-bundler#2076)

    Was running `parcel build` and the auto installer started running, I went to disable it and found that the option was not available here
    jamiebuilds authored and DeMoorJasper committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    3260f63 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Don't load existing sourcemaps if sourcemaps are disabled (parcel-bun…

    …dler#2089)
    
    # ↪️ Pull Request
    
    Do not load existing sourcemaps if sourcemaps are disabled
    DeMoorJasper authored and fathyb committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    75287b3 View commit details
    Browse the repository at this point in the history
  2. Fix HMR for Pug assets (parcel-bundler#2091)

    ---
    name: 🙋 Fix HMR for Pug assets
    ---
    
    <!---
    Thanks for filing a pull request 😄 ! Before you submit, please read the following:
    
    Search open/closed issues before submitting since someone might have pushed the same thing before!
    -->
    ## ↪️ Pull Request
    <!---
    Provide a general summary of the pull request here
    Does this address an existing issue?
    -->
    parcel-bundler#2090
    
    ## 💻 Examples
    
    <!-- Examples help us understand the requested feature better -->
    
    ## ✔️ PR Todo
    
    - [ ] Added/updated unit tests for this change
    - [ ] Filled out test instructions
    - [x] Included links to related issues/PRs
    <!-- Love parcel? Please consider supporting our collective:
    👉  https://opencollective.com/parcel/donate -->
    Ty3uK authored and DeMoorJasper committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    030968c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

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

Commits on Oct 6, 2018

  1. Configuration menu
    Copy the full SHA
    cadb1d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3731b72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b566d28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88ebafc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a663db2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc04a49 View commit details
    Browse the repository at this point in the history
  7. Changelog for v1.10.2

    devongovett committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    8f45983 View commit details
    Browse the repository at this point in the history
  8. 1.10.2

    devongovett committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    975e500 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. use npm for auto-install by default (parcel-bundler#2119)

    <!---
    Thanks for filing a pull request 😄 ! Before you submit, please read the following:
    
    Search open/closed issues before submitting since someone might have pushed the same thing before!
    -->
    
    # ↪️ Pull Request
    
    <!---
    Provide a general summary of the pull request here
    Please look for any issues that this PR resolves and tag them in the PR.
    -->
    
    Changed the logic to determine which package manager to use during auto-installation.
    
    The only situation Parcel should use yarn is when it satisfies
    - There is `yarn` command available
    AND
    - There is `yarn.lock` file
    AND
    - There is NOT `package-lock.json`
    
    Otherwise, it uses npm.
    
    Fixes parcel-bundler#2117 
    
    ## 🚨 Test instructions
    
    <!-- In case it is impossible (or too hard) to reliably test this feature/fix with unit tests, please provide test instructions! -->
    
    Setup a testing directory with different setups (package-lock existence, yarn.lock existence, yarn command existence).
    The only situation Parcel should use yarn is when
    - There is `yarn` command available
    AND
    - There is `yarn.lock` file
    AND
    - There is NOT `package-lock.json`
    
    ## ✔️ PR Todo
    
    ~~- [ ] Added/updated unit tests for this change~~
    - [x] Filled out test instructions (In case there aren't any unit tests)
    - [x] Included links to related issues/PRs
    
    <!--
    Love parcel? Please consider supporting our collective:
    👉  https://opencollective.com/parcel/donate
    -->
    
    ## Side note
    
    There is a situation where there are both package-lock.json and yarn.lock. Having npm as default package manager means that it should use npm in this situation.
    
    That's why there is only one situation where Parcel should use yarn.
    Keiichiro Amemiya authored and DeMoorJasper committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    a599d59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eb84c7 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    devongovett committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    9b257c5 View commit details
    Browse the repository at this point in the history
  4. 1.10.3

    devongovett committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    29076cc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2018

  1. Use this.write and super.end for JSPackager (parcel-bundler#2126)

    Very small change, but I noticed how these were calling `this.dest` directly over using the Packager's methods.
    timneutkens authored and DeMoorJasper committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    5e61756 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Configuration menu
    Copy the full SHA
    c6ec5db View commit details
    Browse the repository at this point in the history
  2. Migrate to monorepo

    devongovett committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    ce1a301 View commit details
    Browse the repository at this point in the history
  3. Fix test

    devongovett committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    fc4311a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75310e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

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

Commits on Oct 19, 2018

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

Commits on Oct 20, 2018

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

Commits on Oct 21, 2018

  1. Prettier

    devongovett committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    05437f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

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

Commits on Oct 26, 2018

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

Commits on Oct 27, 2018

  1. update postcss and deps (parcel-bundler#2203)

    * update postcss and deps
    
    * lock down bsb-js to 1.0.2 to fix node v6
    
    * Update package.json
    thisconnect authored and DeMoorJasper committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    494e52d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

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

Commits on Nov 5, 2018

  1. catch css file not found (parcel-bundler#2206)

    Andrew Anguiano authored and devongovett committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    9136cdc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

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

Commits on Nov 14, 2018

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

Commits on Nov 17, 2018

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

Commits on Nov 18, 2018

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

Commits on Nov 21, 2018

  1. Switch from toml to @iarna/toml (parcel-bundler#2298)

    As toml is an abandoned package, switch to @iarna/toml
    for implementation of the latest toml spec (v0.5.0).
    Also remove tomlify-j0.4, as @iarna/toml supports encoding
    and decoding.
    Resolves parcel-bundler#2258.
    ABuffSeagull authored and devongovett committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    25b64d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52e3644 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

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

Commits on Dec 10, 2018

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