niieani / webpack-dependency-suite

A set of Webpack plugins, loaders and utilities designed for advanced dependency resolution
MIT License
35 stars 5 forks source link

Update source-map to the latest version 🚀 #20

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.6.0 of source-map just got published.

Dependency source-map
Current Version 0.5.7
Type dependency

The version 0.6.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of source-map. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 29 commits.

  • 83d389f Merge pull request #287 from tromey/version-0.6.0
  • b594ec6 Release version 0.6.0
  • 93a6f3a Merge pull request #288 from tromey/fix-issue-247
  • 1378f15 Avoid undefined line in fromStringWithSourceMap
  • 75131c7 Merge pull request #286 from tromey/fix-source-root-prepending
  • 54825b8 Change sourceRoot resolution to match the spec
  • 20ab726 Merge pull request #279 from tromey/issue-258
  • c9e11a1 Handle null name in IndexedSourceMapConsumer._parseMappings
  • 1941aaa Merge pull request #283 from tromey/json-xssi-avoidance
  • de68f7f Remove entire first line when JSON XSSI prevention seen
  • eb182f0 Merge pull request #285 from tromey/url-parsing-fix
  • d21b0e1 Slightly loosen urlRegexp
  • c898668 Merge pull request #280 from tromey/issue-227
  • f6df209 Normalize the sourceRoot in BasicSourceMapConsumer
  • 745accc Merge pull request #281 from tromey/install-typings-file

There are 29 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 0.6.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • ac518d2 Merge pull request #290 from tromey/version-0.6.1
  • 5d4678c Release version 0.6.1
  • 1d77c0b Merge pull request #289 from tromey/m-c-fixes
  • 2c6fb7e Handle absolute source lookup in more methods
  • e34d6aa Add aSourceMapURL parameter to SourceMapConsumer.fromSourceMap

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.7.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 67 commits.

  • 86d105b Merge pull request #309 from fitzgen/get-ready-for-new-release-on-npm
  • af04369 Add link to "Oxidizing Source Maps with Rust and WebAssembly" in CHANGELOG entry
  • 8647951 Remove the custom JS Quicksort implementation
  • 6ae7233 Update lib/mappings.wasm to source-map-mappings @ 0.4.0
  • 03cafe1 Add SourceMapConsumer.with so that folks don't need to remember to call destroy
  • 51cf770 Merge pull request #308 from fitzgen/split-is-slow
  • 83b8bbd Add a small LRU cache in front of calls to normalize
  • 57d2dcb Use our own splitting in normalize
  • 4a047e7 Merge pull request #306 from fitzgen/wasm
  • f878008 Also run CI tests on node 8
  • 80d2199 Properly destroy SourceMapConsumer instances in test/test-source-map-generator.js
  • ef24a04 Add space after "if" before "("
  • 59fab43 I think node >= 8 has WebAssembly
  • 3b664b3 bench: remove broken benchmarking with a JS shell
  • a3d7d94 dist: Re-build

There are 67 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.7.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 3181bac Merge pull request #323 from fitzgen/bump-to-0.7.1
  • 12a5a1a Bump to version 0.7.1
  • c73baa5 Merge pull request #321 from jvilk/typings-fix
  • 7cc0c9d Update source-map TypeScript typings to 0.7.0.
  • 63b7486 Merge pull request #316 from fitzgen/little-follow-ups
  • 1b42bf9 Specify python version in bench/README.md's local server instructions
  • a5d77d8 Update rebuilding lib/mappings.wasm instructions
  • d074e40 Merge pull request #315 from nicojs/patch-1
  • 6c4e879 Merge pull request #312 from samccone/patch-1
  • f54ac3d Add dropped node versions to changelog
  • 50415bc Fix use on the web documentation to actually work

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.7.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 43b2687 Bump to 0.7.2
  • 3720ffa Merge pull request #325 from fitzgen/update-mappings-wasm
  • 4ade41f Update lib/mappings.wasm to fitzgen/source-map-mappings 0.5.0
  • e0bea42 Bust the cache for the benchmark's wasm blob, since Chrome is very aggressive with its caching

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.7.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

  • b2171d5 Bump to version 0.7.3
  • 86d2f30 Merge pull request #336 from hildjj/classes
  • 14de5f8 Address comments in code review
  • 1ea5ee3 First stab at classes. source-map-consumer is a mess in order to keep the API the same. That file needs careful review. Everything else is pretty straightforward. Fixes #334. Fixes #259.
  • adfd0fb Merge pull request #335 from hildjj/coverage
  • 39db032 Add code coverage instructions to CONTRIBUTING.md
  • 3f2b104 Add support for coverage metrics with nyc and coveralls. Coveralls integration will need to be turned on.
  • df6608d Merge pull request #332 from hildjj/lint
  • 73f5d1a Switch to let/const from var
  • bf025a8 Apply the Firefox eslint rules, minus the Firefox-specific plugins.
  • 8214089 Merge pull request #330 from ds300/fix/callback-stack
  • b87dfc8 update dist
  • 121d627 keep callbacks on stack to allow nested consumer usage
  • b93aadb add failing test for nested consumer usage
  • c1e2ec8 Merge pull request #329 from wizawu/master

There are 16 commits in total.

See the full diff