Changelog
*Sourced from [parcel-bundler's changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md).*
> # Changelog
>
> All notable changes to Parcel will be documented in this file.
>
> The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
> and Parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
>
> ## [1.12.3] - 2019-03-20
>
> - Downgrade all internal Babel packages to `<7.4.0` because of bugs in that release.
>
> ## [1.12.2] - 2019-03-13
>
> - Fix depth option for detailed report
>
> ## [1.12.1] - 2019-03-12
>
> ### Fixed
>
> - Correctly build dependency URLs (for CSS) [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2740)
> - Fix bug with original null mappings [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2748)
> - Regenerate all bundles and trigger an HMR page reload when a new bundle is created [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2762)
> - Unescaped "." in regex for JSAsset [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2759)
> - Open the specified host [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2763)
>
> ## [1.12.0] - 2019-03-06
>
> ### Added
>
> - CSS/SASS/LESS sourcemaps [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2489)
> - Add Markdown support [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2538)
> - Unhandled HMR updates should cause a page reload [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2676)
> - Enables jsx plugin in case jsx syntax is used in js files [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2530)
> - Add disabling of autoinstall globally via environment variable [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2152)
> - Add support for `chrome-extension://` protocol to bundle-url.js [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2434)
> - Add support for Firefox's 'moz-extension://' protocol, to bundle-url.js [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2465)
> - Generate source map files with long extentions (e.g. .js.map) [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2472)
> - upgrade htmlnano dep [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2506)
> - Default port to process.env.PORT [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2559)
> - Inline process.browser for better code elimination [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2583)
> - Detect files added to/removed from directories. [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2615)
> - Implement depth option for detailed report [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2466)
>
> ### Fixed
>
> - Resolve package.browser in subfolders (with backslashes) [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2445)
> - fix chokidar ignored regex [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2479)
> - Defer throwing asset errors until after dependencies are handled. [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2475)
> - fix(sourcemaps): Handle null mappings properly [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2149)
> - Use Buffer.from [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2512)
> ... (truncated)
Commits
- [`d9ec7af`](https://github.com/parcel-bundler/parcel/commit/d9ec7af22f85134dc1a97fe00f35950f2fe1f57a) Publish
- [`430679c`](https://github.com/parcel-bundler/parcel/commit/430679c004d0acfbcc49c2d0d88621e99221b4fb) Update yarn.lock
- [`fe08980`](https://github.com/parcel-bundler/parcel/commit/fe08980a6f256d94100d017e7c1f1e0b3a527ec0) fix source maps on coffeescript assets ([#3423](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/3423))
- [`dc393bf`](https://github.com/parcel-bundler/parcel/commit/dc393bf6f33c598595474b547c8ece25567ec424) Fixes [#3133](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/3133) by upgrading serialize-to-js from 1.1.1 to 3.0.0 ([#3451](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/3451))
- [`96119be`](https://github.com/parcel-bundler/parcel/commit/96119be782d9d551f73b77e06ab25067c7073344) Fix up misleading usage information ([#3158](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/3158))
- [`a92e9b2`](https://github.com/parcel-bundler/parcel/commit/a92e9b2db59fbee057e465a77cd74617623fd0f4) bump chokidar to get a reload fix for linux ([#2878](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/2878))
- [`75a891e`](https://github.com/parcel-bundler/parcel/commit/75a891e2242f64d9096af1b4ff38c3185c26f8d3) Use uppercase for the first letter of the issue template ([#3192](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/3192))
- [`6fbfe96`](https://github.com/parcel-bundler/parcel/commit/6fbfe96b823e2774761414d62ac34c89b2dfe61d) Update dotenv-expand to allow overriding of falsy values ([#2971](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/2971))
- [`7ad25fd`](https://github.com/parcel-bundler/parcel/commit/7ad25fd0958cb39c8595a0d667e9bc0f4c0250f4) Fixes 3076: HMR update breaks in webworker due to window (and location.reload...
- [`4b50182`](https://github.com/parcel-bundler/parcel/commit/4b50182129b19395b791cf1e4194069ae8736ef4) Scope hoisting destructuring ([#2742](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/2742))
- Additional commits viewable in [compare view](https://github.com/parcel-bundler/parcel/compare/v1.9.7...parcel-bundler@1.12.4)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/1Hive/dandelion-voting-app/network/alerts).
Bumps parcel-bundler from 1.9.7 to 1.12.4.
Changelog
*Sourced from [parcel-bundler's changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md).* > # Changelog > > All notable changes to Parcel will be documented in this file. > > The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) > and Parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). > > ## [1.12.3] - 2019-03-20 > > - Downgrade all internal Babel packages to `<7.4.0` because of bugs in that release. > > ## [1.12.2] - 2019-03-13 > > - Fix depth option for detailed report > > ## [1.12.1] - 2019-03-12 > > ### Fixed > > - Correctly build dependency URLs (for CSS) [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2740) > - Fix bug with original null mappings [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2748) > - Regenerate all bundles and trigger an HMR page reload when a new bundle is created [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2762) > - Unescaped "." in regex for JSAsset [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2759) > - Open the specified host [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2763) > > ## [1.12.0] - 2019-03-06 > > ### Added > > - CSS/SASS/LESS sourcemaps [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2489) > - Add Markdown support [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2538) > - Unhandled HMR updates should cause a page reload [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2676) > - Enables jsx plugin in case jsx syntax is used in js files [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2530) > - Add disabling of autoinstall globally via environment variable [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2152) > - Add support for `chrome-extension://` protocol to bundle-url.js [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2434) > - Add support for Firefox's 'moz-extension://' protocol, to bundle-url.js [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2465) > - Generate source map files with long extentions (e.g. .js.map) [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2472) > - upgrade htmlnano dep [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2506) > - Default port to process.env.PORT [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2559) > - Inline process.browser for better code elimination [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2583) > - Detect files added to/removed from directories. [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2615) > - Implement depth option for detailed report [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2466) > > ### Fixed > > - Resolve package.browser in subfolders (with backslashes) [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2445) > - fix chokidar ignored regex [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2479) > - Defer throwing asset errors until after dependencies are handled. [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2475) > - fix(sourcemaps): Handle null mappings properly [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2149) > - Use Buffer.from [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2512) > ... (truncated)Commits
- [`d9ec7af`](https://github.com/parcel-bundler/parcel/commit/d9ec7af22f85134dc1a97fe00f35950f2fe1f57a) Publish - [`430679c`](https://github.com/parcel-bundler/parcel/commit/430679c004d0acfbcc49c2d0d88621e99221b4fb) Update yarn.lock - [`fe08980`](https://github.com/parcel-bundler/parcel/commit/fe08980a6f256d94100d017e7c1f1e0b3a527ec0) fix source maps on coffeescript assets ([#3423](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/3423)) - [`dc393bf`](https://github.com/parcel-bundler/parcel/commit/dc393bf6f33c598595474b547c8ece25567ec424) Fixes [#3133](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/3133) by upgrading serialize-to-js from 1.1.1 to 3.0.0 ([#3451](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/3451)) - [`96119be`](https://github.com/parcel-bundler/parcel/commit/96119be782d9d551f73b77e06ab25067c7073344) Fix up misleading usage information ([#3158](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/3158)) - [`a92e9b2`](https://github.com/parcel-bundler/parcel/commit/a92e9b2db59fbee057e465a77cd74617623fd0f4) bump chokidar to get a reload fix for linux ([#2878](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/2878)) - [`75a891e`](https://github.com/parcel-bundler/parcel/commit/75a891e2242f64d9096af1b4ff38c3185c26f8d3) Use uppercase for the first letter of the issue template ([#3192](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/3192)) - [`6fbfe96`](https://github.com/parcel-bundler/parcel/commit/6fbfe96b823e2774761414d62ac34c89b2dfe61d) Update dotenv-expand to allow overriding of falsy values ([#2971](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/2971)) - [`7ad25fd`](https://github.com/parcel-bundler/parcel/commit/7ad25fd0958cb39c8595a0d667e9bc0f4c0250f4) Fixes 3076: HMR update breaks in webworker due to window (and location.reload... - [`4b50182`](https://github.com/parcel-bundler/parcel/commit/4b50182129b19395b791cf1e4194069ae8736ef4) Scope hoisting destructuring ([#2742](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/2742)) - Additional commits viewable in [compare view](https://github.com/parcel-bundler/parcel/compare/v1.9.7...parcel-bundler@1.12.4)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/1Hive/dandelion-voting-app/network/alerts).