fix(deps): update dependency dompurify to v3 #3107

Merged
konrad merged 1 commits from renovate/dompurify-3.x into main 2023-02-13 17:39:31 +00:00
Member

This PR contains the following updates:

Package Type Update Change
dompurify dependencies major 2.4.3 -> 3.0.0

Release Notes

cure53/DOMPurify

v3.0.0

Compare Source

  • 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

v2.4.4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dompurify](https://github.com/cure53/DOMPurify) | dependencies | major | [`2.4.3` -> `3.0.0`](https://renovatebot.com/diffs/npm/dompurify/2.4.3/3.0.0) | --- ### Release Notes <details> <summary>cure53/DOMPurify</summary> ### [`v3.0.0`](https://github.com/cure53/DOMPurify/releases/tag/3.0.0) [Compare Source](https://github.com/cure53/DOMPurify/compare/2.4.4...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 [@&#8203;edg2s](https://github.com/edg2s) [@&#8203;AndreVirtimo](https://github.com/AndreVirtimo) - Added better support for `shadowrootmode`, thanks [@&#8203;mfreed7](https://github.com/mfreed7) **NOTE** Please use the [2.4.4](https://github.com/cure53/DOMPurify/releases/tag/2.4.4) release if you still need MSIE support, 3.0.0 comes without the MSIE overhead ### [`v2.4.4`](https://github.com/cure53/DOMPurify/releases/tag/2.4.4) [Compare Source](https://github.com/cure53/DOMPurify/compare/2.4.3...2.4.4) - Added support for `ALLOW_SELF_CLOSE_IN_ATTR` flag, thanks [@&#8203;edg2s](https://github.com/edg2s) [@&#8203;AndreVirtimo](https://github.com/AndreVirtimo) - Added better support for `shadowrootmode`, thanks [@&#8203;mfreed7](https://github.com/mfreed7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2023-02-13 17:04:39 +00:00
renovate added 1 commit 2023-02-13 17:04:39 +00:00
continuous-integration/drone/pr Build is passing Details
ebb164d739
fix(deps): update dependency dompurify to v3
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://3107-renovate-dompurify-3-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://3107-renovate-dompurify-3-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
Owner

Funny how it actually got bigger despite removing code:

image

Funny how it actually got bigger despite removing code: ![image](/attachments/7b4c26f4-fe95-4153-91cb-60cad109e2a5)
konrad merged commit ae86d0d42a into main 2023-02-13 17:39:31 +00:00
konrad deleted branch renovate/dompurify-3.x 2023-02-13 17:39:31 +00:00
Member

Seems like a mistake no?

Seems like a mistake no?
Member

Okay. XML parsing is hard https://github.com/cure53/DOMPurify/pull/729 :D

Okay. XML parsing is hard https://github.com/cure53/DOMPurify/pull/729 :D
This repo is archived. You cannot comment on pull requests.
No description provided.