Update dependency nesbot/carbon to v3 - abandoned
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| nesbot/carbon (source) | 2.71.0 -> 3.0.2 |
Release Notes
briannesbitt/Carbon (nesbot/carbon)
v3.0.2
Complete commits list: https://github.com/briannesbitt/Carbon/compare/3.0.1...3.0.2
Summary:
- Fixed PHP 8.1 issue "Enum case value must be compile-time evaluatable": Use static values for enums until dropping PHP 8.1 #2938
v3.0.1
Complete commits list: https://github.com/briannesbitt/Carbon/compare/3.0.0...3.0.1
Summary:
v3.0.0
Complete commits list: https://github.com/briannesbitt/Carbon/compare/2.72.2...3.0.0
Summary:
- Dropped PHP < 8.1 #2810 #2385 #2346
- Dropped Symfony < 4.4 #2070
- Added enums for week days, months and units #2701
- Added generic
unitOfUnitandunitsInUnitgetters #2885 - Changed
CarbonPeriodto extendDatePeriod#1752 - Changed
create*method to returnnullinstead offalse#2340 - Changed
forHumans()to show0 secondsy default for empty intervals #2035 - Changed
CarbonIntervalto be empty by default #2079 - Changed
diffIn*methods to returnfloatand relative diff ($absolute = falseby default) #2119- diffIn* will use the floatDiffInReal* behavior, all other variants will be removed
- Changed week methods to work with current global locale #1967
- Allowed to add and subtract decimal numbers of any unit #2347 #2519
- Changed factories to have isolated settings, locale, testNow, macros and default timezone #2345
- Changed
$tzwith$timezonefor named argument #2925 - Changed
parse()return type to non-nullablestatic#2931 — @jnoordsij - Fixed short year Ukrainian plural #2923
- Fixed
resolve*method return type so to allow sub-classes to take other sub-classes as parameters - Fixed fallback from setter to macro #2922
v2.72.3
Complete commits list: https://github.com/briannesbitt/Carbon/compare/2.72.2...2.72.3
Summary:
- Fixed #2920 typos in documentation — @szepeviktor
- Fixed #2918 Short year Ukrainian plural — @kylekatarnls
v2.72.2
Complete commits list: https://github.com/briannesbitt/Carbon/compare/2.72.1...2.72.2
Summary:
- Fixed #2908 typo of day name in Slovak language — @richardDobron
- Fixed #2918 Use febr. as Hungarian abbreviation for február (February) — @dvidke
New Contributors
- @richardDobron made their first contribution in https://github.com/briannesbitt/Carbon/pull/2908
- @dvidke made their first contribution in https://github.com/briannesbitt/Carbon/pull/2918
v2.72.1
Complete commits list: https://github.com/briannesbitt/Carbon/compare/2.72.0...2.72.1
Summary:
- Fixed #2899 setConfigCacheFactory compatibility — @kylekatarnls
- Updated #2896 phpcs version — @kylekatarnls
v2.72.0
Complete commits list: https://github.com/briannesbitt/Carbon/compare/2.71.0...2.72.0
Summary:
- Fixed #2872 Slovak translations — @s4muel
- Fixed #2884 Use relevant class to synchronize CarbonPeriod mock — @kylekatarnls
- Fixed #2890 Apply rounding changes to result before applying unit — @Sjoertjuh
- Fixed #2879 Narrow phpstan types in assertInstanceOf* AbstractTestCase methods — @staabm
- Fixed #2864 Cleanup PHPDoc — @kylekatarnls
- Added #2848 Dependabot — @juherr
- Changed #2859 Externalize doctrine types — @kylekatarnls
- Changed #2862 Bump actions/checkout from 3 to 4 — @dependabot
- Changed #2886 Use new timezone names in tests — @kylekatarnls
New Contributors
- @juherr made their first contribution in https://github.com/briannesbitt/Carbon/pull/2848
- @dependabot made their first contribution in https://github.com/briannesbitt/Carbon/pull/2862
- @s4muel made their first contribution in https://github.com/briannesbitt/Carbon/pull/2872
- @staabm made their first contribution in https://github.com/briannesbitt/Carbon/pull/2879
- @Sjoertjuh made their first contribution in https://github.com/briannesbitt/Carbon/pull/2890
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: composer.lock
Command failed: composer update nesbot/carbon:3.0.2 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires nesbot/carbon 3.0.2 -> satisfiable by nesbot/carbon[3.0.2].
- nesbot/carbon 3.0.2 requires php ^8.1 -> your php version (7.3; overridden via config.platform, same as actual) does not satisfy that requirement.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
This requires PHP 8.1. To be merged after https://github.com/Xtendify/Simple-Calendar/pull/499
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
@gacharijohn Can you QA this build? This PR contains major changes on Google and Carbon libraries.
Things to check are
- connection with Google wrt to auth and fetching events
- datetime conversion based on timezones
Autoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.