From 4c54d5f9d7c17c1a6d7d4c684a2d9d19e9cce6b4 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 22 Jul 2024 15:34:07 +0000
Subject: [PATCH] chore(deps): update mint packages (#197)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![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
nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)
###
[`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`
yonaskolb/xcodegen (yonaskolb/xcodegen)
###
[`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
[#1465](https://togithub.com/yonaskolb/xcodegen/issues/1465)
[@kinnarr](https://togithub.com/kinnarr)
- Added `macroExpansion` to test actions in schemes
[#1468](https://togithub.com/yonaskolb/xcodegen/issues/1468)
[@erneestoc](https://togithub.com/erneestoc)
##### Changed
- Better default macroExpansion target in schemes
[#1471](https://togithub.com/yonaskolb/xcodegen/issues/1471)
[@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.
[#1485](https://togithub.com/yonaskolb/xcodegen/issues/1485)
[@giginet](https://togithub.com/giginet)
---
### 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.
---
- [ ] 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).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
Mintfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Mintfile b/Mintfile
index ae5ddea..0c03938 100644
--- a/Mintfile
+++ b/Mintfile
@@ -1,4 +1,4 @@
krzysztofzablocki/Sourcery@2.2.5
-yonaskolb/xcodegen@2.41.0
+yonaskolb/xcodegen@2.42.0
realm/SwiftLint@0.55.1
-nicklockwood/SwiftFormat@0.54.0
\ No newline at end of file
+nicklockwood/SwiftFormat@0.54.2
\ No newline at end of file