Skip to content

Commit 7360112

Browse files
chore(deps): update dependency johnno1962/injectionnext to from: "1.4.4" (#1884)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [johnno1962/InjectionNext](https://redirect.github.com/johnno1962/InjectionNext) | patch | `from: "1.4.3"` -> `from: "1.4.4"` | --- ### Release Notes <details> <summary>johnno1962/InjectionNext (johnno1962/InjectionNext)</summary> ### [`v1.4.4`](https://redirect.github.com/johnno1962/InjectionNext/releases/tag/1.4.4) [Compare Source](https://redirect.github.com/johnno1962/InjectionNext/compare/1.4.3...1.4.4) New evolution of the InjectionIII app using Xcode to determine how to recompile files. [https://github.com/johnno1962/InjectionNext/pull/101](https://redirect.github.com/johnno1962/InjectionNext/pull/101) - Linker code consolidated [@&#8203;johnno1962](https://redirect.github.com/johnno1962). ### What's Changed - Add injection timing metrics for hot reload performance tracking by [@&#8203;karim-alweheshy](https://redirect.github.com/karim-alweheshy) in [https://github.com/johnno1962/InjectionNext/pull/100](https://redirect.github.com/johnno1962/InjectionNext/pull/100) - allow bazel target injection by [@&#8203;karim-alweheshy](https://redirect.github.com/karim-alweheshy) in [https://github.com/johnno1962/InjectionNext/pull/104](https://redirect.github.com/johnno1962/InjectionNext/pull/104) - Karim/metrics by [@&#8203;karim-alweheshy](https://redirect.github.com/karim-alweheshy) in [https://github.com/johnno1962/InjectionNext/pull/103](https://redirect.github.com/johnno1962/InjectionNext/pull/103) - cache bazel target for reuse after injection by [@&#8203;karim-alweheshy](https://redirect.github.com/karim-alweheshy) in [https://github.com/johnno1962/InjectionNext/pull/105](https://redirect.github.com/johnno1962/InjectionNext/pull/105) **Full Changelog**: johnno1962/InjectionNext@1.4.3...1.4.4 </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 9976853 commit 7360112

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.3"),
8+
.package(url: "https://github.com/johnno1962/InjectionNext.git", from: "1.4.4"),
99
],
1010
targets: [
1111
.testTarget(

0 commit comments

Comments
 (0)