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 v1.12.0 #1731

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rules_xcodeproj http_archive minor 1.11.0 -> 1.12.0

Release Notes

MobileNativeFoundation/rules_xcodeproj (rules_xcodeproj)

v1.12.0

Compare Source

What’s Changed

Adjusted
  • Upgraded xcodeproj_rules_dependencies rules_swift and rules_apple: #​2617
  • Tests now sort after library targets in schemes: #​2616
  • We no longer set dwarf-with-dsym in an additional location: #​2643
  • We no longer copy over frameworks in BwB mode: #​2644
  • Xcode target names using label form now favor shorthand form: #​2649
Fixed
  • Fixed hanging calculate_output_groups.py: #​2660
Ruleset Development Changes
  • Changed examples to use release archive: #​2614
  • Upgraded dev apple_support, rules_swift, and rules_apple: #​2622
  • Upgraded swift-argument-parser to 1.2.3: #​2632
  • Added AppleLipo to --modify_execution_info: #​2657
Full Changelog

Contributors

Bzlmod Snippet

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

release.tar.gz’s integrity: sha256-0lpq9iwLmteBqCT2wehm+BBlMQGct6FyvRfrnMgFpvc=

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 = "d25a6af62c0b9ad781a824f6c1e866f8106531019cb7a172bd17eb9cc805a6f7",
    url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/1.12.0/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: 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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f4d3cb6) 84.70% compared to head (324ccbc) 84.72%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1731      +/-   ##
==========================================
+ Coverage   84.70%   84.72%   +0.02%     
==========================================
  Files         564      564              
  Lines       27759    27757       -2     
==========================================
+ Hits        23513    23517       +4     
+ Misses       4246     4240       -6     

see 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link

github-actions bot commented Oct 4, 2023

Size test result

Old size: bytes
New size: 8660672 bytes
Difference: ****

@louwers louwers merged commit db79845 into main Oct 4, 2023
@louwers louwers deleted the renovate/rules_xcodeproj-1.x branch October 4, 2023 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant