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

fix(deps): update dependency vxe-table to v4.6.20 #66

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vxe-table (source) 4.3.10 -> 4.6.20 age adoption passing confidence

Release Notes

x-extends/vxe-table (vxe-table)

v4.6.20

Compare Source

  • 修复已知问题

v4.6.19

Compare Source

  • 修复 scss 警告问题 #​2545
  • table
    • 增加方法 setRow
  • form-gather
    • 修复无法正确渲染问题

v4.6.18

Compare Source

v4.6.17

Compare Source

  • 增加全局方法 setIcon
  • table
    • 修复已知问题

v4.6.16

Compare Source

  • table
    • 修复 form 无法显示问题 #I9R6U5

v4.6.15

Compare Source

  • table
    • 增加事件 cell-delete-value
    • 小 bug 修复

v4.6.14

Compare Source

  • table
    • 修复校验位置不会自动定位问题
    • 其他小 bug 修复
  • mode
    • (v4不向下兼容)类型 type=modal 的默认参数 show-confirm-button 调整为 false,可以通过设置全局参数 setConfig({ mode: { showConfirmButton: true } }) 兼容老版本
    • 增加参数 show-cancel-button
    • 增加参数 show-confirm-button
    • 增加事件 resize
    • 增加事件 move
  • form-gather
    • 支持在自定义布局中使用
  • switch
    • 增加参数 openActiveIcon
    • 增加参数 closeActiveIcon
  • button-group
    • 优化样式

v4.6.13

Compare Source

  • (v4保留兼容)全局参数 config 被 setConfig 替换
  • table
    • 修复合并后显示空白问题 #​2392
  • grid
    • (v4保留兼容)参数 proxy-config.props 被 proxy-config.response 替换
    • 参数 proxy-config.response.list 支持自定义方法
    • 参数 proxy-config.response.result 支持自定义方法
    • 参数 proxy-config.response.total 支持自定义方法
    • 参数 proxy-config.response.message 支持自定义方法

v4.6.12

Compare Source

  • 修复已知问题

v4.6.11

Compare Source

  • table
    • 增加参数 area-config.autoClear
    • 优化树节点线样式
  • input
    • 修复定位问题

v4.6.10

Compare Source

  • 支持暗黑模式
  • table
    • 修复自定义列设置缓存排序状态无效问题
    • 优化样式
    • 支持暗黑主题

v4.6.9

Compare Source

  • table
    • 优化树节点线样式
    • 增加参数 keyboard-config.arrowCursorLock

v4.6.8

Compare Source

  • table
    • (v4保留兼容)事件拦截 event.clearActived 调整 event.clearEdit
    • 优化自定义列样式

v4.6.7

Compare Source

  • 更新日语国际化 #​2376
  • table
    • 修改自定义列按需加载场景报错问题
  • grid
    • 修复显示多个校验消息提示无效问题
  • vxe-button-group
    • 增加参数 mode
    • 增加参数 status

v4.6.6

Compare Source

  • table
    • 增加参数 custom-config.allowFixed
    • 增加参数 custom-config.storage.sort
    • 支持自定义列拖拽排序
  • checkbox-group
    • 增加参数 option-props.disabled
  • radio-group
    • 增加参数 option-props.disabled

v4.6.5

Compare Source

  • button
    • 修复按钮下拉无法移出问题 #​2368

v4.6.4

Compare Source

  • table
    • 修复懒加载自定义模块警告问题
    • 增加参数 clip-config.includeFields
    • 增加参数 clip-config.excludeFields
    • 增加事件 cell-area-selection-invalid

v4.6.3

Compare Source

  • table
    • 修复自定义列报错问题
    • 增加参数 area-config.includeFields
    • 增加参数 area-config.excludeFields

v4.6.2

Compare Source

v4.6.0

