Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Bump dompurify and @types/dompurify #2460

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps dompurify and @types/dompurify. These dependencies needed to be updated together.
Updates dompurify from 2.3.4 to 3.0.5

Release notes

Sourced from dompurify's releases.

DOMPurify 3.0.5

  • Fixed a licensing issue spotted and reported by @​george-thomas-hill
  • Updated several build and test dependencies

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 be shadowrootmode, thanks @​masatokinugawa

DOMPurify 3.0.3

  • Added new TRUSTED_TYPES_POLICY configuration option, thanks @​dejang
  • Added feDropShadow to the SVG filter allow-list, thanks @​SelfMadeSystem

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

DOMPurify 3.0.1

  • Fixed a problem with improper reset of custom HTML options, thanks @​ammaraskar

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

DOMPurify 2.4.7

DOMPurify 2.4.6

  • Fixed a bypass in jsdom 22 in case the noframes element is permitted, thanks @​leeN

DOMPurify 2.4.5

  • Fixed a problem with improper reset of custom HTML options, thanks @​ammaraskar

DOMPurify 2.4.4

DOMPurify 2.4.3

  • Final release that is compatible with MSIE10 & MSIE 11

DOMPurify 2.4.2

  • Fixed a Trusted Types sink violation with empty input and NAMESPACE , thanks @​tosmolka
  • Fixed a Prototype Pollution issue discovered and reported by @​kevin-mizu

... (truncated)

Commits
  • c96c9df Merge pull request #835 from cure53/main
  • b371d3d chore: Updated build dependencies
  • b6c2256 chore: Preparing 3.0.5 release
  • d81390e Merge pull request #833 from cure53/dependabot/npm_and_yarn/tough-cookie-4.1.3
  • 1206500 build(deps): bump tough-cookie from 4.0.0 to 4.1.3
  • cc6dcc7 Merge branch 'main' of github.com:cure53/DOMPurify
  • 6044fe3 legal: Added full Apache 2.0 license, see #832
  • e6fa314 legal: Added full Apache 2.0 license, see #823
  • e933409 Merge pull request #828 from cure53/3.x
  • 34403dc Merge pull request #827 from cure53/main
  • Additional commits viewable in compare view

Updates @types/dompurify from 2.3.1 to 3.0.2

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

┆Issue is synchronized with this Jira Task

Bumps [dompurify](https://github.com/cure53/DOMPurify) and [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify). These dependencies needed to be updated together.

Updates `dompurify` from 2.3.4 to 3.0.5
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@2.3.4...3.0.5)

Updates `@types/dompurify` from 2.3.1 to 3.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/dompurify"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2023
@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (db00e5c) 98.55% compared to head (cabdafd) 98.55%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2460   +/-   ##
=======================================
  Coverage   98.55%   98.55%           
=======================================
  Files          63       63           
  Lines        3315     3315           
  Branches     1001     1001           
=======================================
  Hits         3267     3267           
  Misses         47       47           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 28, 2023

Superseded by #2586.

@dependabot dependabot bot closed this Sep 28, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dompurify-and-types/dompurify-3.0.5 branch September 28, 2023 08:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants