chore(front): update dependency dompurify to v3 (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dompurify | dependencies | major | 2.4.7 -> 3.0.8 |
@types/dompurify (source) | devDependencies | major | 2.4.0 -> 3.0.5 |
Release Notes
cure53/DOMPurify (dompurify)
v3.0.8
: DOMPurify 3.0.8
- Fixed errors caused by conditional exports, thanks @ssi02014
- Fixed a type error when working with custom element config, thanks @cpmotion
v3.0.7
: DOMPurify 3.0.7
- Added better protection against CSPP attacks, thanks @kevin-mizu
- Updated browser versions for automated tests
- Updated Node versions for automated tests
- Refactored code base, thanks @ssi02014
- Refactored build system & deployment, thanks @ssi02014
v3.0.6
: DOMPurify 3.0.6
- Refactored the core code-base and several utilities, thanks @ssi02014
- Updated and fixed several sections of the README, thanks @ssi02014
- Updated several outdated build and test dependencies
v3.0.5
: DOMPurify 3.0.5
- Fixed a licensing issue spotted and reported by @george-thomas-hill
- Updated several build and test dependencies
v3.0.4
: DOMPurify 3.0.4
- Fixed a bypass in jsdom 22 in case the noframes element is permitted, thanks @leeN
- Fixed a typo with
shadowrootmod
which should beshadowrootmode
, thanks @masatokinugawa
v3.0.3
: DOMPurify 3.0.3
- Added new
TRUSTED_TYPES_POLICY
configuration option, thanks @dejang - Added
feDropShadow
to the SVG filter allow-list, thanks @SelfMadeSystem
v3.0.2
: DOMPurify 3.0.2
- Fixed an issue with
ALLOWED_URI_REGEXP
not being reset, thanks @mukilane - Added
mprescripts
tag to allowed MathML elements, thanks @duyhai94 - Added SMS URI scheme to allowed URI schemes, tanks @Kiwka
- Updated supported browser versions for nicer code and smaller size, thanks @buzinas
v3.0.1
: DOMPurify 3.0.1
- Fixed a problem with improper reset of custom HTML options, thanks @ammaraskar
v3.0.0
: DOMPurify 3.0.0
- Removed all code that is for MSIE-only
- Removed all tests that are for MSIE-only
- Modified documentation to reflect new state of MSIE support
- Added support for
ALLOW_SELF_CLOSE_IN_ATTR
flag, thanks @edg2s @AndreVirtimo - Added better support for
shadowrootmode
, thanks @mfreed7
NOTE Please use the 2.4.4 release if you still need MSIE support, 3.0.0 comes without the MSIE overhead
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.