Update dependency @gitlab/ui to v56.3.0
```yaml:frontmatter Fix rendering of Vulnerability Report table Removing `responsive` is fine, since before the BSV upgrade, the `responsive` prop has no effect when `stacked` is given. So dropping `responsive` preserves the old rendering behaviour of the root element being `<table>`. The `position: sticky !important` fix is required to work around https://github.com/bootstrap-vue/bootstrap-vue/pull/6371. In general, the layout approach here is quite brittle. The stick header isn't visible for certain screen sizes anyway, since the filter bar height is a constant rather than measured. ``` Update snapshots: aria attributes on b-table Reason: https://github.com/bootstrap-vue/bootstrap-vue/commit/3f5a3095500c706a75f0f0d6015b0b2777051e1f --- Update dropdown-related tests Reason: https://github.com/bootstrap-vue/bootstrap-vue/pull/6865 --- Update pypi installation snapshot Reason: https://github.com/bootstrap-vue/bootstrap-vue/pull/6178 --- Update modal-related snapshot defaults for title / ignore-enforce-focus-selector removed in https://github.com/bootstrap-vue/bootstrap-vue/commit/5bf6733595091cc204d3acc0641f8f0301bcbe9c#diff-698a07032aec8fd0476d3d4d11834f24dfa87f31dcb77e529eb9d01fd1d42326 header-tag / footer-tag added in https://github.com/bootstrap-vue/bootstrap-vue/commit/c6dd70a787cdc711b3ce539a65f6aac273749874 --- Update b-link / b-button related snapshots Reason: https://github.com/bootstrap-vue/bootstrap-vue/commit/05db323e6549de781b36bf73515d3ca1bc220050 --- Update dropdown snapshot Reason: https://github.com/bootstrap-vue/bootstrap-vue/pull/6339 --- Fix tests relying on role=alert in form feedback Reason: https://github.com/bootstrap-vue/bootstrap-vue/pull/6346 --- Fix provide: syntax Reason: https://github.com/vuejs/vue/issues/12854 --- Fix Startup CSS --- Remove unnecessary style override Now that `.gl-table` is applied to the `<table>` element (even though it's in a `<div>` wrapper due to `responsive`), the header gets styled correctly without this override.
显示
- app/assets/javascripts/vue_shared/gl_feature_flags_plugin.js 9 个添加, 7 个删除app/assets/javascripts/vue_shared/gl_feature_flags_plugin.js
- app/assets/stylesheets/startup/startup-dark.scss 0 个添加, 4 个删除app/assets/stylesheets/startup/startup-dark.scss
- app/assets/stylesheets/startup/startup-general.scss 0 个添加, 4 个删除app/assets/stylesheets/startup/startup-general.scss
- app/assets/stylesheets/startup/startup-signin.scss 3 个添加, 7 个删除app/assets/stylesheets/startup/startup-signin.scss
- ee/app/assets/javascripts/analytics/analytics_dashboards/components/visualizations/data_table.vue 0 个添加, 1 个删除...ytics_dashboards/components/visualizations/data_table.vue
- ee/app/assets/javascripts/security_dashboard/components/shared/vulnerability_report/vulnerability_list.vue 0 个添加, 1 个删除...onents/shared/vulnerability_report/vulnerability_list.vue
- ee/app/assets/stylesheets/components/vulnerability_list.scss 2 个添加, 1 个删除ee/app/assets/stylesheets/components/vulnerability_list.scss
- ee/app/assets/stylesheets/startup/startup-dark.scss 0 个添加, 4 个删除ee/app/assets/stylesheets/startup/startup-dark.scss
- ee/app/assets/stylesheets/startup/startup-general.scss 0 个添加, 4 个删除ee/app/assets/stylesheets/startup/startup-general.scss
- ee/app/assets/stylesheets/startup/startup-signin.scss 3 个添加, 7 个删除ee/app/assets/stylesheets/startup/startup-signin.scss
- ee/spec/frontend/analytics/analytics_dashboards/components/visualizations/data_table_spec.js 0 个添加, 1 个删除...s_dashboards/components/visualizations/data_table_spec.js
- ee/spec/frontend/analytics/code_review_analytics/components/__snapshots__/merge_request_table_spec.js.snap 2 个添加, 3 个删除...components/__snapshots__/merge_request_table_spec.js.snap
- ee/spec/frontend/boards/components/__snapshots__/board_content_sidebar_spec.js.snap 1 个添加, 1 个删除...mponents/__snapshots__/board_content_sidebar_spec.js.snap
- ee/spec/frontend/security_orchestration/components/policies/filters/policy_source_filter_spec.js 1 个添加, 1 个删除.../components/policies/filters/policy_source_filter_spec.js
- ee/spec/frontend/security_orchestration/components/policies/filters/policy_type_filter_spec.js 1 个添加, 1 个删除...on/components/policies/filters/policy_type_filter_spec.js
- ee/spec/frontend/sidebar/components/iteration/__snapshots__/iteration_dropdown_spec.js.snap 1 个添加, 0 个删除...s/iteration/__snapshots__/iteration_dropdown_spec.js.snap
- ee/spec/frontend/subscriptions/new/components/__snapshots__/modal_spec.js.snap 2 个添加, 2 个删除...criptions/new/components/__snapshots__/modal_spec.js.snap
- ee/spec/frontend/vulnerabilities/new_vulnerability/section_details_spec.js 3 个添加, 2 个删除...vulnerabilities/new_vulnerability/section_details_spec.js
- ee/spec/frontend/vulnerabilities/new_vulnerability/section_identifiers_spec.js 6 个添加, 2 个删除...erabilities/new_vulnerability/section_identifiers_spec.js
- ee/spec/frontend/vulnerabilities/new_vulnerability/section_name_spec.js 2 个添加, 1 个删除...nd/vulnerabilities/new_vulnerability/section_name_spec.js
加载中
想要评论请 注册 或 登录