Changelog
*Sourced from [parcel-bundler's changelog](https://github.com/parcel-bundler/parcel/blob/master/CHANGELOG.md).*
> ## [1.10.0] - 2018-09-25
>
> ### Added
>
> - Babel 7 support [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1955)
> - HTML Bundle loader [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1732)
> - Process inline scripts and styles [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1456)
> - Added LD+JSON asset [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1936)
> - Add support for Elm assets [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1968)
> - Support optionally bundling node_modules for `--target=node` [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1690)
> - Import existing sourcemaps [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1349)
> - Import GraphQL files from other GraphQL files [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1892)
> - Automatically strip flow types [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1864)
> - SugarSS Support [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1941)
> - Minimal verbose/debug mode [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1834)
> - User friendly error on failed entrypoint resolving [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1848)
> - Support for SharedWorkers [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1907)
> - Add Object Spread to default Babel transforms [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1835)
> - Update help message for `--public-url` [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1846)
> - Support HTML5 history mode routing [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1788)
> - Split cache into multiple folders for faster FS [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1322)
> - Support array in package.json's sideEffects property [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1766)
> - Added stub for require.cache [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1960)
> - Added dotenv-expand to expand env vars [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2014)
> - Update Typescript to v3.0.0 [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1840)
> - Add `--no-content-hash` option to build cli [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1934)
>
> ### Fixed
>
> - Exit process on Error [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1933)
> - Fix non updating asset hashes [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1861)
> - Fix Sass url resolving [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1909)
> - WorkerFarm Cleanup [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1918)
> - Fix infinite loop in resolver when using `~/...` imports [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1881)
> - Default to Dart-Sass and add backwards compatibility for node-sass [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1847)
> - Validate if a PostCSS config is an object [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1862)
> - VSCode syntax highlight with PostCSS in Vue Component style tag [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1897)
> - Glob support in less imports [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1845)
> - Generate unique certificate serial number [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1830)
> - Keep name in sourcemaps mappings [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1804)
> - Replace slack with spectrum badge [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1785)
> - Use esnext with typescript and scope hoisting [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1781)
> - Fix sourcemaps failing on refresh/hmr [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1755)
> - Support sideEffect: false with CommonJS [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1770)
> - Get only existing package main [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1577)
> - Load minified built-in if available [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1749)
> - Support error strings in workers [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1761)
> - Terminate workerfarm when using the API [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1760)
> - Fix comment typo [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1739/files)
> - Fix dotenv package error [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1953)
> ... (truncated)
Commits
- [`10960f7`](https://github.com/parcel-bundler/parcel/commit/10960f7c5a8b35ff3038035ef094e99f44b7eafb) 1.10.0
- [`4023c84`](https://github.com/parcel-bundler/parcel/commit/4023c8442e924f047c6ed6942f0348cfd6710a23) Fix merging parser plugins in babel 6
- [`6c8c231`](https://github.com/parcel-bundler/parcel/commit/6c8c231898aa705f0226e35b35418dbdba9e427d) Don’t add export proposal syntax by default
- [`78b9e36`](https://github.com/parcel-bundler/parcel/commit/78b9e36eba7243cf1b47b6c47de559e060055b24) Update changelog
- [`5dfef90`](https://github.com/parcel-bundler/parcel/commit/5dfef90e1e4c0317408b75d4fe94acf0046dbed3) Changelog v1.10 ([#1949](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/1949))
- [`6844492`](https://github.com/parcel-bundler/parcel/commit/68444928f722a4fef7714aac7a6c355f0975b750) Remove wasm-gc from RustAsset ([#2048](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/2048))
- [`43a0f5e`](https://github.com/parcel-bundler/parcel/commit/43a0f5e5a4fc8c733f852107e63d4514c5fe82cf) feat:added no content hashing option to build cli ([#1934](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/1934))
- [`92b5c08`](https://github.com/parcel-bundler/parcel/commit/92b5c0830662f8baebc6fd4eadfd5ddd3de963a3) fix security vuln ([#1794](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/1794))
- [`6ab52e8`](https://github.com/parcel-bundler/parcel/commit/6ab52e86e4efb2f71d4f3c3d993c3c5e550d1bc3) Add support for Elm assets ([#1968](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/1968))
- [`becfd81`](https://github.com/parcel-bundler/parcel/commit/becfd815d0a1e4ae36b08309cfe9f1c86daaa8d0) Set up CI with Azure Pipelines ([#2047](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/2047))
- Additional commits viewable in [compare view](https://github.com/parcel-bundler/parcel/compare/v1.9.7...v1.10.0)
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.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@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
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps parcel-bundler from 1.9.7 to 1.10.0.
Changelog
*Sourced from [parcel-bundler's changelog](https://github.com/parcel-bundler/parcel/blob/master/CHANGELOG.md).* > ## [1.10.0] - 2018-09-25 > > ### Added > > - Babel 7 support [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1955) > - HTML Bundle loader [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1732) > - Process inline scripts and styles [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1456) > - Added LD+JSON asset [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1936) > - Add support for Elm assets [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1968) > - Support optionally bundling node_modules for `--target=node` [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1690) > - Import existing sourcemaps [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1349) > - Import GraphQL files from other GraphQL files [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1892) > - Automatically strip flow types [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1864) > - SugarSS Support [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1941) > - Minimal verbose/debug mode [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1834) > - User friendly error on failed entrypoint resolving [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1848) > - Support for SharedWorkers [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1907) > - Add Object Spread to default Babel transforms [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1835) > - Update help message for `--public-url` [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1846) > - Support HTML5 history mode routing [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1788) > - Split cache into multiple folders for faster FS [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1322) > - Support array in package.json's sideEffects property [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1766) > - Added stub for require.cache [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1960) > - Added dotenv-expand to expand env vars [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/2014) > - Update Typescript to v3.0.0 [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1840) > - Add `--no-content-hash` option to build cli [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1934) > > ### Fixed > > - Exit process on Error [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1933) > - Fix non updating asset hashes [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1861) > - Fix Sass url resolving [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1909) > - WorkerFarm Cleanup [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1918) > - Fix infinite loop in resolver when using `~/...` imports [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1881) > - Default to Dart-Sass and add backwards compatibility for node-sass [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1847) > - Validate if a PostCSS config is an object [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1862) > - VSCode syntax highlight with PostCSS in Vue Component style tag [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1897) > - Glob support in less imports [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1845) > - Generate unique certificate serial number [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1830) > - Keep name in sourcemaps mappings [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1804) > - Replace slack with spectrum badge [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1785) > - Use esnext with typescript and scope hoisting [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1781) > - Fix sourcemaps failing on refresh/hmr [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1755) > - Support sideEffect: false with CommonJS [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1770) > - Get only existing package main [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1577) > - Load minified built-in if available [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1749) > - Support error strings in workers [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1761) > - Terminate workerfarm when using the API [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1760) > - Fix comment typo [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1739/files) > - Fix dotenv package error [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1953) > ... (truncated)Commits
- [`10960f7`](https://github.com/parcel-bundler/parcel/commit/10960f7c5a8b35ff3038035ef094e99f44b7eafb) 1.10.0 - [`4023c84`](https://github.com/parcel-bundler/parcel/commit/4023c8442e924f047c6ed6942f0348cfd6710a23) Fix merging parser plugins in babel 6 - [`6c8c231`](https://github.com/parcel-bundler/parcel/commit/6c8c231898aa705f0226e35b35418dbdba9e427d) Don’t add export proposal syntax by default - [`78b9e36`](https://github.com/parcel-bundler/parcel/commit/78b9e36eba7243cf1b47b6c47de559e060055b24) Update changelog - [`5dfef90`](https://github.com/parcel-bundler/parcel/commit/5dfef90e1e4c0317408b75d4fe94acf0046dbed3) Changelog v1.10 ([#1949](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/1949)) - [`6844492`](https://github.com/parcel-bundler/parcel/commit/68444928f722a4fef7714aac7a6c355f0975b750) Remove wasm-gc from RustAsset ([#2048](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/2048)) - [`43a0f5e`](https://github.com/parcel-bundler/parcel/commit/43a0f5e5a4fc8c733f852107e63d4514c5fe82cf) feat:added no content hashing option to build cli ([#1934](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/1934)) - [`92b5c08`](https://github.com/parcel-bundler/parcel/commit/92b5c0830662f8baebc6fd4eadfd5ddd3de963a3) fix security vuln ([#1794](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/1794)) - [`6ab52e8`](https://github.com/parcel-bundler/parcel/commit/6ab52e86e4efb2f71d4f3c3d993c3c5e550d1bc3) Add support for Elm assets ([#1968](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/1968)) - [`becfd81`](https://github.com/parcel-bundler/parcel/commit/becfd815d0a1e4ae36b08309cfe9f1c86daaa8d0) Set up CI with Azure Pipelines ([#2047](https://github-redirect.dependabot.com/parcel-bundler/parcel/issues/2047)) - Additional commits viewable in [compare view](https://github.com/parcel-bundler/parcel/compare/v1.9.7...v1.10.0)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
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.