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

build(deps): bump minimist and @tarojs/cli #10

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2023

Bumps minimist to 1.2.8 and updates ancestor dependency @tarojs/cli. These dependencies need to be updated together.

Updates minimist from 1.2.5 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for minimist since your current version.


Updates @tarojs/cli from 3.3.11 to 3.6.4

Release notes

Sourced from @​tarojs/cli's releases.

chore(release): publish 3.6.4

修复

H5

  • 修复 taro-loader h5.js 中 page 变量没有 get 方法的问题
  • 修复 component rollup 配置没有 external react 和 vue 等依赖的问题

chore(release): publish 3.6.3

特性

小程序

  • 支持 ScrollView 组件在微信小程序 skyline 模式下的新特性
  • 支持通过 id 获取 CustomWrapper 对应的自定义组件实例,#9357

H5

  • 组件定义模式由 bundle 改为 auto,并支持 Vue 适配器代码抖动能力
  • prebundle 支持虚拟模块缓存
  • 支持组件编译模式

CLI

  • 支持创建 Taro 插件模板,by @​tutuxxx
  • taro create 支持自定义模版插件

Taro 插件

  • @tarojs/plugin-react-devtools@tarojs/plugin-vue-devtool 支持自定义 hostname,by @​wangjunjia

修复

小程序

  • 修复支付宝小程序 Button 组件设置 onFollowLifestyle 事件无法触发的问题,fix #13345
  • 修复 ChannelVideo 组件设置 autoplay 属性不生效的问题,fix #13416
  • 修复 comment 节点导致 CustomWrapper 失效的问题
  • 修复 Vant 组件的事件触发问题,by @​BoneTM
  • 支持微信小程序 Picker 组件的 level 属性,#13047,by @​TheKonka
  • 支持开发者劫持小程序原生 request API,by @​czewail
  • 优化虚拟列表 Vue 事件参数缺失的问题,#13355
  • 修复编译小程序插件时,使用 prebundle 或 miniSplitPlugin 功能会导致报错的问题,#13279
  • 修复百度小程序 Text 组件嵌套不显示的问题,#13511
  • taro-loader 添加 component 的导出,修复 entry module 互相引用的警告和报错,#12991 #13529

H5

  • 修复 Swiper 组件循环时最后一帧不触发 onChange 的问题,#13329 ,by @​halodong
  • 支持 Textarea 组件的 focus 属性

... (truncated)

Commits
  • 2c1b28f chore(release): publish 3.6.4 (#13580)
  • b348d1b fix(h5): 修复 H5 loader 和 component rollup 配置问题 (#13575)
  • 40c1583 chore(release): publish 3.6.3 (#13562)
  • 8c8fb64 fix(loader): taro-loader 添加 component 的导出,修复 entry module 互相引用的警告和报错 (#13565)
  • 225f28e fix(helper): 暂时修复 swc 版本兼容问题 (#13560)
  • 078e7a4 fix(plugin): 修复禁用 ts 导致的插件导入报错 fix #13547
  • 4b17fae Merge pull request #13485 from NervJS/feat/build-native-comp
  • 9e542e1 fix(tao-loader): 修复 initPxTransform 运行时报错
  • 13e2dfb Merge remote-tracking branch 'origin/next' into feat/build-native-comp
  • b3f6db6 feat: 增加 platformType 参数,用于区分平台类型
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [@tarojs/cli](https://github.com/NervJS/taro). These dependencies need to be updated together.


Updates `minimist` from 1.2.5 to 1.2.8
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

Updates `@tarojs/cli` from 3.3.11 to 3.6.4
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v3.3.11...v3.6.4)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: "@tarojs/cli"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants