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

chore(deps): bump org.jetbrains.kotlinx:atomicfu from 0.24.0 to 0.26.1 #3217

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps org.jetbrains.kotlinx:atomicfu from 0.24.0 to 0.26.1.

Release notes

Sourced from org.jetbrains.kotlinx:atomicfu's releases.

0.26.1

  • Fixed configuration cache problem during publication and enabled org.gradle.configuration-cache (#486). Kudos to @​dkrasnoff! 🎉
  • Fixed publication of atomicfu-maven-plugin artifacts (#490).
  • Updated build cache authorisation (#487).
  • Update Gradle to 8.10.2.

0.26.0

  • Updated Kotlin to 2.0.21 (#479).
  • Removed JS Legacy Transformer and disabled transformJs flag by default (#478).
  • Added api kotlinx-atomicfu dependency for JS and WASM targets (#475).
  • Supported deprecated linuxArm32Hfp target (#455).
  • Run Gradle plugin compilation via the fixed Kotlin compiler version (#472).
  • Updated ASM to 9.7 (#473).
  • Completed refactoring the library build scripts (#421). Kudos to @​dkrasnoff! 🎉
  • Added build caches and scans (#451).

0.25.0

  • Got rid of posix interop (#440).
  • Apply atomicfu-gradle-plugin by id org.jetbrains.kotlinx.atomicfu without buildscript configuration (#443)(#445).
  • Lots of cleanups and improvements in the build scripts. Thanks, @​dkrasnoff!
  • Updated Kotlin to 2.0.0 (#442).
  • Updated kotlinx-metadata to 2.0.0 (#441).
  • Updated Gradle to 8.7.
Changelog

Sourced from org.jetbrains.kotlinx:atomicfu's changelog.

Version 0.26.1

  • Fixed configuration cache problem during publication and enabled org.gradle.configuration-cache (#486). Kudos to @​dkrasnoff! 🎉
  • Fixed publication of atomicfu-maven-plugin artifacts (#490).
  • Updated build cache authorisation (#487).
  • Update Gradle to 8.10.2.

Version 0.26.0

  • Updated Kotlin to 2.0.21 (#479).
  • Removed JS Legacy Transformer and disabled transformJs flag by default (#478).
  • Added api kotlinx-atomicfu dependency for JS and WASM targets (#475).
  • Supported deprecated linuxArm32Hfp target (#455).
  • Run Gradle plugin compilation via the fixed Kotlin compiler version (#472).
  • Updated ASM to 9.7 (#473).
  • Completed refactoring the library build scripts (#421). Kudos to @​dkrasnoff! 🎉
  • Added build/configuration caches and scans (#451).

Version 0.25.0

  • Got rid of posix interop (#440).
  • Apply atomicfu-gradle-plugin by id org.jetbrains.kotlinx.atomicfu without buildscript configuration (#443)(#445).
  • Lots of cleanups and improvements in the build scripts. Thanks, @​dkrasnoff!
  • Updated Kotlin to 2.0.0 (#442).
  • Updated kotlinx-metadata to 2.0.0 (#441).
  • Updated Gradle to 8.7.
Commits
  • 07070f1 Version 0.26.1
  • 6543952 Added a release version as input for pom file generation. (#490)
  • a23d74d Fixed configuration cache problem with deploy (#486)
  • ab539b1 Update build cache authorisation (#487)
  • b94c6bd Temporarily disable configuration cache
  • 5271679 Merge branch 'develop'
  • 92c03a5 Fix the failing ModelReport task, which is incompatible with configuration ca...
  • 78e151a Version 0.26.0
  • 3e6a7ee Update Kotlin to 2.0.21 (#479)
  • adc7c19 Add api kotlinx-atomicfu dependency for JS and WASM targets. (#475)
  • 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.kotlinx:atomicfu](https://github.com/Kotlin/kotlinx.atomicfu) from 0.24.0 to 0.26.1.
- [Release notes](https://github.com/Kotlin/kotlinx.atomicfu/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-atomicfu/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx-atomicfu@0.24.0...0.26.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:atomicfu
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jan 7, 2025
@dependabot dependabot bot requested review from a team, typfel, sbakhtiarov, yamilmedina, Garzas and saleniuk and removed request for a team January 7, 2025 13:56
Copy link
Contributor

github-actions bot commented Jan 10, 2025

Test Results

3 386 tests  ±0   3 278 ✅ ±0   5m 38s ⏱️ +2s
  581 suites ±0     108 💤 ±0 
  581 files   ±0       0 ❌ ±0 

Results for commit 8f426c8. ± Comparison against base commit 5788184.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.15%. Comparing base (5788184) to head (8f426c8).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3217      +/-   ##
===========================================
- Coverage    54.16%   54.15%   -0.01%     
===========================================
  Files         1264     1264              
  Lines        36852    36852              
  Branches      3738     3738              
===========================================
- Hits         19960    19957       -3     
- Misses       15453    15455       +2     
- Partials      1439     1440       +1     

see 3 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5788184...8f426c8. Read the comment docs.

@datadog-wireapp
Copy link

Datadog Report

Branch report: dependabot/gradle/org.jetbrains.kotlinx-atomicfu-0.26.1
Commit report: 1056867
Test service: kalium-jvm

✅ 0 Failed, 3278 Passed, 108 Skipped, 1m 2.56s Total Time

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2025

A newer version of org.jetbrains.kotlinx:atomicfu exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@yamilmedina yamilmedina added this pull request to the merge queue Jan 27, 2025
Merged via the queue into develop with commit 04d81a9 Jan 27, 2025
23 checks passed
@yamilmedina yamilmedina deleted the dependabot/gradle/org.jetbrains.kotlinx-atomicfu-0.26.1 branch January 27, 2025 10:47
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 👕 size: XS type: chore 🧹
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants