BuildConfig.swift
BuildConfig.swift copied to clipboard
Update dependency SwiftGen/StencilSwiftKit to from: "2.10.1"
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| SwiftGen/StencilSwiftKit | minor | from: "2.8.0" -> from: "2.10.1" |
Release Notes
SwiftGen/StencilSwiftKit
v2.10.1
Internal Changes
- Pin
Komondorto 1.1.3, to avoid issues with SPM for other packages depending on this package.
redryerye #162
v2.10.0
Breaking Changes
- With the Stencil update, we're deprecating our
StencilSwiftTemplatetemplate class which contained a workaround that's no longer needed. It will also no longer be set by default by thestencilSwiftEnvironmentbuilder.
David Jennes #159 - With the Stencil update, we're deprecating our
removeNewlinesfilter, as this can now be achieved by the built-in Stencil syntax.
David Jennes #159
New Features
- Updated to Stencil 0.15.0, which contains many improvements, chief amongst them is whitespace behaviour control.
David Jennes #159 - Added an
importtag for reusing macro's in multiple templates from a common imported file.
David Jennes #111 - The
swiftIdentifiernow supports avalidmode, where it will do the bare minimum to get a valid identifier. I.e. it will not change the case of characters at all (compared tonormalmode).
David Jennes #160
Internal Changes
- Add
Dangerto check pull requests.
David Jennes #158
v2.9.0
New Features
-
stencilSwiftEnvironmentnow accepts a list of paths (for the template loader) & extensions.
David Jennes #154 #156 - The string filter
replacecan now accept an optional parameterregexto enable regular expressions, see the documentation for more information.
David Jennes JanGorman #123 #155
Internal Changes
- Update to SwiftLint 0.47.1 and enable some extra SwiftLint rules.
David Jennes #140 #153
Configuration
📅 Schedule: Branch creation - "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone Asia/Tokyo, 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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.