[deps]: Update mint minor #1534
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.26.0
->3.27.1
0.58.2
->0.59.1
2.42.0
->2.43.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mono0926/LicensePlist (mono0926/LicensePlist)
v3.27.1
Compare Source
3.27.1
What's Changed
New Contributors
Full Changelog: mono0926/LicensePlist@3.27.0...3.27.1
v3.27.0
Compare Source
What's Changed
Full Changelog: mono0926/LicensePlist@3.26.0...3.27.0
realm/SwiftLint (realm/SwiftLint)
v0.59.1
Compare Source
Breaking
opaque_over_existential
opt-in rule as it causes too many false positivesthat can even lead to wrong-compilable code when
any
is required by a protocol thetype conforms to. In this case, using
some
can be totally valid even though theprotocol requirement is not reimplemented for the type causing behavioral changes.
SimplyDanny
Experimental
Enhancements
allowed_numbers
option to theno_magic_numbers
rule.Martin Redington
Bug Fixes
v0.59.0
Compare Source
Breaking
SimplyDanny
Experimental
swiftlint-dev
command line tool that's intended to help to develop SwiftLint by encapsulating repetitivetasks. It can already be used to generate templates for new rules including optional configurations and tests. Run
swift run swiftlint-dev rules template -h
to get an overview of the command's usage and the available customizationoptions. To register new rules, run
swift run swiftlint-dev rules register
.SimplyDanny
Enhancements
Add new option
ignores_multiline_strings
toline_length
rule. It allows to ignore too longlines inside of multiline strings.
thisIsTheFoxe
#2689
Ignore
UIColor
initializers inno_magic_numbers
rule.suojae
hyeffie
#5183
Exclude types with a
@Suite
attribute and functions annotated with@Test
fromno_magic_numbers
rule.Also treat a type as a
@Suite
if it contains@Test
functions.SimplyDanny
#5964
Add new
opaque_over_existential
opt-in rule that triggers when the existentialany
type of afunction parameter can be replaced with an opaque
some
type.SimplyDanny
Add a new rationale property to rule descriptions, providing a more expansive
description of the motivation behind each rule.
Martin Redington
#5681
Add new
allowed_types
option tolegacy_objc_type
rule to ignore certain types.kapitoshka438
#3723
Add
excluded_methods
configuration option tounneeded_override
to opt out checking methods with a given name.For example, this helps avoid a conflict with
balanced_xctest_lifecycle
where one ofsetUp/tearDown
is empty but the other is not.
jaredgrubb
Bug Fixes
Fix issue referencing the Tests package from another Bazel workspace.
jszumski
Fix crash when a disable command is preceded by a unicode character.
SimplyDanny
#5945
Allow severity of
duplicate_imports
rule to be configurable.SimplyDanny
#5978
Silence
no_magic_numbers
rule in conditions of#if
directives.SimplyDanny
#6000
Consider types restricting a protocol to classes in composed inherited types in
class_delegate_protocol
rule.SimplyDanny
#5982
Rewrite
type_contents_order
rule with SwiftSyntax fixing an issue with experimental availability macros.SimplyDanny
#5999
Update
file_name
rule to considermacro
types.fraioli
#6026
yonaskolb/xcodegen (yonaskolb/xcodegen)
v2.43.0
Compare Source
Added
excludeFromProject
from local packages #1512 @maximkroukpreferredScreenCaptureFormat
in schemes #1450 @vakhidbetrakhmadovChanges
.appex
files are now copied to plugins directory by default #1531 @iljaiwaspreGenCommand
is now run before validation and caching #1500 #1519 @simonbs @dalemyersenableGPUValidationMode
enum is deprecated and is now a boolean #1515 @marcosgriselli @yonaskolbFixed
fileGroups
are now relative paths when in included files, like other paths #1534 @shnhrrsnInternal
Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.