Skip to content

Bump dompurify from 3.3.2 to 3.3.3#14487

Merged
rtibbles merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/dompurify-3.3.3
Mar 31, 2026
Merged

Bump dompurify from 3.3.2 to 3.3.3#14487
rtibbles merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/dompurify-3.3.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2026

Bumps dompurify from 3.3.2 to 3.3.3.

Release notes

Sourced from dompurify's releases.

DOMPurify 3.3.3

  • Fixed an engine requirement for Node 20 which caused hiccups, thanks @​Rotzbua
Commits
  • 8bcbf73 chore: Preparing 3.3.3 release
  • 5faddd6 fix: engine requirement (#1210)
  • 0f91e3a Update README.md
  • d5ff1a8 Merge branch 'main' of github.com:cure53/DOMPurify
  • c3efd48 fix: moved back from jsdom 28 to jsdom 20
  • 988b888 fix: moved back from jsdom 28 to jsdom 20
  • 2726c74 chore: Preparing 3.3.2 release
  • 6202c7e build(deps): bump @​tootallnate/once and jsdom (#1204)
  • 302b51d fix: Expanded the regex ever so slightly to also cover script
  • cd85175 Merge branch 'main' of github.com:cure53/DOMPurify
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 31, 2026
@rtibbles rtibbles requested a review from rtibblesbot March 31, 2026 19:35
Copy link
Copy Markdown
Contributor

@rtibblesbot rtibblesbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency Update Review

Package: dompurify 3.3.2 → 3.3.3
Semver risk: Patch
Dependency type: Production
CI status: Passing

Changelog Analysis

Sources consulted:

Breaking changes: None.

Security fixes: None.

Notable changes:

  • Fixed an overly strict Node.js engine requirement that caused installation issues in some environments (PR #1210). The engines field was relaxed since the published package contains finished builds with no direct Node version requirement.
  • Internal-only changes: dev dependency updates, test infrastructure maintenance (QUnit, jsdom), README updates.

Compatibility Assessment

  • Project uses affected APIs: No — this is a packaging metadata fix, not an API change.
  • Peer dependency changes: None.
  • Code changes required: None.
  • Lockfile: dompurify bump plus normal transitive resolution changes (@babel/core 7.28.6 → 7.29.0 from lock regeneration). No unexpected additions.

Recommendation

APPROVE — Minimal-risk patch release fixing only a Node engine constraint. No API or behavioral changes. CI passing.


@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly

How was this generated?

Reviewed the pull request diff checking for:

  • Correctness: bugs, edge cases, undocumented behavior, resource leaks, hardcoded values
  • Design: unnecessary complexity, naming, readability, comment accuracy, redundant state
  • Architecture: duplicated concerns, minimal interfaces, composition over inheritance
  • Testing: behavior-based assertions, mocks only at hard boundaries, accurate coverage
  • Completeness: missing dependencies, unupdated usages, i18n, accessibility, security
  • Principles: DRY (same reason to change), SRP, Rule of Three (no premature abstraction)
  • Checked CI status and linked issue acceptance criteria
  • For UI changes: inspected screenshots for layout, visual completeness, and consistency

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 31, 2026

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dompurify-3.3.3 branch from ecd1576 to bc3030b Compare March 31, 2026 20:30
@rtibbles rtibbles merged commit 0d6bc5c into develop Mar 31, 2026
61 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dompurify-3.3.3 branch March 31, 2026 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code SIZE: very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants