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 #23

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arco-design/web-vue (source) 2.54.2 -> 2.56.3 age adoption passing confidence
@csstools/css-parser-algorithms (source) 2.5.0 -> 2.7.1 age adoption passing confidence
@csstools/css-tokenizer (source) 2.2.3 -> 2.4.1 age adoption passing confidence
@types/howler (source) 2.2.11 -> 2.2.12 age adoption passing confidence
@types/node (source) 20.11.5 -> 20.17.6 age adoption passing confidence
@types/uuid (source) 9.0.7 -> 9.0.8 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.19.0 -> 6.21.0 age adoption passing confidence
@vitejs/plugin-legacy (source) 5.2.0 -> 5.4.3 age adoption passing confidence
@vitejs/plugin-vue (source) 5.0.3 -> 5.1.4 age adoption passing confidence
@vueuse/core (source) 10.7.2 -> 10.11.1 age adoption passing confidence
autoprefixer 10.4.17 -> 10.4.20 age adoption passing confidence
axios (source) 1.6.0 -> 1.7.7 age adoption passing confidence
dayjs (source) 1.11.10 -> 1.11.13 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.1 age adoption passing confidence
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence
eslint-plugin-sort-exports 0.8.0 -> 0.9.1 age adoption passing confidence
eslint-plugin-vue (source) 9.20.1 -> 9.30.0 age adoption passing confidence
lint-staged 15.2.0 -> 15.2.10 age adoption passing confidence
pinia 2.1.7 -> 2.2.6 age adoption passing confidence
pinia-plugin-persistedstate (source) 3.2.1 -> 3.2.3 age adoption passing confidence
postcss (source) 8.4.33 -> 8.4.47 age adoption passing confidence
postcss-preset-env (source) 9.3.0 -> 9.6.0 age adoption passing confidence
prettier (source) 3.2.4 -> 3.3.3 age adoption passing confidence
sass 1.70.0 -> 1.80.6 age adoption passing confidence
tailwindcss (source) 3.4.1 -> 3.4.14 age adoption passing confidence
terser (source) 5.27.0 -> 5.36.0 age adoption passing confidence
typescript (source) 5.3.3 -> 5.6.3 age adoption passing confidence
unplugin-auto-import 0.17.3 -> 0.18.3 age adoption passing confidence
unplugin-vue-components 0.26.0 -> 0.27.4 age adoption passing confidence
vite (source) 5.0.11 -> 5.4.10 age adoption passing confidence
vue (source) 3.4.14 -> 3.5.12 age adoption passing confidence
vue-draggable-plus (source) ^0.3.4 -> ^0.5.0 age adoption passing confidence
vue-router 4.2.5 -> 4.4.5 age adoption passing confidence

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)
csstools/postcss-plugins (@​csstools/css-parser-algorithms)

v2.7.1

Compare Source

July 6, 2024

v2.7.0

Compare Source

June 29, 2024

v2.6.3

Compare Source

May 4, 2024

v2.6.2

Compare Source

May 4, 2024

v2.6.1

Compare Source

March 13, 2024

v2.6.0

Compare Source

February 19, 2024

  • Add support for multiple replacement values in replaceComponentValues
csstools/postcss-plugins (@​csstools/css-tokenizer)

v2.4.1

Compare Source

July 5, 2024

  • Remove astNode that was erroneously added to the ParseError base class.

v2.4.0

Compare Source

July 5, 2024

  • Expose ParseErrorMessage, the list of known parser error messages object to facilitate detection of specific cases
  • Add a specific ParseErrorWithToken subclass. This contains the associated token.

v2.3.3

Compare Source

July 3, 2024

  • Fix tokenization of string-token containing a backslash followed by CRLF

v2.3.2

Compare Source

June 29, 2024

  • Optimize cloneTokens

v2.3.1

Compare Source

May 4, 2024

  • Fix escaping for the last code point in an ident sequence.

v2.3.0

Compare Source

May 4, 2024

  • Add mutateUnit helper function
  • Add type guard helpers

v2.2.4

Compare Source

March 13, 2024

  • Correctly tokenize negative zero -0 (for real this time)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

You can read about our versioning strategy and releases on our website.

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 11 times, most recently from e0dcc8e to ea6004d Compare February 4, 2024 21:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 22c5446 to 65235fc Compare February 12, 2024 15:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f9946df to 9dc9153 Compare February 16, 2024 01:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 6f7179b to dce8338 Compare October 24, 2024 23:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from ae9b3ce to 39fe7e5 Compare November 1, 2024 16:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 42f7fa0 to c403157 Compare November 10, 2024 06:46
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