hooks icon indicating copy to clipboard operation
hooks copied to clipboard

chore(deps): update dependency vite to ^3.1.3

Open zhangbowy opened this issue 3 years ago • 2 comments

https://github.com/midwayjs/hooks/issues/405

zhangbowy avatar Sep 21 '22 05:09 zhangbowy

⚠️ No Changeset found

Latest commit: e35481a66aa8f7ed8b7424c24e4d4511461821bb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Sep 21 '22 05:09 changeset-bot[bot]

ci 报错了,vite@3 不支持 node v12,要求 ^14.18.0 || >=16.0.0 CI 的环境矩阵,可以考虑始终支持 lts 版本

Otto-J avatar Sep 21 '22 08:09 Otto-J

ci 报错了,vite@3 不支持 node v12,要求 ^14.18.0 || >=16.0.0 CI 的环境矩阵,可以考虑始终支持 lts 版本

目前云服务厂商在 Node FaaS 上还在使用 v12 的镜像,所以 CI 会先保留着,等他们镜像升级

Lxxyx avatar Sep 27 '22 03:09 Lxxyx

原来如此,还考虑了 faas 的滞后性,后续可能还有其他依赖升级之后不支持,就先暂停不升级吗?

Otto-J avatar Sep 27 '22 07:09 Otto-J

原来如此,还考虑了 faas 的滞后性,后续可能还有其他依赖升级之后不支持,就先暂停不升级吗?

后续会统一升级为 Node 16,移除对 Node.js v12 的支持

Lxxyx avatar Nov 09 '22 07:11 Lxxyx