Skip to content

Update all non-major dependencies - #2

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#2
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jan 15, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@arco-design/web-vue (source) ~2.52.1~2.58.0 age confidence dependencies minor
@arco-plugins/vite-vue (source) 1.4.51.4.6 age confidence dependencies patch
@tauri-apps/api 1.5.31.6.0 age confidence dependencies minor
@tauri-apps/cli 1.5.91.6.3 age confidence devDependencies minor
@types/node (source) 20.10.520.19.43 age confidence devDependencies minor
@vitejs/plugin-legacy (source) 5.2.05.4.3 age confidence dependencies minor
@vitejs/plugin-vue (source) 5.0.05.2.4 age confidence devDependencies minor
@vueuse/core (source) 10.7.110.11.1 age confidence dependencies minor
autoprefixer ~10.4.16~10.5.0 age confidence dependencies minor
eslint (source) 9.0.09.39.5 age confidence devDependencies minor
husky 9.0.109.1.7 age confidence devDependencies minor
pinia (source) 2.1.72.3.1 age confidence dependencies minor
pinia-plugin-persistedstate (source) 3.2.13.2.3 age confidence dependencies patch
pinyin-pro (source) 3.18.53.28.2 age confidence dependencies minor 3.29.1 (+1)
postcss-preset-env (source) 9.3.09.6.0 age confidence dependencies minor
prettier (source) 3.1.13.9.6 age confidence devDependencies minor
sass 1.69.51.102.0 age confidence devDependencies minor
serde (source) 1.0.1931.0.229 age confidence dependencies patch
serde_json 1.0.1081.0.151 age confidence dependencies patch
tailwindcss (source) ~3.3.7~3.4.0 age confidence dependencies minor
tauri (source) 1.6.71.8.3 age confidence dependencies minor
tauri-build (source) 1.5.11.5.6 age confidence build-dependencies patch
tauri-plugin-theme 0.2.00.4.0 age confidence dependencies minor
tauri-settings 0.3.40.3.5 age confidence dependencies patch
terser (source) 5.26.05.49.2 age confidence dependencies minor 5.50.0
typescript (source) 5.3.35.9.3 age confidence devDependencies minor
unplugin-auto-import ^0.16.7^0.19.0 age confidence dependencies minor
unplugin-vue-components ^0.25.2^0.28.0 age confidence dependencies minor
vue (source) 3.3.133.5.41 age confidence dependencies minor
vue-tsc (source) 2.0.62.2.12 age confidence devDependencies minor

Release Notes

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

v2.58.0

Compare Source

2026-04-16

🆕 Feature
  • drawer: Close mask, increase event penetration. (#​3626)
  • tooltip: Add disabled attributes (#​3626)
🐛 BugFix
  • date-picker: Add a disabled date function and optimize the date checking logic (#​3630)

2026-04-16

🆕 新增功能
  • drawer: 关闭mask,增加事件穿透 (#​3626)
  • tooltip: 增加禁用属性 (#​3626)
🐛 问题修复
  • date-picker: 添加禁用日期功能并优化日期检查逻辑 (#​3630)

v2.57.0

Compare Source

2025-03-10

🆕 Feature

  • input: Added 'prepend' and 'append' attributes (#​3452)
  • drawer: Add bodyClass and bodyStyle (#​3437)

🐛 BugFix

  • form: fix where form id attribute was consumed and could not be propagated (https://github.com/arco-design/arco-design-- vue/pull/3450)
  • input: Fix the preValue calculation error in the input component (#​3427)
  • tabs: resolve wheel event listener passive warning (#​3413)
  • tabs: optimize memory release during tab removal (#​3413)
  • descriptions: fixes the issue related to the layout distribution of span (#​3409)
  • message: Fixed an issue where message positioning would be affected by layout and would not be displayed (#​3406)
  • table: Fix fixed column background style issue in dark mode (#​3398)
  • slider: Fixed Drag change slider value not working on mobile side (#​3343)

💎 Enhancement

  • modal: fix re-throw error in onBeforeOk for proper error handling (#​3407)
  • drawer: fix re-throw error in onBeforeOk for proper error handling (#​3407)
  • popconfirm: fix re-throw error in onBeforeOk for proper error handling (#​3407)

2025-03-10

🆕 新增功能

  • input: 新增prepend、append属性 (#​3452)
  • drawer: 增加 bodyClass 和 bodyStyle (#​3437)

🐛 问题修复

  • form: 修复表单 id 属性被消费无法透传问题 (#​3450)
  • input: 修复 input 内 preValue 计算错误问题 (#​3427)
  • tabs: 解决wheel事件监听器性能警告 (#​3413)
  • tabs: 优化标签页动态增减时内存释放问题 (#​3413)
  • descriptions: 修复 span 分配布局的错误使其更遵循用户配置 (#​3409)
  • message: 修复 message 定位会受到布局影响,从而不显示的问题 (#​3406)
  • table: 修复暗黑模式下固定列选中背景样式透明 (#​3398)
  • slider: 修复拖动更改滑块值在移动端无效 (#​3343)

💎 功能优化

  • modal: 修复执行 onBeforeOk 时错误未传播的问题 (#​3407)
  • drawer: 修复执行 onBeforeOk 时错误未传播的问题 (#​3407)
  • popconfirm: 修复执行 onBeforeOk 时错误未传播的问题 (#​3407)

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)
arco-design/arco-plugins (@​arco-plugins/vite-vue)

v1.4.6

Compare Source

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-build v1.5.6

Compare Source

Updating crates.io index
Locking 610 packages to latest compatible versions
Adding base64 v0.21.7 (available: v0.22.1)
Adding cargo_toml v0.15.3 (available: v0.21.0)
Adding clap v3.2.25 (available: v4.5.26)
Adding cocoa v0.24.1 (available: v0.26.0)
Adding glib v0.15.12 (available: v0.20.7)
Adding gtk v0.15.5 (available: v0.18.2)
Adding html5ever v0.26.0 (available: v0.29.0)
Adding http v0.2.12 (available: v1.2.0)
Adding hyper v0.14.32 (available: v1.5.2)
Adding indexmap v1.9.3 (available: v2.7.0)
Adding infer v0.13.0 (available: v0.16.0)
Adding json-patch v2.0.0 (available: v3.0.1)
Adding mockito v0.31.1 (available: v1.6.1)
Adding nix v0.26.4 (available: v0.29.0)
Adding open v3.2.0 (available: v5.3.2)
Adding raw-window-handle v0.5.2 (available: v0.6.2)
Adding reqwest v0.11.27 (available: v0.12.12)
Adding rfd v0.10.0 (available: v0.15.2)
Adding serial_test v0.8.0 (available: v3.2.0)
Adding state v0.5.3 (available: v0.6.0)
Adding syn v1.0.109 (available: v2.0.96)
Adding tauri-winres v0.1.1 (available: v0.2.0)
Adding thiserror v1.0.69 (available: v2.0.11)
Adding toml v0.7.8 (available: v0.8.19)
Adding webkit2gtk v0.18.2 (available: v2.0.1)
Adding webview2-com v0.19.1 (available: v0.34.0)
Adding windows v0.39.0 (available: v0.59.0)
Adding wry v0.24.11 (available: v0.48.0)
Adding zip v0.6.6 (available: v2.2.2)

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 724 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (622 crate dependencies)
Crate:     atk
Version:   0.15.1
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0413
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0413
Dependency tree:
atk 0.15.1
└── gtk 0.15.5
    ├── wry 0.24.11
    │   └── tauri-runtime-wry 0.14.11
    │       └── tauri 1.8.2
    │           ├── uninitialized-ipc 0.1.0
    │           ├── tauri 1.8.2
    │           ├── restart 0.1.0
    │           ├── invoke-key 0.1.0
    │           └── app-updater-tests 0.1.0
    ├── webkit2gtk 0.18.2
    │   ├── wry 0.24.11
    │   ├── tauri-runtime-wry 0.14.11
    │   └── tauri 1.8.2
    ├── tauri-runtime-wry 0.14.11
    ├── tauri-runtime 0.14.6
    │   ├── tauri-runtime-wry 0.14.11
    │   └── tauri 1.8.2
    ├── tauri 1.8.2
    ├── tao 0.16.10
    │   └── wry 0.24.11
    └── libappindicator 0.7.1
        └── tao 0.16.10

Crate:     atk-sys
Version:   0.15.1
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0416
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0416
Dependency tree:
atk-sys 0.15.1
├── webkit2gtk-sys 0.18.0
│   ├── wry 0.24.11
│   │   └── tauri-runtime-wry 0.14.11
│   │       └── tauri 1.8.2
│   │           ├── uninitialized-ipc 0.1.0
│   │           ├── tauri 1.8.2
│   │           ├── restart 0.1.0
│   │           ├── invoke-key 0.1.0
│   │           └── app-updater-tests 0.1.0
│   └── webkit2gtk 0.18.2
│       ├── wry 0.24.11
│       ├── tauri-runtime-wry 0.14.11
│       └── tauri 1.8.2
├── gtk-sys 0.15.3
│   ├── webkit2gtk-sys 0.18.0
│   ├── webkit2gtk 0.18.2
│   ├── rfd 0.10.0
│   │   └── tauri 1.8.2
│   ├── libappindicator-sys 0.7.3
│   │   └── libappindicator 0.7.1
│   │       └── tao 0.16.10
│   │           └── wry 0.24.11
│   ├── libappindicator 0.7.1
│   └── gtk 0.15.5
│       ├── wry 0.24.11
│       ├── webkit2gtk 0.18.2
│       ├── tauri-runtime-wry 0.14.11
│       ├── tauri-runtime 0.14.6
│       │   ├── tauri-runtime-wry 0.14.11
│       │   └── tauri 1.8.2
│       ├── tauri 1.8.2
│       ├── tao 0.16.10
│       └── libappindicator 0.7.1
└── atk 0.15.1
    └── gtk 0.15.5

Crate:     atty
Version:   0.2.14
Warning:   unmaintained
Title:     `atty` is unmaintained
Date:      2024-09-25
ID:        RUSTSEC-2024-0375
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0375
Dependency tree:
atty 0.2.14
└── clap 3.2.25
    └── tauri 1.8.2
        ├── uninitialized-ipc 0.1.0
        ├── tauri 1.8.2
        ├── restart 0.1.0
        ├── invoke-key 0.1.0
        └── app-updater-tests 0.1.0

Crate:     gdk
Version:   0.15.4
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0412
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0412
Dependency tree:
gdk 0.15.4
├── wry 0.24.11
│   └── tauri-runtime-wry 0.14.11
│       └── tauri 1.8.2
│           ├── uninitialized-ipc 0.1.0
│           ├── tauri 1.8.2
│           ├── restart 0.1.0
│           ├── invoke-key 0.1.0
│           └── app-updater-tests 0.1.0
├── webkit2gtk 0.18.2
│   ├── wry 0.24.11
│   ├── tauri-runtime-wry 0.14.11
│   └── tauri 1.8.2
├── tao 0.16.10
│   └── wry 0.24.11
└── gtk 0.15.5
    ├── wry 0.24.11
    ├── webkit2gtk 0.18.2
    ├── tauri-runtime-wry 0.14.11
    ├── tauri-runtime 0.14.6
    │   ├── tauri-runtime-wry 0.14.11
    │   └── tauri 1.8.2
    ├── tauri 1.8.2
    ├── tao 0.16.10
    └── libappindicator 0.7.1
        └── tao 0.16.10

Crate:     gdk-sys
Version:   0.15.1
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0418
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0418
Dependency tree:
gdk-sys 0.15.1
├── webkit2gtk-sys 0.18.0
│   ├── wry 0.24.11
│   │   └── tauri-runtime-wry 0.14.11
│   │       └── tauri 1.8.2
│   │           ├── uninitialized-ipc 0.1.0
│   │           ├── tauri 1.8.2
│   │           ├── restart 0.1.0
│   │           ├── invoke-key 0.1.0
│   │           └── app-updater-tests 0.1.0
│   └── webkit2gtk 0.18.2
│       ├── wry 0.24.11
│       ├── tauri-runtime-wry 0.14.11
│       └── tauri 1.8.2
├── webkit2gtk 0.18.2
├── tao 0.16.10
│   └── wry 0.24.11
├── gtk-sys 0.15.3
│   ├── webkit2gtk-sys 0.18.0
│   ├── webkit2gtk 0.18.2
│   ├── rfd 0.10.0
│   │   └── tauri 1.8.2
│   ├── libappindicator-sys 0.7.3
│   │   └── libappindicator 0.7.1
│   │       └── tao 0.16.10
│   ├── libappindicator 0.7.1
│   └── gtk 0.15.5
│       ├── wry 0.24.11
│       ├── webkit2gtk 0.18.2
│       ├── tauri-runtime-wry 0.14.11
│       ├── tauri-runtime 0.14.6
│       │   ├── tauri-runtime-wry 0.14.11
│       │   └── tauri 1.8.2
│       ├── tauri 1.8.2
│       ├── tao 0.16.10
│       └── libappindicator 0.7.1
├── gdkx11-sys 0.15.1
│   └── tao 0.16.10
├── gdkwayland-sys 0.15.3
│   └── tao 0.16.10
└── gdk 0.15.4
    ├── wry 0.24.11
    ├── webkit2gtk 0.18.2
    ├── tao 0.16.10
    └── gtk 0.15.5

Crate:     gdkwayland-sys
Version:   0.15.3
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0411
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0411
Dependency tree:
gdkwayland-sys 0.15.3
└── tao 0.16.10
    └── wry 0.24.11
        └── tauri-runtime-wry 0.14.11
            └── tauri 1.8.2
                ├── uninitialized-ipc 0.1.0
                ├── tauri 1.8.2
                ├── restart 0.1.0
                ├── invoke-key 0.1.0
                └── app-updater-tests 0.1.0

Crate:     gdkx11-sys
Version:   0.15.1
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0414
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0414
Dependency tree:
gdkx11-sys 0.15.1
└── tao 0.16.10
    └── wry 0.24.11
        └── tauri-runtime-wry 0.14.11
            └── tauri 1.8.2
                ├── uninitialized-ipc 0.1.0
                ├── tauri 1.8.2
                ├── restart 0.1.0
                ├── invoke-key 0.1.0
                └── app-updater-tests 0.1.0

Crate:     gtk
Version:   0.15.5
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0415
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0415
Dependency tree:
gtk 0.15.5
├── wry 0.24.11
│   └── tauri-runtime-wry 0.14.11
│       └── tauri 1.8.2
│           ├── uninitialized-ipc 0.1.0
│           ├── tauri 1.8.2
│           ├── restart 0.1.0
│           ├── invoke-key 0.1.0
│           └── app-updater-tests 0.1.0
├── webkit2gtk 0.18.2
│   ├── wry 0.24.11
│   ├── tauri-runtime-wry 0.14.11
│   └── tauri 1.8.2
├── tauri-runtime-wry 0.14.11
├── tauri-runtime 0.14.6
│   ├── tauri-runtime-wry 0.14.11
│   └── tauri 1.8.2
├── tauri 1.8.2
├── tao 0.16.10
│   └── wry 0.24.11
└── libappindicator 0.7.1
    └── tao 0.16.10

Crate:     gtk-sys
Version:   0.15.3
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0420
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0420
Dependency tree:
gtk-sys 0.15.3
├── webkit2gtk-sys 0.18.0
│   ├── wry 0.24.11
│   │   └── tauri-runtime-wry 0.14.11
│   │       └── tauri 1.8.2
│   │           ├── uninitialized-ipc 0.1.0
│   │           ├── tauri 1.8.2
│   │           ├── restart 0.1.0
│   │           ├── invoke-key 0.1.0
│   │           └── app-updater-tests 0.1.0
│   └── webkit2gtk 0.18.2
│       ├── wry 0.24.11
│       ├── tauri-runtime-wry 0.14.11
│       └── tauri 1.8.2
├── webkit2gtk 0.18.2
├── rfd 0.10.0
│   └── tauri 1.8.2
├── libappindicator-sys 0.7.3
│   └── libappindicator 0.7.1
│       └── tao 0.16.10
│           └── wry 0.24.11
├── libappindicator 0.7.1
└── gtk 0.15.5
    ├── wry 0.24.11
    ├── webkit2gtk 0.18.2
    ├── tauri-runtime-wry 0.14.11
    ├── tauri-runtime 0.14.6
    │   ├── tauri-runtime-wry 0.14.11
    │   └── tauri 1.8.2
    ├── tauri 1.8.2
    ├── tao 0.16.10
    └── libappindicator 0.7.1

Crate:     gtk3-macros
Version:   0.15.6
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0419
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0419
Dependency tree:
gtk3-macros 0.15.6
└── gtk 0.15.5
    ├── wry 0.24.11
    │   └── tauri-runtime-wry 0.14.11
    │       └── tauri 1.8.2
    │           ├── uninitialized-ipc 0.1.0
    │           ├── tauri 1.8.2
    │           ├── restart 0.1.0
    │           ├── invoke-key 0.1.0
    │           └── app-updater-tests 0.1.0
    ├── webkit2gtk 0.18.2
    │   ├── wry 0.24.11
    │   ├── tauri-runtime-wry 0.14.11
    │   └── tauri 1.8.2
    ├── tauri-runtime-wry 0.14.11
    ├── tauri-runtime 0.14.6
    │   ├── tauri-runtime-wry 0.14.11
    │   └── tauri 1.8.2
    ├── tauri 1.8.2
    ├── tao 0.16.10
    │   └── wry 0.24.11
    └── libappindicator 0.7.1
        └── tao 0.16.10

Crate:     instant
Version:   0.1.13
Warning:   unmaintained
Title:     `instant` is unmaintained
Date:      2024-09-01
ID:        RUSTSEC-2024-0384
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0384
Dependency tree:
instant 0.1.13
└── tao 0.16.10
    └── wry 0.24.11
        └── tauri-runtime-wry 0.14.11
            └── tauri 1.8.2
                ├── uninitialized-ipc 0.1.0
                ├── tauri 1.8.2
                ├── restart 0.1.0
                ├── invoke-key 0.1.0
                └── app-updater-tests 0.1.0

Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145

Crate:     glib
Version:   0.15.12
Warning:   unsound
Title:     Unsoundness in `Iterator` and `DoubleEndedIterator` impls for `glib::VariantStrIter`
Date:      2024-03-30
ID:        RUSTSEC-2024-0429
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0429
Dependency tree:
glib 0.15.12
├── wry 0.24.11
│   └── tauri-runtime-wry 0.14.11
│       └── tauri 1.8.2
│           ├── uninitialized-ipc 0.1.0
│           ├── tauri 1.8.2
│           ├── restart 0.1.0
│           ├── invoke-key 0.1.0
│           └── app-updater-tests 0.1.0
├── webkit2gtk 0.18.2
│   ├── wry 0.24.11
│   ├── tauri-runtime-wry 0.14.11
│   └── tauri 1.8.2
├── tauri 1.8.2
├── tao 0.16.10
│   └── wry 0.24.11
├── soup2 0.2.1
│   ├── wry 0.24.11
│   └── webkit2gtk 0.18.2
├── pango 0.15.10
│   ├── gtk 0.15.5
│   │   ├── wry 0.24.11
│   │   ├── webkit2gtk 0.18.2
│   │   ├── tauri-runtime-wry 0.14.11
│   │   ├── tauri-runtime 0.14.6
│   │   │   ├── tauri-runtime-wry 0.14.11
│   │   │   └── tauri 1.8.2
│   │   ├── tauri 1.8.2
│   │   ├── tao 0.16.10
│   │   └── libappindicator 0.7.1
│   │       └── tao 0.16.10
│   └── gdk 0.15.4
│       ├── wry 0.24.11
│       ├── webkit2gtk 0.18.2
│       ├── tao 0.16.10
│       └── gtk 0.15.5
├── libappindicator 0.7.1
├── javascriptcore-rs 0.16.0
│   └── webkit2gtk 0.18.2
├── gtk 0.15.5
├── gio 0.15.12
│   ├── wry 0.24.11
│   ├── webkit2gtk 0.18.2
│   ├── tao 0.16.10
│   ├── soup2 0.2.1
│   ├── gtk 0.15.5
│   ├── gdk-pixbuf 0.15.11
│   │   ├── tao 0.16.10
│   │   ├── gtk 0.15.5
│   │   └── gdk 0.15.4
│   └── gdk 0.15.4
├── gdk-pixbuf 0.15.11
├── gdk 0.15.4
├── cairo-rs 0.15.12
│   ├── webkit2gtk 0.18.2
│   ├── tao 0.16.10
│   ├── gtk 0.15.5
│   └── gdk 0.15.4
└── atk 0.15.1
    └── gtk 0.15.5

warning: 13 allowed warnings found

[1.5.6]

Dependencies
  • Upgraded to tauri-utils@1.6.2
  • Upgraded to tauri-codegen@1.4.6

Cargo Publish

Updating crates.io index
   Packaging tauri-build v1.5.6 (/home/runner/work/tauri/tauri/core/tauri-build)
    Packaged 12 files, 51.0KiB (16.2KiB compressed)
   Verifying tauri-build v1.5.6 (/home/runner/work/tauri/tauri/core/tauri-build)
    Updating crates.io index
 Downloading crates ...
  Downloaded dirs-next v2.0.0
  Downloaded toml v0.7.8
  Downloaded tauri-winres v0.1.1
  Downloaded embed-resource v2.5.1
  Downloaded cargo_toml v0.15.3
  Downloaded dirs-sys-next v0.1.2
   Compiling proc-macro2 v1.0.92
   Compiling unicode-ident v1.0.14
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.169
   Compiling byteorder v1.5.0
   Compiling siphasher v0.3.11
   Compiling serde v1.0.217
   Compiling stable_deref_trait v1.2.0
   Compiling getrandom v0.1.16
   Compiling syn v1.0.109
   Compiling smallvec v1.13.2
   Compiling autocfg v1.4.0
   Compiling quote v1.0.38
   Compiling syn v2.0.96
   Compiling getrandom v0.2.15
   Compiling rand_core v0.6.4
   Compiling rand_core v0.5.1
   Compiling rand_pcg v0.2.1
   Compiling phf_shared v0.10.0
   Compiling phf_shared v0.8.0
   Compiling writeable v0.5.5
   Compiling litemap v0.7.4
   Compiling lock_api v0.4.12
   Compiling equivalent v1.0.1
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling hashbrown v0.15.2
   Compiling parking_lot_core v0.9.10
   Compiling fnv v1.0.7
   Compiling icu_locid_transform_data v1.5.0
   Compiling new_debug_unreachable v1.0.6
   Compiling scopeguard v1.2.0
   Compiling indexmap v2.7.0
   Compiling ident_case v1.0.1
   Compiling precomputed-hash v0.1.1
   Compiling mac v0.1.1
   Compiling siphasher v1.0.1
   Compiling semver v1.0.24
   Compiling memchr v2.7.4
   Compiling strsim v0.11.1
   Compiling synstructure v0.13.1
   Compiling icu_properties_data v1.5.0
   Compiling darling_core v0.20.10
   Compiling futf v0.1.5
   Compiling parking_lot v0.12.3
   Compiling utf16_iter v1.0.5
   Compiling icu_normalizer_data v1.5.0
   Compiling utf-8 v0.7.6
   Compiling dtoa v1.0.9
   Compiling write16 v1.0.0
   Compiling log v0.4.22
   Compiling serde_json v1.0.135
   Compiling once_cell v1.20.2
   Compiling utf8_iter v1.0.4
   Compiling zerocopy-derive v0.7.35
   Compiling serde_derive v1.0.217
   Compiling zerofrom-derive v0.1.5
   Compiling zerocopy v0.7.35
   Compiling yoke-derive v0.7.5
   Compiling ppv-lite86 v0.2.20
   Compiling zerofrom v0.1.5
   Compiling zerovec-derive v0.10.3
   Compiling rand_chacha v0.3.1
   Compiling rand v0.8.5
   Compiling yoke v0.7.5
   Compiling rand_chacha v0.2.2
   Compiling displaydoc v0.2.5
   Compiling rand v0.7.3
   Compiling zerovec v0.10.4
   Compiling phf_generator v0.8.0
   Compiling phf_generator v0.10.0
   Compiling icu_provider_macros v1.5.0
   Compiling string_cache_codegen v0.5.2
   Compiling tinystr v0.7.6
   Compiling icu_collections v1.5.0
   Compiling icu_locid v1.5.0
   Compiling phf_codegen v0.10.0
   Compiling markup5ever v0.11.0
   Compiling icu_provider v1.5.0
   Compiling phf_macros v0.8.0
   Compiling icu_locid_transform v1.5.0
   Compiling phf_codegen v0.8.0
   Compiling cssparser v0.27.2
   Compiling icu_properties v1.5.1
   Compiling serde_spanned v0.6.8
   Compiling toml_datetime v0.6.8
   Compiling string_cache v0.8.7
   Compiling phf v0.8.0
   Compiling selectors v0.22.0
   Compiling darling_macro v0.20.10
   Compiling html5ever v0.26.0
   Compiling cssparser-macros v0.6.1
   Compiling icu_normalizer v1.5.0
   Compiling dtoa-short v0.3.5
   Compiling tendril v0.4.3
   Compiling phf_shared v0.11.3
   Compiling phf v0.10.1
   Compiling indexmap v1.9.3
   Compiling winnow v0.6.22
   Compiling nodrop v0.1.14
   Compiling winnow v0.5.40
   Compiling itoa v1.0.14
   Compiling convert_case v0.4.0
   Compiling itoa v0.4.8
   Compiling ryu v1.0.18
   Compiling thiserror v1.0.69
   Compiling matc

> ✂ **Note**
> 
> PR body was truncated to here.


</details>

---

### Configuration

📅 **Schedule**: (in timezone Asia/Tokyo)

- Branch creation
  - "after 8pm every weekend"
- 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ba-archive/translator-cheatsheet).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjI0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

@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 from a27aee2 to 0134218 Compare February 4, 2024 14:06
@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 11 times, most recently from e078bff to 2c9da57 Compare April 12, 2024 22:53
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 5bc5be7 to 38a70d4 Compare April 20, 2024 08:06
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 589bdea to 731c78c Compare April 25, 2024 11:50
@renovate

renovate Bot commented May 5, 2024

Copy link
Copy Markdown
Contributor Author

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src-tauri/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src-tauri/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `gdk-sys`.
    ... required by package `webkit2gtk v0.18.2`
    ... which satisfies dependency `webkit2gtk = "^0.18.2"` of package `tauri v1.5.0`
    ... which satisfies dependency `tauri = "^1.5"` of package `translator-cheatsheet v0.0.0 (/tmp/renovate/repos/github/ba-archive/translator-cheatsheet/src-tauri)`
versions that meet the requirements `^0.15.0` are: 0.15.1

the package `gdk-sys` links to the native library `gdk-3`, but it conflicts with a previous package which links to `gdk-3` as well:
package `gdk-sys v0.18.0`
    ... which satisfies dependency `ffi = "^0.18"` of package `gdk v0.18.0`
    ... which satisfies dependency `gdk = "^0.18"` of package `gtk v0.18.0`
    ... which satisfies dependency `gtk = "^0.18"` of package `tauri-plugin-theme v0.4.0`
    ... which satisfies dependency `tauri-plugin-theme = "^0.4.0"` of package `translator-cheatsheet v0.0.0 (/tmp/renovate/repos/github/ba-archive/translator-cheatsheet/src-tauri)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "gdk-3"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

failed to select a version for `gdk-sys` which could resolve this conflict

@renovate

renovate Bot commented May 9, 2024

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src-tauri/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src-tauri/Cargo.toml --package serde@1.0.193 --precise 1.0.229
    Updating crates.io index
error: failed to select a version for the requirement `tauri-plugin-theme = "^0.4.0"`
  version 0.4.0 is yanked
  version 0.4.1 is yanked
location searched: crates.io index
required by package `translator-cheatsheet v0.0.0 (/tmp/renovate/repos/github/ba-archive/translator-cheatsheet/src-tauri)`

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