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-dev): bump @vant/cli from 3.11.2 to 5.1.0 #92

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Bumps @vant/cli from 3.11.2 to 5.1.0.

Release notes

Sourced from @​vant/cli's releases.

v4.0.0-rc.6

更新内容参见 CHANGELOG

Please refer to CHANGELOG for details.

v4.0.0-rc.5

更新内容参见 CHANGELOG

Please refer to CHANGELOG for details.

v4.0.0-rc.4

更新内容参见 CHANGELOG

Please refer to CHANGELOG for details.

v4.0.0-rc.3

更新内容参见 CHANGELOG

Please refer to CHANGELOG for details.

v4.0.0-rc.2

更新内容参见 CHANGELOG

Please refer to CHANGELOG for details.

v4.0.0-rc.1

更新内容参见 CHANGELOG

Please refer to CHANGELOG for details.

v4.0.0-rc.0

更新内容参见 CHANGELOG

Please refer to CHANGELOG for details.

v4.0.0-beta.1

更新内容参见 CHANGELOG

Please refer to CHANGELOG for details.

v4.0.0-beta.0

更新内容参见 CHANGELOG

Please refer to CHANGELOG for details.

v4.0.0-alpha.4

更新内容参见 CHANGELOG

Please refer to CHANGELOG for details.

... (truncated)

Changelog

Sourced from @​vant/cli's changelog.

v5.1.0

2022-11-05

  • 支持读取 vite.config.ts 文件来自定义 vite 配置
  • 修复设置 vite 的 server.port 配置项不生效的问题

v5.0.2

2022-10-07

  • 修复首次运行 dev 时 vite 引入了两份 Vue 代码导致渲染失败的问题

v5.0.1

2022-10-06

  • 修复 jest 版本未正确升级的问题

v5.0.0

依赖升级

2022-10-06

对以下依赖进行了大版本升级:

  • vite: 由 v2 升级至 v3
  • jest: 由 v27 升级至 v29
  • @​vitejs/plugin-vue: 由 v2 升级至 v3
  • @​vitejs/plugin-vue-jsx: 由 v1 升级至 v2

依赖精简

  • 不再默认安装 gh-pages 依赖,请按照如下方式更新 package.json
- "release:site": "pnpm build:site && gh-pages -d site-dist",
+ "release:site": "pnpm build:site && npx gh-pages -d site-dist",
  • 不再默认内置 stylelint,需要的话可以自行安装:
yarn add stylelint@13 @vant/stylelint-config

移除 vetur 相关配置

由于 Vue 3 推荐使用 volar 而不是 vetur,因此移除了 vetur 相关的配置文件。

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [@vant/cli](https://github.com/vant-ui/vant/tree/HEAD/packages/vant-cli) from 3.11.2 to 5.1.0.
- [Release notes](https://github.com/vant-ui/vant/releases)
- [Changelog](https://github.com/youzan/vant/blob/main/packages/vant-cli/changelog.md)
- [Commits](https://github.com/vant-ui/vant/commits/HEAD/packages/vant-cli)

---
updated-dependencies:
- dependency-name: "@vant/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2022
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
0 participants