chore(deps): bump dompurify 3.2.4→3.3.1 and @types/dompurify 3.0.5→3.2.0#8883
Merged
ccastrotrejo merged 2 commits intomainfrom Mar 5, 2026
Merged
chore(deps): bump dompurify 3.2.4→3.3.1 and @types/dompurify 3.0.5→3.2.0#8883ccastrotrejo merged 2 commits intomainfrom
ccastrotrejo merged 2 commits intomainfrom
Conversation
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 3.2.4 to 3.3.1 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.2.4...3.3.1) Updates `@types/dompurify` from 3.0.5 to 3.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.3.1 dependency-type: direct:production - dependency-name: "@types/dompurify" dependency-version: 3.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
✅ What & Why
✅ Impact of Change
✅ Test Plan
✅ Contributors
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | No change required. |
| Commit Type | ✅ | Correctly selected chore. |
| Risk Level | ✅ | risk:low label matches advised risk (low). |
| What & Why | ✅ | Good. Optionally note whether type imports rely on @types to plan removal. |
| Impact of Change | ✅ | Good. Consider follow-up to remove @types/dompurify since dompurify provides types. |
| Test Plan | ✅ | CI-based validation noted; ensure CI passes before merging. |
| Contributors | ✅ | Dependabot present. Add human reviewer if applicable. |
| Screenshots/Videos | Not applicable for this PR. |
Final notes:
- This PR is appropriate as-is and passes the PR title/body checks. The advised risk level generated from the diff is "low", which matches the PR's selected/labelled risk.
- One actionable suggestion: since dompurify now provides its own TypeScript definitions (as you already note), consider removing the
@types/dompurifydevDependency in a follow-up or explicitly note in this PR whether you plan to keep or remove it. The diff shows@types/dompurifyupdated to 3.2.0 and the lockfile marks it as a stub; removing it may slightly reduce maintenance/confusion. - Please wait for CI to finish and ensure all pipelines pass before merging.
Please update only if you want to remove @types/dompurify now or to add a note describing any manual verification steps performed locally. Otherwise this PR can be merged once CI is green. Thank you!
Last updated: Thu, 05 Mar 2026 17:28:28 GMT
📊 Coverage CheckNo source files changed in this PR. |
ccastrotrejo
approved these changes
Mar 5, 2026
This was referenced Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit Type
Risk Level
What & Why
Bumps dompurify from 3.2.4 to 3.3.1 and @types/dompurify from 3.0.5 to 3.2.0. These dependencies needed to be updated together.
Key changes in dompurify 3.2.5–3.3.1:
hrefattributesADD_FORBID_CONTENTSsetting to extend default list,ADD_ATTR/ADD_TAGSaccept functions, SVGmask-typeattribute added to default allow-list,matrix:added as allowed URI schemeslotelement in both SVG and HTML allow-list,ALLOWED_URI_REGEXPwithgflag, ESM import syntax corrections@types/dompurify@3.2.0is now a stub — dompurify provides its own type definitionsImpact of Change
@types/dompurifyis now a stub package since dompurify ships its own types starting v3.x. This may affect type imports in the future but is backwards compatible.Files changed (3):
libs/a2a-core/package.jsondompurifyto 3.3.1,@types/dompurifyto 3.2.0libs/designer-ui/package.jsondompurifyto 3.3.1,@types/dompurifyto 3.2.0pnpm-lock.yamlTest Plan
Contributors