PocketBase
PocketBase copied to clipboard
Bump github.com/apple/swift-collections from 1.1.4 to 1.2.0
Bumps github.com/apple/swift-collections from 1.1.4 to 1.2.0.
Release notes
Sourced from github.com/apple/swift-collections's releases.
Swift Collections 1.2.0
This feature release includes the following improvements:
- The package now compiles without warnings using Swift 6.0 and 6.1.
- New functionality:
- Bug fixes and performance improvements:
This version supports Swift toolchain versions 5.10, 6.0 and 6.1.
What's Changed
- Set up release/1.2 branch by
@lorenteyin apple/swift-collections#423- Optimize unspecialized
OrderedSet.initandOrderedSet.firstIndex(of:)by@dnadobain apple/swift-collections#433- fix amd64 support by
@michael-yujiin apple/swift-collections#447- [cmake] Install libraries in standard directories by
@Steelskinin apple/swift-collections#446- [1.2][OrderedDictionary] fix a typo by
@lorenteyin apple/swift-collections#449- [release/1.2] [CI] Add support for GitHub Actions by
@shahmishalin apple/swift-collections#453- Reimplement
_specialize(_:for:)for the 5.9 stdlib by@lorenteyin apple/swift-collections#472- Add .editorconfig by
@lorenteyin apple/swift-collections#471- Cherry pick recent PRs destined for 1.2 by
@lorenteyin apple/swift-collections#473- Drop support for the Swift 5.9.* toolchains by
@lorenteyin apple/swift-collections#475- [Rope] Resolve deprecation warnings on
String.Index._descriptionby@lorenteyin apple/swift-collections#474New Contributors
@dnadobamade their first contribution in apple/swift-collections#433@michael-yujimade their first contribution in apple/swift-collections#447@Steelskinmade their first contribution in apple/swift-collections#446Full Changelog: https://github.com/apple/swift-collections/compare/1.1.4...1.2.0
Commits
c180559Merge pull request #476 from lorentey/v1.2-fixupse1be57cAlso exclude Swift 5.9 on Windows4161e4dOops, fix thinko5e3a056Prerelease updates578ea31Merge pull request #474 from lorentey/avoid-index-description98697daMerge pull request #475 from lorentey/drop-5.9a09d7cdDrop support for the Swift 5.9.* toolchainsc25a388[Rope] Avoid calling String.Index._descriptiond3c6642Merge pull request #473 from lorentey/cherry-pick-1.2d5f3b81[Heap] removeAll(where:): Fix exception safety- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)