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 org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.0 to 1.9.10 #363

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2023

Bumps org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.0 to 1.9.10.

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 1.9.10

Changelog

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension

Checksums

File Sha256
kotlin-compiler-1.9.10.zip 7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342
kotlin-native-linux-x86_64-1.9.10.tar.gz 1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b
kotlin-native-macos-x86_64-1.9.10.tar.gz f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d
kotlin-native-macos-aarch64-1.9.10.tar.gz d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de
kotlin-native-windows-x86_64-1.9.10.zip a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c
Changelog

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.

1.9.10

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension
Commits
  • 3db61ef [K/JS] Revert KT-60785 fix because the 1.9.0 contains old schema for function...
  • 3584af4 Add ChangeLog for 1.9.10
  • 7bab2db Remove gson from compiler fat jar
  • b925404 [K/JS] Fix autoboxing for inlined function ^KT-60785 Fixed
  • 5801279 [JS IR] De-optimize equality operator as workaround for KT-57509
  • 79d3dda [K/N] Update osVersionMin for arm ios and tvos simulators
  • 955598c [K/N] Pick minimal iOS/tvOS depending on the Xcode version
  • b1aa582 [K/N] Do not check caches consistency until all of them are built
  • 0f6d84c [K/N][tests] Added a reproducer for #KT-60371
  • d3b8607 [K/N][tests] Fixed CachesAutoBuildTest
  • 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 [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.0 to 1.9.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.0...v1.9.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 23, 2023
@xiaowine xiaowine merged commit 27f9a39 into Dev Sep 12, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/gradle/Dev/org.jetbrains.kotlin-kotlin-gradle-plugin-1.9.10 branch September 12, 2023 02:51
qqlittleice233 added a commit that referenced this pull request Nov 4, 2023
* 6.0.1
动态歌词速度(Beta)
添加部分提示
修改默认配置
优化代码

* Prevent channel push failures due to long commit messages (#332)

* Update source file strings.xml (#333)

[ci skip] New translations from Crowdin

* 优化初始化

* 优化 限制可见性更改

* 添加 点击状态栏隐藏歌词(完美)

* 优化布局

* Update source file strings.xml (#340)

[ci skip] New translations from Crowdin

* 优化布局

* Update source file strings.xml (#342)

[ci skip] New translations from Crowdin

* 优化代码

* 优化提示
优化动态速度

* 添加判断

* 优化描述

* 优化点击状态栏隐藏歌词

* Update README.md

* README.md

* 优化提示

* 优化代码

* 添加 MIUI隐藏网速

* 优化布局

* 修复随机动画缺少新动画

* 优化代码

* 优化代码

* 优化代码

* 更新 SystemUILyric.kt

* 添加 歌词模糊边缘类型

* 优化代码

* 添加 根据下一句歌词到来时间,动态调节速度速度(目前只支持apple music,算法也不知道有没有问题)

* 添加 根据下一句歌词到来时间,动态调节速度速度(目前只支持apple music,算法也不知道有没有问题)

* New Crowdin updates (#346)

* Update source file strings.xml
[ci skip] New translations from Crowdin

* Update source file strings.xml
[ci skip] New translations from Crowdin

* Update source file strings.xml
[ci skip] New translations from Crowdin

* Update source file strings.xml
[ci skip] New translations from Crowdin

* Update source file strings.xml
[ci skip] New translations from Crowdin

---------

Co-authored-by: xiao_wine <68009112+xiaowine@users.noreply.github.com>

* 优化代码

* 添加 部分系统息屏切换深色模式时自动重启系统界面

* 优化部分逻辑

* 同步api改动

* 使用kotlin委托属性

* api从git子模块迁移到JitPack

* Update build.gradle.kts

* 优化代码

* 删除无用的name

* lyricGetterApi to 5.0.2

* lyricGetterApi to 5.0.2

* 添加 状态栏滑动切歌

* 调整 添加 状态栏滑动切歌 优先级

* 调整 添加 状态栏滑动切歌 优先级

* 更改string格式

* 删除无用资源

* 优化代码

* 6.0.2
添加 状态栏滑动切歌
添加 点击状态栏隐藏歌词(完美方案)
添加 根据下一句歌词到来时间,动态调节速度速度(目前只支持apple music,算法也不知道有没有问题)
添加 歌词模糊边缘类型
修复 随机动画缺少新动画
添加 MIUI隐藏网速
优化 代码

* 优化 点击状态栏隐藏歌词

* lyricGetterApi to "5.0.3"

* lyricGetterApi to "5.0.3"
优化代码

* 修复暂停音乐后依旧可以点击状态栏显示歌词

* 回撤反色改动

* 删除 正则表达式屏蔽歌词

* 新增歌词动画插值器、歌词动画持续时间和动画淡出淡入效果 (#358)

* 新增歌词动画插值器选项和歌词动画持续时间可配置项

* 新增歌词动画淡出淡入效果

* 代人水个pr
顺便升级下api

* 更新 README.md

* Bump com.github.kyuubiran:EzXHelper from 2.0.6 to 2.0.7 (#364)

Bumps [com.github.kyuubiran:EzXHelper](https://github.com/KyuubiRan/EzXHelper) from 2.0.6 to 2.0.7.
- [Commits](https://github.com/KyuubiRan/EzXHelper/commits)

---
updated-dependencies:
- dependency-name: com.github.kyuubiran:EzXHelper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.0 to 1.9.10 (#363)

Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.0 to 1.9.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.0...v1.9.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin updates (#352)

* Update source file strings.xml
[ci skip] New translations from Crowdin

* Update source file strings.xml
[ci skip] New translations from Crowdin

* Update source file strings.xml
[ci skip] New translations from Crowdin

* Update source file strings.xml
[ci skip] New translations from Crowdin

* 优化代码

* 修复部分情况歌词颜色异常

* gradle to 8.1.1

* gradle to 8.1.2

* Update README.md

* 优化颜色处理

* 添加 miui pad优化
放宽条件继续扩大范围

* 添加 miui pad优化
放宽条件继续扩大范围

* 改错了,同时我不理解为什么找不到库

* 没什么用的优化

* 优化代码

* 修复滑动状态栏无法切歌
修复开启限制可见性变化后 点击隐藏歌词 时间不显示

* 添加 长按状态栏停止音乐
优化相关代码

* 修复miui切换深色后无法使用(现在切换后重新点亮屏幕就行了)

* 优化代码

* Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.10 to 1.9.20 (#377)

Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump com.github.kyuubiran:EzXHelper from 2.0.7 to 2.0.8 (#376)

Bumps [com.github.kyuubiran:EzXHelper](https://github.com/KyuubiRan/EzXHelper) from 2.0.7 to 2.0.8.
- [Commits](https://github.com/KyuubiRan/EzXHelper/commits)

---
updated-dependencies:
- dependency-name: com.github.kyuubiran:EzXHelper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 同步UI库

* 删除无用资源

* 6.1.0

* Revert "Merge branch 'main' into Dev"

This reverts commit e4cbaa2, reversing
changes made to a51617a.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Howard Wu <HowardWu20@outlook.com>
Co-authored-by: 方块君 <86393520+577fkj@users.noreply.github.com>
Co-authored-by: KokomiQAQ <87627969+H-u-T-ao@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: YuKongA <70465933+YuKongA@users.noreply.github.com>
Co-authored-by: QQ little ice <60041789+qqlittleice233@users.noreply.github.com>
Co-authored-by: QQ littleice <1767523953@qq.com>
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.

1 participant