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): update all non-major dependencies #2

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@arco-design/web-vue (source) ~2.52.1 -> ~2.56.0 age adoption passing confidence dependencies minor
@tauri-apps/api 1.5.3 -> 1.6.0 age adoption passing confidence dependencies minor
@tauri-apps/cli 1.5.9 -> 1.6.3 age adoption passing confidence devDependencies minor
@types/node (source) 20.10.5 -> 20.17.2 age adoption passing confidence devDependencies minor 20.17.6 (+3)
@vitejs/plugin-legacy (source) 5.2.0 -> 5.4.3 age adoption passing confidence dependencies minor
@vitejs/plugin-vue (source) 5.0.0 -> 5.1.4 age adoption passing confidence devDependencies minor
@vueuse/core (source) 10.7.1 -> 10.11.1 age adoption passing confidence dependencies minor
autoprefixer 10.4.16 -> 10.4.20 age adoption passing confidence dependencies patch
eslint (source) 9.0.0 -> 9.13.0 age adoption passing confidence devDependencies minor 9.14.0
husky 9.0.10 -> 9.1.6 age adoption passing confidence devDependencies minor
pinia 2.1.7 -> 2.2.4 age adoption passing confidence dependencies minor 2.2.6 (+1)
pinia-plugin-persistedstate (source) 3.2.1 -> 3.2.3 age adoption passing confidence dependencies patch
pinyin-pro (source) 3.18.5 -> 3.25.0 age adoption passing confidence dependencies minor 3.26.0
postcss (source) 8.4.32 -> 8.4.47 age adoption passing confidence dependencies patch
postcss-preset-env (source) 9.3.0 -> 9.6.0 age adoption passing confidence dependencies minor
prettier (source) 3.1.1 -> 3.3.3 age adoption passing confidence devDependencies minor
sass 1.69.5 -> 1.80.4 age adoption passing confidence devDependencies minor 1.80.6 (+1)
serde (source) 1.0.193 -> 1.0.214 age adoption passing confidence dependencies patch
serde_json 1.0.108 -> 1.0.132 age adoption passing confidence dependencies patch
tailwindcss (source) ~3.3.7 -> ~3.4.0 age adoption passing confidence dependencies minor
tauri-build (source) 1.5.1 -> 1.5.5 age adoption passing confidence build-dependencies patch
tauri-plugin-theme 0.2.0 -> 0.4.0 age adoption passing confidence dependencies minor
tauri-settings 0.3.4 -> 0.3.5 age adoption passing confidence dependencies patch
terser (source) 5.26.0 -> 5.36.0 age adoption passing confidence dependencies minor
typescript (source) 5.3.3 -> 5.6.3 age adoption passing confidence devDependencies minor
unplugin-auto-import ^0.16.7 -> ^0.18.0 age adoption passing confidence dependencies minor
unplugin-vue-components ^0.25.2 -> ^0.27.0 age adoption passing confidence dependencies minor
vue (source) 3.3.13 -> 3.5.12 age adoption passing confidence dependencies minor
vue-tsc (source) 2.0.6 -> 2.1.8 age adoption passing confidence devDependencies minor 2.1.10

Release Notes

arco-design/arco-design-vue (@​arco-design/web-vue)

v2.56.3

Compare Source

v2.56.2

Compare Source

v2.56.1

Compare Source

v2.56.0

Compare Source

2024-07-26

🆕 Feature
  • input-number: Added 'keydown' event to disable default behavior (#​3248)
🐛 BugFix
  • tree: fix tree node folding animation (#​3234)
  • color-picker: fix shaking issue when selecting color with v-model (#​3180)
  • time-picker: TriggerProps property not correctly passed through (#​3178)
💎 Enhancement
  • menu: fix color transition effect in selected menu item (#​3192)

2024-07-26

🆕 新增功能
  • input-number: 增加 'keydown' 事件,可以禁止默认行为 (#​3248)
🐛 问题修复
  • tree: 修复树折叠动画不生效问题 (#​3234)
  • color-picker: 修复在 v-model 下选择颜色时出现的抖动问题 (#​3180)
  • time-picker: triggerProps 属性未正确透传问题 (#​3178)
💎 功能优化
  • menu: 修复已选中菜单项中的颜色动画过渡效果 (#​3192)

v2.55.3

Compare Source

2024-06-07

🆕 Feature
  • table: colum added the minWidth attribute (#​3157)
🐛 BugFix
  • time-picker: Fix issue with read-only mode still being editable (#​3173)
  • time-picker: Added placeholder type definition (#​3173)
  • input: fix display of allow-clear input button in read-only state (#​3172)
  • table: fix table sticky-header failure with scrollbar (#​3170)
  • table: Restore default style when table dynamically switches row-selection (#​3155)

2024-06-07

🆕 新增功能
  • table: column 增加 minWidth 属性 (#​3157)
🐛 问题修复
  • time-picker: 修复只读模式仍可编辑问题 (#​3173)
  • time-picker: 补充 placeholder 类型定义 (#​3173)
  • input: 修复只读状态下显示清空输入框按钮 (#​3172)
  • table: 修复虚拟滚动条开启时 sticky-header 吸顶失效 (#​3170)
  • table: table动态切换row-selection时恢复默认样式 (#​3155)

v2.55.2

Compare Source

2024-05-10

🐛 BugFix
  • verification-code: fix formatter not being applied during paste (#​3110)
  • upload: import missing image styles for upload component (#​3101)
  • transfer: fix disabled behavior in transfer simple mode (#​3067)
  • color-picker: fix color-picker style import (#​3052)
💅 Style
  • color-picker: Optimize color control bar background fillet style (#​3116)
🆎 TypeScript

2024-05-10

🐛 问题修复
  • verification-code: 修复粘贴时formatter未生效 (#​3110)
  • upload: 修复上传组件预览样式引入缺失 (#​3101)
  • transfer: 修复 simple 模式下禁用失效 (#​3067)
  • color-picker: 修复样式按需导入错误 (#​3052)
💅 样式更新
  • color-picker: 优化颜色控制条背景圆角样式 (#​3116)
🆎 类型修正
  • correct the type definition for popupContainer (#​2998)

v2.55.1

Compare Source

2024-03-29

🐛 BugFix
  • empty: fix automatically inherited warn (#​3048)
  • trigger: fix animation direction for position popup (#​3045)
  • color-picker: fix v-model not working (#​3030)
  • color-picker: Fix copywriting errors (#​3028)
💅 Style
  • tree: fix scrollHeight calculation exception problem (#​3044)

2024-03-29

🐛 问题修复
  • empty: 修复属性自动继承的错误 (#​3048)
  • trigger: 修正位置的弹出动画方向 (#​3045)
  • color-picker: 修复双向绑定不生效问题 (#​3030)
  • color-picker: 修复文案错误 (#​3028)
💅 样式更新
  • tree: 修复scrollHeight计算异常问题 (#​3044)

v2.55.0

Compare Source

2024-03-15

🆕 Feature
  • tree-select: Added input-value related properties (#​3024)
  • tree: The title slot has a new title parameter (#​3024)
  • color-picker: add color-picker component (#​2958)
💅 Style
  • tabs: fix transition animation for tab title (#​3008)

2024-03-15

🆕 新增功能
  • tree-select: 新增 input-value 相关属性 (#​3024)
  • tree: title 插槽新增 title 参数 (#​3024)
  • color-picker: 新增颜色选择器 (#​2958)
💅 样式更新
  • tabs: 修复 title 过渡动画效果 (#​3008)

v2.54.6

Compare Source

2024-03-01

🐛 BugFix
  • input-number: fix overlap between step button and suffix/append (#​3005)
  • collapse: resolve reserved property warning (#​2997)
  • transfer: fix disabled props not working (#​2996)
  • tree: resolve invalid property name console warning issue (#​2995)
💅 Style
  • modal: fix fade-modal transition effect works on enter state (#​3007)

2024-03-01

🐛 问题修复
  • input-number: 修复步进按钮与 suffix/append 的样式重叠 (#​3005)
  • collapse: 解决 vue 保留属性警告 (#​2997)
  • transfer: 修复 disabled 属性不生效问题 (#​2996)
  • tree: 解决无效的属性名称控制台警告问题 (#​2995)
💅 样式更新
  • modal: 修复遮罩层 fade-modal 过渡动画在进入时不生效问题 (#​3007)

v2.54.5

Compare Source

2024-02-21

🐛 BugFix
  • menu: Fix warning “Invalid prop name: key is a reserved property.” (#​2978)
  • date-picker: refactor date utility functions and week picker to correctly show selected week (#​2970)
  • input-number: fix v-model not working (#​2961)

2024-02-21

🐛 问题修复
  • menu: 修复警告 “Invalid prop name: key is a reserved property.” (#​2978)
  • date-picker: 重构日期 utility 函数和 WeekPicker,以正确显示所选星期 (#​2970)
  • input-number: 修复双向绑定失效 (#​2961)

v2.54.4

Compare Source

2024-02-02

🐛 BugFix
  • table: fix virtual table list not displaying empty state (#​2949)
  • watermark: Fix font color does not take effect (#​2942)
  • input-number: Fix change event triggering mechanism (#​2915)

2024-02-02

🐛 问题修复
  • table: 修复表格虚拟列表下不显示 empty 问题 (#​2949)
  • watermark: 修复字体颜色不生效问题 (#​2942)
  • input-number: 修复 change 事件触发逻辑 (#​2915)

v2.54.3

Compare Source

2024-01-19

🐛 BugFix
  • rate: Fix missing icon elements in nuxt (#​2930)
  • avatar: fix partial avatars not displaying in the avatar group popover (#​2925)
  • image: adjust incorrect type definitions and documentation (#​2924)
  • image: fix spelling mistakes (#​2924)
  • input: fix spelling mistakes (#​2924)

2024-01-19

🐛 问题修复
  • rate: 修复在nuxt中图标元素缺失的问题 (#​2930)
  • avatar: 修复头像组气泡中部分头像不显示问题 (#​2925)
  • image: 修复错误的类型定义和文档说明 (#​2924)
  • image: 修正单词拼写错误 (#​2924)
  • input: 修正文档单词拼写错误 (#​2924)

v2.54.2

Compare Source

2024-01-11

🐛 BugFix
  • table: Fix the problem of span-method reporting an error after exceeding the number of rows and columns (#​2914)
💎 Enhancement
  • select: enhance selected state style for options (#​2895)
💅 Style
  • input: Fix overlapping styles of neighboring components in input-group (#​2889)

2024-01-11

🐛 问题修复
  • table: 修复 span-method 在超出行列数后报错的问题 (#​2914)
💎 功能优化
  • select: 下拉选择器添加选中效果 (#​2895)
💅 样式更新
  • input: 修复 input-group 相邻组件样式叠加时的问题 (#​2889)

v2.54.1

Compare Source

2023-12-28

🆕 Feature
  • watermark: watermark font color follows the theme (#​2790)
  • input: Enhance the input-password props (#​2784)
🐛 BugFix
  • select: Fix defaultPopupVisible failure problem (#​2881)

2023-12-28

🆕 新增功能
  • watermark: 水印字体色跟随主题变化 (#​2790)
  • input: 新增密码框密码可见性相关属性 (#​2784)
🐛 问题修复
  • select: 修复 defaultPopupVisible 失效的问题 (#​2881)

v2.53.3

Compare Source

2023-11-24

🐛 BugFix
  • input-tag: Fix the problem that the file can still be deleted under read-only (#​2824)
  • date-picker: fix invalid date due to mismatch between date and format (#​2789)

2023-11-24

🐛 问题修复
  • input-tag: 修复 read-only 下仍然能被删除的问题 (#​2824)
  • date-picker: 修复日期与format不一致导致出现无效日期 (#​2789)

v2.53.2

Compare Source

2023-11-10

🐛 BugFix
  • watermark: Fix the problem of error reporting when styles are loaded on demand (#​2787)

2023-11-10

🐛 问题修复
  • watermark: 修复样式按需加载报错问题 (#​2787)

v2.53.1

Compare Source

2023-11-08

🐛 BugFix
  • watermark: Fix the problem that component entrance is not exposed (#​2782)

2023-11-08

🐛 问题修复
  • watermark: 修复组件入口未暴露问题 (#​2782)

v2.53.0

Compare Source

2023-11-03

🆕 Feature
  • watermark: add watermark component (#​2741)
  • calendar: Added header and default slots (#​2674)
🐛 BugFix
  • descriptions: Fix the problem of invalid span attribute of DescriptionsItem component (#​2765)

2023-11-03

🆕 新增功能
  • watermark: 新增水印组件 (#​2741)
  • calendar: 新增 headerdefault 插槽 (#​2674)
🐛 问题修复
  • descriptions: 修复 DescriptionsItem 组件 span 属性失效的问题 (#​2765)
tauri-apps/tauri (@​tauri-apps/api)

v1.6.0: @​tauri-apps/api v1.6.0

Compare Source

Yarn Audit

yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 146
Done in 2.09s.
[1.6.0]
Enhancements
  • 44e3335da (#​9796) Enhance the speed of The JS Command.execute API from shell module.
Bug Fixes
  • 44e3335da (#​9796) Fix The JS Command.execute API from shell module including extra new lines.

Yarn Publish

yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.4s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.6s�[22m�[39m
[1/4] Bumping version...
info Current version: 1.6.0
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 7.85s.

v1.5.6: @​tauri-apps/api v1.5.6

Compare Source

Yarn Audit

yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 146
Done in 1.64s.

[1.5.6]

Bug Fixes
  • 3b69c1384(#​9792) Revert #​9706 which broke compatability between tauri crate and the JS @tauri-apps/api npm package in a patch release where it should've been in a minor release.

Yarn Publish

yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.4s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.7s�[22m�[39m
[1/4] Bumping version...
info Current version: 1.5.6
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 8.11s.

v1.5.5: @​tauri-apps/api v1.5.5

Compare Source

Yarn Audit

yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 146
Done in 1.84s.

[1.5.5]

Enhancements
  • 7f885bd5e(#​9706) Enhance the speed of The JS Command.execute API from shell module.
Bug Fixes
  • 7f885bd5e(#​9706) Fix The JS Command.execute API from shell module including extra new lines.

Yarn Publish

yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.3s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.6s�[22m�[39m
[1/4] Bumping version...
info Current version: 1.5.5
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 8.46s.

v1.5.4: @​tauri-apps/api v1.5.4

Compare Source

Yarn Audit

yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 148
Done in 1.53s.

[1.5.4]

Bug Fixes
  • e3b6d38d2(#​9166) Fix basename(path, 'ext') JS API when removing all occurances of ext where it should only remove the last one.
  • 705da977a(#​9529) Do not use JS optional chaining to prevent script errors on older webviews such as macOS 10.14.

Yarn Publish

yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.6s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.8s�[22m�[39m
[1/4] Bumping version...
info Current version: 1.5.4
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 9.52s.
vitejs/vite (@​vitejs/plugin-legacy)

v5.4.3

Compare Source

v5.4.2

Compare Source

v5.4.1

Compare Source


Configuration

📅 Schedule: Branch creation - "after 8pm every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c1b8951 to 03cff65 Compare January 19, 2024 11:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fd3e63d to a27aee2 Compare January 30, 2024 02:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 628c102 to ee63c46 Compare February 23, 2024 02:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3190d6a to cbbc284 Compare March 2, 2024 05:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fd52767 to dc7e5f5 Compare March 8, 2024 20:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 30c5b9c to 12be1bf Compare March 19, 2024 05:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 4b97bcd to 5c22fff Compare March 27, 2024 12:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from f3e2972 to 6f519ab Compare October 22, 2024 21:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 276b41d to 35b66d6 Compare October 30, 2024 09:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f2391cb to 41ddaa3 Compare November 4, 2024 17:31
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