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

Update dependency rules_xcodeproj to v1.13.0 #1826

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rules_xcodeproj http_archive minor 1.12.1 -> 1.13.0

Release Notes

MobileNativeFoundation/rules_xcodeproj (rules_xcodeproj)

v1.13.0

Compare Source

What’s Changed

Adjusted
  • Moved import_indexstores.sh early exit to before kill: #​2670
  • Added target label to xcodeproj macro warnings and errors: #​2673
  • Converted import_indexstores.sh into a Swift binary: #​2671
  • indexstores are now included as inputs to indexstore_filelist: #​2681
  • Improved error message when XCBBuildService gets stuck on stale data: #​2688
  • Moved calculate_output_groups.py JSON parsing error reporting: #​2687
  • Made the launchable target error more detailed: #​2689
Fixed
  • Fixed object path in Index Build imported unit files: #​2669
  • Made mutable copy of extensions when processing top-level target: #​2698
  • Non-Swift library targets now compile their code when building their scheme in Xcode: #​2699
  • We no longer delete .xcodeproj/xcuserdata: #​2700
Full Changelog

Contributors

Bzlmod Snippet

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

release.tar.gz’s integrity: sha256-9cH0vqnwBzLvnVTTM9mBnVdN5wINvZ0IEHQjK5PBCyw=

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 = "f5c1f4bea9f00732ef9d54d333d9819d574de7020dbd9d081074232b93c10b2c",
    url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/1.13.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 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dd53f63) 85.78% compared to head (4015705) 85.79%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1826      +/-   ##
==========================================
+ Coverage   85.78%   85.79%   +0.01%     
==========================================
  Files         566      566              
  Lines       27854    27856       +2     
==========================================
+ Hits        23894    23899       +5     
+ Misses       3960     3957       -3     

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

Bloaty Results 🐋

Compared to main

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  [ = ]       0  [ = ]       0    TOTAL

Full report: https://maplibre-native.s3.eu-central-1.amazonaws.com/bloaty-results/pr-1826-compared-to-main.txt

Compared to d387090 (legacy)

    FILE SIZE        VM SIZE    
 --------------  -------------- 
   +19% +22.1Mi  +401% +24.0Mi    TOTAL

Full report: https://maplibre-native.s3.eu-central-1.amazonaws.com/bloaty-results/pr-1826-compared-to-legacy.txt

@louwers louwers merged commit 3b0bfc9 into main Oct 30, 2023
20 checks passed
@louwers louwers deleted the renovate/rules_xcodeproj-1.x branch October 30, 2023 22:33
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