grafana / clock-panel

Clock Panel Plugin for Grafana
MIT License
95 stars 62 forks source link

Bump @grafana/ui from 9.1.2 to 9.4.7 #131

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @grafana/ui from 9.1.2 to 9.4.7.

Release notes

Sourced from @​grafana/ui's releases.

v9.4.7

Download page What's new highlights

9.4.3 (2023-03-02)

Download page What's new highlights

Bug fixes

  • Alerting: Use background context for maintenance function. #64065, @​yuri-tceretian
  • Report Settings: Fix URL validation. (Enterprise)

9.4.2 (2023-03-02)

Download page What's new highlights

Bug fixes

v9.4.1 (2023-02-28)

Download page What's new highlights

9.4.0 (2023-02-03)

Download page What's new highlights

9.4.0-beta1 (2023-01-30)

Download page What's new highlights

Features and enhancements

  • API: Change how Cache-Control and related headers are set. #62021, @​kylebrandt
  • AccessControl: Add high availability support to access control seeder. (Enterprise)
  • Accessibility: Make QueryEditorHelp examples keyboard interactive. #59355, @​idastambuk

... (truncated)

Changelog

Sourced from @​grafana/ui's changelog.

9.4.7 (2023-03-16)

Bug fixes

Breaking changes

The InfluxDB backend migration feature toggle (influxdbBackendMigration) has been reintroduced in this version as issues were discovered with backend processing of InfluxDB data. Unless this feature toggle is enabled, all InfluxDB data will be parsed in the frontend. This frontend processing is the default behavior. In Grafana 9.4.4, InfluxDB data parsing started to be handled in the backend. If you have upgraded to 9.4.4 and then added new transformations on InfluxDB data, those panels will fail to render. To resolve this either:

  • Remove the affected panel and re-create it
  • Edit the time field as Time in panel.json or dashboard.json Issue #64842

9.4.3 (2023-03-02)

Bug fixes

  • Alerting: Use background context for maintenance function. #64065, @​yuri-tceretian
  • Report Settings: Fix URL validation. (Enterprise)

9.4.2 (2023-03-02)

Bug fixes

9.4.1 (2023-02-28)

9.4.0 (2023-02-28)

Features and enhancements

... (truncated)

Commits
  • e647b67 Release: Bump version to 9.4.7 (#814)
  • bb6607d Release: Bump version to 9.4.6 (#799)
  • 232cbed [v9.4.x] GrafanaUI: reset ConfirmModal disabled state on re-open (#64207)
  • 0d7de2b Release: Bump version to 9.4.4 (#64101)
  • 3fe53ab [v9.4.x] StatPanel: Fix issue where sparkline chart was not being shown on re...
  • 35fe167 Release: Bump version to 9.4.3 (#64002)
  • 0de3ceb [v9.4.x] TimeSeries: Ignore invalid, user-defined log-y-axis min/max limits (...
  • 437cf15 [v9.4.x] TimeSeries: Fix legend and tooltip colors changing after data refres...
  • b23f396 Release: Bump version to 9.4.2 (#63844)
  • bb7a485 [v9.4.x] Alerting: Fix AlertLabelDropdown to be case sensitive (#63832)
  • Additional commits viewable 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 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)
dependabot[bot] commented 1 year ago

Superseded by #136.