stable

Clone or download

Read-only

Merge commit 'refs/changes/29/24229/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #23401 lit-html: 1.4.1 -> 2.0.2 Change-Id: I63838c93f2af5716b41e823b995c2c99e8ea9fd0

Modified Files

Name
M plugins/roadmap/package.json +1 −1 Go to diff View file
M plugins/roadmap/pnpm-lock.yaml +29 −4 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/dev-arrows/index-arrows.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/package.json +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/pnpm-lock.yaml +29 −4 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/EditorAreaRenderer.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/commonmark-syntax-helper.ts +105 −103 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/FormatHiddenInput.test.ts +6 −5 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/FormatHiddenInput.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/FormatSelect.test.ts +14 −22 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/FormatSelect.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/PreviewArea.test.ts +13 −12 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/PreviewArea.ts +4 −4 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/PreviewEditButton.test.ts +5 −4 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/PreviewEditButton.ts +3 −3 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/SyntaxHelpButton.test.ts +3 −2 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/SyntaxHelpButton.ts +3 −3 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/TextArea.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/__snapshots__/SyntaxHelpButton.test.ts.snap +113 −123 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/lit-html-adapter.test.ts +32 −33 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/lit-html-adapter.ts +6 −4 Go to diff View file
A plugins/tracker/scripts/lib/rich-text-editor/src/test-helper.ts +25 −0 Go to diff View file
M src/scripts/lib/list-picker/package.json +1 −1 Go to diff View file
M src/scripts/lib/list-picker/pnpm-lock.yaml +29 −4 Go to diff View file
M src/scripts/lib/list-picker/src/helpers/templates/list-picker-element-badge-creator.test.ts +3 −3 Go to diff View file
M src/scripts/lib/list-picker/src/helpers/templates/list-picker-element-badge-creator.ts +6 −6 Go to diff View file
M src/scripts/lib/list-picker/src/helpers/templates/predefined-item-template-retriever-helper.test.ts +6 −6 Go to diff View file
M src/scripts/lib/list-picker/src/helpers/templates/predefined-item-template-retriever-helper.ts +3 −3 Go to diff View file
M src/scripts/lib/list-picker/src/items/ItemsMapManager.test.ts +2 −2 Go to diff View file
M src/scripts/lib/list-picker/src/items/ListItemMapBuilder.test.ts +2 −2 Go to diff View file
M src/scripts/lib/list-picker/src/items/ListItemMapBuilder.ts +3 −3 Go to diff View file
M src/scripts/lib/list-picker/src/renderers/DropdownContentRenderer.test.ts +12 −5 Go to diff View file
M src/scripts/lib/list-picker/src/renderers/__snapshots__/DropdownContentRenderer.test.ts.snap +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/selection/MultipleSelectionManager.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/selection/SingleSelectionManager.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/type.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/vite.config.ts +6 −6 Go to diff View file
M src/www/tlp-doc/resources/forms/list-picker/doc.html +2 −2 Go to diff View file
M src/www/tlp-doc/resources/forms/multi-list-picker/doc.html +2 −2 Go to diff View file
M tests/jest/jest.base.config.js +4 −4 Go to diff View file