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 com_github_apple_swift_collections to v1.1.0 #906

Conversation

cgrindel-self-hosted-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
com_github_apple_swift_collections http_archive minor 1.0.6 -> 1.1.0

Release Notes

apple/swift-collections (com_github_apple_swift_collections)

v1.1.0: Swift Collections 1.1.0

Compare Source

This feature release adds a number of new data structure implementations, along with minor changes to existing constructs.

New Data Structures
  • Heap implements a min-max heap, backed by a native array. (Contributed by @​AquaGeek)
  • BitSet and BitArray are two alternate representations of a bitmap type, backed by dynamically allocated storage. (Contributed by @​MahanazAtiqullah)
  • TreeSet and TreeDictionary are hashed collections implementing Compressed Hash-Array Mapped Prefix Trees (CHAMP). They provide similar API as Set/Dictionary in the Standard Library, but as persistent data structures, supporting incremental mutations of shared instances and efficient structural diffing. (Contributed by @​msteindorfer)
Other Changes
  • This version of the package can only be built using Swift 5.7 or later.
  • New methods: the OrderedSet.isEqualSet family of functions provide a way to test that two containers contain the same members, ignoring the order of elements. (https://github.com/apple/swift-collections/issues/183, https://github.com/apple/swift-collections/pull/234)
  • New method: OrderedSet.filter implements a version of the standard filter operation that returns an OrderedSet instead of an Array. (https://github.com/apple/swift-collections/pull/159)
  • debugDescription implementations have been updated to follow Swift best practice. (These are called by container types like Array to print their elements, so they work best when they're succinct variants of description that are suitable for embedding in structured output: specifically, they must not produce unpaired delimiter characters ([/], (/), {/}, </> etc), raw top level commas, semicolons, colons, unquoted strings etc. debugDescription should not needlessly print type names etc.)
New Contributors

Many thanks to our contributors for their great work (and patience)!

List of Pull Requests

Full Changelog: apple/swift-collections@1.0.6...1.1.0


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cgrindel-self-hosted-renovate cgrindel-self-hosted-renovate bot enabled auto-merge (squash) February 8, 2024 03:07
@cgrindel-self-hosted-renovate cgrindel-self-hosted-renovate bot force-pushed the github-renovate/com_github_apple_swift_collections-1.x branch from 4c761e3 to 03cea27 Compare February 8, 2024 15:10
@cgrindel-self-hosted-renovate cgrindel-self-hosted-renovate bot merged commit dec9d2b into main Feb 8, 2024
35 checks passed
@cgrindel-self-hosted-renovate cgrindel-self-hosted-renovate bot deleted the github-renovate/com_github_apple_swift_collections-1.x branch February 8, 2024 16:37
renovate bot referenced this pull request in bazel-contrib/rules_bazel_integration_test Feb 12, 2024
…#287)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[rules_swift_package_manager](https://togithub.com/cgrindel/rules_swift_package_manager)
| http_archive | minor | `v0.26.2` -> `v0.27.0` |

---

### Release Notes

<details>
<summary>cgrindel/rules_swift_package_manager
(rules_swift_package_manager)</summary>

###
[`v0.27.0`](https://togithub.com/cgrindel/rules_swift_package_manager/releases/tag/v0.27.0)

[Compare
Source](https://togithub.com/cgrindel/rules_swift_package_manager/compare/v0.26.2...v0.27.0)

#### What's Changed

- chore: update README.md for v0.26.2 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/895](https://togithub.com/cgrindel/rules_swift_package_manager/pull/895)
- chore(deps): update dependency bazel to v7.0.2 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/864](https://togithub.com/cgrindel/rules_swift_package_manager/pull/864)
- fix(deps): update golang.org/x/exp digest to
[`1b97071`](https://togithub.com/cgrindel/rules_swift_package_manager/commit/1b97071)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/485](https://togithub.com/cgrindel/rules_swift_package_manager/pull/485)
- chore(deps): update dependency cocoalumberjack/cocoalumberjack to
from: "3.8.3" by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/898](https://togithub.com/cgrindel/rules_swift_package_manager/pull/898)
- chore(deps): update dependency stripe/stripe-ios to from: "23.21.2" by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/901](https://togithub.com/cgrindel/rules_swift_package_manager/pull/901)
- chore(deps): update dependency
pointfreeco/swift-composable-architecture to from: "1.7.3" by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/900](https://togithub.com/cgrindel/rules_swift_package_manager/pull/900)
- chore(deps): update dependency build_bazel_rules_swift to v1.16.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/902](https://togithub.com/cgrindel/rules_swift_package_manager/pull/902)
- chore(deps): update dependency firebase/firebase-ios-sdk to from:
"10.21.0" by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/904](https://togithub.com/cgrindel/rules_swift_package_manager/pull/904)
- chore(deps): update dependency rules_swift to v1.16.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/903](https://togithub.com/cgrindel/rules_swift_package_manager/pull/903)
- chore(deps): update dependency vapor/vapor to v4.92.2 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/905](https://togithub.com/cgrindel/rules_swift_package_manager/pull/905)
- chore(deps): update dependency com_github_apple_swift_collections to
v1.1.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/906](https://togithub.com/cgrindel/rules_swift_package_manager/pull/906)
- chore(deps): update dependency cocoalumberjack/cocoalumberjack to
from: "3.8.4" by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/907](https://togithub.com/cgrindel/rules_swift_package_manager/pull/907)
- chore(deps): update dependency apple_support to v1.12.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/908](https://togithub.com/cgrindel/rules_swift_package_manager/pull/908)
- chore(deps): update dependency marmelroy/phonenumberkit to from:
"3.7.7" by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/909](https://togithub.com/cgrindel/rules_swift_package_manager/pull/909)
- chore(deps): update dependency io_bazel_rules_go to v0.46.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/910](https://togithub.com/cgrindel/rules_swift_package_manager/pull/910)
- chore: enable `always_include_developer_search_paths` for all
`swift_library` targets in external Swift packages by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/rules_swift_package_manager/pull/911](https://togithub.com/cgrindel/rules_swift_package_manager/pull/911)
- fix: handling of `.xcdatamodeld` resources by
[@&#8203;brentleyjones](https://togithub.com/brentleyjones) in
[https://github.com/cgrindel/rules_swift_package_manager/pull/875](https://togithub.com/cgrindel/rules_swift_package_manager/pull/875)

#### New Contributors

- [@&#8203;brentleyjones](https://togithub.com/brentleyjones) made their
first contribution in
[https://github.com/cgrindel/rules_swift_package_manager/pull/875](https://togithub.com/cgrindel/rules_swift_package_manager/pull/875)

**Full Changelog**:
cgrindel/rules_swift_package_manager@v0.26.2...v0.27.0

#### Bazel Module Snippet

```python
bazel_dep(name = "rules_swift_package_manager", version = "0.27.0")
```

#### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_swift_package_manager",
    sha256 = "477fc56641825f24fa23abd86c71f6dad28b84a780309f5ffe06f9184fd69672",
    urls = [
        "https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.27.0/rules_swift_package_manager.v0.27.0.tar.gz",
    ],
)

load("@&#8203;rules_swift_package_manager//:deps.bzl", "swift_bazel_dependencies")

swift_bazel_dependencies()

load("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

### MARK: - Gazelle
### gazelle:repo bazel_gazelle

load("@&#8203;bazel_gazelle//:deps.bzl", "gazelle_dependencies")
load("@&#8203;rules_swift_package_manager//:go_deps.bzl", "swift_bazel_go_dependencies")
load("@&#8203;io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

### Declare Go dependencies before calling go_rules_dependencies.
swift_bazel_go_dependencies()

go_rules_dependencies()

go_register_toolchains(version = "1.21.1")

gazelle_dependencies()

### MARK: - Swift Toolchain

http_archive(
    name = "build_bazel_rules_swift",

### Populate with your preferred release 
### https://github.com/bazelbuild/rules_swift/releases
)

load(
    "@&#8203;build_bazel_rules_swift//swift:repositories.bzl",
    "swift_rules_dependencies",
)
load("//:swift_deps.bzl", "swift_dependencies")

### gazelle:repository_macro swift_deps.bzl%swift_dependencies
swift_dependencies()

swift_rules_dependencies()

load(
    "@&#8203;build_bazel_rules_swift//swift:extras.bzl",
    "swift_rules_extra_dependencies",
)

swift_rules_extra_dependencies()
```

</details>

---

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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