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

build(deps-dev): bump miniprogram-api-typings from 3.12.2 to 4.0.2 #5941

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps miniprogram-api-typings from 3.12.2 to 4.0.2.

Changelog

Sourced from miniprogram-api-typings's changelog.

2024-11-13 v4.0.2

  • 补齐 RaycastHit (#337)

2024-09-24 v4.0.1

  • 更新 API 定义到 3.5.7

2024-09-24 v4.0.0

合入 #332, #333, #334 by @​lvzl。这几个 Pull Request 对 ComponentBehavior 的实现进行了较大改动,以支持:

  1. 对于 ArrayObject 类型的 propertydata,以值的实际类型作为泛型推导的结果,而非固定推导为 any[]Record<string, any>
  2. 改变了 BehaviorIdentifier 的类型,通过为其交叉一个带有 Behavior 定义信息的虚假类型,使 ComponentBehavior 能自动推导其使用到的 Behaviordata, propertiesmethods

这是一个比较大的 破坏性改动,从低于 4.0.0 的版本升级时,可能需要进行一些适配:

  1. 全局函数 ComponentBehavior 的第四个泛型现在是新的 TBehavior,如果之前的代码中有为这两个函数手动指定泛型的用例,需要手动添加这个泛型;
  2. Behavior() 的返回值不再是 string(或者说不完全是),之前使用 string 接受 Behavior() 返回值的实现需要修改为 WechatMiniprogram.Behavior.BehaviorIdentifier
  3. 自定义组件的 this.datathis.property 的推导类型可能会有所变化,需要根据推导类型进行响应改动。

2024-08-08 v3.12.3

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [miniprogram-api-typings](https://github.com/wechat-miniprogram/api-typings) from 3.12.2 to 4.0.2.
- [Changelog](https://github.com/wechat-miniprogram/api-typings/blob/master/CHANGELOG.md)
- [Commits](wechat-miniprogram/api-typings@v3.12.2...v4.0.2)

---
updated-dependencies:
- dependency-name: miniprogram-api-typings
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2024
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