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 azuyalabs/yasumi from 2.3.0 to 2.4.0 in /server #224

Merged
merged 1 commit into from
May 10, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2021

Bumps azuyalabs/yasumi from 2.3.0 to 2.4.0.

Release notes

Sourced from azuyalabs/yasumi's releases.

v2.4.0

Yasumi v2.4 is a minor (maintenance) release which includes Georgia as a new Holiday Provider and several stability and bug fixes for issues discovered since v2.3.

Below you will find a summary of the most significant changes. For more details, please check the CHANGELOG file of this project or navigate to the v2.4 release blog post.

Implemented Enhancements

  • Georgia Provider #245 (Zurab Sardarov)
  • Pentecost (Sunday) to Germany #225 (Patrick Root)
  • Rescheduled exceptional Japanese holidays for Olympic Games 2020 after COVID-19 #240 (tanakahisateru)
  • Some improvements/refactoring of the Swiss holiday providers (including links to sources) #233 (Quentin Ligier)
  • Allow the WEEKEND_DATA constant in provider classes to be overridden. #235 (Mahmood Dhia)
  • Travis/StyleCI/Scrutinizer services replaced by Github Actions.
  • PHP8 Support #238 (Stéphane)
  • Added Infection PHP to perform mutation testing.
  • Added PHPStan to the dependencies allowing for local analysis.
  • Removed PHP 7.2 Support (PHP 7.2 is EOL)
  • Removed Faker library as it has been sunset #238 (Stéphane)
  • .gitattributes file to reduce the size of a release package #237 (Stéphane)

Resolved Issues

  • The test for North West Territories (Canada) in that the National Indigenous Peoples Day was considered for all years: it is only celebrated since 1996.
  • The test for NovaScotia (Canada) in that novaScotiaHeritageDay was considered for all years: it is only celebrated since 2015.
  • The test for Ontario (Canada) in that IslanderDay was considered for all years: it is only celebrated since 2009.
  • The test for Marine Day (Japan) as the rescheduled day was moved to 2021 (due to the COVID-19 pandemic).
  • Typo for Estonian Day of Restoration of Independence #228 (Reijo Vosu)
  • The substitute holiday unit test as the use of the at() method will be deprecated in PHPUnit 10.
  • Incorrect invocation of Fribourg::calculateBerchtoldsTag() and Fribourg::calculateDecember26th (Switzerland)
Changelog

Sourced from azuyalabs/yasumi's changelog.

[2.4.0] - 2021-05-09

Added

Changed

  • Rescheduled exceptional Japanese holidays for Olympic Games 2020 after COVID-19 #240 (tanakahisateru)

  • Some improvements/refactoring of the Swiss holiday providers (including links to sources) #233 (Quentin Ligier)

  • Allow the WEEKEND_DATA constant in provider classes to be overridden. #235 (Mahmood Dhia)

  • Upgraded PHPUnit's XML configuration.

  • Refactored removing the magic numbers for the lower and upper limits of the calendar year.

  • Reformatted code using new/updated Code Styling rules.

  • Hardened error handling of json functions.

  • Updated Copyright year.

Fixed

  • The test for North West Territories (Canada) in that the National Indigenous Peoples Day was considered for all years: it is only celebrated since 1996.

  • The test for NovaScotia (Canada) in that novaScotiaHeritageDay was considered for all years: it is only celebrated since 2015.

  • The test for Ontario (Canada) in that IslanderDay was considered for all years: it is only celebrated since 2009.

  • The test for Marine Day (Japan) as the rescheduled day was moved to 2021 (due to the COVID-19 pandemic).

  • Typo for Estonian Day of Restoration of Independence #228 (Reijo Vosu)

  • The substitute holiday unit test as the use of the at() method will be deprecated in PHPUnit 10.

  • Incorrect invocation of Fribourg::calculateBerchtoldsTag() and Fribourg::calculateDecember26th (Switzerland)

  • Use proper parameter and return type hinting

  • Replaced the mt_rand function with the random_int function as it is cryptographically insecure.

  • Some static functions were used as if they are object functions.

Removed

  • Travis/StyleCI/Scrutinizer services replaced by GitHub Actions.
  • PHP 7.2 Support (PHP 7.2 is EOL)
  • Faker library as it has been sunset #238 (Stéphane)
  • Native function invocations.
  • Various undefined class references, unused imports, etc.
  • Unnecessary curly braces in strings, continue keyword in while loops, typecasting.
Commits
  • 083a0d0 Merge branch 'release/2.4.0'
  • b04df58 Corrected hyperlink
  • 59812b2 Removed entries for Scrutinizer, StyleCI and Travis as these are not longer i...
  • 6852267 Fixed GitHub's name.
  • bde99e9 Set release 2.4.0 version.
  • e32fb74 Increased the default timeout as some OS combinations are timing out.
  • 5408c35 Added PHP8 support entry.
  • 0700533 Added contributor's name.
  • 7cffb49 Removed trailing spaces.
  • 398203a Removed extra new line.
  • 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 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 [azuyalabs/yasumi](https://github.com/azuyalabs/yasumi) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/azuyalabs/yasumi/releases)
- [Changelog](https://github.com/azuyalabs/yasumi/blob/develop/CHANGELOG.md)
- [Commits](azuyalabs/yasumi@2.3.0...2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 10, 2021
@mergify mergify bot merged commit 689738c into master May 10, 2021
@dependabot dependabot bot deleted the dependabot/composer/server/azuyalabs/yasumi-2.4.0 branch May 10, 2021 10:16
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants