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

Merged
merged 1 commit into from
May 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.24.4 -> ^7.24.6 age adoption passing confidence
@babel/runtime (source) ^7.24.4 -> ^7.24.6 age adoption passing confidence
@nutui/nutui-taro (source) ^4.3.5 -> ^4.3.9 age adoption passing confidence
@tarojs/cli ^3.6.26 -> ^3.6.30 age adoption passing confidence
@tarojs/components ^3.6.26 -> ^3.6.30 age adoption passing confidence
@tarojs/helper ^3.6.26 -> ^3.6.30 age adoption passing confidence
@tarojs/plugin-framework-vue3 (source) ^3.6.26 -> ^3.6.30 age adoption passing confidence
@tarojs/plugin-html ^3.6.26 -> ^3.6.30 age adoption passing confidence
@tarojs/plugin-platform-weapp (source) ^3.6.26 -> ^3.6.30 age adoption passing confidence
@tarojs/router ^3.6.26 -> ^3.6.30 age adoption passing confidence
@tarojs/runtime (source) ^3.6.26 -> ^3.6.30 age adoption passing confidence
@tarojs/shared (source) ^3.6.26 -> ^3.6.30 age adoption passing confidence
@tarojs/taro (source) ^3.6.26 -> ^3.6.30 age adoption passing confidence
@tarojs/webpack5-runner ^3.6.26 -> ^3.6.30 age adoption passing confidence
@types/webpack-env (source) ^1.18.4 -> ^1.18.5 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.23 -> ^3.4.27 age adoption passing confidence
babel-preset-taro (source) ^3.6.26 -> ^3.6.30 age adoption passing confidence
bumpp ^9.4.0 -> ^9.4.1 age adoption passing confidence
dayjs (source) ^1.11.10 -> ^1.11.11 age adoption passing confidence
unplugin-vue-components ^0.26.0 -> ^0.27.0 age adoption passing confidence
vue (source) ^3.4.23 -> ^3.4.27 age adoption passing confidence
vue-tsc (source) ^2.0.13 -> ^2.0.19 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.24.6

Compare Source

🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
  • babel-parser, babel-plugin-transform-typescript
🏠 Internal
  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

v7.24.5

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env
🏃‍♀️ Performance
  • babel-helpers, babel-preset-env, babel-runtime-corejs3
jdf2e/nutui (@​nutui/nutui-taro)

v4.3.9

Compare Source

2024-05-25

Bug Fixes

v4.3.8

Compare Source

2024-05-13

Bug Fixes

Refactors

  • overlay, watermark, badge: move to script setup @​eiinu

Other Changes

v4.3.7

Compare Source

2024-05-07

Features

Bug Fixes

Refactors

  • input, image: move to script setup @​eiinu

Other Changes

v4.3.6

Compare Source

2024-04-19

Bug Fixes

Refactors

Other Changes

NervJS/taro (@​tarojs/cli)

v3.6.30: chore(release): publish 3.6.30

Compare Source

H5
  • 取消路由跳转之前的校验,给 customRouters 更大灵活度 by @​ZEJIA-LIU
鸿蒙 Hybrid
  • 新增了 Map 同层渲染以及相应的 MapContext 类,新增了 openLocation、choooseLocation 桥接,优化了定位接口等,by @​xiaoyan428820
  • 优化了 API 的继承方式,从匿名继承转为显式继承,by @​handsomeliuyang
  • 修复了 getFileInfo 接口的报错问题,by @​heweishui
  • 修复了 JS 缓存机制的问题,by @​zxdsax
  • 修复了 NativeApiSyncCacheProxy,支持业务使用,by @​kongxiaojun
  • 修复了 request 请求无法返回 ArrayBuffer 数据以及音频无法暂停等问题,by @​xiaoyan428820

v3.6.29: chore(release): publish 3.6.29

Compare Source

小程序
  • 新增了对微信小程序 Skyline 组件的适配(不包括手势相关组件),by @​koppthe
  • 修复了因容器事件重复触发导致的生命周期执行顺序异常的问题,by @​koppthe
  • 修复了字节跳动小程序上传命令报错的问题,by @​niexq
H5
  • 兼容了 webpack v5.90+ 新增的 EnvironmentNotSupportAsyncWarn 警告,by @​koppthe
  • 优化了 navigateBack 和 navigateTo 的动画展示逻辑,解决了返回时上一个页面瞬间白屏的问题,fix #​15576 by @​ZEJIA-LIU
  • 修复了路由变化时 onhide 事件的调用时机,并且在 switchTab 时无需动画,by @​ZEJIA-LIU
  • 修复了自定义路由的跳转问题,by @​ZEJIA-LIU
  • 修复了 View 组件初始绑定 onClick 为 undefined 导致点击时报错的问题,fix #​15530 by @​shushu2013
鸿蒙 Hybrid
Typings
  • 调整了 request 请求 API 的 complete 回调中 res 参数的类型,与 success 一致,by @​phy-lei

v3.6.28: chore(release): publish 3.6.28

Compare Source

小程序

  • 为京东小程序的 Textarea 组件增加了 disable-default-padding 属性,by @​ZEJIA-LIU
  • 增加了 modifyAppConfig 钩子,以支持抖音小程序引用系统内置页面,fix #​15388 by @​luckyadam
  • 修复了编译模式没有正确处理动态 id 属性的问题,by @​Chen-jj

鸿蒙 Hybrid

  • 移除了 harmony-hybrid 中 Vue2 相关的代码,by @​heweishui

React Native

  • 修复了 class 类名中包含 \/ 字符,在序列化后导致样式失效的问题,fix #​15568 by @​xushuailing

Typings

v3.6.27: chore(release): publish 3.6.27

Compare Source

小程序

  • 修复了 Standard Lint 规则失效的问题,by @​koppthe

鸿蒙 Hybrid

  • 增加了对 requirePlugin 方法的支持,by @​handsomeliuyang
  • 增加了对 switchTab、navigateTo 等路由函数可以被 hook 的支持,by @​handsomeliuyang
  • 优化了 getUpdateManager 接口改为桥接实现,by @​heweishui
  • 修正了部分接口的注释,request 接口的 JS 实现中添加了对 onHeadersReceived 和 offHeadersReceived 的监听,by @​zxdsax
  • 修复了在 DEV 调试环境下装饰器导致页面崩溃的问题,by @​xiaoyan428820

Typings

CLI

  • 修复了安装全局插件不支持传入 registry 的问题,by @​luckyadam
vuejs/core (@​vue/compiler-sfc)

v3.4.27

Compare Source

Bug Fixes

v3.4.26

Compare Source

Bug Fixes

v3.4.25

Compare Source

Bug Fixes

v3.4.24

Compare Source

Bug Fixes
antfu/bumpp (bumpp)

v9.4.1

Compare Source

iamkun/dayjs (dayjs)

v1.11.11

Compare Source

Bug Fixes
unplugin/unplugin-vue-components (unplugin-vue-components)

v0.27.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v2.0.19

Compare Source

Bug Fixes
  • language-core: property 'xyz' does not exist on type 'abc' when using v-for (#​4386)
  • language-core: avoid report error when events do not accept parameters (#​4387)
  • language-core: inline dynamic event handlers should not expect commas (#​4387)

v2.0.18

Compare Source

Features
  • feat(language-core): report unknown events when strictTemplates is enabled (#​3718)
  • feat(language-core): add compileSFCScript plugin hook (#​3200)
  • feat(vscode): add coffeescript syntax highlight support
Bug Fixes
  • fix(language-core): fix event handler type for hyphen-case event names
  • fix(language-core): allow binding multiple events with the same name (#​4369)
  • fix(language-core): variable used in key appears as unused in v-for template tag (#​329) (#​3421)
  • fix(language-core): generics with slots don't work with Vue 2.7 (#​3241)
  • fix(language-core): template language of .md files should be markdown (#​4299)
  • fix(language-core): no template class links when experimentalResolveStyleCssClasses is set to always (#​4379)
Other Changes
  • Upgrade Volar from v2.2.2 to v2.2.4.
    • Fixed a few URI conversion issues
    • fix(typescript): empty items list should be valid completion result (#​4368)
    • fix(typescript): path completion not working for meta files
  • Upgrade Volar services from v0.0.44 to v0.0.45.
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:
    • miaonster.vscode-tsx-arrow-definition
    • runem.lit-plugin

v2.0.17

Compare Source

Features
  • language-core: add JSDod support for component (#​2377)
  • language-core: add JSDoc support for script setup binding variables (#​3409)
  • language-core: add class component support (#​4354)
  • language-service: re-support scoped class links in template (#​4357)
  • typescript-plugin: create script setup block when auto import if needed
  • typescript-plugin: add JSDoc support for events in template (#​4365)
  • component-meta: add JSDoc tags support for events
  • language-core: support defineOptions (#​4362) - Thanks @​zhiyuanzmj
Bug Fixes
  • language-core: hover not working for intrinsic element event name
  • language-core: showing false declared but not used errors for functions used in v-on="{}" (#​4333)
  • language-core: fix nameless event expression formatting
  • language-core: types imported in the <script setup> should not be used as a variable in template (#​4353)
  • language-core: renaming classname within scoped not working (#​4355)
  • language-core: <style> completions and html custom data completions not provided in some cases (#​4092)
  • language-core: improve code action edits mapping fault tolerance
  • language-core: support defineModel for generic component (#​4345) - Thanks @​zhiyuanzmj
  • language-service: completion cannot trigger in SFC root
  • component-meta: forceUseTs options not working
Other Changes
  • Upgrade Volar from v2.2.0 to v2.2.2.
  • Upgrade Volar services from v0.0.42 to v0.0.44.
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:
    • mxsdev.typescript-explorer
  • Deprecated vueCompilerOptions.experimentalUseElementAccessInTemplate
  • Specify packageManager (#​4358) - Thanks @​so1ve
  • docs: emoved possibly redundant duplicate reference (#​4348) - Thanks @​artshade
  • language-service: temporarily remove references codeLens (#​4364)
  • vscode: auto enabling hybrid mode allows

v2.0.16

Compare Source

Bug Fixes
Other Changes

v2.0.15

Compare Source

Features
  • Redesign additional extensions, VitePress, PetiteVue support (#​4321)
    • Fix custom file extensions not working in Hybrid Mode (#​4251)
  • vscode: prompt when Hybrid Mode is explicitly enabled but known incompatible extensions are installed
  • language-core: use internal options for directly exposing user props/emits types (vuejs/core#10801)
  • language-core: support defineSlots destructuring (#​4312) - Thanks @​zhiyuanzmj
Bug Fixes
  • vscode: when enabled VitePress support, extension not activated when opening markdown files
  • language-core: auto-complete not working in v-bind
Performance
  • language-service: emmet completion should not be blocked by TS type evaluation (#​4298)
  • language-core: simplify virtual code for intrinsic elements
Other Changes
  • Upgrade Volar from v2.2.0-alpha.10 to v2.2.0-alpha.12:
    • Avoid extension crash when workspace TSDK does not exist
    • Fix template variables cannot be renamed at the first character in Hybrid Mode (#​4297)
    • Fix template virtual code mapping is misaligned in Windows in Hybrid Mode (#​4297)
  • Add svelte.svelte-vscode (>=108.4.0) to Hybrid Mode compatibility whitelist (sveltejs/language-tools#2317)
  • component-meta: convert source code to TS
  • language-core: export allCodeFeatures (#​4320) - Thanks @​zhiyuanzmj

v2.0.14

Compare Source

Features
  • language-core: added search html tag (#​4280) - Thanks @​audunhov
  • language-service: added Russian, Czech localization support
Bug Fixes
  • language-core: @ts-ignore not working for slots (#​4263)
  • language-core: reduce unnecessary props mapping (#​4284)
  • tsc: improve regexp performance for global type removal (#​4260) - Thanks @​blake-newman
Other Changes
  • Upgrade Volar from v2.2.0-alpha.8 to v2.2.0-alpha.10 to fix some issues:
    • Parameter Hints not working in Hybrid Mode (#​3948)
    • TS server to crash repeatedly when include large js file (#​4278)
    • Randomly causing errors when renaming / find definitions in Hybrid Mode (#​4257, #​4281, #​4282)
    • Unable to resolve Nuxt UI component type
    • Incomplete results for find refernces in Hybrid Mode
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:
    • bierner.lit-html
    • denoland.vscode-deno (When deno.enable is false)
    • jenkey2011.string-highlight
  • language-core: improve maintainability of codegen (#​4276)
    • Deprecated vueCompilerOptions.nativeTags, now respects the nodeType property of template AST node.
    • Dynamic component types without v-bind:is are no longer supported.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f741429 to 4e26136 Compare April 28, 2024 14:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0d60ad6 to 8004849 Compare April 29, 2024 20:44
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Apr 29, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3753a3d to d692565 Compare May 7, 2024 00:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3a9051a to 69be861 Compare May 13, 2024 02:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e14a318 to d77cbdd Compare May 17, 2024 13:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 43ea460 to 16ede19 Compare May 25, 2024 03:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 16ede19 to 8ad63e1 Compare May 26, 2024 21:47
@ntnyq ntnyq merged commit 578b0b6 into main May 26, 2024
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 26, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant