stable

Clone or download

Read-only

chore: step 1 - hybrids: 8.2.2 -> 9.0.0

part of request #38309 hybrids: 8.2.2 -> 9.0.0 Hybrids has been bumped to 9.0.0 for the following apps and libraries: - `@tuleap/plugin-cardwall-card-fields` (uses only the `html` function) - `@tuleap/commonmark-popover` (used in pull-requests comments) - `@tuleap/lazybox` - `@tuleap/plugin-pullrequest-homepage` (unit-tests only) - `@tuleap/plugin-pullrequests-app` (file-diff placeholders) - `@tuleap/plugin-pullrequest-selectors-dropdown` (used in pull-request-homepage) Note: `hybrids` is no longer marked as an external dependency of the artifact modal in order to avoid a clash between hybrids@8.2.2 (modal) and hybrids@9.0.0 (lazybox). It will be marked back as an external dependency once the artifact-modal will be migrated to hybrids@9.0.0. -- no functional change expected Change-Id: I2680e140a76ca54b41c1db22cee3308d996e745c

Modified Files

Name
M lib/frontend/commonmark-popover/package.json +1 −1 Go to diff View file
M lib/frontend/commonmark-popover/pnpm-lock.yaml +4 −4 Go to diff View file
M lib/frontend/commonmark-popover/src/CommonmarkPopover.ts +15 −16 Go to diff View file
M lib/frontend/lazybox/package.json +1 −1 Go to diff View file
M lib/frontend/lazybox/pnpm-lock.yaml +4 −4 Go to diff View file
M lib/frontend/lazybox/src/LazyAutocompleterElement.ts +6 −6 Go to diff View file
M lib/frontend/lazybox/src/LazyboxElement.ts +10 −10 Go to diff View file
M lib/frontend/lazybox/src/SearchInput.ts +9 −6 Go to diff View file
M lib/frontend/lazybox/src/dropdown/DropdownElement.test.ts +3 −3 Go to diff View file
M lib/frontend/lazybox/src/dropdown/DropdownElement.ts +38 −33 Go to diff View file
M lib/frontend/lazybox/src/selection/SelectionElement.ts +11 −11 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 +4 −4 Go to diff View file
M plugins/pullrequest/scripts/lib/selectors-dropdown/package.json +1 −1 Go to diff View file
M plugins/pullrequest/scripts/lib/selectors-dropdown/pnpm-lock.yaml +8 −8 Go to diff View file
M plugins/pullrequest/scripts/lib/selectors-dropdown/src/elements/SelectorsDropdown.ts +18 −18 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/package.json +5 −5 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/pnpm-lock.yaml +4 −4 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Labels/autocomplete/AssignableLabelTemplate.test.ts +2 −2 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/package.json +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/pnpm-lock.yaml +4 −4 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/placeholders/FileDiffPlaceholder.test.ts +3 −3 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/placeholders/FileDiffPlaceholder.ts +17 −10 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/webpack.common.js +0 −1 Go to diff View file