-
Notifications
You must be signed in to change notification settings - Fork 6
Bump kotlin from 2.1.21 to 2.2.10 #325
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'KMP JSON schema validator'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.
| Benchmark suite | Current: 56cd7ce | Previous: ed398ad | Ratio |
|---|---|---|---|
macosX64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
6877.9807619047615 us/op |
2652.4977541666667 us/op |
2.59 |
macosX64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
5595.273012068966 us/op |
2789.3954373655915 us/op |
2.01 |
macosX64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
14193.470919047619 us/op |
6588.236908974359 us/op |
2.15 |
macosX64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
4045.588408365019 us/op |
1886.3854007462687 us/op |
2.14 |
macosX64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
2.36917039038279 us/op |
1.3674539548326818 us/op |
1.73 |
macosX64.CommonAvgTimeBench.validate ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
3942.5483301939057 us/op |
2588.546534114583 us/op |
1.52 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @OptimumCode
f106e32 to
bfdad80
Compare
bfdad80 to
eba3355
Compare
Bumps `kotlin` from 2.1.21 to 2.2.10. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.21 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.21...v2.2.10) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.1.21 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.21...v2.2.10) Updates `org.jetbrains.kotlin.plugin.allopen` from 2.1.21 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.21...v2.2.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin.plugin.allopen dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
4633fff to
ce331db
Compare
PR introduces changes to the public APIPlease add "ABI breaking" label if any line in API file was changed or deleted. Generated by 🚫 Danger Kotlin against 56cd7ce |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #325 +/- ##
==========================================
- Coverage 90.76% 90.73% -0.04%
==========================================
Files 137 137
Lines 4073 4025 -48
Branches 1087 1087
==========================================
- Hits 3697 3652 -45
+ Misses 81 78 -3
Partials 295 295 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bumps
kotlinfrom 2.1.21 to 2.2.10.Updates
org.jetbrains.kotlin:kotlin-gradle-pluginfrom 2.1.21 to 2.2.10Release notes
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.
... (truncated)
Commits
c448af1Add ChangeLog for 2.2.10-RC24925857[JS] Upgrade NPM dependencies0e3327f[K/N] Use coreSymbolicationImageListType=all_loaded by default21231f5[JVM] avoid unnecessary spills of some dead locals4297254[gradle] Fix missing mocha reporter module95639d5[JVM] Fix detection of $DefaultImpl bridges09a5926FIR: allow to resolve some Java classes with@kotlin.Metadata4bf855d[K/JS] Fix incremental compilation for overridden external properties69050bd[K/N][llvm] Update LLVM build to incorporate the recent changesaccbf36Add ChangeLog for 2.2.10-RCUpdates
org.jetbrains.kotlin.plugin.serializationfrom 2.1.21 to 2.2.10Release notes
Sourced from org.jetbrains.kotlin.plugin.serialization's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.plugin.serialization's changelog.
... (truncated)
Commits
c448af1Add ChangeLog for 2.2.10-RC24925857[JS] Upgrade NPM dependencies0e3327f[K/N] Use coreSymbolicationImageListType=all_loaded by default21231f5[JVM] avoid unnecessary spills of some dead locals4297254[gradle] Fix missing mocha reporter module95639d5[JVM] Fix detection of $DefaultImpl bridges09a5926FIR: allow to resolve some Java classes with@kotlin.Metadata4bf855d[K/JS] Fix incremental compilation for overridden external properties69050bd[K/N][llvm] Update LLVM build to incorporate the recent changesaccbf36Add ChangeLog for 2.2.10-RCUpdates
org.jetbrains.kotlin.plugin.allopenfrom 2.1.21 to 2.2.10Release notes
Sourced from org.jetbrains.kotlin.plugin.allopen's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.plugin.allopen's changelog.
... (truncated)
Commits
c448af1Add ChangeLog for 2.2.10-RC24925857[JS] Upgrade NPM dependencies0e3327f[K/N] Use coreSymbolicationImageListType=all_loaded by default21231f5[JVM] avoid unnecessary spills of some dead locals4297254[gradle] Fix missing mocha reporter module95639d5[JVM] Fix detection of $DefaultImpl bridges09a5926FIR: allow to resolve some Java classes with@kotlin.Metadata4bf855d[K/JS] Fix incremental compilation for overridden external properties69050bd[K/N][llvm] Update LLVM build to incorporate the recent changesaccbf36Add ChangeLog for 2.2.10-RCYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)