longman-to-anki icon indicating copy to clipboard operation
longman-to-anki copied to clipboard

Update dependency source-map-explorer to v2.5.2

Open renovate[bot] opened this issue 4 years ago β€’ 0 comments

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
source-map-explorer 2.1.0 -> 2.5.2 age adoption passing confidence

Release Notes

danvk/source-map-explorer

v2.5.2

Compare Source

πŸ› Bug fixes

πŸ”§ Internal

  • Update dependencies

v2.5.1

Compare Source

πŸ”§ Internal

  • Update dependencies

v2.5.0

Compare Source

πŸš€ Enhancements

v2.4.2

Compare Source

πŸ› Bug fixes
  • #​174 Failure should result in non-zero exit code.
πŸš€ Enhancements
  • #​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

Compare Source

πŸ› Bug fixes
  • #​178 Support webpack:/// in filename. Treat webpack filename prefix as atomic filename part so that webpack:/// isn't split into webpack:, /, /, /

v2.4.0

Compare Source

πŸš€ Enhancements
  • #​171 Sort by bundle name and file name. Bundles are now sorted by name, Set sort: true/--sort to sort filenames. Thanks to @​khanguy00 for the contribution!
πŸ› Bug fixes
  • #​136 Report InvalidMappingColumn on tsc generated source map
πŸ”§ Internal
  • #​168 Add performance test
  • #​169 Update Travis config and deal with EOLs
  • #​170 Switch from babel to tsc. Added source maps to source-map-explorer distributive
  • #​141 Merge generate-data into the main project

v2.3.1

Compare Source

πŸ› Bug fixes

  • #​137 Collapse non-contributing directories. Fix node collapsing logic.

v2.3.0

Compare Source

πŸš€ Enhancements

  • #​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 for the contribution!
  • #​137 Collapse non-contributing directories

πŸ› Bug fixes

Other

  • bundle-wizard - Easier analysis of webapp entry points (uses source-map-explorer under the hood)

v2.2.2

Compare Source

πŸ› Bug fixes

v2.2.1

Compare Source

πŸ› Bug fixes

  • #​153 Remove npm-check-updates from dependencies

v2.2.0

Compare Source

πŸš€ Enhancements

  • #​145 Implement code coverage heat map. Pass coverage JSON file via --coverage CLI argument or coverage API option to apply coverage heat map to the visualization. Thanks to @​joshribakoff for the contribution!
  • #​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 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 bytes

v2.1.2

Compare Source

πŸ› Bug fixes

  • #​143 Broken bundle selection on Windows environments
  • #​133 sourceMappingURL comment included in unmapped size. Add sourceMappingURL as a separate virtual file [sourceMappingURL].
  • #​122 source-map-explorer complains a module with single chunk. Report OneSourceSourceMap warning only when exploring a single bundle.
  • #​142 Generated report has area named 'null'. Give null source a name [no source].

πŸ”§ Internal

  • Update dependencies

v2.1.1

Compare Source

πŸ› Bug fixes

  • #​131 Use bytes (1024) to format file size
  • #​139 Put TypeScript declarations to dist root
  • #​136 Handle source map referencing EOL character (e.g. when source map generated by TypeScript (https://github.com/microsoft/TypeScript/issues/34695)

πŸ”§ Internal

  • Update dependencies
  • Add node 12 and 13 to Travis CI and remove node 11

Configuration

πŸ“… Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box.

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

renovate[bot] avatar Nov 14 '19 07:11 renovate[bot]