Open greenkeeper[bot] opened 6 years ago
After pinning to 1.3.0 your tests are passing again. Downgrade this dependency π.
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 19 commits.
1faf891
updated version.
2795e51
Remove wercker.
301a33f
prettier and eslinted the files. trying to keep these files to some standards now.
079052c
Added prettier and better eslinting...
1b21790
Add unrefTimeout to constructor in api docs.
7e6ad0b
spaces not tabs.
0ed0331
Added api note for unref. Formatting.
1ac4856
Some formatting and content tweaks to the readme.
306a24d
valid crontime example
73c5940
formatted keywords.
65ce0f0
Updated object params.
234f517
Merge pull request #360 from jodevsa/master
e0b83a8
GH-334 make unref optional.
9bc0ae8
Merge branch 'master' of https://github.com/CliffS/node-cron into GH-334
5a8071f
Added keywords to package for npm.
There are 19 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
dependency
cron was updated from 1.4.1
to 1.5.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 40 commits.
aefa716
1.5.0
6eb4fd6
Update to include multiple job example.
25b8289
Remove logging about
3ce6a52
Quote formatting.
22d142f
Minor formatting.
f8bff77
SaoPaulo tz.
e7ef3e9
Adding tests that addresses cases with timezone changes
630133d
Merge branch 'master' of https://github.com/kelektiv/node-cron
0f3480f
adding a test for a case were timezone changes shift backs in time
a35068a
Adding logic to handle cases where timezone changes shift back in time
59ac05b
Set hours(0).
17f6050
Remove logging.
1acbc6f
GH-381 - date.add(1, 'd') only inc 23 hrs
4650cbf
Merge pull request #379 from 0xflotus/patch-1
43b2392
updated explicitly
There are 40 commits in total.
See the full diff
dependency
cron was updated from 1.5.0
to 1.5.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 44 commits.
53694c6
v1.5.1
f019f2e
Merge pull request #389 from ygunayer/numeric-utc-offset
4aa8ca9
Accept 0 as a valid UTC offset
3020d15
Add get next runs example.
aefa716
1.5.0
6eb4fd6
Update to include multiple job example.
25b8289
Remove logging about
3ce6a52
Quote formatting.
22d142f
Minor formatting.
f8bff77
SaoPaulo tz.
e7ef3e9
Adding tests that addresses cases with timezone changes
630133d
Merge branch 'master' of https://github.com/kelektiv/node-cron
0f3480f
adding a test for a case were timezone changes shift backs in time
a35068a
Adding logic to handle cases where timezone changes shift back in time
59ac05b
Set hours(0).
There are 44 commits in total.
See the full diff
dependency
cron was updated from 1.5.1
to 1.6.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 48 commits.
a3974f3
v1.6.0
57632b0
GH-393, GH-394 - Remove hard limit on max iters
7cbcc98
GH-390 - realdates in the past
e35ffcd
eslint ignore nonew...
53694c6
v1.5.1
f019f2e
Merge pull request #389 from ygunayer/numeric-utc-offset
4aa8ca9
Accept 0 as a valid UTC offset
3020d15
Add get next runs example.
aefa716
1.5.0
6eb4fd6
Update to include multiple job example.
25b8289
Remove logging about
3ce6a52
Quote formatting.
22d142f
Minor formatting.
f8bff77
SaoPaulo tz.
e7ef3e9
Adding tests that addresses cases with timezone changes
There are 48 commits in total.
See the full diff
dependency
cron was updated from 1.6.0
to 1.7.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 60 commits.
d3c5b01
Version bump to 1.7.0
2db8113
Merge pull request #410 from shuat/master
849a246
Update cron.js
1e971fd
Update cron.js
901005b
Add all tests back in. Update all package dependencies.
660e260
GH-40 - Add note about arrow fns
3773c23
GH-400 - Testing around execution at midnight.
aaf8d42
Exception check at the 'seconds' level.
41060fd
changelog to md.
8b6f086
Updated packagelock based on version.
7db4d47
Added a changelog.
4f35a89
Added slack notifications for builds.
a3974f3
v1.6.0
57632b0
GH-393, GH-394 - Remove hard limit on max iters
7cbcc98
GH-390 - realdates in the past
There are 60 commits in total.
See the full diff
dependency
cron was updated from 1.7.0
to 1.7.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 63 commits.
96060bb
Version bump with changelog.
825696a
Merge pull request #418 from naoina/master
c08522f
GH-416 - Fix the issue where next execution time is incorrect in some cases
d3c5b01
Version bump to 1.7.0
2db8113
Merge pull request #410 from shuat/master
849a246
Update cron.js
1e971fd
Update cron.js
901005b
Add all tests back in. Update all package dependencies.
660e260
GH-40 - Add note about arrow fns
3773c23
GH-400 - Testing around execution at midnight.
aaf8d42
Exception check at the 'seconds' level.
41060fd
changelog to md.
8b6f086
Updated packagelock based on version.
7db4d47
Added a changelog.
4f35a89
Added slack notifications for builds.
There are 63 commits in total.
See the full diff
Version 1.3.1 of cron was just published.
This version is covered by your current version range and after updating it in your project the build failed.
cron is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **ci/circleci:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/svartalfheim/akashi-bot/29?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Commits
The new version differs by 40 commits.
08e197e
GH-339 - Update dev deps and fix tests.
4a16ee0
Merge pull request #359 from jodevsa/master
664b7f2
adding an extra test
61d26e1
adding tests and fixing a bug
98dad71
Removing hacks in sendAt that were needed when _getNextDateFrom wasn't behaving properly
2e572fd
Merge branch 'master' into master
2fdc168
Fixing _getNextDateFrom function logic
0d5135e
Merge pull request #358 from shopback/master
454c812
fix test file for old nodejs version
4087ea0
Updated node versions for travis.
877ecee
fix issue when cronTime _getNextDateFrom not calculate correctly
cfea445
Fix utcOffset notes.
d2e0ab2
daily test utc.
2163d1e
added test to confirm running every day.
89cccaa
Added tool to help in constructing syntax GH-328.
There are 40 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: