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

Bump com.highcapable.sweetdependency from 1.0.2 to 1.0.4 #25

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 14, 2023

Bumps com.highcapable.sweetdependency from 1.0.2 to 1.0.4.

Release notes

Sourced from com.highcapable.sweetdependency's releases.

1.0.4

SweetDependency 1.0.4 Released

  • Added isUseDependencyResolutionManagement option, enabled by default, now you can choose whether to allow plugins to use dependencyResolutionManagement to configure library dependencies
  • Added isDebug option, not enabled by default, you can enable this option to output detailed dependency search information during autowiring
  • Some other functional improvements

For more details, please check the changelog.


SweetDependency 1.0.4 已发布

  • 新增 isUseDependencyResolutionManagement 选项,默认启用,现在你可以选择是否允许插件使用 dependencyResolutionManagement 配置库依赖
  • 新增 isDebug 选项,默认不启用,你可以启用此选项来在自动装配时输出详细的依赖搜索信息
  • 一些其它功能性的改进

详情请查看更新日志

1.0.3

SweetDependency 1.0.3 Released

  • Fix a Class conflict between this plugin and the Kotlin plugin starting from 1.0.0 version
  • Change the configuration dependency autowire(...) in Kotlin Multiplatform to sweet.autowire(...)
  • Generated code is marked with @Nonnull to make it recognized as a non-null return type in Kotlin DSL scripts
  • Some other functional improvements

For more details, please check the changelog.


SweetDependency 1.0.3 已发布

  • 修复从 1.0.0 版本开始的一个本插件与 Kotlin 插件的 Class 冲突问题
  • 更换 Kotlin Multiplatform 中的配置依赖 autowire(...) 写法为 sweet.autowire(...)
  • 生成的代码使用 @Nonnull 标记以使其能够在 Kotlin DSL 脚本中识别为非空返回值类型
  • 一些其它功能性的改进

详情请查看更新日志

Changelog

Sourced from com.highcapable.sweetdependency's changelog.

1.0.2 | 2023.09.26

  • 自动生成代码功能将始终输出源码文件,以方便在生成失败的时候进行调试
  • 修复部分连续名称的依赖可能导致生成失败的问题
  • 修复插件自身检查更新功能失效
  • 修复 Gradle 生命周期问题,可能导致 autowire 方法的项目作用域不正确
  • 改进并采用 Gradle 项目命名规范
  • 新增依赖命名空间可启用或禁用生成功能,更新后需要参考文档自行迁移部分配置文件的节点名称否则会发生错误
  • 新增使用 <plugins>::<libraries>:: 可以访问其它节点的依赖名称、别名并设置到 version-ref 功能

1.0.3 | 2023.11.04

  • 修复从 1.0.0 版本开始的一个本插件与 Kotlin 插件的 Class 冲突问题
  • 更换 Kotlin Multiplatform 中的配置依赖 autowire(...) 写法为 sweet.autowire(...)
  • 生成的代码使用 @Nonnull 标记以使其能够在 Kotlin DSL 脚本中识别为非空返回值类型
  • 一些其它功能性的改进

1.0.4 | 2023.11.14

  • 新增 isUseDependencyResolutionManagement 选项,默认启用,现在你可以选择是否允许插件使用 dependencyResolutionManagement 配置库依赖
  • 新增 isDebug 选项,默认不启用,你可以启用此选项来在自动装配时输出详细的依赖搜索信息
  • 一些其它功能性的改进
Commits
  • 10e3915 Bump version to 1.0.4
  • 70aa40a docs: update guide
  • 86e06ba feat: add dependencies autowire debug info
  • f0331ff feat: update runtime debug info
  • 6ff5801 docs: update guide
  • d697a59 feat: add enable or disable dependencyResolutionManagement function
  • d896554 chore: bump "com.highcapable.sweetproperty" version to 1.0.5
  • 68dfdbf chore: update samples
  • 2f47d72 Bump version to 1.0.3
  • 9b1b105 chore: update project files
  • 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 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 [com.highcapable.sweetdependency](https://github.com/HighCapable/SweetDependency) from 1.0.2 to 1.0.4.
- [Release notes](https://github.com/HighCapable/SweetDependency/releases)
- [Changelog](https://github.com/HighCapable/SweetDependency/blob/master/docs/changelog-zh-CN.md)
- [Commits](HighCapable/SweetDependency@1.0.2...1.0.4)

---
updated-dependencies:
- dependency-name: com.highcapable.sweetdependency
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 14, 2023
@hosizoraru hosizoraru closed this Jan 9, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 9, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/com.highcapable.sweetdependency-1.0.4 branch January 9, 2024 08:10
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant