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

fix(deps): update dependency leancloud-storage to v4.15.2 #7

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
leancloud-storage 4.12.3 -> 4.15.2 age adoption passing confidence

Release Notes

leancloud/javascript-sdk (leancloud-storage)

v4.15.2

Compare Source

Internal Changes

升级依赖

package from to
@​leancloud/platform-adapters-weapp 1.6.2 1.6.3
leancloud-realtime 5.0.0-rc.7 5.0.0-rc.8

v4.15.1

Compare Source

Bug Fixes
  • 修复在新版微信开发者工具中获取 AV.Object 时产生 warning 提示的问题。

v4.15.0

Compare Source

Features
  • 国际节点支持通过 stream 构建文件(需要手动设置文件大小)
    const stats = fs.statSync('my_file');
    const stream = fs.createReadStream('my_file');
    const file = new AV.File('my_file', stream);
    file.metaData('size', stats.size);
    file.save();

v4.14.0

Compare Source

Features
  • 支持在 AV.User.loginWithAuthData, AV.User.loginWithMiniApp, AV.User.loginWithAuthDataAndUnionId 等函数的 options 中使用 useMasterKey, sessionToken, user 参数

v4.13.4

Compare Source

Bug Fixes
  • 修复 AV.Status 类型定义的错误。

v4.13.3

Compare Source

Bug Fixes
  • 修复 AV.Query#scan 当仅有一个 Object 满足条件约束时重复返回该 Object 的问题。
  • 补充 AV.Status 相关的类型定义。

v4.13.2

Compare Source

Bug Fixes
  • 修复异步 storage 平台上无法使用 AV.Friendship 的问题。

v4.13.1

Compare Source

Internal Changes

升级依赖

package from to
@​leancloud/platform-adapters-browser 1.5.2 1.5.3
@​leancloud/platform-adapters-node 1.5.2 1.5.3
@​leancloud/platform-adapters-weapp 1.6.1 1.6.2
leancloud-realtime 5.0.0-rc.4 5.0.0-rc.7

v4.13.0

Compare Source

Features
  • 添加 AV.File.censorAV.File#censor 方法用于发起文件审核请求(需要使用 masterKey)。
Internal Changes
  • 使用 babel@7 进行代码转义。
  • 使用 core-js@3 提供的 polyfills。

4.12.3(2022-06-24)

Bug Fixes
  • 修复抛出的服务端异常不是 AV.Error 实例的问题。
  • 补充缺失的、修复错误的类型定义。

4.12.2(2022-02-10)

Bug Fixes
  • 修复遍历 Class 时缺少最后一条数据的问题。
  • 修复 AV.Error 类型定义的错误。

4.12.1(2022-02-09)

Bug Fixes
  • 修复某些情况下保存属性中包含 AV.File 的 AV.Object 时报错的问题。

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/leancloud-storage-4.x branch from 31eed7d to e6a7c01 Compare July 15, 2022 09:43
@renovate renovate bot changed the title fix(deps): update dependency leancloud-storage to v4.13.0 fix(deps): update dependency leancloud-storage to v4.13.1 Jul 15, 2022
@renovate renovate bot force-pushed the renovate/leancloud-storage-4.x branch from e6a7c01 to 32125ac Compare August 23, 2022 10:39
@renovate renovate bot changed the title fix(deps): update dependency leancloud-storage to v4.13.1 fix(deps): update dependency leancloud-storage to v4.13.2 Aug 23, 2022
@renovate renovate bot force-pushed the renovate/leancloud-storage-4.x branch from 32125ac to 765c395 Compare November 20, 2022 19:45
@renovate renovate bot changed the title fix(deps): update dependency leancloud-storage to v4.13.2 fix(deps): update dependency leancloud-storage to v4.13.4 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/leancloud-storage-4.x branch from 765c395 to 455d332 Compare March 11, 2023 09:56
@renovate renovate bot changed the title fix(deps): update dependency leancloud-storage to v4.13.4 fix(deps): update dependency leancloud-storage to v4.14.0 Mar 11, 2023
@renovate renovate bot force-pushed the renovate/leancloud-storage-4.x branch from 455d332 to 6cfeb8d Compare April 21, 2023 12:03
@renovate renovate bot changed the title fix(deps): update dependency leancloud-storage to v4.14.0 fix(deps): update dependency leancloud-storage to v4.15.0 Apr 21, 2023
@renovate renovate bot force-pushed the renovate/leancloud-storage-4.x branch from 6cfeb8d to 4b2e471 Compare September 25, 2023 13:17
@renovate renovate bot changed the title fix(deps): update dependency leancloud-storage to v4.15.0 fix(deps): update dependency leancloud-storage to v4.15.1 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/leancloud-storage-4.x branch from 4b2e471 to f0f5c3e Compare October 11, 2023 04:16
@renovate renovate bot changed the title fix(deps): update dependency leancloud-storage to v4.15.1 fix(deps): update dependency leancloud-storage to v4.15.2 Oct 11, 2023
@renovate renovate bot force-pushed the renovate/leancloud-storage-4.x branch from f0f5c3e to ceb091a Compare March 15, 2024 09:10
@renovate renovate bot changed the title fix(deps): update dependency leancloud-storage to v4.15.2 fix(deps): update dependency leancloud-storage to v4.15.2 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/leancloud-storage-4.x branch December 8, 2024 18:41
@renovate renovate bot changed the title fix(deps): update dependency leancloud-storage to v4.15.2 - autoclosed fix(deps): update dependency leancloud-storage to v4.15.2 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/leancloud-storage-4.x branch from 5181e60 to ceb091a Compare December 8, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants