Skip to content

Commit

Permalink
chore(deps): update mint packages (#197)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[nicklockwood/SwiftFormat](https://togithub.com/nicklockwood/SwiftFormat)
| patch | `0.54.0` -> `0.54.2` |
| [yonaskolb/xcodegen](https://togithub.com/yonaskolb/xcodegen) | minor
| `2.41.0` -> `2.42.0` |

---

### Release Notes

<details>
<summary>nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)</summary>

###
[`v0.54.2`](https://togithub.com/nicklockwood/SwiftFormat/blob/HEAD/CHANGELOG.md#0542-2024-07-22)

[Compare
Source](https://togithub.com/nicklockwood/SwiftFormat/compare/0.54.1...0.54.2)

- Fixed broken formatter cache, which caused a significant performance
regression since 0.54.0
- The `blankLinesBetweenChainedFunctions` rule now removes blank line
after comments in the chain
- The `blankLinesBetweenChainedFunctions` rule no longer conflicts with
`blankLinesAroundMark`
- Fixed`redundantInternal` removing required `internal` keyword in
extensions with `where` clause
- Fixed another case of spurious `return` removal in conditional blocks
-   Fixed `redundantNilInit` rule inserting `nil` after `as` keyword

###
[`v0.54.1`](https://togithub.com/nicklockwood/SwiftFormat/blob/HEAD/CHANGELOG.md#0541-2024-07-10)

[Compare
Source](https://togithub.com/nicklockwood/SwiftFormat/compare/0.54.0...0.54.1)

- The `--nilInit insert` option is no longer applied to lazy or
attributed properties
- The `blankLinesBetweenChainedFunctions` rule now correctly handles
comments in the chain
-   Fixed indenting of wrapped arguments in `--fragment` mode
- Fixed bug where attributes were mistaken for an accessor in a computer
property
-   Fixed indenting of commented code after an opening bracket
-   Fixed spurious removal of `return` in conditional blocks
-   Fixed `--lint` mode reporter output when using `stdin`

</details>

<details>
<summary>yonaskolb/xcodegen (yonaskolb/xcodegen)</summary>

###
[`v2.42.0`](https://togithub.com/yonaskolb/xcodegen/blob/HEAD/CHANGELOG.md#2420)

[Compare
Source](https://togithub.com/yonaskolb/xcodegen/compare/2.41.0...2.42.0)

##### Added

- Better support for local Swift packages in Xcode 15
[#&#8203;1465](https://togithub.com/yonaskolb/xcodegen/issues/1465)
[@&#8203;kinnarr](https://togithub.com/kinnarr)
- Added `macroExpansion` to test actions in schemes
[#&#8203;1468](https://togithub.com/yonaskolb/xcodegen/issues/1468)
[@&#8203;erneestoc](https://togithub.com/erneestoc)

##### Changed

- Better default macroExpansion target in schemes
[#&#8203;1471](https://togithub.com/yonaskolb/xcodegen/issues/1471)
[@&#8203;erneestoc](https://togithub.com/erneestoc)

##### Removed

- Removed `xcodegen dump --type graphviz` as graphviz no longer builds
in Swift 6 and is no longer maintained. If anyone uses this feature and
wishes to keep it, please submit a PR providing a suitable alternative.
[#&#8203;1485](https://togithub.com/yonaskolb/xcodegen/issues/1485)
[@&#8203;giginet](https://togithub.com/giginet)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone
America/Chicago, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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/levibostian/Wendy-iOS).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent f6bfd33 commit 4c54d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mintfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
krzysztofzablocki/[email protected]
yonaskolb/xcodegen@2.41.0
yonaskolb/xcodegen@2.42.0
realm/[email protected]
nicklockwood/[email protected].0
nicklockwood/[email protected].2

0 comments on commit 4c54d5f

Please sign in to comment.