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 build_bazel_rules_swift to v1.6.0 #79

Merged
merged 1 commit into from
Feb 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
build_bazel_rules_swift http_archive minor 1.5.1 -> 1.6.0

Release Notes

bazelbuild/rules_swift

v1.6.0

Compare Source

What's Changed

  • Fixed sanitizers on Linux (#​975)
  • Adds -enable-bare-slash-regex on Linux if supported (#​971)
  • Added workaround for Swift + lld bug (#​978)
  • Enabled swift.coverage_prefix_map by default (#​1002)
  • Added --test_filter support (#​999)
  • Fixed swift.use_global_index_store when using swift.file_prefix_map (#​1001)
  • Upgraded apple_support to 1.4.1 (#​1010)
  • Enabled -debug-prefix-map by default on Linux (#​1011)
  • Enabled swift.remap_xcode_path default (#​1012)
  • Enabled swift.use_response_files by default on Linux (#​1013)
  • Enabled swift.file_prefix_map by default if supported (#​1014)

This release is compatible with 5.x LTS and bazel 6.x rolling releases.

MODULE.bazel Snippet
bazel_dep(name = "rules_swift", version = "1.6.0", repo_name = "build_bazel_rules_swift")
Workspace Snippet
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "build_bazel_rules_swift",
    sha256 = "d25a3f11829d321e0afb78b17a06902321c27b83376b31e3481f0869c28e1660",
    url = "https://github.com/bazelbuild/rules_swift/releases/download/1.6.0/rules_swift.1.6.0.tar.gz",
)

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()

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.

🔕 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.

@renovate renovate bot merged commit 571382f into main Feb 22, 2023
@renovate renovate bot deleted the renovate/build_bazel_rules_swift-1.x branch February 22, 2023 02:46
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.

0 participants