Compare Source

  • (不向下兼容)按需加载调整,移除已废弃的组件 Footer、Header
  • 增加模块 VxeTableCustomModule
  • 增加组件 button-group
  • table
    • 修复 getRadioRecord 获取值不正确问题
    • (v4保留兼容)重构渲染器,配置 name 调整 $input, $textarea, $select, $button, $buttons, $radio, $checkbox, $switch 改为 VxeInput, VxeTextarea, VxeSelect, VxeButton, VxeButtonGroup, VxeRadio, VxeRadioGroup, VxeCheckbox, VxeCheckboxGroup, VxeSwitch
    • 增加参数 custom-config.mode
    • 增加参数 custom-config.immediate
    • 增加参数 custom-config.showFooter
    • 增加参数 custom-config.allowFixed
    • 增加参数 custom-config.confirmButtonText
    • 增加参数 custom-config.resetButtonText
    • 增加参数 edit-config.afterEditMethod
    • 增加方法 openCustom
    • 增加方法 closeCustom
    • 优化复选框样式
    • 优化打印
  • toolbar
    • 重构工具栏自定义列
    • (v4保留兼容)参数 custom.immediate 被 custom-config.immediate 替换
    • (v4保留兼容) 参数 custom.showFooter 被 custom-config.showFooter 替换
    • (v4保留兼容)参数 custom.allowFixed 被 custom-config.allowFixed 替换
    • (v4保留兼容)参数 custom.confirmButtonText 被 custom-config.confirmButtonText替换
    • (v4保留兼容)参数 custom.resetButtonText 被 custom-config.resetButtonText 替换
  • radio-group
    • 增加参数 type
    • 增加参数 options
    • 增加参数 option-props
  • button
    • 修复 class-name 无效问题
    • 增加参数 title

v4.5.22

Compare Source

  • table
    • (v4保留兼容)增加参数 footerData,表尾数据参数 footerMethod 将被 footerData 替换
  • button
    • (v4保留兼容)参数 type="text" 更改为 mode="text"
    • 增加参数 mode
  • icon
    • 修复 roll 参数无效问题 #​2350

v4.5.21

Compare Source

  • table
    • 修复插入临时数据位置错误问题题
    • 增加参数 sort-config.iconLayout
  • column
    • 增加参数 titleSuffix
  • icon
    • 增加图标 asc、sort-desc

v4.5.20

Compare Source

  • table
  • column
    • 新增自定义校验插槽 #​2302
    • 增加参数 valid-config.className

v4.5.19

Compare Source

  • table
    • 修复 setColumnFixed设置固定列超过最大数量时的提示问题 #​2262
    • 增加参数 filter-config.confirmButtonText
    • 增加参数 filter-config.resetButtonText
    • 修复方法 getTableData 获取树结构数据问题
  • grid
    • 支持自定义布局 #​2168
    • 增加参数 layouts
  • pager
    • 支持首页和末页
    • 增加参数 iconHomePage
    • 增加参数 iconEndPage
    • 增加方法 homePage
    • 增加方法 endPage

v4.5.18

Compare Source

  • table
    • 优化渲染
  • select
    • 修复滚动条不能拖动问题
  • input
    • 修复 datetime 类型点击日期被关闭问题

v4.5.17

Compare Source

  • table
    • (v4保留兼容)事件 edit-actived 改为 edit-activated
    • 修复横向虚拟滚动启用校验不通过时自动定位失效问题
    • 修复 ts 声明类型
    • 增加方法 setPendingRow
    • 增加方法 togglePendingRow
    • 增加方法 getPendingRecords
    • 增加方法 hasPendingByRow
    • 增加方法 clearPendingRow
  • pulldown
    • 增加插槽 header
    • 增加插槽 footer
  • select
    • 增加插槽 header
    • 增加插槽 option
    • 增加插槽 footer

v4.5.16

Compare Source

  • table
    • 修复虚拟滚动无效问题 #​2278

v4.5.15

Compare Source

  • table
  • textarea
    • 修复注入xss问题 #I8O21R

v4.5.14

Compare Source

  • table
    • (v4保留兼容)方法 isExpandByRow 更改为 isRowExpandByRow
    • 修复 sort-change 事件特定场景无法触发问题
    • 优化 setEditRow 方法支持指定列
    • 全局参数 table.autoResize 默认修改为 false,可以全局设置 VXETable.setup({ table: { autoResize: false } })
  • tooltip
    • 修复报错问题
  • icon
    • 增加参数 status

v4.5.13

Compare Source

  • table
    • 修复特殊场景数据无法响应问题
    • 修复设置最大高度显示错位问题 #​2207
    • 优化打印
  • grid
    • 修复 insertNextAt 方法无法调用问题
    • 修复列相关方法无法调用问题

v4.5.12

Compare Source

  • table
    • 修复已知问题
  • form
    • 优化上下布局样式

v4.5.11

Compare Source

  • table
    • 修复类型报错问题
    • 优化响应式渲染逻辑

v4.5.10

Compare Source

  • table
    • 优化渲染
  • form
    • 增加参数 vertical
  • form-item
    • 增加参数 vertical
  • button
    • 修复下拉按钮样式

v4.5.9

Compare Source

  • table
    • 修复新增临时数据不响应问题
    • 修复懒加载树编辑状态无效问题 #​2159

v4.5.8

Compare Source

  • table
    • 修复类型声明
  • input
    • 增加参数 showWordCount
    • 增加参数 countMethod

v4.5.7

Compare Source

  • table
    • 修复树表格复选框状态显示错误问题
    • 优化谷歌下滚动样式渲染 #​2160

v4.5.6

Compare Source

v4.5.5

Compare Source

  • table
    • 修复已知问题

v4.5.4

Compare Source

  • table
    • 修复单选框获取不到问题 #​2151
    • 修复树节点插入不显示问题 #​2153
    • 修复配置式渲染事件提示日志警告问题 #​2152
    • 优化虚拟树渲染
    • 增加方法 insertNextAt

v4.5.3

Compare Source

v4.5.2

Compare Source

v4.5.1

Compare Source

v4.5.0

  • (v4保留兼容)渲染器 menus 注册由 menus.add(name, Function) 改成 menus.add(name, { menuMethod: Function })
  • (v4保留兼容)渲染器 commands 注册由 commands.add(name, Function) 改成 commands.add(name, { commandMethod: Function })
  • (v4保留兼容)渲染器 formats 注册由 formats.add(name, Function) 改成 formats.add(name, { formatMethod: Function })
  • table
  • 重构校验,支持多行多列显示校验信息
  • 重构多层级渲染,大幅提升树结构、展开行渲染性能,渲染性能提升 50 ~ 300%
  • 重构复选框渲染,性能提升 100 ~ 1000%
  • 默认关闭纵向虚拟滚动,参数调整 scroll-y.enabled = false,可全局设置
  • 默认关闭横向虚拟滚动,参数调整 scroll-y.enabled = false,可全局设置
  • table
    • (v4保留兼容)参数 tree-config.line 更改为 tree-config.showLine
    • (v4保留兼容)参数 tree-config.hasChild 更改为 tree-config.hasChildField
    • (v4保留兼容)参数 tree-config.children 更改为 tree-config.childrenField
    • 修复自定义列无法重置问题
    • 修复 setAllRowExpand 树结构无法展开全部问题
    • 增加参数 min-height
    • 增加参数 checkbox-config.isShiftKey
    • 增加参数 checkbox-config.indeterminateField
    • 增加参数 column-config.maxFixedSize
    • 增加参数 column-config.headerExportMethod
    • 增加参数 column-config.exportMethod
    • 增加参数 column-config.footerExportMethod
    • 增加参数 valid-config.msgMode
    • 增加参数 valid-config.autoClear
    • 增加事件 checkbox-range-select
    • 编辑状态支持隐藏列
  • button
    • 增加参数 popup-class-name
  • select
    • 增加参数 popup-class-name
  • pulldown
    • 增加参数 class-name
    • 增加参数 popup-class-name
  • input
    • 增加方法 select #​2112
    • 增加默认值 placeholder
  • textarea
    • 增加默认值 placeholder
  • select
    • 增加默认值 placeholder
  • toolbar
    • (保留兼容)参数 custom.isFooter 更改 showFooter
    • 增加参数 custom.allowFixed
    • 增加参数 custom.confirmButtonText
    • 增加参数 custom.resetButtonText
  • icon
    • (不向下兼容)图标更改 fixed-fill 更改为 fixed-left-fill
    • (不向下兼容)图标更改 fixed 更改为 fixed-left
    • 增加图标 fixed-left、fixed-left-fill、fixed-right、fixed-right-fill、swap-up、swap-down

v4.4.6

Compare Source

  • table
    • 调整单选框、复选框点击后将不会触发 cell-click 相关事件
    • 优化校验
  • column
    • 增加参数 headerExportMethod
  • form
    • 方法 validateField 支持多个字段校验

v4.4.5

Compare Source

  • table
    • 修复个性化列无法重置问题
  • toolbar
    • 渲染器增加 toolbarButtonClassName
    • 渲染器增加 toolbarToolClassName

v4.4.4

Compare Source

  • table
    • 优化渲染
  • column
    • 支持修改固定列后自动刷新
    • 支持修改筛选条件后自动刷新
  • form
    • 修复校验字符串输入前后空格问题

v4.4.3

Compare Source

v4.4.2

Compare Source

  • 支持css变量 #​2071(向下兼容)
  • table
    • 修复表头渲染问题 #​2073
    • 修复max-height计算问题 #​2077
    • 修改类型声明
    • 增加参数 custom-config.storage.fixed
    • 增加方法 setColumnFixed
    • 增加方法 clearColumnFixed
  • button
    • 优化样式
  • pager

v4.4.1

Compare Source

v4.4.0

Compare Source

  • table
    • 修复树结构渲染错误问题
    • 修复树形懒加载无法渲染问题
    • 优化渲染
    • 更新 ts 类型
  • form
    • 渲染器增加 itemContentClassName
    • 渲染器增加 itemContentStyle
    • 渲染器增加 itemTitleClassName
    • 渲染器增加 itemTitleStyle
  • form-item
    • 增加参数 showTitle
    • 增加参数 contentClassName
    • 增加参数 contentStyle

v4.3.14

Compare Source

  • table
    • 渲染器增加 cellStyle
  • form
    • 渲染器增加 itemStyle
  • select
    • 增加事件 focus
    • 增加事件 blur

v4.3.13

Compare Source

  • table
    • 修复展开行显示问题
    • 优化编辑模式渲染
    • 提升渲染性能

v4.3.12

Compare Source

  • table
    • 修复 ts 类型声明 #​2001
    • 修复复选框范围选择可以选中已被禁用的问题
    • 增加方法 setColumnWidth
    • 增加方法 getColumnWidth
  • pulldown
    • 修复滚动条无法拖动问题

v4.3.11

Compare Source

  • table
    • 修复 getCheckboxIndeterminateRecords 获取不正确问题
    • 修复 readFile 文件格式大小写校验错误问题
    • 增加参数 resize-config.refreshDelay
    • 增加西班牙语
    • 优化虚拟滚动逻辑
  • form
    • 渲染函数增加 $grid 参数
    • 优化渲染
  • pages
    • 修复当前页输入小数问题

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Apr 2, 2023

Deploy Preview for vue3-management-system ready!

