adrianblynch / europeanstar

https://europeanstar-stg.herokuapp.com/
0 stars 0 forks source link

An in-range update of source-map-explorer is breaking the build 🚨 #27

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency source-map-explorer was updated from 2.0.1 to 2.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

source-map-explorer is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **ci/circleci: build_and_test:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/adrianblynch/europeanstar/181?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for v2.1.0

πŸš€ Enhancements

  • Improve files' sizes calculation speed. Thanks to @also and @Anish2 for the contribution!

πŸ”§ Internal

  • Update dependencies
Commits

The new version differs by 6 commits.

  • 80b2baa Update dependencies
  • c007f36 Optimize files size computing (#128)
  • 8b48640 Regenerate test files (#129)
  • a3069a5 Add contributing guide
  • 3299395 Mention Node 10 as requirement
  • 388576c Indicate that glob patterns is supported

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

After pinning to 2.0.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 8 commits.

  • ee92dbe Bump 2.1.1 version
  • 60d1111 Remove unused file CLI argument
  • d8cb5e4 Regenerate test data after terser update
  • 4b1d2fb Add node 12 and 13 to CI
  • 254a5d9 Handle source map referencing EOL character (#136)
  • 2f8535b Fix TypeScript declarations generating
  • 9e594fb Fix file size formatting (#131)
  • b900291 Update dependencies

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.1.2

πŸ› 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
Commits

The new version differs by 15 commits.

  • de8bfb8 Give null source a name (#142)
  • 37c33ba Update dependencies
  • e583442 Show OneSourceSourceMap only when exploring a single bundle (#122)
  • 7635973 Update build badge target branch
  • 5900b01 Update dependencies
  • 87ea1e8 Π‘alculate sourceMappingURL size (#133)
  • 98b13b2 Fix bundle selecting on Windows (#143)
  • ee92dbe Bump 2.1.1 version
  • 60d1111 Remove unused file CLI argument
  • d8cb5e4 Regenerate test data after terser update
  • 4b1d2fb Add node 12 and 13 to CI
  • 254a5d9 Handle source map referencing EOL character (#136)
  • 2f8535b Fix TypeScript declarations generating
  • 9e594fb Fix file size formatting (#131)
  • b900291 Update dependencies

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.2.0

πŸš€ 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
Commits

The new version differs by 5 commits.

  • 78dedf7 Bump version 2.2.0
  • ae63a66 Visualize the line endings in the treemap (#150)
  • 92692fa Update dependencies
  • 9c3195d Implement code coverage heat map (#145)
  • 4b95f6e Bump 2.1.2 version

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.3.0

πŸš€ 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

  • #160 Fix coverages for inlined code exclusion. Thanks to @aholachek for the contribution!
  • #158 Version 2.2 too slow

Other

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

The new version differs by 17 commits.

  • 0ea4fa1 Update example screenshot
  • af8d06c Bump version 2.3.0
  • 60b9e37 Collapse non-contributing directories (#137)
  • ee481da Fix slowness (#158)
  • 8a1d7f0 Add link to bundle-wizard (#164)
  • 1e03086 Fix coverages for inlined code exclusion (#160)
  • 2b0583a Update dependencies
  • ad1af78 Move wiki pages content to README
  • cd941b0 Show gzipped file sizes (#123)
  • fe52007 Bump version 2.2.2
  • d3746c2 Ignore coverage for inlined code (#154)
  • 3d3a007 Remove npm-check-updates from dependencies (#153)
  • 78dedf7 Bump version 2.2.0
  • ae63a66 Visualize the line endings in the treemap (#150)
  • 92692fa Update dependencies

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.4.0

πŸš€ 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
Commits

The new version differs by 26 commits.

  • e5d777f Bump version 2.4.0
  • ec5463f Sort bundles and files by name (#171)
  • f408a40 Fix source map reference EOL detection (#136)
  • 4f9b164 Merge generate-data into main project (#141)
  • db6bf38 Switch to tsc (#170)
  • 7cef71b Update Travis config and deal with EOLs (#169)
  • 7ec1b38 Add performance test (#168)
  • c78a5c7 Bump version 2.3.1
  • e533446 Collapse non-contributing directories (#137)
  • 0ea4fa1 Update example screenshot
  • af8d06c Bump version 2.3.0
  • 60b9e37 Collapse non-contributing directories (#137)
  • ee481da Fix slowness (#158)
  • 8a1d7f0 Add link to bundle-wizard (#164)
  • 1e03086 Fix coverages for inlined code exclusion (#160)

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.4.1

πŸ› Bug fixes

  • #178 Support webpack:/// in filename. Treat webpack filename prefix as atomic filename part so that webpack:/// isn't split into webpack:, /, /, /
Commits

The new version differs by 29 commits.

  • 597b6ce Bump version 2.4.1
  • 77bfbbb Collapse non-contributing directories (#137)
  • a5555eb Bump minimist from 1.2.0 to 1.2.5 in /tests/generate-data/src/big (#176)
  • e5d777f Bump version 2.4.0
  • ec5463f Sort bundles and files by name (#171)
  • f408a40 Fix source map reference EOL detection (#136)
  • 4f9b164 Merge generate-data into main project (#141)
  • db6bf38 Switch to tsc (#170)
  • 7cef71b Update Travis config and deal with EOLs (#169)
  • 7ec1b38 Add performance test (#168)
  • c78a5c7 Bump version 2.3.1
  • e533446 Collapse non-contributing directories (#137)
  • 0ea4fa1 Update example screenshot
  • af8d06c Bump version 2.3.0
  • 60b9e37 Collapse non-contributing directories (#137)

There are 29 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.4.2

πŸ› 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
Commits

The new version differs by 33 commits.

  • 661c068 Bump version 2.4.2
  • 8c47ad7 Add option to disable border checks (#181)
  • 8ed44da Failure should result in non-zero exit code (#174)
  • d9c5749 Update dependencies
  • 597b6ce Bump version 2.4.1
  • 77bfbbb Collapse non-contributing directories (#137)
  • a5555eb Bump minimist from 1.2.0 to 1.2.5 in /tests/generate-data/src/big (#176)
  • e5d777f Bump version 2.4.0
  • ec5463f Sort bundles and files by name (#171)
  • f408a40 Fix source map reference EOL detection (#136)
  • 4f9b164 Merge generate-data into main project (#141)
  • db6bf38 Switch to tsc (#170)
  • 7cef71b Update Travis config and deal with EOLs (#169)
  • 7ec1b38 Add performance test (#168)
  • c78a5c7 Bump version 2.3.1

There are 33 commits in total.

See the full diff