Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update source-map-loader to the latest version 🚀 #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Aug 14, 2018

Version 0.2.4 of source-map-loader was just published.

Dependency source-map-loader
Current Version 0.2.1
Type devDependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of source-map-loader.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v0.2.4

2018-08-14

Bug Fixes

  • index: handle exception on loading invalid source maps (#67) (78ad469)
  • index: resolve source maps with root-relative paths correctly (#68) (e2fdbfd)
  • package: 5 low severity vulnerabilities (#72) (8262587)
Commits

The new version differs by 15 commits.

  • 8433ed3 chore(release): 0.2.4
  • 8262587 fix(package): 5 low severity vulnerabilities (#72)
  • 637fde1 chore(package): remove unused source-map dependency (dependencies) (#71)
  • e2fdbfd fix(index): resolve source maps with root-relative paths correctly (#68)
  • 78ad469 fix(index): handle exception on loading invalid source maps (#67)
  • a0b84d4 docs(README): typo fix (#64)
  • 7843bb3 refactor(package): updates dependencies to fix CVE-2015-8315 (#62)
  • 4f3833b docs(CHANGELOG): updates for v0.2.3
  • 420e866 chore(release): 0.2.3
  • f6cf53c chore: update dependencies (#56)
  • fdcfea6 chore(release): 0.2.2
  • 38da2eb fix: Handle exception on loading invalid base64 source maps (#53)
  • e0bff76 docs(README): define more precisely what loader does (#47)
  • 54ee6ea Remove plus signs from copy. (#44)
  • 5501fe3 docs(README): add details on usage and purpose (#37)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request May 26, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 26, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

Release Notes for v1.0.0

1.0.0 (2020-05-26)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13
  • minimum supported webpack version is 4

Features

  • support indexed source maps (c18d1f9)
  • support charsert for Data URLs

Bug Fixes

  • absolute path for sources (b64f7d8)
  • avoid crash on big data URL source maps (7f769aa)
  • improve performance (#101) (4c39c22)
  • use webpack fs (#105) (1e785a1)
  • support file protocol
  • improve error messages
  • avoid conflicts with other source maps
  • fix compatibility with 5 version of webpack
Commits

The new version differs by 15 commits.

  • e0ec5d9 chore(release): 1.0.0
  • 87fa9ae refactor: remove whatwg-encoding (#115)
  • 4d043f0 docs: ignore example
  • 1ccc708 test: coverage (#111)
  • 73773e2 test: validate options (#110)
  • 0d77b18 refactor: code
  • 2ceba27 test: code (#108)
  • 1e785a1 fix: use webpack fs (#105)
  • 01b3812 refactor: code (#104)
  • 4c39c22 fix: perf and crashing (#101)
  • b64f7d8 fix: absolute path for sources and add sources in dependendencies
  • c18d1f9 feat: indexed-sourcemap
  • 526c229 test: refactor (#97)
  • 7f769aa fix: avoid crash on big data URL source maps
  • 2da2b2e chore(defaults): update (#95)

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants