Skip to content

Bump leancloud-storage from 4.10.1 to 4.13.4#31

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/leancloud-storage-4.13.4
Closed

Bump leancloud-storage from 4.10.1 to 4.13.4#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/leancloud-storage-4.13.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Oct 31, 2022

Bumps leancloud-storage from 4.10.1 to 4.13.4.

Release notes

Sourced from leancloud-storage's releases.

v4.13.4

4.13.4(2022-10-31)

Bug Fixes

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

CDN 地址与预编译文件下载: https://unpkg.com/browse/leancloud-storage@4.13.4/dist/

v4.13.3

4.13.3(2022-10-31)

Bug Fixes

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

CDN 地址与预编译文件下载: https://unpkg.com/browse/leancloud-storage@4.13.3/dist/

v4.13.2

Bug Fixes

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

CDN 地址与预编译文件下载: https://unpkg.com/browse/leancloud-storage@4.13.2/dist/

v4.13.1

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

CDN 地址与预编译文件下载: https://unpkg.com/browse/leancloud-storage@4.13.1/dist/

v4.13.0

Features

  • 添加 AV.File.censorAV.File#censor 方法用于发起文件审核请求(需要使用 masterKey)。

Internal Changes

... (truncated)

Changelog

Sourced from leancloud-storage's changelog.

4.13.4(2022-10-31)

Bug Fixes

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

4.13.3(2022-10-31)

Bug Fixes

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

4.13.2(2022-08-23)

Bug Fixes

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

4.13.1(2022-07-15)

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

4.13.0(2022-07-12)

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 实例的问题。
  • 补充缺失的、修复错误的类型定义。

... (truncated)

Commits
  • 41d65d6 chore(release): v4.13.4
  • abb2155 fix(Status): type definition (#675)
  • ee9cda4 chore(release): v4.13.3
  • 3451070 fix(Query): scan returns same object repeatly (#674)
  • f3025b3 feat(AV.Status): type definition (#672)
  • a2c1655 chore(release): v4.13.2
  • bb7452f feat(friendship): prefer AV.User.currentAsync (#671)
  • ff64149 chore(release): v4.13.1
  • 284fcb8 chore(deps): bump @​types/node from 14.14.21 to 18.0.4
  • 2f6cf6f chore(deps): upgrade internal dependencies
  • Additional commits viewable in compare view

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 [leancloud-storage](https://github.com/leancloud/javascript-sdk) from 4.10.1 to 4.13.4.
- [Release notes](https://github.com/leancloud/javascript-sdk/releases)
- [Changelog](https://github.com/leancloud/javascript-sdk/blob/master/changelog.md)
- [Commits](leancloud/javascript-sdk@v4.10.1...v4.13.4)

---
updated-dependencies:
- dependency-name: leancloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 31, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Dec 15, 2022

Superseded by #33.

@dependabot dependabot Bot closed this Dec 15, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/leancloud-storage-4.13.4 branch December 15, 2022 18:04
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