Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rules_xcodeproj to v2.1.1 #133

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

sergiikhliustin
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
rules_xcodeproj http_archive patch 2.1.0 -> 2.1.1

Release Notes

MobileNativeFoundation/rules_xcodeproj (rules_xcodeproj)

v2.1.1

Compare Source

What’s Changed

Since 2.1.0
  • Upgraded WORKSPACE and dev rules_apple: #​3002
  • Upgraded dev rules_swift: #​3003
  • Fixed missing BAZEL_PACKAGE_BIN_DIR for non-Swift targets in incremental generation mode: #​3004

Below are the changes that were in 2.1.0.

Adjusted
  • Added module.bazel_compatibility to reflect our minimum supported Bazel version: #​2995
  • Upgraded WORKSPACE version of rules_swift and rules_apple: #​2996
Fixed
  • Fixed extension_host error when using launch_path: #​2992
  • Test hosts are no longer included in schemes when adjust_schemes_for_swiftui_previews = True: #​2991
  • The correct action (e.g. Test or Run) is now set for transitive Xcode Preview dependencies: #​2993
Ruleset Development Changes
  • Upgraded dev version of rules_swift and rules_apple: #​2996
Full Changelog

Contributors

Bzlmod Snippet

bazel_dep(name = "rules_xcodeproj", version = "2.1.1")

release.tar.gz’s integrity: sha256-w4cknrUOEOiCgdg4tqjUvykKxNBpeAjvA65EL0tWNos=

Workspace Snippet

Please use the release asset (release.tar.gz) from your Bazel WORKSPACE instead of GitHub's source asset to reduce download size and improve reproducibility.

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_xcodeproj",
    sha256 = "c387249eb50e10e88281d838b6a8d4bf290ac4d0697808ef03ae442f4b56368b",
    url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/2.1.1/release.tar.gz",
)

load(
    "@​rules_xcodeproj//xcodeproj:repositories.bzl",
    "xcodeproj_rules_dependencies",
)

xcodeproj_rules_dependencies()

load("@​bazel_features//:deps.bzl", "bazel_features_deps")

bazel_features_deps()

load(
    "@​build_bazel_rules_apple//apple:repositories.bzl",
    "apple_rules_dependencies",
)

apple_rules_dependencies()

load(
    "@​build_bazel_rules_swift//swift:repositories.bzl",
    "swift_rules_dependencies",
)

swift_rules_dependencies()

load(
    "@​build_bazel_rules_swift//swift:extras.bzl",
    "swift_rules_extra_dependencies",
)

swift_rules_extra_dependencies()

load(
    "@​build_bazel_apple_support//lib:repositories.bzl",
    "apple_support_dependencies",
)

apple_support_dependencies()

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, check this box

This PR has been generated by Renovate Bot.

@sergiikhliustin sergiikhliustin enabled auto-merge (rebase) April 10, 2024 12:07
@sergiikhliustin sergiikhliustin merged commit e7aa7d8 into main Apr 10, 2024
1 check passed
@sergiikhliustin sergiikhliustin deleted the renovate/rules_xcodeproj-2.x branch April 10, 2024 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants