Closed renovate[bot] closed 4 years ago
As this PR has been closed unmerged, Renovate will now ignore this update (2.4.2). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps
array of your renovate config.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This PR contains the following updates:
2.1.2
->2.4.2
Release Notes
danvk/source-map-explorer
### [`v2.4.2`](https://togithub.com/danvk/source-map-explorer/releases/v2.4.2) [Compare Source](https://togithub.com/danvk/source-map-explorer/compare/v2.4.1...v2.4.2) #### 🐛 Bug fixes - [#174](https://togithub.com/danvk/source-map-explorer/issues/174) Failure should result in non-zero exit code. #### 🚀 Enhancements - [#181](https://togithub.com/danvk/source-map-explorer/issues/181) Add option to disable border checks. Add `--no-border-checks`/`noBorderChecks` flag/option to disable invalid mapping column/line checks. This can be useful when we cannot handle a false-positive case ### [`v2.4.1`](https://togithub.com/danvk/source-map-explorer/releases/v2.4.1) [Compare Source](https://togithub.com/danvk/source-map-explorer/compare/v2.4.0...v2.4.1) #### 🐛 Bug fixes - [#178](https://togithub.com/danvk/source-map-explorer/issues/178) Support `webpack:///` in filename. Treat webpack filename prefix as atomic filename part so that `webpack:///` isn't split into `webpack:`, `/`, `/`, `/` ### [`v2.4.0`](https://togithub.com/danvk/source-map-explorer/releases/v2.4.0) [Compare Source](https://togithub.com/danvk/source-map-explorer/compare/v2.3.1...v2.4.0) #### 🚀 Enhancements - [#171](https://togithub.com/danvk/source-map-explorer/issues/171) Sort by bundle name and file name. Bundles are now sorted by name, Set `sort: true`/`--sort` to sort filenames. Thanks to [@khanguy00](https://togithub.com/khanguy00) for the contribution! #### 🐛 Bug fixes - [#136](https://togithub.com/danvk/source-map-explorer/issues/136) Report InvalidMappingColumn on tsc generated source map #### 🔧 Internal - [#168](https://togithub.com/danvk/source-map-explorer/issues/168) Add performance test - [#169](https://togithub.com/danvk/source-map-explorer/issues/169) Update Travis config and deal with EOLs - [#170](https://togithub.com/danvk/source-map-explorer/issues/170) Switch from `babel` to `tsc`. Added source maps to `source-map-explorer` distributive - [#141](https://togithub.com/danvk/source-map-explorer/issues/141) Merge generate-data into the main project ### [`v2.3.1`](https://togithub.com/danvk/source-map-explorer/releases/v2.3.1) [Compare Source](https://togithub.com/danvk/source-map-explorer/compare/v2.3.0...v2.3.1) 🐛 Bug fixes - [#137](https://togithub.com/danvk/source-map-explorer/issues/137) Collapse non-contributing directories. Fix node collapsing logic. ### [`v2.3.0`](https://togithub.com/danvk/source-map-explorer/releases/v2.3.0) [Compare Source](https://togithub.com/danvk/source-map-explorer/compare/v2.2.2...v2.3.0) #### 🚀 Enhancements - [#113](https://togithub.com/danvk/source-map-explorer/issues/113) Calculate gzip sizes. CLI/API got `gzip` option/parameter that enables calculating gzip size (`gzip-size` package is used) instead of parsed size. Calculating gzip size makes impossible to calculate unmapped bytes because the sum of gzip sizes is not equal to total bytes due to the nature of compression. Therefore setting `gzip = true`/`--gzip` will also set `onlyMapped = true`. Thanks to [@tylergraf](https://togithub.com/tylergraf) for the contribution! - [#137](https://togithub.com/danvk/source-map-explorer/issues/137) Collapse non-contributing directories #### 🐛 Bug fixes - [#160](https://togithub.com/danvk/source-map-explorer/issues/160) Fix coverages for inlined code exclusion. Thanks to [@aholachek](https://togithub.com/aholachek) for the contribution! - [#158](https://togithub.com/danvk/source-map-explorer/issues/158) Version 2.2 too slow #### Other - [bundle-wizard](https://togithub.com/aholachek/bundle-wizard) - Easier analysis of webapp entry points (uses `source-map-explorer` under the hood) ### [`v2.2.2`](https://togithub.com/danvk/source-map-explorer/releases/v2.2.2) [Compare Source](https://togithub.com/danvk/source-map-explorer/compare/v2.2.1...v2.2.2) #### 🐛 Bug fixes - [#154](https://togithub.com/danvk/source-map-explorer/issues/154) Ignore coverage for inlined code. Thanks to [@jackyef](https://togithub.com/jackyef) for the contribution! ### [`v2.2.1`](https://togithub.com/danvk/source-map-explorer/releases/v2.2.1) [Compare Source](https://togithub.com/danvk/source-map-explorer/compare/v2.2.0...v2.2.1) #### 🐛 Bug fixes - [#153](https://togithub.com/danvk/source-map-explorer/issues/153) Remove `npm-check-updates` from dependencies ### [`v2.2.0`](https://togithub.com/danvk/source-map-explorer/releases/v2.2.0) [Compare Source](https://togithub.com/danvk/source-map-explorer/compare/v2.1.2...v2.2.0) #### 🚀 Enhancements - [#145](https://togithub.com/danvk/source-map-explorer/issues/145) Implement code coverage heat map. Pass [coverage JSON file](https://developers.google.com/web/tools/chrome-devtools/coverage) via `--coverage` CLI argument or `coverage` API option to apply coverage heat map to the visualization. Thanks to [@joshribakoff](https://togithub.com/joshribakoff) for the contribution! - [#150](https://togithub.com/danvk/source-map-explorer/issues/150) Visualize the line endings in the treemap. HTML visualization now can have `[EOLs]` virtual file with end-of-line characters bytes. Thanks to [@paulirish](https://togithub.com/paulirish) for the contribution! #### 💥 Breaking changes - Explore result file size now is an object (`'foo.js': { size: 63 }`) #### 🐛 Bug fixes - Fix bytes calculation - get bytes length from source ranges' string rather than columns count. One column can have byte length 4 bytes (e.g. 🍰) #### 🔧 Internal - Replace `FileSizeMap` with `FileData` so that additional data can be stored along with mapping size - When calculating file sizes first get mapping ranges with sources, then merge consecutive ranges and then calculate bytesRenovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.