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 dragonmantank/cron-expression from 3.1.0 to 3.3.2 #1057

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2022

Bumps dragonmantank/cron-expression from 3.1.0 to 3.3.2.

Release notes

Sourced from dragonmantank/cron-expression's releases.

v3.3.2

[3.3.2] - 2022-09-19

Added

  • N/A

Changed

  • Skip some daylight savings time tests for PHP 8.1 daylight savings time weirdness (#146)

Fixed

  • Changed string interpolations to work better with PHP 8.2 (#142)

v3.3.1

[3.3.1] - 2022-01-18

Added

  • N/A

Changed

  • N/A

Fixed

  • Fixed issue when timezones had no transition, which can occur over very short timespans (#134)

v3.3.0

[3.3.0] - 2022-01-13

Added

  • Added ability to register your own expression aliases (#132)

Changed

  • Changed how Day of Week and Day of Month resolve when one or the other is * or ?

Fixed

  • PHPStan should no longer error out

v3.2.4

[3.2.4] - 2022-01-12

Added

  • N/A

Changed

  • Changed how Day of Week increment/decrement to help with DST changes (#131)

Fixed

  • N/A

v3.2.3

[3.2.3] - 2022-01-05

... (truncated)

Changelog

Sourced from dragonmantank/cron-expression's changelog.

[3.3.2] - 2022-09-19

Added

  • N/A

Changed

  • Skip some daylight savings time tests for PHP 8.1 daylight savings time weirdness (#146)

Fixed

  • Changed string interpolations to work better with PHP 8.2 (#142)

[3.3.1] - 2022-01-18

Added

  • N/A

Changed

  • N/A

Fixed

  • Fixed issue when timezones had no transition, which can occur over very short timespans (#134)

[3.3.0] - 2022-01-13

Added

  • Added ability to register your own expression aliases (#132)

Changed

  • Changed how Day of Week and Day of Month resolve when one or the other is * or ?

Fixed

  • PHPStan should no longer error out

[3.2.4] - 2022-01-12

Added

  • N/A

Changed

  • Changed how Day of Week increment/decrement to help with DST changes (#131)

Fixed

  • N/A

[3.2.3] - 2022-01-05

Added

  • N/A

Changed

... (truncated)

Commits
  • 782ca59 Changelog for 3.3.2
  • fc75c83 Fixed some PHPStan errors around comparisons and literal positions
  • 7d97005 Allowed some additional composer plugins to run
  • 4fe4677 Skip PHP 8.1 unstable daylight savings tests (#146)
  • 75916a4 [PHP 8.2] Fix ${var} string interpolation deprecation (#142)
  • be85b3f Fixed #134, no transitions now immediately returns null
  • 63f2a76 Added changelog for 3.3.0
  • d81a567 Fixed PHPStan errors
  • 99a8406 More tests around DOW and DOM resolutions
  • d10f969 Adding Registering alias feature to the package (#132)
  • 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 [dragonmantank/cron-expression](https://github.com/dragonmantank/cron-expression) from 3.1.0 to 3.3.2.
- [Release notes](https://github.com/dragonmantank/cron-expression/releases)
- [Changelog](https://github.com/dragonmantank/cron-expression/blob/master/CHANGELOG.md)
- [Commits](dragonmantank/cron-expression@v3.1.0...v3.3.2)

---
updated-dependencies:
- dependency-name: dragonmantank/cron-expression
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 12, 2022
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.

0 participants