stable
Clone or download
Read-only
Merge commit 'refs/changes/90/32590/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: chore: request #40478 Introduce internal vue2-dompurify-html lib Change-Id: I3e8025a764980cf0142d297e49efe9155fee3922
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +2 | −1 | Go to diff View file |
A | lib/frontend/vue2-dompurify-html/.gitignore | +1 | −0 | Go to diff View file |
A | lib/frontend/vue2-dompurify-html/README.md | +31 | −0 | Go to diff View file |
A | lib/frontend/vue2-dompurify-html/package.json | +30 | −0 | Go to diff View file |
A | lib/frontend/vue2-dompurify-html/pnpm-lock.yaml | +117 | −0 | Go to diff View file |
A | lib/frontend/vue2-dompurify-html/src/dompurify-html.ts | +57 | −0 | Go to diff View file |
A | lib/frontend/vue2-dompurify-html/src/index.ts | +11 | −0 | Go to diff View file |
A | lib/frontend/vue2-dompurify-html/tsconfig.json | +7 | −0 | Go to diff View file |
A | lib/frontend/vue2-dompurify-html/vite.config.ts | +40 | −0 | Go to diff View file |
M | plugins/baseline/package.json | +1 | −1 | Go to diff View file |
M | plugins/baseline/pnpm-lock.yaml | +3 | −34 | Go to diff View file |
M | plugins/baseline/scripts/baseline/src/index.js | +1 | −1 | Go to diff View file |
M | plugins/baseline/scripts/baseline/src/support/local-vue.ts | +2 | −1 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/package.json | +1 | −1 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/pnpm-lock.yaml | +25 | −60 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/helpers/local-vue-for-test.ts | +2 | −1 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/index.ts | +2 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/package.json | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/pnpm-lock.yaml | +3 | −30 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/helpers/local-vue-for-test.ts | +2 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/index.ts | +2 | −1 | Go to diff View file |