Closed wtto00 closed 2 months ago
The changes in this pull request involve updates to the documentation and dependencies related to the statuses
library. The README.md
and error handling documentation have been revised to reference the new statuses-es
library instead of the original statuses
. Additionally, the package.json
file has been modified to remove the old statuses
and its type definitions, replacing them with statuses-es
. Import statements in several TypeScript files have also been updated to reflect this change.
File | Change Summary |
---|---|
README.md , docs/advanced/handling-errors.md |
Updated references from statuses to statuses-es in documentation. |
packages/core/package.json |
Removed @types/statuses and statuses ; added statuses-es with version ^2.0.6 . |
packages/core/src/adapters/*.ts |
Changed import statements from "statuses" to "statuses-es" in download.ts , request.ts , and upload.ts . |
Objective | Addressed | Explanation |
---|---|---|
有个依赖报错?? (Issue #52) | ✅ |
🐇 In the meadow, changes bloom,
New statuses rise, dispelling gloom.
Fromstatuses
tostatuses-es
, we leap,
A hop of progress, no need to weep!
Code is fresh, dependencies align,
Hooray for updates, all is fine! 🌼
Name | Link |
---|---|
Latest commit | dabadeba39a408d410e67c6ffb6cb085449658d0 |
Latest deploy log | https://app.netlify.com/sites/uni-network/deploys/66ec53c52f10a90008e7bad7 |
Deploy Preview | https://deploy-preview-53--uni-network.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 99 (🟢 up 1 from production) Accessibility: 97 (no change from production) Best Practices: 92 (no change from production) SEO: 92 (no change from production) PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
Thank you!
Description 描述
在新版本的uniapp,具体是版本号大于
40204
的项目中,运行项目pnpm dev:mp-weixin
,会抛出以下错误:Linked Issues 关联的 Issues
fix #52
Additional context 额外上下文
按照 @ModyQyW 的方法,将依赖 statuses 替换为 statuses-es
Summary by CodeRabbit
Release Notes
Documentation Updates
statuses
library tostatuses-es
across various documents, enhancing clarity and accuracy.Dependency Management
statuses
library withstatuses-es
in the project dependencies, potentially improving functionality and compatibility.These changes aim to streamline the documentation and enhance the project's maintainability.