angular-material-extensions / contacts

Angular Library to manage contacts and users with a material design
https://angular-material-extensions.github.io/contacts/
MIT License
44 stars 4 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

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

Dependency source-map-loader
Current Version 0.2.3
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 8 commits ahead by 8, behind by 1.

  • 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

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:

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 106


Totals Coverage Status
Change from base Build 9: 0.0%
Covered Lines: 77
Relevant Lines: 127

💛 - Coveralls
greenkeeper[bot] commented 4 years ago

🚨 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