-
Notifications
You must be signed in to change notification settings - Fork 636
chore(deps): update monaco-editor and dompurify due to npm audit #824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
gabriela-almeida-ctw
merged 14 commits into
develop
from
feature/fix-npm-audit-for-monaco-editor-dompurify
Jan 15, 2026
Merged
chore(deps): update monaco-editor and dompurify due to npm audit #824
gabriela-almeida-ctw
merged 14 commits into
develop
from
feature/fix-npm-audit-for-monaco-editor-dompurify
Jan 15, 2026
Conversation
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
## User-Facing Changes <!-- will be used as a changelog entry --> ## Description <!-- link relevant GitHub issues --> <!-- add `docs` label if this PR requires documentation updates --> <!-- add relevant metric tracking for experimental / new features --> ## Checklist - [ ] The web version was tested and it is running ok - [ ] The desktop version was tested and it is running ok - [ ] This change is covered by unit tests - [ ] Files constants.ts, types.ts and *.style.ts have been checked and relevant code snippets have been relocated --------- Signed-off-by: Bezerra Luiz, ([email protected]) <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: ctw-joao-luis <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gabriela Almeida <[email protected]> Co-authored-by: Alexandre Neuwald CTW <[email protected]> Co-authored-by: Luiz Bezerra <[email protected]> Co-authored-by: Bezerra Luiz, ([email protected]) <[email protected]> Co-authored-by: ctw-joao-luis <[email protected]> Co-authored-by: Alexandre Neuwald <[email protected]> Co-authored-by: Bruno Abreu <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Bezerra Luiz, ([email protected]) <198787532+luiz-bezerra-ctw-bmwgroup-com_QCOM@users.noreply.github.com> Co-authored-by: Joao Luis <[email protected]>
## User-Facing Changes <!-- will be used as a changelog entry --> ## Description <!-- link relevant GitHub issues --> <!-- add `docs` label if this PR requires documentation updates --> <!-- add relevant metric tracking for experimental / new features --> ## Checklist - [ ] The web version was tested and it is running ok - [ ] The desktop version was tested and it is running ok - [ ] This change is covered by unit tests - [ ] Files constants.ts, types.ts and *.style.ts have been checked and relevant code snippets have been relocated --------- Signed-off-by: Bezerra Luiz, ([email protected]) <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: ctw-joao-luis <[email protected]> Signed-off-by: Thomas Sedlmayer <[email protected]> Signed-off-by: Taeseung Sohn <[email protected]> Signed-off-by: Gabriela Almeida <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gabriela Almeida <[email protected]> Co-authored-by: Alexandre Neuwald CTW <[email protected]> Co-authored-by: Luiz Bezerra <[email protected]> Co-authored-by: Bezerra Luiz, ([email protected]) <[email protected]> Co-authored-by: Alexandre Neuwald <[email protected]> Co-authored-by: Bruno Abreu <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Rodrigo CTW <[email protected]> Co-authored-by: Bezerra Luiz, ([email protected]) <198787532+luiz-bezerra-ctw-bmwgroup-com_QCOM@users.noreply.github.com> Co-authored-by: Thomas Sedlmayer <[email protected]> Co-authored-by: Taeseung Sohn <[email protected]> Co-authored-by: Planck-Ho <[email protected]>
Signed-off-by: ctw-joao-luis <[email protected]>
…fix-npm-audit-for-monaco-editor-dompurify
… improved type handling
c8958d6 to
51b7c32
Compare
…dit-for-monaco-editor-dompurify
Merged
4 tasks
gabriela-almeida-ctw
previously requested changes
Jan 15, 2026
Contributor
gabriela-almeida-ctw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge unit tests from #886
## User-Facing Changes <!-- will be used as a changelog entry --> ## Description Unit tests created in the scope of #824 <!-- link relevant GitHub issues --> <!-- add `docs` label if this PR requires documentation updates --> <!-- add relevant metric tracking for experimental / new features --> ## Checklist - [ ] The web version was tested and it is running ok - [ ] The desktop version was tested and it is running ok - [ ] This change is covered by unit tests - [ ] Files constants.ts, types.ts and *.style.ts have been checked and relevant code snippets have been relocated
gabriela-almeida-ctw
previously approved these changes
Jan 15, 2026
|
gabriela-almeida-ctw
approved these changes
Jan 15, 2026
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.


User-Facing Changes
N/A
Description
updated monaco-editor to version 0.55.1 and dompurify to version 3.2.7
Checklist