Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Bump the ivy-wallet group with 11 updates #2900

Merged
merged 6 commits into from
Jan 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps the ivy-wallet group with 11 updates:

Package From To
com.android.tools.build:gradle 8.2.1 8.2.2
androidx.test:runner 1.4.0 1.5.0
androidx.test:core-ktx 1.4.0 1.5.0
androidx.compose.animation:animation 1.5.4 1.6.0
androidx.compose.foundation:foundation 1.5.4 1.6.0
androidx.compose.runtime:runtime 1.5.4 1.6.0
androidx.compose.runtime:runtime-livedata 1.5.4 1.6.0
androidx.compose.ui:ui 1.5.4 1.6.0
androidx.compose.ui:ui-tooling 1.5.4 1.6.0
io.nlopez.compose.rules:detekt 0.3.10 0.3.11
com.slack.lint.compose:compose-lint-checks 1.2.0 1.3.1

Updates com.android.tools.build:gradle from 8.2.1 to 8.2.2

Updates androidx.test:runner from 1.4.0 to 1.5.0

Updates androidx.test:core-ktx from 1.4.0 to 1.5.0

Updates androidx.compose.animation:animation from 1.5.4 to 1.6.0

Updates androidx.compose.foundation:foundation from 1.5.4 to 1.6.0

Updates androidx.compose.runtime:runtime from 1.5.4 to 1.6.0

Updates androidx.compose.runtime:runtime-livedata from 1.5.4 to 1.6.0

Updates androidx.compose.ui:ui from 1.5.4 to 1.6.0

Updates androidx.compose.ui:ui-tooling from 1.5.4 to 1.6.0

Updates io.nlopez.compose.rules:detekt from 0.3.10 to 0.3.11

Release notes

Sourced from io.nlopez.compose.rules:detekt's releases.

v0.3.11

Changelog

Commits
  • 7922909 Bump version to 0.3.11
  • e3d805b Add shadowJar relocation for kotlin embeddable (#195)
  • ed55eb1 Add safe accessors + let to the content emission counters (#194)
  • 4e7c048 Update dependency org.assertj:assertj-core to v3.25.2 (#193)
  • 28fe867 Update plugin spotless to v6.25.0 (#189)
  • d43dee9 Bump version to 0.3.11-SNAPSHOT
  • See full diff in compare view

Updates com.slack.lint.compose:compose-lint-checks from 1.2.0 to 1.3.1

Release notes

Sourced from com.slack.lint.compose:compose-lint-checks's releases.

1.3.1

  • Lower the lint API back to 14, not 15.

Full Changelog: slackhq/compose-lints@1.3.0...1.3.1

1.3.0

  • New: Implement ModifierComposed check to lint against use of Modifier.composed, which is no longer recommended in favor of the new Modifier.Node API.
  • New: Implement ComposeUnstableReceiver check to warn when composable extension functions or composables instance functions have unstable receivers/containing classes.
  • New: Check for property accessors with composition locals.
  • Enhancement: The ComposeComposableModifier message now recommends the new Modifier.Node API.
  • Enhancement: Make lints significantly more robust to edge cases like typealiases, import aliases, parentheses, fully-qualified references, and whitespace. Our tests now cover all these cases.
  • Enhancement: Update @Preview detection to also detect Compose Desktop's own @Preview annotation.
  • Enhancement: Improve the ComposeParameterOrder check to only lint the parameter list and add a quickfix.
  • Enhancement: Add support for checking for loops in multiple content emitters.
  • Fix: Fix allowed names config for Unit-returning functions.
  • Fix: Ignore context receivers in multiple content emissions lint.
  • Fix: Allow nullable types for trailing lambdas in ComposeParameterOrder.
  • Fix: Best-effort work around name mangling when comparing name in M2ApiDetector's allow list.
  • Fix: Fix ComposePreviewPublic to always just require private, remove preview parameter configuration.
  • Docs: Improve docs for ComposeContentEmitterReturningValues
  • Build against lint-api 31.2.2.
  • Test against lint-api 31.4.0-alpha06.
  • Raise Kotlin apiVersion/languageVersion to 1.9.0.

Special thanks to @​jzbrooks, @​joeMalebe, and @​dellisd for contributing to this release!

What's Changed

... (truncated)

Changelog

Sourced from com.slack.lint.compose:compose-lint-checks's changelog.

1.3.1

2024-01-25

  • Lower the lint API back to 14, not 15.

1.3.0

2024-01-25

  • New: Implement ModifierComposed check to lint against use of Modifier.composed, which is no longer recommended in favor of the new Modifier.Node API.
  • New: Implement ComposeUnstableReceiver check to warn when composable extension functions or composables instance functions have unstable receivers/containing classes.
  • New: Check for property accessors with composition locals.
  • Enhancement: The ComposeComposableModifier message now recommends the new Modifier.Node API.
  • Enhancement: Make lints significantly more robust to edge cases like typealiases, import aliases, parentheses, fully-qualified references, and whitespace. Our tests now cover all these cases.
  • Enhancement: Update @Preview detection to also detect Compose Desktop's own @Preview annotation.
  • Enhancement: Improve the ComposeParameterOrder check to only lint the parameter list and add a quickfix.
  • Enhancement: Add support for checking for loops in multiple content emitters.
  • Fix: Fix allowed names config for Unit-returning functions.
  • Fix: Ignore context receivers in multiple content emissions lint.
  • Fix: Allow nullable types for trailing lambdas in ComposeParameterOrder.
  • Fix: Best-effort work around name mangling when comparing name in M2ApiDetector's allow list.
  • Fix: Fix ComposePreviewPublic to always just require private, remove preview parameter configuration.
  • Docs: Improve docs for ComposeContentEmitterReturningValues
  • Build against lint-api 31.2.2.
  • Test against lint-api 31.4.0-alpha06.
  • Raise Kotlin apiVersion/languageVersion to 1.9.0.

Special thanks to @​jzbrooks, @​joeMalebe, @​dellisd for contributing to this release!

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ivy-wallet group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| com.android.tools.build:gradle | `8.2.1` | `8.2.2` |
| androidx.test:runner | `1.4.0` | `1.5.0` |
| androidx.test:core-ktx | `1.4.0` | `1.5.0` |
| androidx.compose.animation:animation | `1.5.4` | `1.6.0` |
| androidx.compose.foundation:foundation | `1.5.4` | `1.6.0` |
| androidx.compose.runtime:runtime | `1.5.4` | `1.6.0` |
| androidx.compose.runtime:runtime-livedata | `1.5.4` | `1.6.0` |
| androidx.compose.ui:ui | `1.5.4` | `1.6.0` |
| androidx.compose.ui:ui-tooling | `1.5.4` | `1.6.0` |
| [io.nlopez.compose.rules:detekt](https://github.com/mrmans0n/compose-rules) | `0.3.10` | `0.3.11` |
| [com.slack.lint.compose:compose-lint-checks](https://github.com/slackhq/compose-lints) | `1.2.0` | `1.3.1` |


Updates `com.android.tools.build:gradle` from 8.2.1 to 8.2.2

Updates `androidx.test:runner` from 1.4.0 to 1.5.0

Updates `androidx.test:core-ktx` from 1.4.0 to 1.5.0

Updates `androidx.compose.animation:animation` from 1.5.4 to 1.6.0

Updates `androidx.compose.foundation:foundation` from 1.5.4 to 1.6.0

Updates `androidx.compose.runtime:runtime` from 1.5.4 to 1.6.0

Updates `androidx.compose.runtime:runtime-livedata` from 1.5.4 to 1.6.0

Updates `androidx.compose.ui:ui` from 1.5.4 to 1.6.0

Updates `androidx.compose.ui:ui-tooling` from 1.5.4 to 1.6.0

Updates `io.nlopez.compose.rules:detekt` from 0.3.10 to 0.3.11
- [Release notes](https://github.com/mrmans0n/compose-rules/releases)
- [Commits](mrmans0n/compose-rules@v0.3.10...v0.3.11)

Updates `com.slack.lint.compose:compose-lint-checks` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/slackhq/compose-lints/releases)
- [Changelog](https://github.com/slackhq/compose-lints/blob/main/CHANGELOG.md)
- [Commits](slackhq/compose-lints@1.2.0...1.3.1)

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.test:runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
- dependency-name: androidx.test:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.animation:animation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.foundation:foundation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.runtime:runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.runtime:runtime-livedata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.ui:ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
- dependency-name: io.nlopez.compose.rules:detekt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: com.slack.lint.compose:compose-lint-checks
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from ILIYANGERMANOV as a code owner January 29, 2024 01:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Jan 29, 2024
@ILIYANGERMANOV ILIYANGERMANOV merged commit 47264b1 into main Jan 29, 2024
7 checks passed
@ILIYANGERMANOV ILIYANGERMANOV deleted the dependabot/gradle/ivy-wallet-0bed88ccd8 branch January 29, 2024 12:45
@ILIYANGERMANOV ILIYANGERMANOV mentioned this pull request Feb 1, 2024
5 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant