Skip to content

Commit d7a5659

Browse files
Update dependency domutils to v4 (#33007)
* Update dependency domutils to v4 * Tweak jest config --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 063e080 commit d7a5659

3 files changed

Lines changed: 45 additions & 4 deletions

File tree

apps/web/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const config: Config = {
4646
"@vector-im/compound-web": "<rootDir>/../../node_modules/@vector-im/compound-web",
4747
},
4848
transformIgnorePatterns: [
49-
"/node_modules/(?!(mime|matrix-js-sdk|uuid|p-retry|is-network-error|react-merge-refs|is-ip|ip-regex|super-regex|function-timeout|time-span|convert-hrtime|clone-regexp|is-regexp|matrix-web-i18n|await-lock|@element-hq/web-shared-components|react-virtuoso|lodash)).+$",
49+
"/node_modules/(?!(mime|matrix-js-sdk|uuid|p-retry|is-network-error|react-merge-refs|is-ip|ip-regex|super-regex|function-timeout|time-span|convert-hrtime|clone-regexp|is-regexp|matrix-web-i18n|await-lock|@element-hq/web-shared-components|react-virtuoso|lodash|domutils|domhandler|domelementtype|dom-serializer|entities)).+$",
5050
],
5151
collectCoverageFrom: [
5252
"<rootDir>/src/**/*.{js,ts,tsx}",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"css-tree": "^3.0.0",
6464
"diff-dom": "^5.0.0",
6565
"diff-match-patch": "^1.0.5",
66-
"domutils": "^3.2.2",
66+
"domutils": "^4.0.0",
6767
"emojibase-regex": "^17.0.0",
6868
"escape-html": "^1.0.3",
6969
"file-saver": "^2.0.5",

pnpm-lock.yaml

Lines changed: 43 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)