Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @dhis2/ui from 8.13.15 to 8.14.4 #2972

Closed
wants to merge 7 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2023

Bumps @dhis2/ui from 8.13.15 to 8.14.4.

Release notes

Sourced from @​dhis2/ui's releases.

v8.14.4

8.14.4 (2023-09-15)

Bug Fixes

  • translations: sync translations from transifex (master) (ac1b242)

v8.14.3

8.14.3 (2023-09-14)

Bug Fixes

  • pagination: add row padding on small screens and demo stories (b373859)

v8.14.2

8.14.2 (2023-09-14)

Bug Fixes

  • translations: sync translations from transifex (master) (28e0da7)

v8.14.1

8.14.1 (2023-09-11)

Bug Fixes

  • pass through props for DataTableCell (589c573)

v8.14.0

8.14.0 (2023-08-09)

Features

Changelog

Sourced from @​dhis2/ui's changelog.

8.14.4 (2023-09-15)

Bug Fixes

  • translations: sync translations from transifex (master) (ac1b242)

8.14.3 (2023-09-14)

Bug Fixes

  • pagination: add row padding on small screens and demo stories (b373859)

8.14.2 (2023-09-14)

Bug Fixes

  • translations: sync translations from transifex (master) (28e0da7)

8.14.1 (2023-09-11)

Bug Fixes

  • pass through props for DataTableCell (589c573)

8.14.0 (2023-08-09)

Features

Commits
  • d3123e3 chore(release): cut 8.14.4 [skip release]
  • b55bb6c chore(release): cut 8.14.3 [skip release]
  • 4c04b5a chore(release): cut 8.14.2 [skip release]
  • 2d2cd13 chore(release): cut 8.14.1 [skip release]
  • 300a304 chore(release): cut 8.14.0 [skip release]
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

jenniferarnesen and others added 7 commits September 11, 2023 13:07
Changes in the following files are functional changes needed for the new Analytics toolbar:

src/components/app/AppMenu.js - add the HoverMenuBar component and onFileMenuAction callback, which updates the interpretations panel with changes (e.g. sharing, renaming, translating) if it is open
AppLayout - onFileMenuAction and the interpretationRenderId.
FileMenu - added onFileMenuAction
Interpretations, InterpretationsPanel: - added renderId which triggers refetching the map info if it was changed by a file menu action
InterpretationsToggle: use the new InterpretationsAndDetailsToggler from Analytics
DownloadButton: needed different style to look nice with the new toolbar
AddLayerButton: styled to fit into the new toolbar
The new toolbar is a different height than the old one, which caused a bunch of layout issues due to the absolute positioning. Switched to flex where it made sense, and css changes accordingly.

Only change to DownloadSettings is the addition of a wrapping div <div className={styles.downloadSettingsPanel}>
MapPosition: resize due to open/close of the Layers or Details panel has a timeout added, since there is now a 100ms transition when open/close those Drawers
…HIS2-5920) (#2961)

Fixes: https://dhis2.atlassian.net/browse/DHIS2-5920

* Adding a max-width to the event popup results in table cell content wrapping when needed.
* Event popup styles migrated from maps-gl. Styles are still in maps-gl as well so as not to break 2.38 and 2.39.
* Removed unused styles in Popup.css
Bumps [@dhis2/ui](https://github.com/dhis2/ui/tree/HEAD/collections/ui) from 8.13.15 to 8.14.4.
- [Release notes](https://github.com/dhis2/ui/releases)
- [Changelog](https://github.com/dhis2/ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dhis2/ui/commits/v8.14.4/collections/ui)

---
updated-dependencies:
- dependency-name: "@dhis2/ui"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2023
@cypress
Copy link

cypress bot commented Sep 15, 2023

2 flaky tests on run #2539 ↗︎

0 36 20 0 Flakiness 2

Details:

Merge dd339f2 into 53c3118...
Project: maps Commit: 396974a3a6 ℹ️
Status: Passed Duration: 05:16 💡
Started: Sep 15, 2023 8:17 AM Ended: Sep 15, 2023 8:23 AM
Flakiness  layers/thematiclayer.cy.js • 1 flaky test • e2e-chrome-parallel-2.40

View Output Video

Test Artifacts
Thematic Layers > adds a thematic layer Output Screenshots
Flakiness  dataDownload.cy.js • 1 flaky test • e2e-chrome-parallel-2.40

View Output Video

Test Artifacts
Data Download > downloads data from a thematic layer Output Screenshots

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

Superseded by #2981.

@dependabot dependabot bot closed this Sep 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dhis2/ui-8.14.4 branch September 25, 2023 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants