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

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

Open
greenkeeper bot opened this issue Jan 17, 2020 · 6 comments
Open

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

greenkeeper bot opened this issue Jan 17, 2020 · 6 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jan 17, 2020

The dependency sanitize-html was updated from 1.20.1 to 1.21.0.

🚨 View failing branch.

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/travis-ci/push: The Travis CI build is in progress (Details).
  • continuous-integration/appveyor/branch: AppVeyor build failed (Details).

Commits

The new version differs by 14 commits.

  • bbffaf0 1.21.0: new disallowedTagsMode feature, thanks to Yehonatan Zecharia
  • 816188f Merge pull request #312 from yehonatanz/escape-disallowed-tags
  • 7204cf7 Added disallowedTagsMode option to allow escaping of tags
  • 1c43280 mkdir -p for dist
  • 8b8e763 Merge pull request #311 from yehonatanz/master
  • bd63d17 Fixed require statement in test.js
  • 4823f84 fixed frontend build
  • 10bf432 Merge pull request #306 from apostrophecms/revert-169-escape-disallowed-tags
  • a338283 Revert "Escape disallowed tags"
  • d48f3dd Merge pull request #169 from yehonatanz/escape-disallowed-tags
  • 88daf9e Update README.md
  • 6f4893f Add escapeDisallowed option to escape html instead of discarding it
  • 2b7d022 Merge pull request #287 from arturoromeroslc/patch-1
  • a1ae29b Update README.md

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
Copy link
Contributor Author

greenkeeper bot commented Jan 17, 2020

After pinning to 1.20.1 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 23, 2020

  • The dependency sanitize-html was updated from 1.21.1 to 1.22.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 2 commits.

  • 5265a81 1.22.0: htmlparser2 4.x fixes longstanding bugs
  • 534a60e 1.21.1: fixed packaging issue that broke 1.21.0. thanks to Dmitry Shadrunov.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 12, 2020

  • The dependency sanitize-html was updated from 1.22.0 to 1.22.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 14 commits.

  • 592952e Bumps the version and updates Changelog (#338)
  • dfd467f Merge pull request #299 from quetzaluz/fix-298
  • c75dd07 Merge branch 'master' into fix-298
  • d8e7c1a Merge branch 'master' of https://github.com/apostrophecms/sanitize-html
  • 5265a81 1.22.0: htmlparser2 4.x fixes longstanding bugs
  • 3714bef Merge pull request #326 from tomholub/patch-1
  • ade0e2a fix length on undefined, close #325
  • 4112782 Merge pull request #323 from simison/patch-3
  • 80721c6 Remove chalk
  • 4b79b1a Merge pull request #324 from simison/patch-4
  • 1f30d1e Update srcset dependency from v1 to v2
  • 4dda4f3 Update chalk to ^3.0.0
  • 534a60e 1.21.1: fixed packaging issue that broke 1.21.0. thanks to Dmitry Shadrunov.
  • ffb2de4 Upgrade: upgrade lodash.mergewith": "^4.6.2" for security (fix #298)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 9, 2020

  • The dependency sanitize-html was updated from 1.22.1 to 1.23.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 27 commits.

  • 22964d6 Bumps the version and updates changelog (#344)
  • e8ac98f Merge pull request #342 from apostrophecms/hotfix/lint
  • 71964b7 Fixes eqeqeq
  • bca0c5d Merge branch 'master' into hotfix/lint
  • 561d436 Merge pull request #314 from slavaGanzin/textFilterTagNameAttribute
  • 9934a8c Updates punkave refs (#343)
  • 466efff Merge pull request #301 from egorvoronov/master
  • 8d4474b Merge branch 'master' into master
  • 0f2382d Adds eslint and bumps version
  • 592952e Bumps the version and updates Changelog (#338)
  • dfd467f Merge pull request #299 from quetzaluz/fix-298
  • c75dd07 Merge branch 'master' into fix-298
  • d8e7c1a Merge branch 'master' of https://github.com/apostrophecms/sanitize-html
  • 5265a81 1.22.0: htmlparser2 4.x fixes longstanding bugs
  • 3714bef Merge pull request #326 from tomholub/patch-1

There are 27 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 20, 2020

  • The dependency sanitize-html was updated from 1.23.0 to 1.24.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 36 commits.

  • 10ee127 Merge pull request #357 from apostrophecms/1.24.0
  • c1f96fe Bumps the version and updates the changelog
  • d8dbdf5 Merge pull request #356 from apostrophecms/frame-children
  • a1eb86f Adds mediaChildren documentation
  • db8ea10 Adds mediaChildren property to frames for filtering
  • 2aee776 Merge pull request #354 from thiago-negri/bugfix/escape-self-closing-tag
  • d57542d Merge pull request #337 from willfarrell/feature/abbr
  • 28821f1 Fix escaping of self closing tags
  • 22964d6 Bumps the version and updates changelog (#344)
  • e8ac98f Merge pull request #342 from apostrophecms/hotfix/lint
  • 71964b7 Fixes eqeqeq
  • bca0c5d Merge branch 'master' into hotfix/lint
  • 561d436 Merge pull request #314 from slavaGanzin/textFilterTagNameAttribute
  • 9934a8c Updates punkave refs (#343)
  • 466efff Merge pull request #301 from egorvoronov/master

There are 36 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 29, 2020

  • The dependency sanitize-html was updated from 1.24.0 to 1.25.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 60 commits.

  • f8e8c40 Adds allowVulnerableTags to the README and changelog (#364)
  • bd85458 Merge pull request from GHSA-wrvh-xq9q-8f5v
  • 42daa11 Merge branch 'master' into advisory-fix-1
  • f2cb87b Updates tests to check for the warning
  • ac7ecef Merge pull request #358 from merceyz/lodash
  • 1dbe824 docs: update changelog
  • bf4e5f9 fix: replace per method packages with lodash
  • d24c306 Merge pull request #361 from apostrophecms/enforceHtmlBoundary
  • e889aa8 Moves function and cleans up README language
  • 7c38d48 eslint formatting fixes
  • f59b40f Updates the changelog
  • aaf791d Adding back enforceHtmlBoundary documentation
  • 2e7c7b7 reverts gitignore change
  • 09fa354 Removes the old index.js file
  • e89e764 Merge branch 'pr/166' into enforceHtmlBoundary

There are 60 commits in total.

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

No branches or pull requests

0 participants