nestjs / nestjs.com

The official website https://nestjs.com 🏆
https://nestjs.com
MIT License
137 stars 23 forks source link

chore(deps): update dependency parcel-bundler to v1.12.2 #7

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
parcel-bundler devDependencies minor 1.9.7 -> 1.12.2 source

Release Notes

parcel-bundler/parcel ### [`v1.12.2`](https://togithub.com/parcel-bundler/parcel/compare/parcel-bundler@1.12.1...parcel-bundler@1.12.2) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/parcel-bundler@1.12.1...parcel-bundler@1.12.2) ### [`v1.12.1`](https://togithub.com/parcel-bundler/parcel/blob/master/CHANGELOG.md#​1121---2019-03-12) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/parcel-bundler@1.12.0...parcel-bundler@1.12.1) ##### Fixed - Correctly build dependency URLs (for CSS) [Details](https://togithub.com/parcel-bundler/parcel/pull/2740) - Fix bug with original null mappings [Details](https://togithub.com/parcel-bundler/parcel/pull/2748) - Regenerate all bundles and trigger an HMR page reload when a new bundle is created [Details](https://togithub.com/parcel-bundler/parcel/pull/2762) - Unescaped "." in regex for JSAsset [Details](https://togithub.com/parcel-bundler/parcel/pull/2759) - Open the specified host [Details](https://togithub.com/parcel-bundler/parcel/pull/2763) ### [`v1.12.0`](https://togithub.com/parcel-bundler/parcel/blob/master/CHANGELOG.md#​1120---2019-03-06) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/parcel-bundler@1.11.0...parcel-bundler@1.12.0) ##### Added - CSS/SASS/LESS sourcemaps [Details](https://togithub.com/parcel-bundler/parcel/pull/2489) - Add Markdown support [Details](https://togithub.com/parcel-bundler/parcel/pull/2538) - Unhandled HMR updates should cause a page reload [Details](https://togithub.com/parcel-bundler/parcel/pull/2676) - Enables jsx plugin in case jsx syntax is used in js files [Details](https://togithub.com/parcel-bundler/parcel/pull/2530) - Add disabling of autoinstall globally via environment variable [Details](https://togithub.com/parcel-bundler/parcel/pull/2152) - Add support for `chrome-extension://` protocol to bundle-url.js [Details](https://togithub.com/parcel-bundler/parcel/pull/2434) - Add support for Firefox's 'moz-extension://' protocol, to bundle-url.js [Details](https://togithub.com/parcel-bundler/parcel/pull/2465) - Generate source map files with long extentions (e.g. .js.map) [Details](https://togithub.com/parcel-bundler/parcel/pull/2472) - upgrade htmlnano dep [Details](https://togithub.com/parcel-bundler/parcel/pull/2506) - Default port to process.env.PORT [Details](https://togithub.com/parcel-bundler/parcel/pull/2559) - Inline process.browser for better code elimination [Details](https://togithub.com/parcel-bundler/parcel/pull/2583) - Detect files added to/removed from directories. [Details](https://togithub.com/parcel-bundler/parcel/pull/2615) - Implement depth option for detailed report [Details](https://togithub.com/parcel-bundler/parcel/pull/2466) ##### Fixed - Resolve package.browser in subfolders (with backslashes) [Details](https://togithub.com/parcel-bundler/parcel/pull/2445) - fix chokidar ignored regex [Details](https://togithub.com/parcel-bundler/parcel/pull/2479) - Defer throwing asset errors until after dependencies are handled. [Details](https://togithub.com/parcel-bundler/parcel/pull/2475) - fix(sourcemaps): Handle null mappings properly [Details](https://togithub.com/parcel-bundler/parcel/pull/2149) - Use Buffer.from [Details](https://togithub.com/parcel-bundler/parcel/pull/2512) - addURLDependency: use always relative path [Details](https://togithub.com/parcel-bundler/parcel/pull/2518) - reexporting + renaming when scopehoisting [Details](https://togithub.com/parcel-bundler/parcel/pull/2491) - Fix and reenable windows scope-hoisting tests [Details](https://togithub.com/parcel-bundler/parcel/pull/2537) - Fix for typescript asset invalidation [Details](https://togithub.com/parcel-bundler/parcel/pull/2485) - Fix hang up when a lot of parallel operation request the file system [Details](https://togithub.com/parcel-bundler/parcel/pull/2452) - Fix localRequire with package/path requests [Details](https://togithub.com/parcel-bundler/parcel/pull/2425) - Refactor htmlnano tests to test for filesize [Details](https://togithub.com/parcel-bundler/parcel/pull/2591) - pug Deprecated pretty [Details](https://togithub.com/parcel-bundler/parcel/pull/2582) - Fix pug test [Details](https://togithub.com/parcel-bundler/parcel/pull/2600) - Use the test to assert this.child.killed rather than checking time difference [Details](https://togithub.com/parcel-bundler/parcel/pull/2612) - Improve tests: symlink tests, Kotlin tests, and maybe test-util module [Details](https://togithub.com/parcel-bundler/parcel/pull/2605) - Handle empty html files [Details](https://togithub.com/parcel-bundler/parcel/pull/2621) - Fix HTMLAsset dependency tag with empty src value [Details](https://togithub.com/parcel-bundler/parcel/pull/2553) - Allow dotfiles to be served [Details](https://togithub.com/parcel-bundler/parcel/pull/2641) - Fix sourceMappingURL for bundles with multiple entry points [Details](https://togithub.com/parcel-bundler/parcel/pull/2645) - Fix absolute path importing in sass [Details](https://togithub.com/parcel-bundler/parcel/pull/2432) - Fix dependency list parsing in RustAsset for paths on Windows [Details](https://togithub.com/parcel-bundler/parcel/pull/2651) - For scope hoisting, Asset IDs cannot contain + or / (base64) [Details](https://togithub.com/parcel-bundler/parcel/pull/2681) - Send CORS headers when a file does not exist [Details](https://togithub.com/parcel-bundler/parcel/pull/2669) - Prevent circular deps from causing a stack overflow in HMR runtime [Details](https://togithub.com/parcel-bundler/parcel/pull/2660) - Fix postcss modules composes imports [Details](https://togithub.com/parcel-bundler/parcel/pull/2642) - fix: set default pragmaFrag option for JSX [Details](https://togithub.com/parcel-bundler/parcel/pull/2486) - Remove unnecessary return await [Details](https://togithub.com/parcel-bundler/parcel/pull/2705) - Fix scopehositing with nested dynamic imports [Details](https://togithub.com/parcel-bundler/parcel/pull/2712) - eslint: enable no-return-await [Details](https://togithub.com/parcel-bundler/parcel/pull/2707) - Throw meaningful error on undefined exports [Details](https://togithub.com/parcel-bundler/parcel/pull/2693) - Add helpful plugin errors [Details](https://togithub.com/parcel-bundler/parcel/pull/2691) - Fix HMR failure with js error on load [Details](https://togithub.com/parcel-bundler/parcel/pull/2531) ### [`v1.11.0`](https://togithub.com/parcel-bundler/parcel/blob/master/CHANGELOG.md#​1110---2018-12-18) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v1.10.3...parcel-bundler@1.11.0) ##### Added - Add Kotlin asset support [Details](https://togithub.com/parcel-bundler/parcel/pull/2210) - Add --host option [Details](https://togithub.com/parcel-bundler/parcel/pull/2181) - Add support for HMR with elm-hot [Details](https://togithub.com/parcel-bundler/parcel/pull/2388) - Log dev server access for log level verbose or more [Details](https://togithub.com/parcel-bundler/parcel/pull/2402) - Process array of assets for JSON-LD [Details](https://togithub.com/parcel-bundler/parcel/pull/2319) - Extract workerfarm into separate package [Details](https://togithub.com/parcel-bundler/parcel/pull/2162) - Extract Logger into its own package [Details](https://togithub.com/parcel-bundler/parcel/pull/2165) - Extract watcher into its own package [Details](https://togithub.com/parcel-bundler/parcel/pull/2176) - Merge fs-watcher-child into Parcel's monorepo [Details](https://togithub.com/parcel-bundler/parcel/pull/2197) ##### Fixed - Use this.write and super.end for JSPackager [Details](https://togithub.com/parcel-bundler/parcel/pull/2126) - Make dynamic import name relative to the file importing it [Details](https://togithub.com/parcel-bundler/parcel/pull/2174) - update postcss and deps [Details](https://togithub.com/parcel-bundler/parcel/pull/2203) - catch css file not found [Details](https://togithub.com/parcel-bundler/parcel/pull/2206) - Treat webmanifest as an entry module [Details](https://togithub.com/parcel-bundler/parcel/pull/2254) - add debugger flag for non production builds in Elm [Details](https://togithub.com/parcel-bundler/parcel/pull/2225) - refactor: JSON.stringify replacer can not be boolean [Details](https://togithub.com/parcel-bundler/parcel/pull/2276) - Fix debug log files for certain locales [Details](https://togithub.com/parcel-bundler/parcel/pull/2288) - Scope hoisting renaming after babel transforms [Details](https://togithub.com/parcel-bundler/parcel/pull/2292) - Switch from toml to [@​iarna/toml](https://togithub.com/iarna/toml) [Details](https://togithub.com/parcel-bundler/parcel/pull/2298) - Update deasync to 0.1.14 (Node 11 fix) [Details](https://togithub.com/parcel-bundler/parcel/pull/2337) - Skip external imports from processing [Details](https://togithub.com/parcel-bundler/parcel/pull/2380) - Don't lowercase attributes in html files [Details](https://togithub.com/parcel-bundler/parcel/pull/2367) - refactor: remove unnecessary not null check [Details](https://togithub.com/parcel-bundler/parcel/pull/2349) - Don't cache dynamic bundles that had a network error [Details](https://togithub.com/parcel-bundler/parcel/pull/2400) - Treeshake functions properly [Details](https://togithub.com/parcel-bundler/parcel/pull/2418) - Fix autoinstall of cssnano [Details](https://togithub.com/parcel-bundler/parcel/pull/2415) - Fix server when there is a dot in the path [Details](https://togithub.com/parcel-bundler/parcel/pull/2429) ### [`v1.10.3`](https://togithub.com/parcel-bundler/parcel/blob/master/CHANGELOG.md#​1103---2018-10-11) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v1.10.2...v1.10.3) ##### Fixed - Don't dedupe assets that are depended on in more than one bundle [Details](https://togithub.com/parcel-bundler/parcel/pull/2122) ### [`v1.10.2`](https://togithub.com/parcel-bundler/parcel/blob/master/CHANGELOG.md#​1102---2018-10-06) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v1.10.1...v1.10.2) ##### Added - Add `` as a valid element type to bundle in `` tags [Details](https://togithub.com/parcel-bundler/parcel/pull/2113) - Resolving `.postcssrc.json` as a PostCSS config [Details](https://togithub.com/parcel-bundler/parcel/pull/2115) - Add loaders when bundling workers [Details](https://togithub.com/parcel-bundler/parcel/pull/2092) ##### Fixed - Fix hoist of modules with multiple aliases [Details](https://togithub.com/parcel-bundler/parcel/pull/2077) - Fix hoisting of optional require calls [Details](https://togithub.com/parcel-bundler/parcel/pull/2078) - Fix safari 10 compatibility for terser [Details](https://togithub.com/parcel-bundler/parcel/pull/2103) - Fix HMR for Pug assets [Details](https://togithub.com/parcel-bundler/parcel/pull/2091) - Don't load existing sourcemaps if sourcemaps are disabled [Details](https://togithub.com/parcel-bundler/parcel/pull/2089) - add missing --no-autoinstall flag to build command [Details](https://togithub.com/parcel-bundler/parcel/pull/2076) ### [`v1.10.1`](https://togithub.com/parcel-bundler/parcel/blob/master/CHANGELOG.md#​1101---2018-09-26) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v1.10.0...v1.10.1) ##### Fixed - Fix error when node.id is undefined instead of null ### [`v1.10.0`](https://togithub.com/parcel-bundler/parcel/blob/master/CHANGELOG.md#​1100---2018-09-25) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v1.9.7...v1.10.0) ##### Added - Babel 7 support [Details](https://togithub.com/parcel-bundler/parcel/pull/1955) - HTML Bundle loader [Details](https://togithub.com/parcel-bundler/parcel/pull/1732) - Process inline scripts and styles [Details](https://togithub.com/parcel-bundler/parcel/pull/1456) - Added LD+JSON asset [Details](https://togithub.com/parcel-bundler/parcel/pull/1936) - Add support for Elm assets [Details](https://togithub.com/parcel-bundler/parcel/pull/1968) - Support optionally bundling node_modules for `--target=node` [Details](https://togithub.com/parcel-bundler/parcel/pull/1690) - Import existing sourcemaps [Details](https://togithub.com/parcel-bundler/parcel/pull/1349) - Import GraphQL files from other GraphQL files [Details](https://togithub.com/parcel-bundler/parcel/pull/1892) - Automatically strip flow types [Details](https://togithub.com/parcel-bundler/parcel/pull/1864) - SugarSS Support [Details](https://togithub.com/parcel-bundler/parcel/pull/1941) - Minimal verbose/debug mode [Details](https://togithub.com/parcel-bundler/parcel/pull/1834) - User friendly error on failed entrypoint resolving [Details](https://togithub.com/parcel-bundler/parcel/pull/1848) - Support for SharedWorkers [Details](https://togithub.com/parcel-bundler/parcel/pull/1907) - Add Object Spread to default Babel transforms [Details](https://togithub.com/parcel-bundler/parcel/pull/1835) - Update help message for `--public-url` [Details](https://togithub.com/parcel-bundler/parcel/pull/1846) - Support HTML5 history mode routing [Details](https://togithub.com/parcel-bundler/parcel/pull/1788) - Split cache into multiple folders for faster FS [Details](https://togithub.com/parcel-bundler/parcel/pull/1322) - Support array in package.json's sideEffects property [Details](https://togithub.com/parcel-bundler/parcel/pull/1766) - Added stub for require.cache [Details](https://togithub.com/parcel-bundler/parcel/pull/1960) - Added dotenv-expand to expand env vars [Details](https://togithub.com/parcel-bundler/parcel/pull/2014) - Update Typescript to v3.0.0 [Details](https://togithub.com/parcel-bundler/parcel/pull/1840) - Add `--no-content-hash` option to build cli [Details](https://togithub.com/parcel-bundler/parcel/pull/1934) ##### Fixed - Exit process on Error [Details](https://togithub.com/parcel-bundler/parcel/pull/1933) - Fix non updating asset hashes [Details](https://togithub.com/parcel-bundler/parcel/pull/1861) - Fix Sass url resolving [Details](https://togithub.com/parcel-bundler/parcel/pull/1909) - WorkerFarm Cleanup [Details](https://togithub.com/parcel-bundler/parcel/pull/1918) - Fix infinite loop in resolver when using `~/...` imports [Details](https://togithub.com/parcel-bundler/parcel/pull/1881) - Default to Dart-Sass and add backwards compatibility for node-sass [Details](https://togithub.com/parcel-bundler/parcel/pull/1847) - Validate if a PostCSS config is an object [Details](https://togithub.com/parcel-bundler/parcel/pull/1862) - VSCode syntax highlight with PostCSS in Vue Component style tag [Details](https://togithub.com/parcel-bundler/parcel/pull/1897) - Glob support in less imports [Details](https://togithub.com/parcel-bundler/parcel/pull/1845) - Generate unique certificate serial number [Details](https://togithub.com/parcel-bundler/parcel/pull/1830) - Keep name in sourcemaps mappings [Details](https://togithub.com/parcel-bundler/parcel/pull/1804) - Replace slack with spectrum badge [Details](https://togithub.com/parcel-bundler/parcel/pull/1785) - Use esnext with typescript and scope hoisting [Details](https://togithub.com/parcel-bundler/parcel/pull/1781) - Fix sourcemaps failing on refresh/hmr [Details](https://togithub.com/parcel-bundler/parcel/pull/1755) - Support sideEffect: false with CommonJS [Details](https://togithub.com/parcel-bundler/parcel/pull/1770) - Get only existing package main [Details](https://togithub.com/parcel-bundler/parcel/pull/1577) - Load minified built-in if available [Details](https://togithub.com/parcel-bundler/parcel/pull/1749) - Support error strings in workers [Details](https://togithub.com/parcel-bundler/parcel/pull/1761) - Terminate workerfarm when using the API [Details](https://togithub.com/parcel-bundler/parcel/pull/1760) - Fix comment typo [Details](https://togithub.com/parcel-bundler/parcel/pull/1739/files) - Fix dotenv package error [Details](https://togithub.com/parcel-bundler/parcel/pull/1953) - Don't resolve slash and tilde paths twice [Details](https://togithub.com/parcel-bundler/parcel/pull/1993) - bundle name hash-key generation is not environment independent [Details](https://togithub.com/parcel-bundler/parcel/pull/2002) - Don't modify script nodes with text/html type [Details](https://togithub.com/parcel-bundler/parcel/pull/1924) - Fix various windows bugs & tests [Details](https://togithub.com/parcel-bundler/parcel/pull/1965) - Cross-platform deterministic asset ids [Details](https://togithub.com/parcel-bundler/parcel/pull/2020) - allow empty string in meta [Details](https://togithub.com/parcel-bundler/parcel/pull/2027) - fixed watch not working when NODE_ENV is production [Details](https://togithub.com/parcel-bundler/parcel/pull/2024) - Incorrect casing for Logger require [Details](https://togithub.com/parcel-bundler/parcel/pull/2021) - fix security vuln [Details](https://togithub.com/parcel-bundler/parcel/pull/1794) - Remove wasm-gc from RustAsset [Details](https://togithub.com/parcel-bundler/parcel/pull/2048)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.