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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arco-design/web-vue (source) 2.55.0 -> 2.55.3 age adoption passing confidence
@rushstack/eslint-patch (source) 1.8.0 -> 1.10.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.3.1 -> 7.16.1 age adoption passing confidence
@typescript-eslint/parser (source) 7.3.1 -> 7.16.1 age adoption passing confidence
@vitejs/plugin-legacy (source) 5.3.2 -> 5.4.1 age adoption passing confidence
@vitejs/plugin-vue (source) 5.0.4 -> 5.0.5 age adoption passing confidence
@vue/compiler-sfc (source) 3.4.21 -> 3.4.33 age adoption passing confidence
eslint-plugin-vue (source) 9.23.0 -> 9.27.0 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.39 age adoption passing confidence
postcss-preset-env (source) 9.5.2 -> 9.6.0 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.3 age adoption passing confidence
prettier-plugin-css-order 2.0.1 -> 2.1.2 age adoption passing confidence
sass 1.72.0 -> 1.77.8 age adoption passing confidence
terser (source) 5.29.2 -> 5.31.3 age adoption passing confidence
typescript (source) 5.4.3 -> 5.5.3 age adoption passing confidence
unplugin-auto-import 0.17.5 -> 0.18.0 age adoption passing confidence
unplugin-vue-components 0.26.0 -> 0.27.3 age adoption passing confidence
vite (source) 5.2.2 -> 5.3.4 age adoption passing confidence
vue (source) 3.4.21 -> 3.4.33 age adoption passing confidence
vue-eslint-parser 9.4.2 -> 9.4.3 age adoption passing confidence
vue-tsc (source) 2.0.7 -> 2.0.26 age adoption passing confidence

Release Notes

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

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)
microsoft/rushstack (@​rushstack/eslint-patch)

v1.10.3

Compare Source

Fri, 17 May 2024 00:10:40 GMT

Patches
  • [eslint-patch] Allow use of ESLint v9

v1.10.2

Compare Source

Wed, 10 Apr 2024 21:59:39 GMT

Patches
  • Bump maximum supported ESLint version for the bulk-suppressions tool to 8.57.0.

v1.10.1

Compare Source

Fri, 29 Mar 2024 05:46:41 GMT

Patches
  • Fix an issue where the eslint-bulk prune command would crash if a bulk suppressions file exists that speicifies no suppressions.
  • Exit with success under normal conditions.

v1.10.0

Compare Source

Thu, 28 Mar 2024 18:11:12 GMT

Minor changes
  • Delete the .eslint-bulk-suppressions.json file during pruning if all suppressions have been eliminated.
Patches
  • Fix an issue with running eslint-bulk prune in a project with suppressions that refer to deleted files.

v1.9.0

Compare Source

Wed, 27 Mar 2024 19:47:21 GMT

Minor changes
  • Fix an issue where eslint-bulk prune does not work if there are no files to lint in the project root.
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

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

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.15.0

Compare Source

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

v7.14.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You
  • Jake Bailey

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

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
🩹 Fixes
  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

v7.13.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You
  • Kirk Waiblinger
  • Yukihiro Hasegawa

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

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

v7.8.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

v7.4.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.16.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.15.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.14.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

v7.13.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.13.0

Compare Source

🚀 Features
  • parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

v7.12.0

Compare Source

🩹 Fixes
  • types: correct typing ParserOptions
❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

v7.11.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.10.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.9.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.8.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.7.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.7.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

v7.4.0

Compare Source

vitejs/vite (@​vitejs/plugin-legacy)

v5.4.1

v5.4.0

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.0.5

vuejs/core (@​vue/compiler-sfc)

v3.4.33

Compare Source

Bug Fixes

v3.4.32

Compare Source

Bug Fixes

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 10 times, most recently from 391ddd4 to 61e5ba5 Compare April 6, 2024 14:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from c0d8e34 to 751c0ff Compare April 13, 2024 23:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 9b96692 to 80cfdc9 Compare April 21, 2024 13:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fa48583 to 1759f02 Compare April 24, 2024 15:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c75bee6 to a73392f Compare June 27, 2024 18:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from ffbdd8d to 4d52c9c Compare July 4, 2024 20:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a06dd35 to 5504129 Compare July 11, 2024 20:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 002b200 to c232328 Compare July 19, 2024 16:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c232328 to 5c922ff Compare July 20, 2024 09:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c922ff to e192676 Compare July 22, 2024 14:18
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.

None yet

0 participants