Skip to content

Bump leancloud-storage from 4.10.1 to 4.13.2#24

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Aug 23, 2022

Bumps leancloud-storage from 4.10.1 to 4.13.2.

Release notes

Sourced from leancloud-storage's releases.

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

  • 使用 babel@7 进行代码转义。
  • 使用 core-js@3 提供的 polyfills。

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

v4.12.3

Bug Fixes

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

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

v4.12.2

Bug Fixes

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

... (truncated)

Changelog

Sourced from leancloud-storage's changelog.

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

4.12.2(2022-02-10)

Bug Fixes

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

4.12.1(2022-02-09)

Bug Fixes

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

... (truncated)

Commits
  • 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
  • dd7d4d5 chore: add config files to .npmignore
  • 96dbcba chore(release): v4.13.0
  • 89c17c8 chore: update check-version script
  • c6c2961 feat: make AV.Error constructible and inheritable (#670)
  • 89a253c feat: use core-js@3 (#669)
  • 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.2.
- [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.2)

---
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 Aug 23, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Oct 31, 2022

Superseded by #31.

@dependabot dependabot Bot closed this Oct 31, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/leancloud-storage-4.13.2 branch October 31, 2022 18:38
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