Name Link
🔨 Latest commit ce0b468
🔍 Latest deploy log https://app.netlify.com/sites/vue3-management-system/deploys/6705f20b7a39430008ee1e5d
😎 Deploy Preview https://deploy-preview-66--vue3-management-system.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch 2 times, most recently from d19bb4c to 9616777 Compare April 20, 2023 19:10
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.3.11 fix(deps): update dependency vxe-table to v4.3.12 Apr 20, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 9616777 to 0f5d208 Compare May 14, 2023 06:07
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.3.12 fix(deps): update dependency vxe-table to v4.3.14 May 14, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 0f5d208 to c307ab3 Compare May 25, 2023 15:25
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.3.14 fix(deps): update dependency vxe-table to v4.4.0 May 25, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from c307ab3 to 7c89b1e Compare May 26, 2023 17:33
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.4.0 fix(deps): update dependency vxe-table to v4.4.1 May 26, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 7c89b1e to e844e32 Compare June 15, 2023 02:07
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.4.1 fix(deps): update dependency vxe-table to v4.4.2 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from e844e32 to 6d31729 Compare August 9, 2023 04:40
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.4.2 fix(deps): update dependency vxe-table to v4.4.7 Aug 9, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch 2 times, most recently from 54107f5 to 841f9f3 Compare August 16, 2023 05:20
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.4.7 fix(deps): update dependency vxe-table to v4.5.0 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 841f9f3 to a6885a3 Compare August 17, 2023 03:50
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.5.0 fix(deps): update dependency vxe-table to v4.5.1 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from a6885a3 to 838f8a3 Compare August 19, 2023 07:53
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.5.1 fix(deps): update dependency vxe-table to v4.5.2 Aug 19, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 838f8a3 to 35479e9 Compare August 21, 2023 01:48
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.5.2 fix(deps): update dependency vxe-table to v4.5.4 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 35479e9 to 114bb4a Compare August 21, 2023 15:31
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.5.4 fix(deps): update dependency vxe-table to v4.5.5 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 114bb4a to 96822b0 Compare August 26, 2023 02:24
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.5.5 fix(deps): update dependency vxe-table to v4.5.6 Aug 26, 2023
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.5.6 fix(deps): update dependency vxe-table to v4.5.7 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch 2 times, most recently from 9463421 to 67188fa Compare August 30, 2023 07:46
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.6.17 fix(deps): update dependency vxe-table to v4.7.9 Jun 12, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 8e9c80d to 814a3af Compare June 15, 2024 08:17
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.9 fix(deps): update dependency vxe-table to v4.7.16 Jun 15, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 814a3af to 6554c6f Compare June 17, 2024 02:42
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.16 fix(deps): update dependency vxe-table to v4.7.17 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 6554c6f to 6a175c4 Compare June 18, 2024 05:21
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.17 fix(deps): update dependency vxe-table to v4.7.23 Jun 18, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 6a175c4 to 7ef7210 Compare June 19, 2024 20:42
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.23 fix(deps): update dependency vxe-table to v4.7.25 Jun 19, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 7ef7210 to 2e757ad Compare June 21, 2024 23:54
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.25 fix(deps): update dependency vxe-table to v4.7.30 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 2e757ad to fae3503 Compare June 22, 2024 23:37
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.30 fix(deps): update dependency vxe-table to v4.7.31 Jun 22, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from fae3503 to bc065ec Compare June 25, 2024 23:46
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.31 fix(deps): update dependency vxe-table to v4.7.34 Jun 25, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from bc065ec to d3a45f4 Compare June 26, 2024 11:56
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.34 fix(deps): update dependency vxe-table to v4.7.36 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from d3a45f4 to 1e0b902 Compare June 27, 2024 05:20
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.36 fix(deps): update dependency vxe-table to v4.6.17 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 1e0b902 to a938114 Compare July 3, 2024 23:34
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.6.17 fix(deps): update dependency vxe-table to v4.6.18 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from a938114 to c314f83 Compare September 12, 2024 23:40
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.6.18 fix(deps): update dependency vxe-table to v4.6.19 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from c314f83 to b7edd63 Compare October 4, 2024 02:19
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.6.19 fix(deps): update dependency vxe-table to v4.6.20 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from b7edd63 to 0a0fb42 Compare October 8, 2024 05:42
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.6.20 fix(deps): update dependency vxe-table to v4.7.86 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/vxe-table-4.x-lockfile branch from 0a0fb42 to ce0b468 Compare October 9, 2024 03:01
@renovate renovate bot changed the title fix(deps): update dependency vxe-table to v4.7.86 fix(deps): update dependency vxe-table to v4.6.20 Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants