Skip to content

Commit 1b663bd

Browse files
chore(deps): update dependency johnno1962/injectionnext to from: "1.4.3" (#1829)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [johnno1962/InjectionNext](https://redirect.github.com/johnno1962/InjectionNext) | patch | `from: "1.4.2"` -> `from: "1.4.3"` | --- ### Release Notes <details> <summary>johnno1962/InjectionNext (johnno1962/InjectionNext)</summary> ### [`v1.4.3`](https://redirect.github.com/johnno1962/InjectionNext/releases/tag/1.4.3) [Compare Source](https://redirect.github.com/johnno1962/InjectionNext/compare/1.4.2...1.4.3) New evolution of the InjectionIII app using Xcode to determine how to recompile files. - Lock store of image symbols. - implement INJECTION\_PRESERVE\_STATICS. - More locking for key paths. **Full Changelog**: johnno1962/InjectionNext@1.4.2...1.4.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent 887c5a7 commit 1b663bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/injectionnext_example/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/injectionnext_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "injectionnext_example",
77
dependencies: [
8-
.package(url: "https://github.com/johnno1962/InjectionNext.git", from: "1.4.2"),
8+
.package(url: "https://github.com/johnno1962/InjectionNext.git", from: "1.4.3"),
99
],
1010
targets: [
1111
.testTarget(

0 commit comments

Comments
 (0)