Update dependency sanitize-html to ^1.27.5
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
sanitize-html | dependencies | minor | ^1.27.5 | source | |
@types/sanitize-html | devDependencies | minor | 1.27.0 | source |
Release Notes
apostrophecms/sanitize-html
v1.27.5
- Updates README to include ES modules syntax.
v1.27.4
- Fixes an IE11 regression from using
Array.prototype.includes
, replacing it withArray.prototype.indexOf
.
v1.27.3
- Fixes a bug when using
transformTags
with outtextFilter
. Thanks to Andrzej Porebski for the help with a failing test.
v1.27.2
- Fixes CHANGELOG links. Thanks to Alex Mayer for the contribution.
- Replaces
srcset
withparse-srcset
. Thanks to Massimiliano Mirra for the contribution.
v1.27.1
- Removes the unused chalk dependency.
- Adds configuration for a Github stale bot.
- Replace
xtend
package with nativeObject.assign
.
v1.27.0
- Adds the
allowedIframeDomains
option. This works similar toallowedIframeHostnames
, where you would set it to an array of web domains. It would then permit any hostname on those domains to be used in iframesrc
attributes. Thanks to Stanislav Kravchenko for the contribution.
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.