stable

Clone or download

Read-only

chore: Close request #34354 lit: 2.2.3 -> lit-html: 2.8.0

No functional change expected in list-picker, rich text editor (HTML / Markdown CKEditor), invite buddy modal, Artifact children view. Notes: This changes imports from "lit" back to "lit-html" (please see the request for details). Also upgrade @types/dompurify: 2.4.0 -> 3.0.2 because @types/trusted-types conflicted with the version from lit-html. Change-Id: Ic719153389dd4160b12f3047881946a5a1287807

Modified Files

Name
M lib/frontend/build-system-configurator/src/jest/base-config.ts +1 −1 Go to diff View file
M lib/frontend/build-system-configurator/src/vite/vite-configurator.ts +8 −1 Go to diff View file
M lib/frontend/fp-feedback/package.json +1 −1 Go to diff View file
M lib/frontend/fp-feedback/pnpm-lock.yaml +7 −7 Go to diff View file
M lib/frontend/list-picker/package.json +1 −1 Go to diff View file
M lib/frontend/list-picker/pnpm-lock.yaml +12 −27 Go to diff View file
M lib/frontend/list-picker/src/helpers/templates/list-picker-element-badge-creator.test.ts +1 −1 Go to diff View file
M lib/frontend/list-picker/src/helpers/templates/list-picker-element-badge-creator.ts +4 −4 Go to diff View file
M lib/frontend/list-picker/src/helpers/templates/predefined-item-template-retriever-helper.test.ts +2 −2 Go to diff View file
M lib/frontend/list-picker/src/helpers/templates/predefined-item-template-retriever-helper.ts +3 −3 Go to diff View file
M lib/frontend/list-picker/src/items/ItemsMapManager.test.ts +2 −2 Go to diff View file
M lib/frontend/list-picker/src/items/ListItemMapBuilder.test.ts +2 −2 Go to diff View file
M lib/frontend/list-picker/src/items/ListItemMapBuilder.ts +2 −2 Go to diff View file
M lib/frontend/list-picker/src/selection/MultipleSelectionManager.ts +1 −1 Go to diff View file
M lib/frontend/list-picker/src/selection/SingleSelectionManager.ts +1 −1 Go to diff View file
M lib/frontend/list-picker/src/type.ts +1 −1 Go to diff View file
M lib/frontend/list-picker/vite.config.ts +6 −6 Go to diff View file
M lib/frontend/tooltip/pnpm-lock.yaml +3 −3 Go to diff View file
M plugins/cardwall/scripts/lib/card-fields/package.json +1 −1 Go to diff View file
M plugins/cardwall/scripts/lib/card-fields/pnpm-lock.yaml +7 −7 Go to diff View file
M plugins/document_generation/scripts/lib/docx/package.json +1 −1 Go to diff View file
M plugins/document_generation/scripts/lib/docx/pnpm-lock.yaml +7 −7 Go to diff View file
M plugins/mytuleap_contact_support/package.json +1 −1 Go to diff View file
M plugins/mytuleap_contact_support/pnpm-lock.yaml +7 −7 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/package.json +1 −1 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/pnpm-lock.yaml +7 −7 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 +8 −34 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/taskboard/scripts/taskboard/package.json +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/pnpm-lock.yaml +7 −7 Go to diff View file
M plugins/tracker/package.json +1 −1 Go to diff View file
M plugins/tracker/pnpm-lock.yaml +7 −7 Go to diff View file
M plugins/tracker/scripts/artifact/package.json +2 −2 Go to diff View file
M plugins/tracker/scripts/artifact/pnpm-lock.yaml +10 −36 Go to diff View file
M plugins/tracker/scripts/artifact/src/children-view.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/package.json +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/pnpm-lock.yaml +13 −32 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 +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/FormatHiddenInput.test.ts +1 −1 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 +10 −10 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 +12 −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 +1 −1 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 +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/SyntaxHelpButton.ts +2 −2 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/lit-html-adapter.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/lit-html-adapter.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/vite.config.ts +12 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/package.json +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/pnpm-lock.yaml +7 −7 Go to diff View file
M src/scripts/account/package.json +1 −1 Go to diff View file
M src/scripts/account/pnpm-lock.yaml +7 −7 Go to diff View file
M src/scripts/main/package.json +2 −2 Go to diff View file
M src/scripts/main/pnpm-lock.yaml +13 −38 Go to diff View file
M src/scripts/main/src/invite-buddies/feedback-display.ts +2 −2 Go to diff View file