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

Bump cocoapods from 1.14.2 to 1.14.3 #1100

Merged
merged 1 commit into from Jan 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps cocoapods from 1.14.2 to 1.14.3.

Release notes

Sourced from cocoapods's releases.

1.14.3

Enhancements
  • None.
Bug Fixes
  • Revert minimum required Ruby version to 2.6 to support macOS system Ruby
    Eric Amorde #12122
Changelog

Sourced from cocoapods's changelog.

1.14.3 (2023-11-19)

Enhancements
  • None.
Bug Fixes
  • Revert minimum required Ruby version to 2.6 to support macOS system Ruby
    Eric Amorde #12122
Commits
  • 5e7b649 Release 1.14.3
  • 882e60c Update CHANGELOG
  • 712c92b Merge pull request #12155 from CocoaPods/amorde/macos-system-ruby-support
  • 8ebf5f2 Revert minimum required Ruby version to 2.6 to support macOS system Ruby
  • a31e2fd [CHANGELOG] Add empty Master section
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 20, 2023
@younata
Copy link
Member

younata commented Jan 10, 2024

@dependabot rebase

Bumps [cocoapods](https://github.com/CocoaPods/CocoaPods) from 1.14.2 to 1.14.3.
- [Release notes](https://github.com/CocoaPods/CocoaPods/releases)
- [Changelog](https://github.com/CocoaPods/CocoaPods/blob/1.14.3/CHANGELOG.md)
- [Commits](CocoaPods/CocoaPods@1.14.2...1.14.3)

---
updated-dependencies:
- dependency-name: cocoapods
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/cocoapods-1.14.3 branch from f8e7154 to bfc7dcb Compare January 10, 2024 07:01
@younata younata merged commit 419dd7d into main Jan 10, 2024
12 of 14 checks passed
@younata younata deleted the dependabot/bundler/cocoapods-1.14.3 branch January 10, 2024 16:20
cgrindel-self-hosted-renovate bot added a commit to cgrindel/rules_swift_package_manager that referenced this pull request Jan 18, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [Quick/Nimble](https://togithub.com/Quick/Nimble) | minor | `from:
"13.1.2"` -> `from: "13.2.0"` |

---

### Release Notes

<details>
<summary>Quick/Nimble (Quick/Nimble)</summary>

### [`v13.2.0`](https://togithub.com/Quick/Nimble/releases/tag/v13.2.0):
- visionOS, map matcher.

[Compare
Source](https://togithub.com/Quick/Nimble/compare/v13.1.2...v13.2.0)

### Highlights

- Nimble now supports visionOS! Thanks
[@&#8203;stonko1994](https://togithub.com/stonko1994)!
- Adds a new `map` matcher. `map` allows you to transform the expression
to another value, and pass that value to another matcher.
- For example, if you wanted to match the first element in a tuple
easily, you could write: `expect(myTuple).to(map(\.0,
equal(expectedValue)))`.
- See [the docs for more
suggestions](https://togithub.com/Quick/Nimble/tree/v13.2.0#mapping-a-value-to-another-value)!

### Autogenerated Release Notes

#### What's Changed

- Add a `map` matcher. by
[@&#8203;younata](https://togithub.com/younata) in
[Quick/Nimble#1112
- Build the carthage frameworks in a github action by
[@&#8203;younata](https://togithub.com/younata) in
[Quick/Nimble#1107
- Bump cocoapods from 1.14.2 to 1.14.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[Quick/Nimble#1100
- Add a privacy manifest by
[@&#8203;younata](https://togithub.com/younata) in
[Quick/Nimble#1113
- Add visionOS support by
[@&#8203;stonko1994](https://togithub.com/stonko1994) in
[Quick/Nimble#1098

#### New Contributors

- [@&#8203;stonko1994](https://togithub.com/stonko1994) made their first
contribution in
[Quick/Nimble#1098

**Full Changelog**:
Quick/Nimble@v13.1.2...v13.2.0

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant