SockDrawer / SockBot

Sockbot - A sock puppet Robot worthy of TheDailyWTF that interfaces with what.thedailywtf.com. SO META!
MIT License
16 stars 18 forks source link

An in-range update of sanitize-html is breaking the build 🚨 #453

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.16.0 of sanitize-html was just published.

Branch Build failing 🚨
Dependency sanitize-html
Current Version 1.15.0
Type dependency

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

sanitize-html is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - βœ… **continuous-integration/appveyor/branch** AppVeyor build succeeded [Details](https://ci.appveyor.com/project/AccaliaDeElementia/sockbot/build/640) - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/SockDrawer/SockBot/builds/305329730?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 17 commits.

  • 476467e 1.16.0: support for sanitizing inline CSS styles, by specifying the allowed attributes and a regular expression for each. Thanks to Cameron Will and Michael Loschiavo.
  • 901cb0c Merge pull request #178 from mloschia/css-sanitization
  • ba523c0 add missing chars to readme
  • 6ab3e85 extract filtration callback, update allowed css styles readme
  • 66528a4 remove old css filter dependency, refactor css filter logic to accomodate
  • fab54ba update allowed css styles readme
  • e5020c4 adjust tests, account for global syles
  • e0530d5 refactor filterCss logic
  • 0118a25 Merge remote-tracking branch 'upstream/master' into sanitize-css
  • d78f6fd Merge pull request #174 from mikesamuel/check-attribute-names
  • bb1809c Reject malformed HTML attribute names.
  • 2b7cf02 Merge remote-tracking branch 'upstream/master' into sanitize-css
  • 638e1db [chore] Add another couple tests
  • c0e97c3 [chore] Update README with CSS style information
  • 07c4027 [fix] Remove empty style tags

There are 17 commits in total.

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 6 years ago

After pinning to 1.15.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 1.16.1 just got published.

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

Commits

The new version differs by 1 commits.

See the full diff

RaceProUK commented 6 years ago

Breakage was unrelated to package - closing