Skip to content

Bump cocoapods from 1.13.0 to 1.14.0#3351

Merged
NachoSoto merged 1 commit into
mainfrom
dependabot/bundler/cocoapods-1.14.0
Oct 26, 2023
Merged

Bump cocoapods from 1.13.0 to 1.14.0#3351
NachoSoto merged 1 commit into
mainfrom
dependabot/bundler/cocoapods-1.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 26, 2023

Copy link
Copy Markdown
Contributor

Bumps cocoapods from 1.13.0 to 1.14.0.

Release notes

Sourced from cocoapods's releases.

1.14.0

Enhancements
  • None.
Bug Fixes
Other
  • Drop support for bazaar SCM.
Changelog

Sourced from cocoapods's changelog.

1.14.0 (2023-10-26)

Enhancements
  • None.
Bug Fixes
Other
  • Drop support for bazaar SCM
Commits
  • df6a13c Release 1.14.0
  • 794f75b Fix integration specs by improving output replacement logic for cocoapods-dow...
  • bad449a Bump cocoapods-downloader to 2.0, bump Gemfile deps
  • 603eb91 Remove check for bazaar
  • fdf8634 Fixup CHANGELOG
  • 00b92c8 Merge pull request #12091 from careem/further-activesupport-7.1.0-fixes
  • 6f82923 Changelog
  • ee5acbe Require active_support/core_ext in cocoapods.rb to fix #12089
  • 2164788 Merge pull request #12082 from MCanhisares/fix/active_support_require
  • ba350b3 Add CHANGELOG entry
  • Additional commits viewable in compare view

Dependabot compatibility score

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the pr:dependencies Changes on external dependencies label Oct 26, 2023
@codecov

codecov Bot commented Oct 26, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b124b90) 85.99% compared to head (a3b3073) 85.99%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3351   +/-   ##
=======================================
  Coverage   85.99%   85.99%           
=======================================
  Files         237      237           
  Lines       17132    17132           
=======================================
  Hits        14733    14733           
  Misses       2399     2399           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NachoSoto NachoSoto merged commit 87df151 into main Oct 26, 2023
@NachoSoto NachoSoto deleted the dependabot/bundler/cocoapods-1.14.0 branch October 26, 2023 15:47
NachoSoto added a commit that referenced this pull request Nov 2, 2023
**This is an automatic release.**

### New Features
* `Offering`: new `getMetadataValue` with `Decodable` type (#3373) via
NachoSoto (@NachoSoto)
* Add `StoreProduct.pricePerWeek` (#3354) via NachoSoto (@NachoSoto)
### RevenueCatUI
* `Paywalls`: `.presentPaywallIfNeeded` allows overriding `Offering`
(#3370) via NachoSoto (@NachoSoto)
* `Paywalls`: new optional `displayCloseButton` parameter (#3359) via
NachoSoto (@NachoSoto)
* `Paywalls`: improve period abbreviations in Japanese (#3367) via
NachoSoto (@NachoSoto)
* `Paywalls`: new `{{ sub_price_per_week }}` variable (#3355) via
NachoSoto (@NachoSoto)
* `Paywalls`: log warning when attempting to purchase already-subscribed
product (#3366) via NachoSoto (@NachoSoto)
* `Paywalls`: improve Japanese localization (#3364) via NachoSoto
(@NachoSoto)
* `Paywalls`: fix template 2 top padding inside navigation view (#3363)
via NachoSoto (@NachoSoto)
* `Paywalls`: avoid animating `PurchaseButton` labels when text does not
change (#3361) via NachoSoto (@NachoSoto)
* `Paywalls`: improve `FooterView` accessibility (#3349) via NachoSoto
(@NachoSoto)
### Dependency Updates
* Bump cocoapods from 1.14.0 to 1.14.2 (#3356) via dependabot[bot]
(@dependabot[bot])
* Bump cocoapods from 1.13.0 to 1.14.0 (#3351) via dependabot[bot]
(@dependabot[bot])
### Other Changes
* `Paywalls`: simplify `PurchaseButton` (#3362) via NachoSoto
(@NachoSoto)
* `Paywalls`: refactored `IntroEligibilityStateView` (#3360) via
NachoSoto (@NachoSoto)
* `Paywall Tester`: improve template 5 dark colors (#3358) via NachoSoto
(@NachoSoto)
* `Paywalls`: improve conversion from `Color`/`UIColor` to
`PaywallColor` (#3357) via NachoSoto (@NachoSoto)
* `Paywalls Tester`: improve `.paywallFooter` presentation (#3348) via
NachoSoto (@NachoSoto)
* `Paywalls`: move size configuration to `TemplateViewType` (#3352) via
NachoSoto (@NachoSoto)

---------

Co-authored-by: NachoSoto <ignaciosoto90@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:dependencies Changes on external dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant