Update dependency parcel-bundler to ^1.12.3
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
parcel-bundler | devDependencies | minor | ^1.12.3 | source |
Release Notes
parcel-bundler/parcel
v1.12.3
- Downgrade all internal Babel packages to
<7.4.0
because of bugs in that release.
v1.12.2
- Fix depth option for detailed report
v1.12.1
Fixed
- Correctly build dependency URLs (for CSS) Details
- Fix bug with original null mappings Details
- Regenerate all bundles and trigger an HMR page reload when a new bundle is created Details
- Unescaped "." in regex for JSAsset Details
- Open the specified host Details
v1.12.0
Added
- CSS/SASS/LESS sourcemaps Details
- Add Markdown support Details
- Unhandled HMR updates should cause a page reload Details
- Enables jsx plugin in case jsx syntax is used in js files Details
- Add disabling of autoinstall globally via environment variable Details
- Add support for
chrome-extension://
protocol to bundle-url.js Details - Add support for Firefox's 'moz-extension://' protocol, to bundle-url.js Details
- Generate source map files with long extentions (e.g. .js.map) Details
- upgrade htmlnano dep Details
- Default port to process.env.PORT Details
- Inline process.browser for better code elimination Details
- Detect files added to/removed from directories. Details
- Implement depth option for detailed report Details
Fixed
- Resolve package.browser in subfolders (with backslashes) Details
- fix chokidar ignored regex Details
- Defer throwing asset errors until after dependencies are handled. Details
- fix(sourcemaps): Handle null mappings properly Details
- Use Buffer.from Details
- addURLDependency: use always relative path Details
- reexporting + renaming when scopehoisting Details
- Fix and reenable windows scope-hoisting tests Details
- Fix for typescript asset invalidation Details
- Fix hang up when a lot of parallel operation request the file system Details
- Fix localRequire with package/path requests Details
- Refactor htmlnano tests to test for filesize Details
- pug Deprecated pretty Details
- Fix pug test Details
- Use the test to assert this.child.killed rather than checking time difference Details
- Improve tests: symlink tests, Kotlin tests, and maybe test-util module Details
- Handle empty html files Details
- Fix HTMLAsset dependency tag with empty src value Details
- Allow dotfiles to be served Details
- Fix sourceMappingURL for bundles with multiple entry points Details
- Fix absolute path importing in sass Details
- Fix dependency list parsing in RustAsset for paths on Windows Details
- For scope hoisting, Asset IDs cannot contain + or / (base64) Details
- Send CORS headers when a file does not exist Details
- Prevent circular deps from causing a stack overflow in HMR runtime Details
- Fix postcss modules composes imports Details
- fix: set default pragmaFrag option for JSX Details
- Remove unnecessary return await Details
- Fix scopehositing with nested dynamic imports Details
- eslint: enable no-return-await Details
- Throw meaningful error on undefined exports Details
- Add helpful plugin errors Details
- Fix HMR failure with js error on load Details
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.