angular-material-extensions / calendar

Angular responsive calendar built with material design for desktop and mobile
MIT License
21 stars 5 forks source link

Update source-map-loader to the latest version πŸš€ #66

Open greenkeeper[bot] opened 4 years ago

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


The devDependency source-map-loader was updated from 0.2.4 to 1.0.0.

This version 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.


Publisher: evilebottnawi License: MIT

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


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: