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

Update spotless to v6.25.0 #96

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Update spotless to v6.25.0 #96

merged 1 commit into from
Jan 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.diffplug.spotless 6.23.3 -> 6.25.0 age adoption passing confidence
com.diffplug.spotless:spotless-plugin-gradle 6.23.3 -> 6.25.0 age adoption passing confidence

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.24.0 Update spotless to v6.24.0 Jan 15, 2024
@renovate renovate bot changed the title Update spotless to v6.24.0 Update spotless to v6.25.0 Jan 23, 2024
@chrisbanes chrisbanes merged commit 697a88d into main Jan 25, 2024
2 checks passed
@chrisbanes chrisbanes deleted the renovate/spotless branch January 25, 2024 09:09
ZacSweers added a commit to ZacSweers/CatchUp that referenced this pull request Feb 5, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [dev.chrisbanes.haze:haze](https://togithub.com/chrisbanes/haze) |
`0.4.5` -> `0.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/dev.chrisbanes.haze:haze/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.chrisbanes.haze:haze/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.chrisbanes.haze:haze/0.4.5/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.chrisbanes.haze:haze/0.4.5/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>chrisbanes/haze (dev.chrisbanes.haze:haze)</summary>

### [`v0.5.0`](https://togithub.com/chrisbanes/haze/releases/tag/0.5.0)

[Compare
Source](https://togithub.com/chrisbanes/haze/compare/0.4.5...0.5.0)

#### Highlights

πŸƒ Optimizations and performance increases (see
[here](https://chrisbanes.github.io/haze/performance/))
🌫️ New Materials library (see
[here](https://chrisbanes.github.io/haze/materials/))
πŸ†• Tidied up styling API
✨ Updated to Compose Multiplatform 1.6.0-beta01 (and Jetpack Compose
1.6.0)
πŸ” Merged haze and haze-jetpack-compose
πŸ“œ (Android) New baseline profiles bundled in library. Thanks to
[@&#8203;simonlebras](https://togithub.com/simonlebras) for this.

#### What's Changed

- Baseline profile by
[@&#8203;simonlebras](https://togithub.com/simonlebras) in
[chrisbanes/haze#93
- Baseline Profile tweaks by
[@&#8203;chrisbanes](https://togithub.com/chrisbanes) in
[chrisbanes/haze#95
- Fix Small Typo in Docs by
[@&#8203;jorgedotcom](https://togithub.com/jorgedotcom) in
[chrisbanes/haze#100
- Update dependency androidx.compose.ui:ui-test-manifest to v1.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#105
- Update androidx.benchmark to v1.2.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#103
- Update agp to v8.2.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#102
- Update dependency androidx.compose.ui:ui to v1.6.0 - autoclosed by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#104
- Update spotless to v6.25.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#96
- Merge :haze and :haze-jetpack-compose by
[@&#8203;chrisbanes](https://togithub.com/chrisbanes) in
[chrisbanes/haze#106
- Update plugin com.gradle.enterprise to v3.16.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#107
- Update roborazzi to v1.9.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#108
- Add HazeStyle class by
[@&#8203;chrisbanes](https://togithub.com/chrisbanes) in
[chrisbanes/haze#110
- Add Haze Materials by
[@&#8203;chrisbanes](https://togithub.com/chrisbanes) in
[chrisbanes/haze#111
- Lots of small fixes by
[@&#8203;chrisbanes](https://togithub.com/chrisbanes) in
[chrisbanes/haze#113
- Optimize Android implementations by
[@&#8203;chrisbanes](https://togithub.com/chrisbanes) in
[chrisbanes/haze#115
- Add macrobenchmark tests by
[@&#8203;chrisbanes](https://togithub.com/chrisbanes) in
[chrisbanes/haze#116

#### New Contributors

- [@&#8203;simonlebras](https://togithub.com/simonlebras) made their
first contribution in
[chrisbanes/haze#93
- [@&#8203;jorgedotcom](https://togithub.com/jorgedotcom) made their
first contribution in
[chrisbanes/haze#100

**Full Changelog**:
chrisbanes/haze@0.4.5...0.5.0

</details>

---

### Configuration

πŸ“… **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

πŸ”• **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ZacSweers/CatchUp).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zac Sweers <pandanomic@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant