Something went wrong on our end. Please try again.
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
sanitize-html | ^1.26.0 -> ^2.3.2 |
v2.3.2
yarn add
syntax. Thanks to Tagir Khadshiev for the contribution.v2.3.1
v2.3.0
htmlparser2
to new major version ^6.0.0
. Thanks to Bogdan Chadkin for the contribution.v2.2.0
tel
to the default allowedSchemes
. Thanks to Arne Herbots for this contribution.v2.1.2
v2.1.1
allowedClasses
with an '*'
wildcard selector. Thanks to Clemens Damke for this contribution.v2.1.0
sup
added to the default allowed tags list. Thanks to Julian Lam for the contribution.allowedTags
README documentation. Thanks to Marco Arduini for the contribution.v2.0.0
nestingLimit
option added.is-plain-object
package with named export. Thanks to Bogdan Chadkin for the contribution.postcss
package and drop Node 11 and Node 13 support (enforced by postcss).allowedTags
array was updated significantly. This mostly added HTML tags to be more comprehensive by default. You should review your projects and consider the allowedTags
defaults if you are not already overriding them.v1.27.5
v1.27.4
Array.prototype.includes
, replacing it with Array.prototype.indexOf
.v1.27.3
transformTags
with out textFilter
. Thanks to Andrzej Porebski for the help with a failing test.v1.27.2
srcset
with parse-srcset
. Thanks to Massimiliano Mirra for the contribution.v1.27.1
xtend
package with native Object.assign
.v1.27.0
allowedIframeDomains
option. This works similar to allowedIframeHostnames
, where you would set it to an array of web domains. It would then permit any hostname on those domains to be used in iframe src
attributes. Thanks to Stanislav Kravchenko for the contribution.This PR has been generated by WhiteSource Renovate. View repository job log here.