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.11.0 #1671

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rules_xcodeproj http_archive minor 1.10.1 -> 1.11.0

Release Notes

MobileNativeFoundation/rules_xcodeproj (rules_xcodeproj)

v1.11.0

Compare Source

What’s Changed

New
Adjusted
  • Removed fallback output group calculation: #​2541
  • Upgraded xcodeproj_rules_dependencies rules_apple to 2.5.0: #​2560
  • Upgraded xcodeproj_rules_dependencies rules_swift to 1.11.0: #​2561
  • ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS = NO is now set in BwB mode: #​2569
  • Bazel generated .objlist files are now prevented from in the project: #​2570
  • Bazel sandboxing is now disabled by default: #​2606
Fixed
  • All transitive swiftmodules are now included in the bc output group when needed: #​2571
  • Fixed issues when using --incompatible_fail_on_unknown_attributes: #​2573 and #​2579
  • Fixed using sync with command-line API: #​2585
  • Fixed default of ENABLE_USER_SCRIPT_SANDBOXING for Xcode 15: #​2591
  • Fixed processed build log paths: #​2599
  • Fixed nondeterministic product file identifier: #​2602
  • dSYMs are no longer generated by Xcode in BwB mode: #​2605
Ruleset Development Changes
  • Upgraded apple_support to 1.9.0: #​2553
  • platform_mappings are now used everywhere: #​2555 and #​2609
  • Upgraded development versions of rules_apple and rules_swift: #​2562
  • Dropped Bazel 5 dev files and cleaned up platform_mappings handling: #​2565
  • Removed WORKSPACE support for development: #​2566
  • Made platform_mappings bijective: #​2588
  • Bazel 6.4.0rc1 is now used for development: #​2608
  • The BLAKE3 digest function is now used for development: #​2611
Full Changelog

Contributors

Bzlmod Snippet

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

release.tar.gz’s integrity: sha256-SIbRBWba3pBIoLI5/EPCHCm7C6A/thGpl/e3htboWbY=

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 = "4886d10566dade9048a0b239fc43c21c29bb0ba03fb611a997f7b786d6e859b6",
    url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/1.11.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.

@louwers louwers enabled auto-merge (squash) September 20, 2023 15:41
@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02% ⚠️

Comparison is base (713edd2) 84.68% compared to head (0348eed) 84.67%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1671      +/-   ##
==========================================
- Coverage   84.68%   84.67%   -0.02%     
==========================================
  Files         564      564              
  Lines       27740    27741       +1     
==========================================
- Hits        23493    23490       -3     
- Misses       4247     4251       +4     

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

Size test result

Old size: 8676800 bytes
New size: 8676800 bytes
Difference: +0.00%

@louwers louwers merged commit 19f05e4 into main Sep 20, 2023
22 checks passed
@louwers louwers deleted the renovate/rules_xcodeproj-1.x branch September 20, 2023 18:04
louwers pushed a commit to louwers/maplibre-native that referenced this pull request Sep 23, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
louwers pushed a commit to louwers/maplibre-native that referenced this pull request Sep 25, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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